..
aio
stupid typo (caused by rather ugly spelling in POSIX..) in aio
15 years ago
complex
add creal/cimag macros in complex.h (and use them in the functions defs)
14 years ago
conf
let sysconf accurately report # of cpus available
14 years ago
ctype
fix argument type error on wcwidth function
14 years ago
dirent
add (currently stubbed due to stubbed strverscmp) versionsort function
14 years ago
env
save AT_HWCAP from auxv for subsequent use in machine-specific code
14 years ago
errno
better description for errno==0
14 years ago
exit
stdio: handle file position correctly at program exit
14 years ago
fcntl
proper error handling for fcntl F_GETOWN on modern kernels
14 years ago
fenv
try fixing/optimizing x86_64 fenv exception code
14 years ago
internal
fix (hopefully) all hard-coded 8's for kernel sigset_t size
14 years ago
ipc
overhaul pthread cancellation
15 years ago
ldso
fix bug dlsym bug that slipped in during dynamic linker cleanup
14 years ago
linux
fix (hopefully) all hard-coded 8's for kernel sigset_t size
14 years ago
locale
duplocale: don't crash when called with LC_GLOBAL_LOCALE
14 years ago
malloc
ditch the priority inheritance locks; use malloc's version of lock
14 years ago
math
fix missing prototype and simplify sincosl on ld64 archs
14 years ago
misc
add blowfish hash support to crypt
14 years ago
mman
process-shared barrier support, based on discussion with bdonlan
15 years ago
mq
fix longstanding missing static in mq_notify (namespace pollution)
14 years ago
multibyte
fix failure of mbsinit(0) (not UB; required to return nonzero)
14 years ago
network
remove scanf dependency from getaddrinfo /etc/services support
14 years ago
passwd
make passwd/group functions safe against cancellation in stdio
14 years ago
prng
ditch the priority inheritance locks; use malloc's version of lock
14 years ago
process
x86_64 vfork implementation
14 years ago
regex
fix regex on arm
14 years ago
sched
avoid setting nondefault scheduler too
14 years ago
search
search: add comments to tsearch_avl.c
14 years ago
select
fix (hopefully) all hard-coded 8's for kernel sigset_t size
14 years ago
setjmp
floating point support for arm setjmp/longjmp
14 years ago
signal
fix (hopefully) all hard-coded 8's for kernel sigset_t size
14 years ago
stat
add LSB ABI __xstat, etc. junk
14 years ago
stdio
putw is supposed to return 0 (not the value written) on success
14 years ago
stdlib
further fixes to leading space issue (forgot the wide versions)
14 years ago
string
optimize mempcpy to minimize need for data saved across the call
14 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
legacy junk compatibility grab-bag
14 years ago
thread
fix (hopefully) all hard-coded 8's for kernel sigset_t size
14 years ago
time
fix (hopefully) all hard-coded 8's for kernel sigset_t size
14 years ago
unistd
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago