| .. |
|
conf
|
fix sem_open and sem_close to obey posix semantics
|
2011-03-10 21:34:19 -05:00 |
|
ctype
|
more header fixes, minor warning fix
|
2011-02-14 19:33:11 -05:00 |
|
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
|
change errno to static linkage (improves PIC code generation)
|
2011-02-21 23:00:52 -05:00 |
|
exit
|
major stdio overhaul, using readv/writev, plus other changes
|
2011-03-28 01:14:44 -04:00 |
|
fcntl
|
global cleanup to use the new syscall interface
|
2011-03-20 00:16:43 -04:00 |
|
internal
|
new framework to inhibit thread cancellation when needed
|
2011-04-05 18:00:28 -04:00 |
|
ipc
|
fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functions
|
2011-04-06 00:02:20 -04:00 |
|
ldso
|
various changes in preparation for dynamic linking support
|
2011-02-24 16:37:21 -05:00 |
|
linux
|
fix completely bogus loop condition in getmntent_r
|
2011-04-06 12:35:05 -04:00 |
|
locale
|
fix nl_langinfo to actually use the existing, correct internal version
|
2011-04-03 19:51:14 -04:00 |
|
malloc
|
fix rare but nasty under-allocation bug in malloc with large requests
|
2011-04-04 17:26:41 -04:00 |
|
math
|
Port musl to x86-64. One giant commit!
|
2011-02-15 07:32:09 -05:00 |
|
misc
|
fix all implicit conversion between signed/unsigned pointers
|
2011-03-25 16:34:03 -04:00 |
|
mman
|
global cleanup to use the new syscall interface
|
2011-03-20 00:16:43 -04:00 |
|
multibyte
|
fix all implicit conversion between signed/unsigned pointers
|
2011-03-25 16:34:03 -04:00 |
|
network
|
add _res (__res_state()) dummy
|
2011-04-06 15:47:26 -04:00 |
|
passwd
|
guard against hard links to non-ordinary-files when reading tcb shadow
|
2011-02-14 21:15:07 -05:00 |
|
prng
|
initial check-in, version 0.5.0
|
2011-02-12 00:22:29 -05:00 |
|
process
|
overhaul cancellation to fix resource leaks and dangerous behavior with signals
|
2011-03-24 14:18:00 -04:00 |
|
regex
|
initial check-in, version 0.5.0
|
2011-02-12 00:22:29 -05:00 |
|
select
|
overhaul cancellation to fix resource leaks and dangerous behavior with signals
|
2011-03-24 14:18:00 -04:00 |
|
setjmp
|
Port musl to x86-64. One giant commit!
|
2011-02-15 07:32:09 -05:00 |
|
signal
|
fix all implicit conversion between signed/unsigned pointers
|
2011-03-25 16:34:03 -04:00 |
|
stat
|
fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386...
|
2011-04-05 23:58:36 -04:00 |
|
stdio
|
add more legacy functions: setlinebuf and setbuffer
|
2011-04-05 12:25:31 -04:00 |
|
stdlib
|
fix various bugs in strtold:
|
2011-04-03 18:44:37 -04:00 |
|
string
|
fix prototype for strsep
|
2011-04-06 14:28:29 -04:00 |
|
stub
|
various legacy and linux-specific stuff
|
2011-03-18 21:52:26 -04:00 |
|
temp
|
make mktemp match the historic behavior, and update functions that use it
|
2011-02-19 09:40:07 -05:00 |
|
termios
|
add (nonstandard) cfmakeraw function
|
2011-04-05 12:35:09 -04:00 |
|
thread
|
major semaphore improvements (performance and correctness)
|
2011-04-06 12:24:34 -04:00 |
|
time
|
fix signal-based timers with null sigevent argument
|
2011-04-06 09:26:41 -04:00 |
|
unistd
|
make ualarm actually work (obsolete function removed from SUS)
|
2011-04-03 19:18:43 -04:00 |