.. |
conf
|
better fix sysconf pthread stack min
|
2011-04-08 12:16:24 -04:00 |
ctype
|
…
|
|
dirent
|
global cleanup to use the new syscall interface
|
2011-03-20 00:16:43 -04:00 |
env
|
add startup abi functions, dummy for now. eventually needed for c++ support.
|
2011-04-06 16:40:19 -04:00 |
errno
|
…
|
|
exit
|
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
|
2011-04-06 20:32:53 -04:00 |
fcntl
|
global cleanup to use the new syscall interface
|
2011-03-20 00:16:43 -04:00 |
internal
|
greatly improve SIGEV_THREAD timers
|
2011-04-09 02:23:33 -04:00 |
ipc
|
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
|
2011-04-06 20:32:53 -04:00 |
ldso
|
…
|
|
linux
|
fix completely bogus loop condition in getmntent_r
|
2011-04-06 12:35:05 -04:00 |
locale
|
fix breakage due to converting a return type to size_t in iconv...
|
2011-04-07 16:10:44 -04:00 |
malloc
|
fix rare but nasty under-allocation bug in malloc with large requests
|
2011-04-04 17:26:41 -04:00 |
math
|
…
|
|
misc
|
fix all implicit conversion between signed/unsigned pointers
|
2011-03-25 16:34:03 -04:00 |
mman
|
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
|
2011-04-06 20:32:53 -04:00 |
multibyte
|
fix all implicit conversion between signed/unsigned pointers
|
2011-03-25 16:34:03 -04:00 |
network
|
workaround broken msghdr struct on 64bit linux
|
2011-04-08 09:24:19 -04:00 |
passwd
|
…
|
|
prng
|
…
|
|
process
|
overhaul cancellation to fix resource leaks and dangerous behavior with signals
|
2011-03-24 14:18:00 -04:00 |
regex
|
fix bug in TRE found by clang (typo && instead of &)
|
2011-04-07 23:13:47 -04:00 |
select
|
overhaul cancellation to fix resource leaks and dangerous behavior with signals
|
2011-03-24 14:18:00 -04:00 |
setjmp
|
…
|
|
signal
|
fix broken sigsetjmp on x86_64
|
2011-04-08 11:56:52 -04:00 |
stat
|
fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386...
|
2011-04-05 23:58:36 -04:00 |
stdio
|
work around a nasty bug in linux readv syscall
|
2011-04-09 01:17:55 -04:00 |
stdlib
|
fix broken unsigned comparison in wcstoumax
|
2011-04-07 16:13:47 -04:00 |
string
|
fix misplaced *'s in string functions (harmless)
|
2011-04-07 16:19:30 -04:00 |
stub
|
various legacy and linux-specific stuff
|
2011-03-18 21:52:26 -04:00 |
temp
|
…
|
|
termios
|
add (nonstandard) cfmakeraw function
|
2011-04-05 12:35:09 -04:00 |
thread
|
fixed crash in new rsyscall (failure to set sa_flags for signal handler)
|
2011-04-06 20:43:39 -04:00 |
time
|
run pthread tsd destructors when a timer thread pretends to exit
|
2011-04-09 02:26:55 -04:00 |
unistd
|
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
|
2011-04-06 20:32:53 -04:00 |