| .. |
|
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
|
byte-based C locale, phase 1: multibyte character handling functions
|
11 years ago |
|
dirent
|
make all objects used with atomic operations volatile
|
11 years ago |
|
env
|
provide __stack_chk_fail_local in libc.a
|
11 years ago |
|
errno
|
remove remnants of support for running in no-thread-pointer mode
|
11 years ago |
|
exit
|
fix atexit when it is called from an atexit handler
|
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
|
add real fdpic loading of shared libraries
|
11 years ago |
|
ipc
|
semctl: fix UB causing crashes on powerpc
|
12 years ago |
|
ldso
|
fix resolving interp string address on fdpic ldd command
|
11 years ago |
|
legacy
|
fix futimes legacy function with null tv pointer
|
11 years ago |
|
linux
|
fix incorrect void return type for syncfs function
|
11 years ago |
|
locale
|
fix breakage in nl_langinfo from previous commit
|
11 years ago |
|
malloc
|
mitigate blow-up of heap size under malloc/free contention
|
11 years ago |
|
math
|
fix regression in x86_64 math asm with old binutils
|
11 years ago |
|
misc
|
getsubopt: don't include leading = in value string
|
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
|
fix undefined left-shift of negative values in utf-8 state table
|
11 years ago |
|
network
|
fix uninitialized scopeid in lookups from hosts file and ip literals
|
11 years ago |
|
passwd
|
fix spurious errors from pwd/grp functions when nscd backend is absent
|
11 years ago |
|
prng
|
make all objects used with atomic operations volatile
|
11 years ago |
|
process
|
switch to using trap number 31 for syscalls on sh
|
11 years ago |
|
regex
|
byte-based C locale, phase 1: multibyte character handling functions
|
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
|
remove unused (and invalid) C version of sigsetjmp
|
11 years ago |
|
stat
|
fix failure of fchmodat to report EOPNOTSUPP in the race path
|
11 years ago |
|
stdio
|
fix fclose of permanent (stdin/out/err) streams
|
11 years ago |
|
stdlib
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
string
|
reimplement strverscmp to fix corner cases
|
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
|
make sh clone asm fdpic-compatible
|
11 years ago |
|
time
|
match historical behavior for tm_gmtoff member of struct tm
|
11 years ago |
|
unistd
|
switch to using trap number 31 for syscalls on sh
|
11 years ago |