| .. |
|
conf
|
define MQ_PRIO_MAX
|
15 years ago |
|
ctype
|
more header fixes, minor warning fix
|
15 years ago |
|
dirent
|
fix errno value when fdopendir is given an invalid file descriptor
|
15 years ago |
|
env
|
fix for setenv bogus var argument handling
|
15 years ago |
|
errno
|
simplify multi-threaded errno, eliminate useless function pointer
|
15 years ago |
|
exit
|
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
|
15 years ago |
|
fcntl
|
add syscall wrappers for posix_fadvise, posix_fallocate
|
15 years ago |
|
fenv
|
use type directives for fenv asm functions
|
15 years ago |
|
internal
|
pthread and synccall cleanup, new __synccall_wait op
|
15 years ago |
|
ipc
|
overhaul pthread cancellation
|
15 years ago |
|
ldso
|
ldso: move the suid/secure check code closer to env/auxv processing
|
15 years ago |
|
linux
|
fix stubbed-out reboot call
|
15 years ago |
|
locale
|
gb18030 support in iconv (only from, not to)
|
15 years ago |
|
malloc
|
simplify and improve double-free check
|
15 years ago |
|
math
|
fix error in previous ld80 fpclassify commit
|
15 years ago |
|
misc
|
fix some bugs in setxid and update setrlimit to use __synccall
|
15 years ago |
|
mman
|
work around linux bug in mprotect
|
15 years ago |
|
mq
|
const correctness in mq_notify
|
15 years ago |
|
multibyte
|
fix all implicit conversion between signed/unsigned pointers
|
15 years ago |
|
network
|
implement if_nameindex and if_freenameindex
|
15 years ago |
|
passwd
|
fix buffer overrun in getgrent code when there are no group members
|
15 years ago |
|
prng
|
locking support for random() prng
|
15 years ago |
|
process
|
use weak aliases rather than function pointers to simplify some code
|
15 years ago |
|
regex
|
duplicate re_nsub in LSB/glibc ABI compatible location
|
15 years ago |
|
search
|
XSI search.h API implementation by Szabolcs Nagy
|
15 years ago |
|
select
|
overhaul pthread cancellation
|
15 years ago |
|
setjmp
|
restore use of .type in asm, but use modern @function (vs %function)
|
15 years ago |
|
signal
|
fix off-by-one bug in siglongjmp that caused unpredictable behavior
|
15 years ago |
|
stat
|
fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386...
|
15 years ago |
|
stdio
|
fix crash in dns code with new stdio locking code
|
15 years ago |
|
stdlib
|
fix various bugs in new integer parser framework
|
15 years ago |
|
string
|
fix wrong type for wcsrchr argument 2
|
15 years ago |
|
stub
|
various legacy and linux-specific stuff
|
15 years ago |
|
temp
|
remove ugly prng from mk*temp and just re-poll time on retry
|
15 years ago |
|
termios
|
overhaul pthread cancellation
|
15 years ago |
|
thread
|
macro for pthread_equal
|
15 years ago |
|
time
|
partially working strptime
|
15 years ago |
|
unistd
|
fix some bugs in setxid and update setrlimit to use __synccall
|
15 years ago |