Rich Felker
|
94f744195e
powerpc64: add single-instruction math functions
|
7 years ago |
Dmitry Golovin
|
9d12a6a21f
fix clang CFLAGS checks and silence unused argument warnings
|
7 years ago |
Rich Felker
|
ce385fcfb2
s390x: add single-instruction math functions
|
7 years ago |
Szabolcs Nagy
|
e6def54435
fix arm run-time abi string functions
|
7 years ago |
Rich Felker
|
91d34c4533
fix regression in getspnam[_r] error code for insufficient buffer size
|
7 years ago |
Rich Felker
|
5948bc1a64
fix omission of microblaze user.h definitions
|
7 years ago |
Bartosz Brachaczek
|
b7bfb5c3a8
fix iconv conversions for iso88592-iso885916
|
7 years ago |
Rich Felker
|
64f855874c
handle errors from localtime_r in ctime_r
|
7 years ago |
Rich Felker
|
2d7d05f031
set errno when getpw*_r, getgr*_r, and getspnam_r fail
|
7 years ago |
Rich Felker
|
5c10c33d2a
handle localtime errors in ctime
|
7 years ago |
Rich Felker
|
1c86c7f5c2
handle mremap failure in realloc of mmap-serviced allocations
|
7 years ago |
A. Wilcox
|
1080008809
getdate: correctly specify error number
|
7 years ago |
A. Wilcox
|
af05173016
catopen: set errno to EOPNOTSUPP
|
7 years ago |
Rich Felker
|
84eff797e3
fix glob failure to match plain "/" to root directory
|
7 years ago |
Rich Felker
|
bc313e880c
use hard-coded sh4a atomic opcodes to avoid linker errors on sh
|
7 years ago |
Natanael Copa
|
179766aa2e
towupper/towlower: fast path for ascii chars
|
7 years ago |
Rich Felker
|
1c497005ee
remove long-obsolete clang workarounds from mips* syscall_arch.h files
|
7 years ago |
Rich Felker
|
4073f03add
fix fstatat syscall on mips64
|
7 years ago |
Samuel Holland
|
81f4a1200a
fix fchown fallback on arches without chown(2)
|
7 years ago |
Rich Felker
|
97bd6b09db
fix iconv conversions to legacy 8bit encodings
|
7 years ago |
Rich Felker
|
f9f686b772
have posix_spawnattr_setflags check for supported flags
|
7 years ago |
Rich Felker
|
77e895dcfa
add no-op POSIX_SPAWN_USEVFORK to spawn.h
|
7 years ago |
Bobby Bingham
|
5555041668
s390x: provide sigcontext struct definition
|
7 years ago |
Rich Felker
|
bb439bb171
implement new posix_spawn flag POSIX_SPAWN_SETSID
|
7 years ago |
Rich Felker
|
58e2396a9a
remove va_arg hacks in printf core with undefined behavior
|
7 years ago |
Rich Felker
|
e1232f5b51
make ttyname[_r] return ENODEV rather than ENOENT
|
7 years ago |
Rich Felker
|
1a7fa5e521
fix regression in support for resolv.conf attempts option
|
7 years ago |
Szabolcs Nagy
|
8c44a06024
fix scalbn when result is in the subnormal range
|
7 years ago |
Rich Felker
|
2577b1bc16
allow full-range file offsets to mmap on archs with 64-bit syscall args
|
7 years ago |
Rich Felker
|
b3751c3282
fix dl_iterate_phdr in static PIE binaries
|
7 years ago |