| .. |
|
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
|
save AT_HWCAP from auxv for subsequent use in machine-specific code
|
14 years ago |
|
ipc
|
overhaul pthread cancellation
|
15 years ago |
|
ldso
|
fix change lost in the process of integrating mips dynamic linker
|
14 years ago |
|
linux
|
add ioperm/iopl syscalls
|
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
|
fix missing static in getusershell (namespace pollution)
|
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
|
overhaul pthread cancellation
|
15 years ago |
|
setjmp
|
floating point support for arm setjmp/longjmp
|
14 years ago |
|
signal
|
sigsetjmp asm for mips
|
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
|
retry on cas failures in sem_trywait
|
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 |