- 84ebec6 fix deadlock in synccall after threaded fork by Samuel Holland · 5 years ago
- 3d178a7 cap getdents length argument to INT_MAX by Rich Felker · 5 years ago
- 95dfa3d allow fmemopen with zero size by Rich Felker · 5 years ago
- a48ccc1 do not use _Noreturn for a function pointer in dynamic linker by Matthew Maurer · 5 years ago
- 0a48860 add riscv64 architecture support by Rich Felker · 5 years ago
- 5fc4379 optimize aarch64 dynamic tlsdesc function to spill fewer registers by Rich Felker · 5 years ago
- a60b9e0 fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets by Szabolcs Nagy · 5 years ago
- 9fd98a6 fix format strings for uid/gid values in putpwent/putgrent by Rich Felker · 5 years ago
- 511d707 make fgetwc set error indicator for stream on encoding errors by Rich Felker · 5 years ago
- d7b5834 allow archs to provide a 7-argument syscall if needed by Rich Felker · 5 years ago
- 78691fa make new math code compatible with unused variable warning/error by Rich Felker · 6 years ago
- e4dd653 math: new pow by Szabolcs Nagy · 6 years ago
- e16f7b3 math: new exp and exp2 by Szabolcs Nagy · 6 years ago
- 2a3210c math: new log2 by Szabolcs Nagy · 6 years ago
- 236cd05 math: new log by Szabolcs Nagy · 6 years ago
- d28cd0a math: new powf by Szabolcs Nagy · 7 years ago
- 3f94c64 math: new exp2f and expf by Szabolcs Nagy · 7 years ago
- 098868b math: new log2f by Szabolcs Nagy · 7 years ago
- db505b7 math: new logf by Szabolcs Nagy · 7 years ago
- 169fc00 math: add configuration macros by Szabolcs Nagy · 6 years ago
- 3c3763f math: add macros for static branch prediction hints by Szabolcs Nagy · 6 years ago
- 4f8acf9 math: add double precision error handling functions by Szabolcs Nagy · 6 years ago
- 9ef6ca4 math: add single precision error handling functions by Szabolcs Nagy · 7 years ago
- fe54544 math: add eval_as_float and eval_as_double by Szabolcs Nagy · 6 years ago
- b50d315 math: add fp_arch.h with fp_barrier and fp_force_eval by Szabolcs Nagy · 6 years ago
- f107d34 math: remove sun copyright from libm.h by Szabolcs Nagy · 6 years ago
- d59e504 math: add asuint, asuint64, asfloat and asdouble by Szabolcs Nagy · 7 years ago
- 2d72b58 math: move complex math out of libm.h by Szabolcs Nagy · 6 years ago
- 788d5e2 remove external __syscall function and last remaining users by Rich Felker · 6 years ago
- 22e5bbd overhaul i386 syscall mechanism not to depend on external asm source by Rich Felker · 6 years ago
- a01ff71 in membarrier fallback, allow for possibility that sigaction fails by Rich Felker · 6 years ago
- 8186880 fix unintended global symbols in atanl.c by Dan Gohman · 6 years ago
- 7fe51ea use __strchrnul instead of strchr and strlen in execvpe by Frediano Ziglio · 6 years ago
- 8ee0ca0 fix harmless-by-chance typo in priority inheritance mutex code by Rich Felker · 6 years ago
- 54ca677 implement priority inheritance mutexes by Rich Felker · 6 years ago
- 2142caf clean up access to mutex type in pthread_mutex_trylock by Rich Felker · 6 years ago
- 54316a5 support archs with no renameat syscall, only renameat2 by Drew DeVault · 6 years ago
- 46fb680 support archs with no mlock syscall, only mlock2 by Drew DeVault · 6 years ago
- 59f88d7 fix data race choosing next key slot in pthread_key_create by Rich Felker · 6 years ago
- 8f12c4e fix crash/out-of-bound read in sscanf by Rich Felker · 6 years ago
- c62dfe6 fix namespace violation in dependencies of mtx_lock by Rich Felker · 6 years ago
- 2a0ff45 handle labels with 8-bit byte values in dn_skipname by Ryan Fairfax · 6 years ago
- 00d3d57 setvbuf: return failure if mode is invalid by A. Wilcox · 6 years ago
- f368d9f make FILE a complete type for pre-C11 standard profiles by Rich Felker · 6 years ago
- 4918b7f don't reject unknown/future flags in sigaltstack, allow SS_AUTODISARM by Rich Felker · 6 years ago
- ba18c1e add membarrier syscall wrapper, refactor dynamic tls install to use it by Rich Felker · 6 years ago
- 7865d56 make thread list lock a recursive lock by Rich Felker · 6 years ago
- ad795d5 fix spurious undefined behavior in getaddrinfo by Rich Felker · 6 years ago
- 224d938 fix invalid free of partial addrinfo list with multiple services by Rich Felker · 6 years ago
- 9d44b64 install dynamic tls synchronously at dlopen, streamline access by Rich Felker · 6 years ago
- 8052889 fix data race between new pthread_key_delete and dtor execution by Rich Felker · 6 years ago
- 639bcf2 introduce namespace-safe rwlock aliases; use in pthread_key_create by Rich Felker · 6 years ago
- ba74a42 rewrite pthread_key_delete to use global thread list by Rich Felker · 6 years ago
- e4235d7 rewrite __synccall in terms of global thread list by Rich Felker · 6 years ago
- 8f11e61 track all live threads in an AS-safe, fully-consistent linked list by Rich Felker · 6 years ago
- 04335d9 always block signals for starting new threads, refactor start args by Rich Felker · 6 years ago
- 5b74eed for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo by Rich Felker · 6 years ago
- aa5a9d1 defer free of thread-local dlerror buffers from inconsistent context by Rich Felker · 6 years ago
- b202057 fix behavior of gets when input line contains a null byte by Rich Felker · 6 years ago
- 099b89d redesign robust mutex states to eliminate data races on type field by Rich Felker · 6 years ago
- 042b3ee fail fdopendir for O_PATH file descriptors by Rich Felker · 6 years ago
- 8d82971 locale: ensure dcngettext() preserves errno by A. Wilcox · 6 years ago
- ce32db4 fix call to __pthread_tsd_run_dtors with too many arguments by Rich Felker · 6 years ago
- 16a522b fix unintended linking dependency of pthread_key_create on __synccall by Rich Felker · 6 years ago
- de7dc13 halt getspnam[_r] search on error accessing TCB shadow by Rich Felker · 6 years ago
- 9db81b8 don't set errno or return an error when getspnam[_r] finds no entry by Rich Felker · 6 years ago
- 21a172d make sem_wait and sem_timedwait interruptible by signals by Rich Felker · 6 years ago
- 1ec71c5 don't fail pthread_sigmask/sigprocmask on invalid how when set is null by Rich Felker · 6 years ago
- a63c010 add __timedwait backend workaround for old kernels where futex EINTRs by Rich Felker · 6 years ago
- c00cdef on failed aio submission, set aiocb error and return value by Rich Felker · 6 years ago
- a9a9882 don't create aio queue/map structures for invalid file descriptors by Rich Felker · 6 years ago
- 8511511 move aio queue allocation from io thread to submitting thread by Rich Felker · 6 years ago
- 1a6d6f1 fix and future-proof against stack overflow in aio io threads by Rich Felker · 6 years ago
- 26c66c4 add namespace-safe version of getauxval for internal use by Rich Felker · 6 years ago
- 7c84547 fix wordexp not to read past end of string ending with lone backslash by Rich Felker · 6 years ago
- d9bdfd1 fix memccpy to not access buffer past given size by Quentin Rameau · 6 years ago
- 122d67f optimize two-way strstr and memmem bad character shift by Rich Felker · 6 years ago
- 04e18b6 fix regression in setlocale for LC_ALL with per-category setting by Rich Felker · 6 years ago
- 79f653c fix failure to flush stderr when fflush(0) is called by Rich Felker · 6 years ago
- 4a08603 fix deadlock and buffered data loss race in fclose by Rich Felker · 6 years ago
- 00bd3b7 __libc_start_main: slightly simplify stage2 pointer setup by Alexander Monakov · 6 years ago
- 0239cd0 remove commented-out debug printf from strstr by Rich Felker · 6 years ago
- 8f5a820 fix spuriously slow check in twoway strstr/memmem cores by Rich Felker · 6 years ago
- 1b52863 don't omit setting errno in internal __map_file function by Rich Felker · 6 years ago
- 5af1f59 make the default locale (& a variant) failure-free cases for newlocale by Rich Felker · 6 years ago
- 74e7040 simplify newlocale and allow failure for explicit locale names by Rich Felker · 6 years ago
- 6753fb6 remove volatile qualification from category pointers in __locale_struct by Rich Felker · 6 years ago
- d88e5df adapt setlocale to support possibility of failure by Rich Felker · 6 years ago
- 8084d6a adjust types in FILE struct to make line buffering check less expensive by Rich Felker · 6 years ago
- d8870dc optimize internal putc_unlocked macro used in putc by Rich Felker · 6 years ago
- a21a609 fix wrong result for putc variants due to operator precedence by Rich Felker · 6 years ago
- 9dd1912 further optimize getc/putc when locking is needed by Rich Felker · 6 years ago
- 7eda27d use prototype for function pointer in static link libc init barrier by Rich Felker · 6 years ago
- ba0d83e fix error in constraints for static link libc init barrier by Rich Felker · 6 years ago
- ab5e1e3 fix build regression due to missing file for putc changes by Rich Felker · 6 years ago
- d8f2efa bypass indirection through pointer objects to access stdin/out/err by Rich Felker · 6 years ago
- d664061 optimize hot paths of putc with manual shrink-wrapping by Rich Felker · 6 years ago
- dd8f02b optimize hot paths of getc with manual shrink-wrapping by Rich Felker · 6 years ago
- 7136836 document and make explicit desired noinline property for __init_libc by Rich Felker · 6 years ago
- 4390383 impose barrier between thread pointer setup and use for static linking by Rich Felker · 6 years ago