2785 Commits (980f80f79216c268c18fa36b7680c076c684dfa2)

Author SHA1 Message Date
James Y Knight 7829f42a2c fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIX 7 years ago
Samuel Holland c225e6c1a4 use the correct attributes for ___errno_location 7 years ago
Samuel Holland e0eee3ceef fix restrict violations in internal use of several functions 7 years ago
Rich Felker 759900403d prevent dup2 action for posix_spawn internal pipe fd 7 years ago
Fangrui Song 94751d8ee4 remove stray .end directives from powerpc[64] asm 7 years ago
Szabolcs Nagy 4acfc287d8 ipc: prefer SYS_ipc when it is defined 7 years ago
Samuel Holland 84ebec6cee fix deadlock in synccall after threaded fork 7 years ago
Rich Felker 3d178a7e2b cap getdents length argument to INT_MAX 7 years ago
Rich Felker 95dfa3dd12 allow fmemopen with zero size 7 years ago
Matthew Maurer a48ccc159a do not use _Noreturn for a function pointer in dynamic linker 7 years ago
Rich Felker 0a48860c27 add riscv64 architecture support 7 years ago
Rich Felker 5fc4379825 optimize aarch64 dynamic tlsdesc function to spill fewer registers 7 years ago
Szabolcs Nagy a60b9e0686 fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets 7 years ago
Rich Felker 9fd98a6354 fix format strings for uid/gid values in putpwent/putgrent 7 years ago
Rich Felker 511d70738b make fgetwc set error indicator for stream on encoding errors 7 years ago
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 e16f7b3c02 math: new exp and exp2 8 years ago
Szabolcs Nagy 2a3210cf4a math: new log2 8 years ago
Szabolcs Nagy 236cd056e8 math: new log 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 098868b338 math: new log2f 9 years ago
Szabolcs Nagy db505b794c math: new logf 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 a01ff71f7c in membarrier fallback, allow for possibility that sigaction fails 7 years ago
Dan Gohman 8186880393 fix unintended global symbols in atanl.c 7 years ago
Frediano Ziglio 7fe51ea85b use __strchrnul instead of strchr and strlen in execvpe 7 years ago
Rich Felker 8ee0ca0ce6 fix harmless-by-chance typo in priority inheritance mutex code 7 years ago
Rich Felker 54ca677983 implement priority inheritance mutexes 7 years ago
Rich Felker 2142cafdc7 clean up access to mutex type in pthread_mutex_trylock 7 years ago
Drew DeVault 54316a52b2 support archs with no renameat syscall, only renameat2 7 years ago
Drew DeVault 46fb680c85 support archs with no mlock syscall, only mlock2 7 years ago
Rich Felker 59f88d7662 fix data race choosing next key slot in pthread_key_create 7 years ago
Rich Felker 8f12c4e110 fix crash/out-of-bound read in sscanf 7 years ago
Rich Felker c62dfe6161 fix namespace violation in dependencies of mtx_lock 7 years ago
Ryan Fairfax 2a0ff45b36 handle labels with 8-bit byte values in dn_skipname 7 years ago
A. Wilcox 00d3d577ca setvbuf: return failure if mode is invalid 7 years ago
Rich Felker f368d9fd26 make FILE a complete type for pre-C11 standard profiles 7 years ago