3744 Commits (729fef0a9358e2f6f1cd8c75a1a0f7ee48b08c95)
 

Author SHA1 Message Date
Rich Felker 1c497005ee remove long-obsolete clang workarounds from mips* syscall_arch.h files 9 years ago
Rich Felker 4073f03add fix fstatat syscall on mips64 9 years ago
Samuel Holland 81f4a1200a fix fchown fallback on arches without chown(2) 9 years ago
Rich Felker 97bd6b09db fix iconv conversions to legacy 8bit encodings 9 years ago
Rich Felker f9f686b772 have posix_spawnattr_setflags check for supported flags 9 years ago
Rich Felker 77e895dcfa add no-op POSIX_SPAWN_USEVFORK to spawn.h 9 years ago
Bobby Bingham 5555041668 s390x: provide sigcontext struct definition 9 years ago
Rich Felker bb439bb171 implement new posix_spawn flag POSIX_SPAWN_SETSID 9 years ago
Rich Felker 58e2396a9a remove va_arg hacks in printf core with undefined behavior 9 years ago
Rich Felker e1232f5b51 make ttyname[_r] return ENODEV rather than ENOENT 9 years ago
Rich Felker 1a7fa5e521 fix regression in support for resolv.conf attempts option 9 years ago
Szabolcs Nagy 8c44a06024 fix scalbn when result is in the subnormal range 9 years ago
Rich Felker 2577b1bc16 allow full-range file offsets to mmap on archs with 64-bit syscall args 9 years ago
Rich Felker b3751c3282 fix dl_iterate_phdr in static PIE binaries 9 years ago
Rich Felker 1ca597551b fix read past end of buffer in getaddrinfo backend 9 years ago
Szabolcs Nagy 54807d47ac aarch64: add single instruction math functions 9 years ago
Julien Ramseier b6e1fe0d5e fix strptime output for %C without %y 9 years ago
Julien Ramseier 834ef7aff5 fix processing of strptime %p format 9 years ago
Julien Ramseier 85dfab7eaf fix off-by-one in strptime %j 9 years ago
Julien Ramseier 9571c5314a regex: fix newline matching with negated brackets 9 years ago
Rich Felker e6917eced2 increase limit on locale name length from 15 to 23 bytes 9 years ago
Rich Felker e4fc9ad780 search locale name variants for gettext translations 9 years ago
Rich Felker 16319a5df9 make setlocale return a single name for LC_ALL if all categories match 9 years ago
Rich Felker 0c53178ec0 fix dlopen/dlsym regression opening libs already loaded at startup 9 years ago
Rich Felker dbff2bb889 fix POSIX-format TZ dst transition times for southern hemisphere 9 years ago
Tuan M. Hoang 74bca42e16 s390x: fix fpreg_t and remove unused per_struct 9 years ago
Rich Felker a393d5cc8d precalculate gnu hash rather than doing it lazily in find_sym inner loop 9 years ago
Szabolcs Nagy 8cba1dc46c fix threshold constants in j0f, y0f, j1f, y1f 9 years ago
Rich Felker cb525397bb remove unused refcnt field for shared libraries 9 years ago
Rich Felker c49d3c8ada avoid loading of multiple libc versions via explicit pathname 9 years ago
Rich Felker 3ec8b3aeb8 fix one-byte overflow in legacy getpass function 9 years ago
Rich Felker 733d1ea759 fix wide scanf's use of a compound literal past its lifetime 9 years ago
Rich Felker 6a209f14ff fix possible fd leak, unrestored cancellation state on dns socket fail 9 years ago
Rich Felker 500f5bee6c in static dl_iterate_phdr, fix use of possibly-uninitialized aux data 9 years ago
Rich Felker 6582baa752 fix free of uninitialized buffer pointer on error in regexec 9 years ago
Rich Felker 6476b81357 emulate lazy relocation as deferrable relocation 9 years ago
Rich Felker 4823b13a75 reorder addend handling before symbol lookup in relocation code 9 years ago
Rich Felker 4ff234f6cb rework ldso handling of global symbol table for consistency 9 years ago
Szabolcs Nagy c9783e4d32 treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in find_sym 9 years ago
Rich Felker fc85fb3860 fix ld-behavior-dependent crash in ppc64 ldso startup 9 years ago
Szabolcs Nagy 827c4e6fbe fix lsearch and lfind to pass key as first arg to the compar callback 9 years ago
Rich Felker 0a4a16d11c allow page size to vary on arm 9 years ago
Rich Felker b261a24256 fix build regression in arm atomics asm with new binutils 9 years ago
Bobby Bingham 9201c3afce s390x: implement dlsym 9 years ago
Rich Felker d6601f0af0 avoid unbounded strlen in gettext functions 9 years ago
Rich Felker dbbb3734d8 fix use of uninitialized pointer in gettext core 9 years ago
Rich Felker 01e6bbece2 fix bindtextdomain logic error deactivating other domains 9 years ago
Rich Felker 6894f84726 fix spurious EINTR errors from multithreaded set*id, etc. 9 years ago
rofl0r 1f53e7d00c fix crashes in x32 __tls_get_addr 9 years ago
Rich Felker 27b3fd68f6 fix crash from corrupted tls module list after failed dlopen 9 years ago