4022 Commits (7c8454790080395bf5b27857a766b3468aa5ed98)
 

Author SHA1 Message Date
Rich Felker 82c41e9232 fix undefined pointer comparison in wmemmove 8 years ago
Rich Felker debadaa238 fix undefined pointer comparison in memmove 8 years ago
Szabolcs Nagy c50985d5c8 new tsearch implementation 10 years ago
Szabolcs Nagy 5ef60206ff add arm and sh bits/ptrace.h 8 years ago
Rich Felker f381c118b2 fix getaddrinfo regression with AI_ADDRCONFIG on some configurations 8 years ago
Rich Felker dffc205918 support clang internal assembler when building for arm as thumb2 code 8 years ago
Rich Felker 7b3348a98c support setting of default thread stack size via PT_GNU_STACK header 8 years ago
Rich Felker c0058ab465 increase default thread stack/guard size 8 years ago
Rich Felker 792f32772e limit the configurable default stack/guard size for threads 8 years ago
Rich Felker c7ed3e909a remove redundant declarations of __default_stacksize, __default_guardsize 8 years ago
Rich Felker 11ce1b133d fix benign data race in pthread_attr_init 8 years ago
Rich Felker 84d061d5a3 fix deletion of pthread tsd keys that still have non-null values stored 8 years ago
Kaarle Ritvanen 0db393d3a7 fix race condition in file locking 8 years ago
Rich Felker 1f6cbdb434 getdelim: only grow buffer when necessary, improve OOM behavior 8 years ago
Rich Felker 849e7603e9 fix null pointer subtraction and comparison in stdio 8 years ago
Rich Felker 5cd309f0cc fix failure of getdelim to set stream orientation on error 8 years ago
Rich Felker 5994de4e02 check for kernel support before allowing robust mutex creation 8 years ago
Benjamin Peterson dbcfb16e43 always reset DST rules during tzset 8 years ago
Rich Felker d6c855caa8 fix undefined behavior in strto* via FILE buffer pointer abuse 8 years ago
Benjamin Peterson c84971995b improve error handling of ttyname_r and isatty 8 years ago
Rich Felker e13063aad7 add hidden version of &errno accessor function 8 years ago
Rich Felker da55d4884b fix build regression in sysconf for archs with variable page size 8 years ago
Rich Felker 017e67ddde drop lazy plural forms init in dcngettext 8 years ago
Rich Felker 1281779330 fix broken atomic store on powerpc[64] 8 years ago
Khem Raj 7d7f44253f define MAX_HANDLE_SZ for use with name_to_handle_at 8 years ago
Rich Felker 036df43d2a fix regression with compilers not incorporating C99 DR#289 resolution 8 years ago
Rich Felker 7634101069 configure: only try -Qunused-arguments for clang 8 years ago
Khem Raj 3e14bbcd19 wireup linux/name_to_handle_at and name_to_handle_at syscalls 8 years ago
Rich Felker 5e46e8d4b0 remove vis.h protected-visibility hack 8 years ago
Rich Felker 5f12ffe123 split internal lock API out of libc.h, creating lock.h 8 years ago
Rich Felker 09e87db555 move misplaced __fork_handler declaration 8 years ago
Rich Felker 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 8 years ago
Rich Felker 5ce3737931 reduce spurious inclusion of libc.h 8 years ago
Rich Felker 0676c3a34c use wrapper headers to hide most namespaced/internally-public symbols 8 years ago
Rich Felker ced75472d7 remove __vfork alias 8 years ago
Rich Felker 6d47488e86 hide purely dependency-triggering functions in stdio __toread & __towrite 8 years ago
Rich Felker c04c6993dc declare __env_rm_add in wrapper stdlib.h 8 years ago
Rich Felker 239c15565f hide dependency-triggering pointer object in malloc_usable_size.c 8 years ago
Rich Felker ef8d45d6c9 rework malloc_usable_size to use malloc_impl.h 8 years ago
Rich Felker 055dfbb7f7 remove unused __futex function and source file 8 years ago
Rich Felker a60d579f5e hide __pthread_once_full symbol 8 years ago
Rich Felker a2f0eb1a07 declare and make hidden additional internal init/exit symbols 8 years ago
Rich Felker a3944d3f0c declare and make hidden additional internal stdio symbols 8 years ago
Rich Felker c52ae69844 move declaration and apply hidden visibility to __utc string 8 years ago
Rich Felker 81e19341d8 declare and make hidden more internal locale functions 8 years ago
Rich Felker ebb6afde68 remove unused __getdents, rename and move file 8 years ago
Rich Felker 3fe595de83 remove or make static various unused __-prefixed symbols 8 years ago
Rich Felker 49722a8ed4 move additional pthread internal declarations to pthread_impl.h, hide 8 years ago
Rich Felker 7e399fabd3 apply hidden visibility to various remaining internal interfaces 8 years ago
Rich Felker b6e59cd925 apply hidden visibility to sigreturn code fragments 8 years ago