2660 Commits (a6293285e930dbdb0eff47e29b513ca22537b1a2)
 

Author SHA1 Message Date
Rich Felker a6293285e9 fix use of uninitialized memory with application-provided thread stacks 12 years ago
Rich Felker 321f4fa906 add max_align_t definition for C11 and C++11 12 years ago
Rich Felker 4992ace942 further simplify and optimize new cond var 12 years ago
Rich Felker 2c4b510bae simplify and improve new cond var implementation 12 years ago
Rich Felker 37195db8ec redesign cond var implementation to fix multiple issues 12 years ago
Rich Felker 4220d298ef fix possible failure-to-wake deadlock with robust mutexes 12 years ago
Rich Felker de7e99c585 make pointers used in robust list volatile 12 years ago
Rich Felker d338b506e3 fix robust mutex unrecoverable status, and related clean-up 12 years ago
Rich Felker fffc5cda10 fix false ownership of mutexes due to tid reuse, using robust list 12 years ago
Rich Felker 25d12fc0fc optimize locking against vm changes for mmap/munmap 12 years ago
Rich Felker b092f1c5fa enable private futex for process-local robust mutexes 12 years ago
Rich Felker bc09d58c04 make futex operations use private-futex mode when possible 12 years ago
Szabolcs Nagy d86af2a080 fix #ifdef inside a macro argument list in __init_tls.c 12 years ago
Szabolcs Nagy d146d4dc11 fix CPU_EQUAL macro in sched.h 12 years ago
Szabolcs Nagy b04971d91a add inline isspace in ctype.h as an optimization 12 years ago
Rich Felker 4fe57cad70 add dlerror message for static-linked dlsym failure 12 years ago
Clément Vasseur dc65fddd4c fix dlerror when using dlopen with a static libc 12 years ago
Clément Vasseur b1ae7b78bd make clearenv available with _BSD_SOURCE 12 years ago
Timo Teräs 0a24be213a make endmntent function handle null argument 12 years ago
Rich Felker 00733dd1cf release 1.1.4 12 years ago
Rich Felker 60276b995e update notice on broken gcc versions in INSTALL file 12 years ago
Rich Felker 4272602ad1 update COPYRIGHT file to reflect new contributors 12 years ago
Rich Felker 5059deb1a5 harden locale name handling and prevent slashes in LC_MESSAGES 12 years ago
Rich Felker ecc082c61b implement ffsl and ffsll functions 12 years ago
Rich Felker 38db09374a limit visibility of ffs function declaration to _XOPEN_SOURCE 12 years ago
Rich Felker 4f44937432 fix broken offset argument to the mmap2 syscall on or1k 12 years ago
Rich Felker b5bbe79749 add framework for mmap2 syscall unit to vary by arch 12 years ago
Rich Felker cc54f0aeba provide PAGE_SIZE as a constant value of 8192 on or1k 12 years ago
Szabolcs Nagy 6527b03dcc plural rule evaluator rewrite for dcngettext 12 years ago
Timo Teräs 08e4052c43 reimplement if_nameindex and getifaddrs using netlink 12 years ago
Rich Felker cbb609b3db fix terminal control ioctl constants for sh 12 years ago
Szabolcs Nagy a126188f86 tweaks to plural rules evaluator 12 years ago
Rich Felker e4dd0ab83c harden dcngettext plural processing 12 years ago
Rich Felker 6e89210669 harden mo file processing for locale/translations 12 years ago
Rich Felker 73d2a3bfda implement non-default plural rules for ngettext translations 12 years ago
Rich Felker c0284b372c remove unused a_cas_l from or1k atomic.h 12 years ago
Rich Felker 90e51e45f5 clean up unused and inconsistent atomics in arch dirs 12 years ago
Rich Felker c394763d35 fix insufficient synchronization in sh atomic asm 12 years ago
Rich Felker 2068b4e891 implement gettext message translation functions 12 years ago
Rich Felker c5b8f19305 add support for LC_TIME and LC_MESSAGES translations 12 years ago
Rich Felker 0206f596d5 add missing yes/no strings to nl_langinfo 12 years ago
Rich Felker a19cd2b64a fix nl_langinfo table for LC_TIME era-related items 12 years ago
Rich Felker 41421d6beb implement mo file string lookup for translations 12 years ago
Rich Felker 6cb4f91db7 implement locale file loading and state for remaining locale categories 12 years ago
Rich Felker 674e28af2d fix locale environment variable logic for empty strings 12 years ago
Szabolcs Nagy 871a09c86f add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flags 12 years ago
Szabolcs Nagy 6119fa3269 add pacing rate information to the tcp_info struct in tcp.h 12 years ago
Szabolcs Nagy 4a142db74f add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK 12 years ago
Szabolcs Nagy 002e8d84c5 add syscall numbers for the new renameat2 syscall 12 years ago
Rich Felker 1312930f9b fix regression that negated some mips syscall error returns 12 years ago