Age | Commit message (Expand) | Author | Files | Lines |
2018-10-18 | fix build regression due to missing file for putc changes | Rich Felker | 1 | -0/+22 |
2018-10-18 | bypass indirection through pointer objects to access stdin/out/err | Rich Felker | 4 | -9/+33 |
2018-10-17 | optimize hot paths of putc with manual shrink-wrapping | Rich Felker | 3 | -13/+8 |
2018-10-17 | optimize hot paths of getc with manual shrink-wrapping | Rich Felker | 4 | -15/+30 |
2018-10-17 | document and make explicit desired noinline property for __init_libc | Rich Felker | 1 | -0/+6 |
2018-10-17 | impose barrier between thread pointer setup and use for static linking | Rich Felker | 1 | -0/+13 |
2018-10-16 | move stdio locking MAYBE_WAITERS definition to stdio_impl.h | Rich Felker | 3 | -4/+2 |
2018-10-15 | x86_64: add single instruction fma | Szabolcs Nagy | 4 | -0/+92 |
2018-10-15 | arm: add single instruction fma | Szabolcs Nagy | 2 | -0/+30 |
2018-10-15 | powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtf | Szabolcs Nagy | 6 | -0/+90 |
2018-10-15 | s390x: add single instruction fma and fmaf | Szabolcs Nagy | 2 | -0/+14 |
2018-10-13 | allow escaped path-separator slashes in glob | Rich Felker | 1 | -11/+22 |
2018-10-12 | rewrite core of the glob implementation for correctness & optimization | Rich Felker | 1 | -105/+112 |
2018-10-12 | combine arch ABI's DTP_OFFSET into DTV pointers | Rich Felker | 4 | -17/+17 |
2018-10-11 | fix redundant computations of strlen in glob append function | Rich Felker | 1 | -2/+5 |
2018-10-11 | fix invalid substitute of [1] for flexible array member in glob | Rich Felker | 1 | -2/+2 |
2018-10-10 | fix fesetround error checking | Szabolcs Nagy | 1 | -6/+5 |
2018-10-09 | fix build regression on armhf in tlsdesc asm | Rich Felker | 1 | -0/+1 |
2018-10-04 | allow freeaddrinfo of arbitrary sublists of addrinfo list | Rich Felker | 3 | -8/+25 |
2018-10-01 | inline cp15 thread pointer load in arm dynamic TLSDESC asm when possible | Rich Felker | 1 | -0/+9 |
2018-10-01 | add TLSDESC support for 32-bit arm | Rich Felker | 1 | -0/+62 |
2018-09-26 | fix aliasing-based undefined behavior in string functions | Rich Felker | 8 | -19/+46 |
2018-09-23 | optimize nop case of wmemmove | Rich Felker | 1 | -0/+1 |
2018-09-23 | fix undefined pointer comparison in wmemmove | Rich Felker | 1 | -1/+2 |
2018-09-23 | fix undefined pointer comparison in memmove | Rich Felker | 1 | -1/+1 |
2018-09-20 | new tsearch implementation | Szabolcs Nagy | 7 | -213/+200 |
2018-09-19 | fix getaddrinfo regression with AI_ADDRCONFIG on some configurations | Rich Felker | 1 | -1/+10 |
2018-09-18 | support setting of default thread stack size via PT_GNU_STACK header | Rich Felker | 1 | -0/+5 |
2018-09-18 | increase default thread stack/guard size | Rich Felker | 1 | -2/+2 |
2018-09-18 | limit the configurable default stack/guard size for threads | Rich Felker | 3 | -8/+15 |
2018-09-18 | remove redundant declarations of __default_stacksize, __default_guardsize | Rich Felker | 3 | -8/+0 |
2018-09-18 | fix benign data race in pthread_attr_init | Rich Felker | 1 | -0/+2 |
2018-09-18 | fix deletion of pthread tsd keys that still have non-null values stored | Rich Felker | 3 | -18/+104 |
2018-09-18 | fix race condition in file locking | Kaarle Ritvanen | 1 | -6/+6 |
2018-09-16 | getdelim: only grow buffer when necessary, improve OOM behavior | Rich Felker | 1 | -10/+17 |
2018-09-16 | fix null pointer subtraction and comparison in stdio | Rich Felker | 14 | -31/+41 |
2018-09-16 | fix failure of getdelim to set stream orientation on error | Rich Felker | 1 | -0/+2 |
2018-09-15 | check for kernel support before allowing robust mutex creation | Rich Felker | 1 | -1/+17 |
2018-09-15 | always reset DST rules during tzset | Benjamin Peterson | 1 | -1/+2 |
2018-09-15 | fix undefined behavior in strto* via FILE buffer pointer abuse | Rich Felker | 4 | -20/+43 |
2018-09-15 | improve error handling of ttyname_r and isatty | Benjamin Peterson | 2 | -2/+6 |
2018-09-14 | add hidden version of &errno accessor function | Rich Felker | 2 | -0/+13 |
2018-09-14 | fix build regression in sysconf for archs with variable page size | Rich Felker | 1 | -0/+1 |
2018-09-14 | drop lazy plural forms init in dcngettext | Rich Felker | 1 | -18/+17 |
2018-09-13 | fix regression with compilers not incorporating C99 DR#289 resolution | Rich Felker | 1 | -1/+1 |
2018-09-12 | wireup linux/name_to_handle_at and name_to_handle_at syscalls | Khem Raj | 2 | -0/+18 |
2018-09-12 | remove vis.h protected-visibility hack | Rich Felker | 1 | -27/+0 |
2018-09-12 | split internal lock API out of libc.h, creating lock.h | Rich Felker | 25 | -17/+32 |
2018-09-12 | move misplaced __fork_handler declaration | Rich Felker | 2 | -1/+1 |
2018-09-12 | remove spurious inclusion of libc.h for LFS64 ABI aliases | Rich Felker | 48 | -107/+59 |