| .. |
|
aio
|
make all objects used with atomic operations volatile
|
11 years ago |
|
complex
|
complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)
|
11 years ago |
|
conf
|
add legacy functions from sysinfo.h duplicating sysconf functionality
|
11 years ago |
|
crypt
|
add legacy functions setkey() and encrypt()
|
12 years ago |
|
ctype
|
add macro version of ctype.h isascii function
|
11 years ago |
|
dirent
|
make all objects used with atomic operations volatile
|
11 years ago |
|
env
|
fix stack protector crashes on x32 & powerpc due to misplaced TLS canary
|
11 years ago |
|
errno
|
remove remnants of support for running in no-thread-pointer mode
|
11 years ago |
|
exit
|
make all objects used with atomic operations volatile
|
11 years ago |
|
fcntl
|
remove dead case for F_SETLKW in fcntl
|
11 years ago |
|
fenv
|
fix mips fesetenv(FE_DFL_ENV) again
|
11 years ago |
|
internal
|
make static C and C.UTF-8 locales available outside of newlocale
|
11 years ago |
|
ipc
|
semctl: fix UB causing crashes on powerpc
|
12 years ago |
|
ldso
|
fix dynamic linker regression processing R_*_NONE type relocations
|
11 years ago |
|
legacy
|
fix futimes legacy function with null tv pointer
|
11 years ago |
|
linux
|
fix missing argument to syscall in fanotify_mark
|
12 years ago |
|
locale
|
make static C and C.UTF-8 locales available outside of newlocale
|
11 years ago |
|
malloc
|
remove useless check of bin match in malloc
|
11 years ago |
|
math
|
fix regression in x86_64 math asm with old binutils
|
11 years ago |
|
misc
|
add alternate backend support for getgrouplist
|
11 years ago |
|
mman
|
redesign and simplify vmlock system
|
11 years ago |
|
mq
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
multibyte
|
remove libc.h dependency from otherwise-independent multibyte code
|
11 years ago |
|
network
|
fix internal buffer overrun in inet_pton
|
11 years ago |
|
passwd
|
fix mishandling of ENOMEM return case in internal getgrent_a function
|
11 years ago |
|
prng
|
make all objects used with atomic operations volatile
|
11 years ago |
|
process
|
remove remnants of support for running in no-thread-pointer mode
|
11 years ago |
|
regex
|
regex: fix character class repetitions
|
11 years ago |
|
sched
|
fix return value of pthread_getaffinity_np and pthread_setaffinity_np
|
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
|
fix build regression in sh-nofpu subarch due to missing symbol
|
11 years ago |
|
signal
|
fix crash in x32 sigsetjmp
|
11 years ago |
|
stat
|
fix failure of fchmodat to report EOPNOTSUPP in the race path
|
11 years ago |
|
stdio
|
remove another invalid skip of locking in ungetwc
|
11 years ago |
|
stdlib
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
string
|
remove potentially PIC-incompatible relocations from x86_64 and x32 asm
|
11 years ago |
|
temp
|
ignore access mode bits of flags in mkostemps and functions that use it
|
12 years ago |
|
termios
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
thread
|
mark mips cancellable syscall code as code
|
11 years ago |
|
time
|
make all objects used with atomic operations volatile
|
11 years ago |
|
unistd
|
fix possible isatty false positives and unwanted device state changes
|
11 years ago |