2144 Commits (2462370b4fad6f7a05abc65407369d4f621bf85e)

Author SHA1 Message Date
Rich Felker 7a9669e977 add general fdpic support in dynamic linker and arch support for sh 11 years ago
Rich Felker 3958144ede factor symbol counting out of dladdr as its own function 11 years ago
Rich Felker d874064579 simplify dlstart code by using integer type for base address 11 years ago
Rich Felker 2a54733820 refactor some more dynamic linker load address computations 11 years ago
Rich Felker e6076c99dd remove some useless casts in dynamic linker 11 years ago
Rich Felker eb567c12cd add fdpic structs and reloc types for dynamic linking 11 years ago
Rich Felker a735f53e6a further refactoring of dynamic linker load address computations 11 years ago
Rich Felker 301335a80b begin refactoring load address computations in dynamic linker 11 years ago
Rich Felker 6fc30c2493 remove old dlstart stage-2 symbolic lookup code; add new generic 11 years ago
Rich Felker 2907afb8db introduce new symbol-lookup-free rcrt1/dlstart stage chaining 11 years ago
Rich Felker 6d03c4ee58 provide arch-generic fdpic self-relocation code for crt1 to use 11 years ago
Rich Felker 234c58467c make sh clone asm fdpic-compatible 11 years ago
Timo Teräs cb1c88d42b fix uninitialized scopeid in lookups from hosts file and ip literals 11 years ago
Rich Felker deb85ab44d remove unused (and invalid) C version of sigsetjmp 11 years ago
Rich Felker 58f6259dff fix breakage in nl_langinfo from previous commit 11 years ago
Rich Felker 844212d94f make nl_langinfo(CODESET) always return "UTF-8" 11 years ago
Rich Felker 426a0e2912 fix fclose of permanent (stdin/out/err) streams 11 years ago
Steven Barth aa71ec3db8 getsubopt: don't include leading = in value string 11 years ago
Natanael Copa c13f2af1fe match historical behavior for tm_gmtoff member of struct tm 11 years ago
Rich Felker 062bb737de fix failure of tempnam to null-terminate result 11 years ago
Rich Felker c3761622e8 mitigate blow-up of heap size under malloc/free contention 11 years ago
Rich Felker fe7582f4f9 fix undefined left-shift of negative values in utf-8 state table 11 years ago
Rich Felker 57243b3021 fix atexit when it is called from an atexit handler 11 years ago
Rich Felker 0f9c2666ac handle loss of syslog socket connection 11 years ago
Rich Felker 11894f6d3a fix incorrect void return type for syncfs function 11 years ago
Rich Felker e8cbe0bad4 fix negated return value of ns_skiprr, breakage in related functions 11 years ago
Rich Felker 2a780aa305 treat empty TZ environment variable as GMT rather than default 11 years ago
Alexander Monakov 8f08a58c63 dynlink.c: pass gnu-hash table pointer to gnu_lookup 11 years ago
Alexander Monakov 5b4286e12c dynlink.c: slim down gnu_lookup 11 years ago
Alexander Monakov 84389c6456 dynlink.c: use bloom filter in gnu hash lookup 11 years ago
Alexander Monakov 66d45787c8 dynlink.c: use a faster expression in gnu_hash 11 years ago
Rich Felker 6ba5517a46 fix local-dynamic model TLS on mips and powerpc 11 years ago
Rich Felker ce337daa00 make dynamic linker work around MAP_FAILED mmap failure on nommu kernels 11 years ago
Rich Felker a59341420f reimplement strverscmp to fix corner cases 11 years ago
Rich Felker 153e952e1a fix regression/typo that disabled __simple_malloc when calloc is used 11 years ago
Rich Felker ba819787ee fix calloc when __simple_malloc implementation is used 11 years ago
Rich Felker 55d061f031 provide __stack_chk_fail_local in libc.a 11 years ago
Rich Felker ce3688eca9 work around mips detached thread exit breakage due to kernel regression 11 years ago
Rich Felker 75eceb3ae8 ignore ENOSYS error from mprotect in pthread_create and dynamic linker 11 years ago
Rich Felker 10d0268ccf switch to using trap number 31 for syscalls on sh 11 years ago
Rich Felker 3366a99b17 switch sh port's __unmapself to generic version when running on sh2/nommu 11 years ago
Rich Felker f9d84554ba add support for sh2 interrupt-masking-based atomics to sh port 11 years ago
Rich Felker 1b0cdc8700 refactor stdio open file list handling, move it out of global libc struct 11 years ago
Rich Felker f22a9edaf8 byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code 11 years ago
Rich Felker 16f18d036d byte-based C locale, phase 2: stdio and iconv (multibyte callers) 11 years ago
Rich Felker 1507ebf837 byte-based C locale, phase 1: multibyte character handling functions 11 years ago
Rich Felker 38e2f72723 fix btowc corner case 11 years ago
Rich Felker e3bc22f1ef refactor malloc's expand_heap to share with __simple_malloc 11 years ago
Rich Felker 4ef9b828c1 remove cancellation points in stdio 11 years ago
Rich Felker 536c6d5a42 fix idiom for setting stdio stream orientation to wide 11 years ago