369 Commits (c8798ef974d21c338a7d8d874a402978ffc6168e)

Author SHA1 Message Date
Rich Felker d7b583420b allow archs to provide a 7-argument syscall if needed 7 years ago
Rich Felker 78691fa76d make new math code compatible with unused variable warning/error 7 years ago
Szabolcs Nagy e4dd65305a math: new pow 8 years ago
Szabolcs Nagy d28cd0ad42 math: new powf 9 years ago
Szabolcs Nagy 3f94c648ef math: new exp2f and expf 9 years ago
Szabolcs Nagy 169fc008d8 math: add configuration macros 8 years ago
Szabolcs Nagy 3c3763fc52 math: add macros for static branch prediction hints 8 years ago
Szabolcs Nagy 4f8acf953c math: add double precision error handling functions 8 years ago
Szabolcs Nagy 9ef6ca4235 math: add single precision error handling functions 9 years ago
Szabolcs Nagy fe54544f05 math: add eval_as_float and eval_as_double 8 years ago
Szabolcs Nagy b50d315fd2 math: add fp_arch.h with fp_barrier and fp_force_eval 8 years ago
Szabolcs Nagy f107d34e76 math: remove sun copyright from libm.h 8 years ago
Szabolcs Nagy d59e504279 math: add asuint, asuint64, asfloat and asdouble 9 years ago
Szabolcs Nagy 2d72b58070 math: move complex math out of libm.h 8 years ago
Rich Felker 788d5e24ca remove external __syscall function and last remaining users 7 years ago
Rich Felker 22e5bbd0de overhaul i386 syscall mechanism not to depend on external asm source 7 years ago
Rich Felker 8f12c4e110 fix crash/out-of-bound read in sscanf 7 years ago
Rich Felker ba18c1ecc6 add membarrier syscall wrapper, refactor dynamic tls install to use it 7 years ago
Rich Felker 9d44b6460a install dynamic tls synchronously at dlopen, streamline access 7 years ago
Rich Felker e4235d7067 rewrite __synccall in terms of global thread list 7 years ago
Rich Felker 8f11e6127f track all live threads in an AS-safe, fully-consistent linked list 7 years ago
Rich Felker 04335d9260 always block signals for starting new threads, refactor start args 7 years ago
Rich Felker a63c0104e4 add __timedwait backend workaround for old kernels where futex EINTRs 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 2085378a4f move stdio locking MAYBE_WAITERS definition to stdio_impl.h 8 years ago
Rich Felker b6d701a475 combine arch ABI's DTP_OFFSET into DTV pointers 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 84d061d5a3 fix deletion of pthread tsd keys that still have non-null values stored 8 years ago
Rich Felker 849e7603e9 fix null pointer subtraction and comparison in stdio 8 years ago
Rich Felker d6c855caa8 fix undefined behavior in strto* via FILE buffer pointer abuse 8 years ago
Rich Felker 036df43d2a fix regression with compilers not incorporating C99 DR#289 resolution 8 years ago
Rich Felker 5e46e8d4b0 remove vis.h protected-visibility hack 8 years ago
Rich Felker 5f12ffe123 split internal lock API out of libc.h, creating lock.h 8 years ago
Rich Felker 09e87db555 move misplaced __fork_handler declaration 8 years ago
Rich Felker 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 8 years ago
Rich Felker 5ce3737931 reduce spurious inclusion of libc.h 8 years ago
Rich Felker 055dfbb7f7 remove unused __futex function and source file 8 years ago
Rich Felker a2f0eb1a07 declare and make hidden additional internal init/exit symbols 8 years ago
Rich Felker a3944d3f0c declare and make hidden additional internal stdio symbols 8 years ago
Rich Felker 81e19341d8 declare and make hidden more internal locale functions 8 years ago
Rich Felker 49722a8ed4 move additional pthread internal declarations to pthread_impl.h, hide 8 years ago
Rich Felker 7e399fabd3 apply hidden visibility to various remaining internal interfaces 8 years ago
Rich Felker b6e59cd925 apply hidden visibility to sigreturn code fragments 8 years ago
Rich Felker 50fea6c75f apply hidden visibility to pthread internals 8 years ago
Rich Felker d06fdd7f27 apply hidden visibility to stdio internals 8 years ago