..
aio
stupid typo (caused by rather ugly spelling in POSIX..) in aio
2011-09-28 11:36:11 -04:00
complex
add creal/cimag macros in complex.h (and use them in the functions defs)
2012-03-22 15:54:55 -04:00
conf
let sysconf accurately report # of cpus available
2012-05-13 00:44:35 -04:00
ctype
fix argument type error on wcwidth function
2012-08-02 21:02:34 -04:00
dirent
add (currently stubbed due to stubbed strverscmp) versionsort function
2012-06-13 11:14:38 -04:00
env
ensure canary is setup if stack-prot libs are dlopen'd into non-ssp app
2012-08-25 17:24:46 -04:00
errno
better description for errno==0
2012-04-16 18:37:53 -04:00
exit
add c11 quick_exit and at_quick_exit functions
2012-08-25 22:49:47 -04:00
fcntl
proper error handling for fcntl F_GETOWN on modern kernels
2012-06-20 22:16:47 -04:00
fenv
try fixing/optimizing x86_64 fenv exception code
2012-03-17 20:10:02 -04:00
internal
fix float parsing logic for long decimal expansions
2012-08-17 16:53:09 -04:00
ipc
overhaul pthread cancellation
2011-04-17 11:43:03 -04:00
ldso
fix bug caused by main app & libc having map set; cannot free them
2012-08-27 10:07:32 -04:00
linux
handle null arguments to legacy bsd err.h functions
2012-08-15 22:35:02 -04:00
locale
duplocale: don't crash when called with LC_GLOBAL_LOCALE
2012-06-20 13:48:57 -04:00
malloc
implement "low hanging fruit" from C11
2012-08-25 23:15:13 -04:00
math
Merge remote-tracking branch 'nsz/exp'
2012-08-13 21:55:22 -04:00
misc
fix missing statics in crypt_sha256 code
2012-08-30 08:27:08 -04:00
mman
process-shared barrier support, based on discussion with bdonlan
2011-09-27 13:50:29 -04:00
mq
fix longstanding missing static in mq_notify (namespace pollution)
2012-04-29 00:20:53 -04:00
multibyte
fix failure of mbsinit(0) (not UB; required to return nonzero)
2012-05-26 18:02:45 -04:00
network
remove scanf dependency from getaddrinfo /etc/services support
2012-07-22 22:09:45 -04:00
passwd
make passwd/group functions safe against cancellation in stdio
2012-02-01 23:51:19 -05:00
prng
ditch the priority inheritance locks; use malloc's version of lock
2012-04-24 16:32:23 -04:00
process
x86_64 vfork implementation
2012-02-06 18:23:11 -05:00
regex
fix regex on arm
2012-05-25 10:45:05 -04:00
sched
avoid setting nondefault scheduler too
2012-05-03 23:19:29 -04:00
search
search: add comments to tsearch_avl.c
2012-05-13 01:50:53 +02:00
select
fix (hopefully) all hard-coded 8's for kernel sigset_t size
2012-08-09 22:52:13 -04:00
setjmp
floating point support for arm setjmp/longjmp
2012-08-05 02:37:14 -04:00
signal
fix (hopefully) all hard-coded 8's for kernel sigset_t size
2012-08-09 22:52:13 -04:00
stat
add LSB ABI __xstat, etc. junk
2012-05-31 23:32:09 -04:00
stdio
implement "low hanging fruit" from C11
2012-08-25 23:15:13 -04:00
stdlib
further fixes to leading space issue (forgot the wide versions)
2012-04-19 12:56:29 -04:00
string
remove dependency of wmemmove on wmemcpy direction
2012-09-06 20:28:42 -04:00
stub
various legacy and linux-specific stuff
2011-03-18 21:52:26 -04:00
temp
remove ugly prng from mk*temp and just re-poll time on retry
2011-07-28 22:03:54 -04:00
termios
legacy junk compatibility grab-bag
2012-04-18 12:22:24 -04:00
thread
fix extremely rare but dangerous race condition in robust mutexes
2012-08-17 17:13:53 -04:00
time
fix (hopefully) all hard-coded 8's for kernel sigset_t size
2012-08-09 22:52:13 -04:00
unistd
fix broken ttyname[_r] (failure to null-terminate result)
2012-09-06 20:21:13 -04:00