3994 Commits (7f01a734feddaabf366bc644c926e675656cab62)
 

Author SHA1 Message Date
Rich Felker 7f01a734fe remove ancient clang workaround from powerpc pthread_arch.h asm 8 years ago
Rich Felker bf453d6839 restore attribute((const)) to pthread_self and errno location decls 8 years ago
Rich Felker 1c84c99913 add new stage 2b to dynamic linker bootstrap for thread pointer 8 years ago
Rich Felker 2085378a4f move stdio locking MAYBE_WAITERS definition to stdio_impl.h 8 years ago
Rich Felker b36c37f6fa fix misleading placement of statement on same line as for loop in ldso 8 years ago
Szabolcs Nagy e901613888 x86_64: add single instruction fma 8 years ago
Szabolcs Nagy 7396ef0a05 arm: add single instruction fma 8 years ago
Szabolcs Nagy 7c5f3bb955 powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtf 8 years ago
Szabolcs Nagy 1da534ada8 s390x: add single instruction fma and fmaf 8 years ago
Rich Felker 481006fd88 allow escaped path-separator slashes in glob 8 years ago
Rich Felker d44b07fc90 rewrite core of the glob implementation for correctness & optimization 8 years ago
Rich Felker 37cd167639 fix dlsym of thread-local symbols on archs with DTP_OFFSET!=0 8 years ago
Rich Felker b6d701a475 combine arch ABI's DTP_OFFSET into DTV pointers 8 years ago
Rich Felker 09a805a623 fix redundant computations of strlen in glob append function 8 years ago
Rich Felker e2552581bc fix invalid substitute of [1] for flexible array member in glob 8 years ago
Szabolcs Nagy 7b384c42b7 fix fesetround error checking 8 years ago
Rich Felker b3389bbfb5 fix build regression on armhf in tlsdesc asm 8 years ago
Rich Felker d1395c43c0 allow freeaddrinfo of arbitrary sublists of addrinfo list 8 years ago
Rich Felker 7bf773a8f9 inline cp15 thread pointer load in arm dynamic TLSDESC asm when possible 8 years ago
Rich Felker 0beb9dfbec add TLSDESC support for 32-bit arm 8 years ago
Rich Felker 4d0a82170a fix aliasing-based undefined behavior in string functions 8 years ago
Rich Felker 8cd738bbee optimize nop case of wmemmove 8 years ago
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