about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* remove configure's suppression of enable sh/fdpic shared library buildRich Felker2015-09-221-1/+0
* size-optimize sh/fdpic dynamic entry pointRich Felker2015-09-221-0/+4
* work around breakage in sh/fdpic __unmapself functionRich Felker2015-09-221-0/+5
* add general fdpic support in dynamic linker and arch support for shRich Felker2015-09-225-17/+214
* factor symbol counting out of dladdr as its own functionRich Felker2015-09-211-19/+20
* simplify dlstart code by using integer type for base addressRich Felker2015-09-211-8/+7
* refactor some more dynamic linker load address computationsRich Felker2015-09-171-7/+7
* remove some useless casts in dynamic linkerRich Felker2015-09-171-2/+2
* add fdpic structs and reloc types for dynamic linkingRich Felker2015-09-171-0/+16
* further refactoring of dynamic linker load address computationsRich Felker2015-09-171-2/+2
* begin refactoring load address computations in dynamic linkerRich Felker2015-09-171-19/+22
* remove old dlstart stage-2 symbolic lookup code; add new genericRich Felker2015-09-171-14/+8
* new dlstart stage-2 chaining for x86_64 and x32Rich Felker2015-09-172-0/+10
* new dlstart stage-2 chaining for powerpcRich Felker2015-09-171-0/+9
* new dlstart stage-2 chaining for or1kRich Felker2015-09-171-0/+9
* new dlstart stage-2 chaining for mipsRich Felker2015-09-171-0/+15
* new dlstart stage-2 chaining for microblazeRich Felker2015-09-171-0/+7
* introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker2015-09-172-0/+13
* remove attribute((const)) from pthread_self and errno location declsRich Felker2015-09-173-9/+0
* add format argument attributes to gettext function prototypesKhem Raj2015-09-151-6/+14
* reindent powerpc's bits/termios.h to be consistent with other archsFelix Janda2015-09-151-140/+138
* fix namespace violations in aarch64/bits/termios.hFelix Janda2015-09-151-7/+7
* add sh fdpic subarch variantsRich Felker2015-09-122-1/+20
* add fdpic version of entry point code for shRich Felker2015-09-121-0/+29
* provide arch-generic fdpic self-relocation code for crt1 to useRich Felker2015-09-121-0/+28
* make sh clone asm fdpic-compatibleRich Felker2015-09-122-3/+14
* make sh crti/crtn init/fini fragments setup proper stack frameRich Felker2015-09-122-2/+14
* add sh relocation types needed for fdpic to elf.hRich Felker2015-09-121-0/+8
* fix uninitialized scopeid in lookups from hosts file and ip literalsTimo Teräs2015-09-111-2/+2
* fix missing earlyclobber flag in i386 a_ctz_64 asmRich Felker2015-09-091-1/+1
* remove unused (and invalid) C version of sigsetjmpRich Felker2015-09-091-17/+0
* fix breakage in nl_langinfo from previous commitRich Felker2015-09-091-1/+1
* make nl_langinfo(CODESET) always return "UTF-8"Rich Felker2015-09-091-2/+1
* fix fclose of permanent (stdin/out/err) streamsRich Felker2015-09-091-2/+3
* implement arm eabi mem* functionsTimo Teräs2015-08-314-0/+36
* remove use of buggy .SECONDARY special target in makefileRich Felker2015-08-301-2/+0
* release 1.1.11 v1.1.11Rich Felker2015-08-302-1/+44
* fix makefile suppression of intermediate file removalRich Felker2015-08-271-1/+1
* Build process uses script to add CFI directives to x86 asmAlex Dowad2015-08-263-2/+254
* getsubopt: don't include leading = in value stringSteven Barth2015-08-211-1/+1
* mitigate performance regression in libc-internal locks on x86_64Rich Felker2015-08-162-2/+2
* match historical behavior for tm_gmtoff member of struct tmNatanael Copa2015-08-144-12/+12
* aarch64: fix 64-bit syscall argument passingSzabolcs Nagy2015-08-111-4/+2
* fix failure of tempnam to null-terminate resultRich Felker2015-08-091-0/+1
* mitigate blow-up of heap size under malloc/free contentionRich Felker2015-08-071-14/+14
* fix missing synchronization in atomic store on i386 and x86_64Rich Felker2015-07-283-3/+3
* fix undefined left-shift of negative values in utf-8 state tableRich Felker2015-07-251-1/+1
* fix atexit when it is called from an atexit handlerRich Felker2015-07-241-12/+9
* socket.h: cleanup/reorder mips and powerpc bits/socket.hRoman Yeryomin2015-07-212-18/+20
* socket.h: fix SO_* for mipsRoman Yeryomin2015-07-213-4/+9