..
aio
support configurable page size on mips, powerpc and microblaze
13 years ago
complex
complex: add C11 CMPLX macros and replace cpack with them
14 years ago
conf
remove unsupported nonstandard sysconf macros and their table entries
12 years ago
crypt
add legacy functions setkey() and encrypt()
12 years ago
ctype
include cleanups: remove unused headers and add feature test macros
13 years ago
dirent
fix readdir not to set ENOENT when directory is removed while reading
12 years ago
env
support linux kernel apis (new archs) with old syscalls removed
12 years ago
errno
always initialize thread pointer at program start
12 years ago
exit
remove useless synchronization in exit and quick_exit
12 years ago
fcntl
support kernels with no SYS_open syscall, only SYS_openat
12 years ago
fenv
add nofpu subarchs to the sh arch, and properly detect compiler's fpu config
12 years ago
internal
fix for broken kernel side RLIM_INFINITY on mips
12 years ago
ipc
semctl: fix UB causing crashes on powerpc
12 years ago
ldso
add options when explicitly invoking dynamic loader
12 years ago
legacy
include cleanups: remove unused headers and add feature test macros
13 years ago
linux
fix breakage from recent syscall commits due to missing errno macros
12 years ago
locale
add cp437 and cp850 to available iconv conversions
12 years ago
malloc
avoid malloc failure for small requests when brk can't be extended
12 years ago
math
math: fix aliasing violation in long double wrappers
12 years ago
misc
fix for broken kernel side RLIM_INFINITY on mips
12 years ago
mman
include cleanups: remove unused headers and add feature test macros
13 years ago
mq
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago
multibyte
fix incorrect end pointer in some cases when wcsrtombs stops early
12 years ago
network
fix the domain name length limit checks
12 years ago
passwd
include cleanups: remove unused headers and add feature test macros
13 years ago
prng
fix initstate to make the state buffer usable in setstate
12 years ago
process
additional fixes for linux kernel apis with old syscalls removed
12 years ago
regex
include cleanups: remove unused headers and add feature test macros
13 years ago
sched
remove useless __yield alias for sched_yield
12 years ago
search
remove struct elem entirely from hsearch.c
12 years ago
select
support linux kernel apis (new archs) with old syscalls removed
12 years ago
setjmp
add nofpu subarchs to the sh arch, and properly detect compiler's fpu config
12 years ago
signal
add __sigsetjmp ABI-compat alias for sigsetjmp
12 years ago
stat
additional fixes for linux kernel apis with old syscalls removed
12 years ago
stdio
fix fd leak in tmpfile when the fdopen operation fails
12 years ago
stdlib
include cleanups: remove unused headers and add feature test macros
13 years ago
string
fix false negatives with periodic needles in strstr, wcsstr, and memmem
12 years ago
temp
include cleanups: remove unused headers and add feature test macros
13 years ago
termios
include cleanups: remove unused headers and add feature test macros
13 years ago
thread
fix deadlock race in pthread_once
12 years ago
time
support linux kernel apis (new archs) with old syscalls removed
12 years ago
unistd
support linux kernel apis (new archs) with old syscalls removed
12 years ago