| .. |
|
aio
|
fix lio_listio return value in LIO_WAIT mode
|
14 years ago |
|
complex
|
complex: add C11 CMPLX macros and replace cpack with them
|
14 years ago |
|
conf
|
report support of TPS option in unistd.h and sysconf
|
14 years ago |
|
crypt
|
comment potentially-confusing use of struct crypt_data type
|
13 years ago |
|
ctype
|
fix types for wctype_t and wctrans_t
|
13 years ago |
|
dirent
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
env
|
add support for program_invocation[_short]_name
|
13 years ago |
|
errno
|
fix typo in newly-added error message for EOWNERDEAD
|
13 years ago |
|
exit
|
__assert_fail(): remove _Noreturn, to get proper stacktraces
|
14 years ago |
|
fcntl
|
provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels
|
13 years ago |
|
fenv
|
fenv support for ppc, untested
|
14 years ago |
|
internal
|
transition to using functions for internal signal blocking/restoring
|
13 years ago |
|
ipc
|
fix shmdt syscall calling convention on old archs
|
14 years ago |
|
ldso
|
ensure that thread dtv pointer is never null to optimize __tls_get_addr
|
13 years ago |
|
legacy
|
make err.h functions print __progname
|
13 years ago |
|
linux
|
fix the prototype of settimeofday to follow the original BSD declaration
|
13 years ago |
|
locale
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
malloc
|
page-align initial brk value used by malloc in shared libc
|
14 years ago |
|
math
|
math: add fma TODO comments about the underflow issue
|
13 years ago |
|
misc
|
Add ABI compatability aliases.
|
13 years ago |
|
mman
|
clean up and fix logic for making mmap fail on invalid/unsupported offsets
|
14 years ago |
|
mq
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
multibyte
|
mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQ
|
13 years ago |
|
network
|
getifaddrs: implement proper ipv6 netmasks
|
13 years ago |
|
passwd
|
add put*ent functions for passwd/group files and similar for shadow
|
13 years ago |
|
prng
|
ditch the priority inheritance locks; use malloc's version of lock
|
14 years ago |
|
process
|
remove explicit locking to prevent __synccall setuid during posix_spawn
|
13 years ago |
|
regex
|
revert regex "cleanup" that seems unjustified and may break backtracking
|
13 years ago |
|
sched
|
add support for thread scheduling (POSIX TPS option)
|
14 years ago |
|
search
|
search: add comments to tsearch_avl.c
|
14 years ago |
|
select
|
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
|
13 years ago |
|
setjmp
|
remove fenv saving/loading code from setjmp/longjmp on arm
|
14 years ago |
|
signal
|
transition to using functions for internal signal blocking/restoring
|
13 years ago |
|
stat
|
fix mknod and mknodat to accept large dev_t values
|
13 years ago |
|
stdio
|
fix argument omission in ABI-compat weak_alias for fscanf
|
13 years ago |
|
stdlib
|
clean up stdio_impl.h
|
14 years ago |
|
string
|
Add ABI compatability aliases.
|
13 years ago |
|
temp
|
use memcmp instead of str[n]cmp for temp function XXXXXX checking
|
13 years ago |
|
termios
|
legacy junk compatibility grab-bag
|
14 years ago |
|
thread
|
ensure that thread dtv pointer is never null to optimize __tls_get_addr
|
13 years ago |
|
time
|
fix overflow behavior of clock() function
|
13 years ago |
|
unistd
|
in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
|
13 years ago |