3619 Commits (bd1560f6eb5127501ad6b7905479b4135c3d1a02)
 

Author SHA1 Message Date
Alexander Monakov 2e6e08423b remove ineffective compiler assist from printf 9 years ago
Alexander Monakov bc42dcbfd9 fix undefined behavior in ptrace 9 years ago
Jens Gustedt d906fa3118 unify the use of FUTEX_PRIVATE 9 years ago
Alexander Monakov 60ab365cae fix undefined behavior in free 9 years ago
Alexander Monakov f688884061 reapply va_arg hacks removal to wprintf 9 years ago
Alexander Monakov bd00cc8781 remove useless declarations in string.h 9 years ago
Rich Felker f3055e0163 allow specifying argv[0] when invoking a program via ldso command 9 years ago
Rich Felker 43c423af5b fix regression in dlopen promotion from RTLD_LOCAL to RTLD_GLOBAL 9 years ago
Rich Felker 66b53cfa88 ldso: avoid spurious & possible erroneous work for libs with no deps 9 years ago
Rich Felker 94f744195e powerpc64: add single-instruction math functions 9 years ago
Dmitry Golovin 9d12a6a21f fix clang CFLAGS checks and silence unused argument warnings 9 years ago
Rich Felker ce385fcfb2 s390x: add single-instruction math functions 9 years ago
Szabolcs Nagy e6def54435 fix arm run-time abi string functions 9 years ago
Rich Felker 91d34c4533 fix regression in getspnam[_r] error code for insufficient buffer size 9 years ago
Rich Felker 5948bc1a64 fix omission of microblaze user.h definitions 9 years ago
Bartosz Brachaczek b7bfb5c3a8 fix iconv conversions for iso88592-iso885916 9 years ago
Rich Felker 64f855874c handle errors from localtime_r in ctime_r 9 years ago
Rich Felker 2d7d05f031 set errno when getpw*_r, getgr*_r, and getspnam_r fail 9 years ago
Rich Felker 5c10c33d2a handle localtime errors in ctime 9 years ago
Rich Felker 1c86c7f5c2 handle mremap failure in realloc of mmap-serviced allocations 9 years ago
A. Wilcox 1080008809 getdate: correctly specify error number 9 years ago
A. Wilcox af05173016 catopen: set errno to EOPNOTSUPP 9 years ago
Rich Felker 84eff797e3 fix glob failure to match plain "/" to root directory 9 years ago
Rich Felker bc313e880c use hard-coded sh4a atomic opcodes to avoid linker errors on sh 9 years ago
Natanael Copa 179766aa2e towupper/towlower: fast path for ascii chars 9 years ago
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