2922 Commits (bc87299ce72a52f4debf9fc19d859abe34dbdf43)

Author SHA1 Message Date
Rich Felker aa5a9d15e0 defer free of thread-local dlerror buffers from inconsistent context 7 years ago
Rich Felker b2020571f0 fix behavior of gets when input line contains a null byte 7 years ago
Rich Felker 099b89d384 redesign robust mutex states to eliminate data races on type field 7 years ago
Rich Felker 042b3ee452 fail fdopendir for O_PATH file descriptors 7 years ago
A. Wilcox 8d82971775 locale: ensure dcngettext() preserves errno 7 years ago
Rich Felker ce32db4715 fix call to __pthread_tsd_run_dtors with too many arguments 7 years ago
Rich Felker 16a522bab0 fix unintended linking dependency of pthread_key_create on __synccall 7 years ago
Rich Felker de7dc1318f halt getspnam[_r] search on error accessing TCB shadow 7 years ago
Rich Felker 9db81b862d don't set errno or return an error when getspnam[_r] finds no entry 7 years ago
Rich Felker 21a172dd36 make sem_wait and sem_timedwait interruptible by signals 8 years ago
Rich Felker 1ec71c531e don't fail pthread_sigmask/sigprocmask on invalid how when set is null 8 years ago
Rich Felker a63c0104e4 add __timedwait backend workaround for old kernels where futex EINTRs 8 years ago
Rich Felker c00cdefa1d on failed aio submission, set aiocb error and return value 8 years ago
Rich Felker a9a9882fbe don't create aio queue/map structures for invalid file descriptors 8 years ago
Rich Felker 8511511c58 move aio queue allocation from io thread to submitting thread 8 years ago
Rich Felker 1a6d6f131b fix and future-proof against stack overflow in aio io threads 8 years ago
Rich Felker 26c66c485c add namespace-safe version of getauxval for internal use 8 years ago
Rich Felker 7c84547900 fix wordexp not to read past end of string ending with lone backslash 8 years ago
Quentin Rameau d9bdfd1644 fix memccpy to not access buffer past given size 8 years ago
Rich Felker 122d67f846 optimize two-way strstr and memmem bad character shift 8 years ago
Rich Felker 04e18b61df fix regression in setlocale for LC_ALL with per-category setting 8 years ago
Rich Felker 79f653c6bc fix failure to flush stderr when fflush(0) is called 8 years ago
Rich Felker 4a08603026 fix deadlock and buffered data loss race in fclose 8 years ago
Alexander Monakov 00bd3b7d30 __libc_start_main: slightly simplify stage2 pointer setup 8 years ago
Rich Felker 0239cd0681 remove commented-out debug printf from strstr 8 years ago
Rich Felker 8f5a820d14 fix spuriously slow check in twoway strstr/memmem cores 8 years ago
Rich Felker 1b52863e24 don't omit setting errno in internal __map_file function 8 years ago
Rich Felker 5af1f5942b make the default locale (& a variant) failure-free cases for newlocale 8 years ago
Rich Felker 74e704006a simplify newlocale and allow failure for explicit locale names 8 years ago
Rich Felker 6753fb68b8 remove volatile qualification from category pointers in __locale_struct 8 years ago
Rich Felker d88e5dfa8b adapt setlocale to support possibility of failure 8 years ago
Rich Felker 8084d6ab57 adjust types in FILE struct to make line buffering check less expensive 8 years ago
Rich Felker d8870dcf38 optimize internal putc_unlocked macro used in putc 8 years ago
Rich Felker a21a6092cf fix wrong result for putc variants due to operator precedence 8 years ago
Rich Felker 9dd1912256 further optimize getc/putc when locking is needed 8 years ago
Rich Felker 7eda27d025 use prototype for function pointer in static link libc init barrier 8 years ago
Rich Felker ba0d83e822 fix error in constraints for static link libc init barrier 8 years ago
Rich Felker ab5e1e3408 fix build regression due to missing file for putc changes 8 years ago
Rich Felker d8f2efa708 bypass indirection through pointer objects to access stdin/out/err 8 years ago
Rich Felker d664061adb optimize hot paths of putc with manual shrink-wrapping 8 years ago
Rich Felker dd8f02b7dc optimize hot paths of getc with manual shrink-wrapping 8 years ago
Rich Felker 7136836e14 document and make explicit desired noinline property for __init_libc 8 years ago
Rich Felker 4390383b32 impose barrier between thread pointer setup and use for static linking 8 years ago
Rich Felker 2085378a4f move stdio locking MAYBE_WAITERS definition to stdio_impl.h 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