about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fix localeconv field value for unavailable valuesRich Felker2015-09-241-14/+15
* avoid reading uninitialized memory in __map_fileSzabolcs Nagy2015-09-241-2/+3
* regcomp: propagate allocation failuresSzabolcs Nagy2015-09-241-1/+2
* fix signal return for sh/fdpicRich Felker2015-09-233-4/+2
* fix dlsym RTLD_NEXT behavior for fdpicRich Felker2015-09-221-4/+28
* fix dlsym lookup of function symbols on fdpicRich Felker2015-09-221-0/+6
* move calls to application init functions after crt1 entry pointRich Felker2015-09-222-1/+8
* fix breakage in non-fdpic dynamic linker init/fini processingRich Felker2015-09-221-1/+1
* fix resolving interp string address on fdpic ldd commandRich Felker2015-09-221-2/+1
* add real fdpic loading of shared librariesRich Felker2015-09-222-9/+58
* add general fdpic support in dynamic linker and arch support for shRich Felker2015-09-223-14/+202
* 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
* introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker2015-09-171-0/+6
* provide arch-generic fdpic self-relocation code for crt1 to useRich Felker2015-09-121-0/+28
* make sh clone asm fdpic-compatibleRich Felker2015-09-121-3/+9
* fix uninitialized scopeid in lookups from hosts file and ip literalsTimo Teräs2015-09-111-2/+2
* 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
* getsubopt: don't include leading = in value stringSteven Barth2015-08-211-1/+1
* match historical behavior for tm_gmtoff member of struct tmNatanael Copa2015-08-144-12/+12
* 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 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
* handle loss of syslog socket connectionRich Felker2015-07-091-7/+11
* fix incorrect void return type for syncfs functionRich Felker2015-07-091-2/+2
* fix negated return value of ns_skiprr, breakage in related functionsRich Felker2015-07-081-1/+1
* treat empty TZ environment variable as GMT rather than defaultRich Felker2015-07-061-1/+2
* dynlink.c: pass gnu-hash table pointer to gnu_lookupAlexander Monakov2015-06-281-13/+11
* dynlink.c: slim down gnu_lookupAlexander Monakov2015-06-281-9/+5
* dynlink.c: use bloom filter in gnu hash lookupAlexander Monakov2015-06-281-3/+22
* dynlink.c: use a faster expression in gnu_hashAlexander Monakov2015-06-271-1/+1
* fix local-dynamic model TLS on mips and powerpcRich Felker2015-06-253-5/+9
* make dynamic linker work around MAP_FAILED mmap failure on nommu kernelsRich Felker2015-06-231-2/+24
* reimplement strverscmp to fix corner casesRich Felker2015-06-231-32/+25
* fix regression/typo that disabled __simple_malloc when calloc is usedRich Felker2015-06-221-1/+1
* fix calloc when __simple_malloc implementation is usedRich Felker2015-06-223-12/+15
* provide __stack_chk_fail_local in libc.aRich Felker2015-06-201-0/+4
* work around mips detached thread exit breakage due to kernel regressionRich Felker2015-06-201-0/+1
* ignore ENOSYS error from mprotect in pthread_create and dynamic linkerRich Felker2015-06-172-3/+6
* switch to using trap number 31 for syscalls on shRich Felker2015-06-167-10/+10