Age | Commit message (Expand) | Author | Files | Lines |
2019-08-11 | add support for powerpc/powerpc64 unaligned relocations | Samuel Holland | 1 | -0/+1 |
2019-07-31 | ioctl: add fallback for new time64 SIOCGSTAMP[NS] | Rich Felker | 1 | -0/+7 |
2019-07-31 | get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO | Rich Felker | 1 | -0/+7 |
2019-07-31 | make __socketcall analogous to __syscall, error-returning | Rich Felker | 1 | -6/+6 |
2019-07-27 | internally, define plain syscalls, if missing, as their time64 variants | Rich Felker | 1 | -0/+83 |
2019-06-21 | do not use _Noreturn for a function pointer in dynamic linker | Matthew Maurer | 1 | -1/+1 |
2019-05-05 | allow archs to provide a 7-argument syscall if needed | Rich Felker | 1 | -0/+1 |
2019-04-20 | make new math code compatible with unused variable warning/error | Rich Felker | 1 | -3/+6 |
2019-04-17 | math: new pow | Szabolcs Nagy | 1 | -0/+1 |
2019-04-17 | math: new powf | Szabolcs Nagy | 1 | -0/+6 |
2019-04-17 | math: new exp2f and expf | Szabolcs Nagy | 1 | -0/+16 |
2019-04-17 | math: add configuration macros | Szabolcs Nagy | 1 | -0/+5 |
2019-04-17 | math: add macros for static branch prediction hints | Szabolcs Nagy | 1 | -0/+9 |
2019-04-17 | math: add double precision error handling functions | Szabolcs Nagy | 1 | -0/+5 |
2019-04-17 | math: add single precision error handling functions | Szabolcs Nagy | 1 | -0/+7 |
2019-04-17 | math: add eval_as_float and eval_as_double | Szabolcs Nagy | 1 | -0/+17 |
2019-04-17 | math: add fp_arch.h with fp_barrier and fp_force_eval | Szabolcs Nagy | 1 | -6/+65 |
2019-04-17 | math: remove sun copyright from libm.h | Szabolcs Nagy | 1 | -23/+0 |
2019-04-17 | math: add asuint, asuint64, asfloat and asdouble | Szabolcs Nagy | 1 | -33/+15 |
2019-04-17 | math: move complex math out of libm.h | Szabolcs Nagy | 2 | -15/+22 |
2019-04-10 | remove external __syscall function and last remaining users | Rich Felker | 17 | -263/+1 |
2019-04-10 | overhaul i386 syscall mechanism not to depend on external asm source | Rich Felker | 4 | -70/+24 |
2019-03-14 | fix crash/out-of-bound read in sscanf | Rich Felker | 2 | -2/+3 |
2019-02-22 | add membarrier syscall wrapper, refactor dynamic tls install to use it | Rich Felker | 1 | -1/+1 |
2019-02-18 | install dynamic tls synchronously at dlopen, streamline access | Rich Felker | 1 | -0/+1 |
2019-02-16 | rewrite __synccall in terms of global thread list | Rich Felker | 1 | -1/+0 |
2019-02-15 | track all live threads in an AS-safe, fully-consistent linked list | Rich Felker | 1 | -4/+8 |
2019-02-15 | always block signals for starting new threads, refactor start args | Rich Felker | 1 | -11/+0 |
2018-12-18 | add __timedwait backend workaround for old kernels where futex EINTRs | Rich Felker | 1 | -0/+1 |
2018-10-20 | remove volatile qualification from category pointers in __locale_struct | Rich Felker | 1 | -1/+1 |
2018-10-20 | adapt setlocale to support possibility of failure | Rich Felker | 1 | -0/+2 |
2018-10-18 | adjust types in FILE struct to make line buffering check less expensive | Rich Felker | 1 | -4/+2 |
2018-10-18 | optimize internal putc_unlocked macro used in putc | Rich Felker | 1 | -1/+2 |
2018-10-18 | fix wrong result for putc variants due to operator precedence | Rich Felker | 1 | -1/+1 |
2018-10-16 | move stdio locking MAYBE_WAITERS definition to stdio_impl.h | Rich Felker | 1 | -0/+2 |
2018-10-12 | combine arch ABI's DTP_OFFSET into DTV pointers | Rich Felker | 1 | -2/+3 |
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 | 1 | -2/+5 |
2018-09-18 | fix deletion of pthread tsd keys that still have non-null values stored | Rich Felker | 1 | -0/+3 |
2018-09-16 | fix null pointer subtraction and comparison in stdio | Rich Felker | 1 | -2/+2 |
2018-09-15 | fix undefined behavior in strto* via FILE buffer pointer abuse | Rich Felker | 2 | -8/+40 |
2018-09-13 | fix regression with compilers not incorporating C99 DR#289 resolution | Rich Felker | 1 | -1/+1 |
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 | 2 | -6/+9 |
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 | 1 | -6/+0 |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | 7 | -8/+7 |
2018-09-12 | remove unused __futex function and source file | Rich Felker | 1 | -2/+0 |
2018-09-12 | declare and make hidden additional internal init/exit symbols | Rich Felker | 1 | -0/+4 |
2018-09-12 | declare and make hidden additional internal stdio symbols | Rich Felker | 1 | -0/+5 |