summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-10-19declare fpu usage to the assembler in arm hard-float asm filesSzabolcs Nagy5-0/+6
2015-10-15add missing memory barrier to pthread_joinBobby Bingham1-0/+1
2015-10-15fix dladdr treatment of function descriptors for fdpicRich Felker1-9/+22
2015-10-15fix visibility mismatch in dynamic linker stage 2 function definitionRich Felker1-0/+1
2015-10-14fix strftime handling of out-of-range struct tm fieldsRich Felker1-8/+12
2015-10-08fix integer overflows in time_t/struct tm conversion codeRich Felker1-3/+3
2015-10-08fix open_[w]memstream behavior when no writes take placeRich Felker2-4/+18
2015-10-01make nl_langinfo(CODESET) always return "ASCII" in byte-based C localeRich Felker1-1/+1
2015-10-01fix mips fesetround failure to write back resulting modeRich Felker1-0/+1
2015-09-29eliminate protected-visibility data in libc.so with vis.h preincludeRich Felker1-0/+3
2015-09-25avoid attempting to lookup IP literals as hostnamesRich Felker1-27/+32
2015-09-25make getaddrinfo return error if both host and service name are nullRich Felker1-0/+2
2015-09-24fix localeconv field value for unavailable valuesRich Felker1-14/+15
2015-09-24avoid reading uninitialized memory in __map_fileSzabolcs Nagy1-2/+3
2015-09-24regcomp: propagate allocation failuresSzabolcs Nagy1-1/+2
2015-09-23fix signal return for sh/fdpicRich Felker3-4/+2
2015-09-22fix dlsym RTLD_NEXT behavior for fdpicRich Felker1-4/+28
2015-09-22fix dlsym lookup of function symbols on fdpicRich Felker1-0/+6
2015-09-22move calls to application init functions after crt1 entry pointRich Felker2-1/+8
2015-09-22fix breakage in non-fdpic dynamic linker init/fini processingRich Felker1-1/+1
2015-09-22fix resolving interp string address on fdpic ldd commandRich Felker1-2/+1
2015-09-22add real fdpic loading of shared librariesRich Felker2-9/+58
2015-09-22add general fdpic support in dynamic linker and arch support for shRich Felker3-14/+202
2015-09-21factor symbol counting out of dladdr as its own functionRich Felker1-19/+20
2015-09-21simplify dlstart code by using integer type for base addressRich Felker1-8/+7
2015-09-17refactor some more dynamic linker load address computationsRich Felker1-7/+7
2015-09-17remove some useless casts in dynamic linkerRich Felker1-2/+2
2015-09-17add fdpic structs and reloc types for dynamic linkingRich Felker1-0/+16
2015-09-17further refactoring of dynamic linker load address computationsRich Felker1-2/+2
2015-09-17begin refactoring load address computations in dynamic linkerRich Felker1-19/+22
2015-09-17remove old dlstart stage-2 symbolic lookup code; add new genericRich Felker1-14/+8
2015-09-17introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker1-0/+6
2015-09-12provide arch-generic fdpic self-relocation code for crt1 to useRich Felker1-0/+28
2015-09-12make sh clone asm fdpic-compatibleRich Felker1-3/+9
2015-09-11fix uninitialized scopeid in lookups from hosts file and ip literalsTimo Teräs1-2/+2
2015-09-09remove unused (and invalid) C version of sigsetjmpRich Felker1-17/+0
2015-09-09fix breakage in nl_langinfo from previous commitRich Felker1-1/+1
2015-09-09make nl_langinfo(CODESET) always return "UTF-8"Rich Felker1-2/+1
2015-09-09fix fclose of permanent (stdin/out/err) streamsRich Felker1-2/+3
2015-08-21getsubopt: don't include leading = in value stringSteven Barth1-1/+1
2015-08-14match historical behavior for tm_gmtoff member of struct tmNatanael Copa4-12/+12
2015-08-09fix failure of tempnam to null-terminate resultRich Felker1-0/+1
2015-08-07mitigate blow-up of heap size under malloc/free contentionRich Felker1-14/+14
2015-07-25fix undefined left-shift of negative values in utf-8 state tableRich Felker1-1/+1
2015-07-24fix atexit when it is called from an atexit handlerRich Felker1-12/+9
2015-07-09handle loss of syslog socket connectionRich Felker1-7/+11
2015-07-09fix incorrect void return type for syncfs functionRich Felker1-2/+2
2015-07-08fix negated return value of ns_skiprr, breakage in related functionsRich Felker1-1/+1
2015-07-06treat empty TZ environment variable as GMT rather than defaultRich Felker1-1/+2
2015-06-28dynlink.c: pass gnu-hash table pointer to gnu_lookupAlexander Monakov1-13/+11