..
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 broken wcwidth tables
14 years ago
dirent
add (currently stubbed due to stubbed strverscmp) versionsort function
14 years ago
env
direct syscall to open in __init_security needs O_LARGEFILE
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
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
ipc
overhaul pthread cancellation
15 years ago
ldso
make dynamic linker depend on -DSHARED not -fPIC
14 years ago
linux
add process_vm_readv and process_vm_writev syscall wrappers
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
replace old and ugly crypt implementation
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
fix misplaced semicolon in preprocessor directive (#undef h_errno)
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
overhaul pthread cancellation
15 years ago
setjmp
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago
signal
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
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
make strerror_r behave nicer on failure
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 potential race condition in detached threads
14 years ago
time
add timegm function (inverse of gmtime), nonstandard
14 years ago
unistd
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
14 years ago