summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-09-22move calls to application init functions after crt1 entry pointRich Felker-1/+8
2015-09-22fix breakage in non-fdpic dynamic linker init/fini processingRich Felker-1/+1
2015-09-22fix resolving interp string address on fdpic ldd commandRich Felker-2/+1
2015-09-22add real fdpic loading of shared librariesRich Felker-9/+58
2015-09-22add general fdpic support in dynamic linker and arch support for shRich Felker-14/+202
2015-09-21factor symbol counting out of dladdr as its own functionRich Felker-19/+20
2015-09-21simplify dlstart code by using integer type for base addressRich Felker-8/+7
2015-09-17refactor some more dynamic linker load address computationsRich Felker-7/+7
2015-09-17remove some useless casts in dynamic linkerRich Felker-2/+2
2015-09-17add fdpic structs and reloc types for dynamic linkingRich Felker-0/+16
2015-09-17further refactoring of dynamic linker load address computationsRich Felker-2/+2
2015-09-17begin refactoring load address computations in dynamic linkerRich Felker-19/+22
2015-09-17remove old dlstart stage-2 symbolic lookup code; add new genericRich Felker-14/+8
2015-09-17introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker-0/+6
2015-09-12provide arch-generic fdpic self-relocation code for crt1 to useRich Felker-0/+28
2015-09-12make sh clone asm fdpic-compatibleRich Felker-3/+9
2015-09-11fix uninitialized scopeid in lookups from hosts file and ip literalsTimo Teräs-2/+2
2015-09-09remove unused (and invalid) C version of sigsetjmpRich Felker-17/+0
2015-09-09fix breakage in nl_langinfo from previous commitRich Felker-1/+1
2015-09-09make nl_langinfo(CODESET) always return "UTF-8"Rich Felker-2/+1
2015-09-09fix fclose of permanent (stdin/out/err) streamsRich Felker-2/+3
2015-08-21getsubopt: don't include leading = in value stringSteven Barth-1/+1
2015-08-14match historical behavior for tm_gmtoff member of struct tmNatanael Copa-12/+12
2015-08-09fix failure of tempnam to null-terminate resultRich Felker-0/+1
2015-08-07mitigate blow-up of heap size under malloc/free contentionRich Felker-14/+14
2015-07-25fix undefined left-shift of negative values in utf-8 state tableRich Felker-1/+1
2015-07-24fix atexit when it is called from an atexit handlerRich Felker-12/+9
2015-07-09handle loss of syslog socket connectionRich Felker-7/+11
2015-07-09fix incorrect void return type for syncfs functionRich Felker-2/+2
2015-07-08fix negated return value of ns_skiprr, breakage in related functionsRich Felker-1/+1
2015-07-06treat empty TZ environment variable as GMT rather than defaultRich Felker-1/+2
2015-06-28dynlink.c: pass gnu-hash table pointer to gnu_lookupAlexander Monakov-13/+11
2015-06-28dynlink.c: slim down gnu_lookupAlexander Monakov-9/+5
2015-06-28dynlink.c: use bloom filter in gnu hash lookupAlexander Monakov-3/+22
2015-06-27dynlink.c: use a faster expression in gnu_hashAlexander Monakov-1/+1
2015-06-25fix local-dynamic model TLS on mips and powerpcRich Felker-5/+9
2015-06-23make dynamic linker work around MAP_FAILED mmap failure on nommu kernelsRich Felker-2/+24
2015-06-23reimplement strverscmp to fix corner casesRich Felker-32/+25
2015-06-22fix regression/typo that disabled __simple_malloc when calloc is usedRich Felker-1/+1
2015-06-22fix calloc when __simple_malloc implementation is usedRich Felker-12/+15
2015-06-20provide __stack_chk_fail_local in libc.aRich Felker-0/+4
2015-06-20work around mips detached thread exit breakage due to kernel regressionRich Felker-0/+1
2015-06-17ignore ENOSYS error from mprotect in pthread_create and dynamic linkerRich Felker-3/+6
2015-06-16switch to using trap number 31 for syscalls on shRich Felker-10/+10
2015-06-16switch sh port's __unmapself to generic version when running on sh2/nommuRich Felker-3/+3
2015-06-16add support for sh2 interrupt-masking-based atomics to sh portRich Felker-6/+0
2015-06-16refactor stdio open file list handling, move it out of global libc structRich Felker-41/+42
2015-06-16byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker-0/+3
2015-06-16byte-based C locale, phase 2: stdio and iconv (multibyte callers)Rich Felker-8/+40
2015-06-16byte-based C locale, phase 1: multibyte character handling functionsRich Felker-7/+53