Rich Felker 16675df793 fix misaligned read on early string termination in strchr 14 years ago
..
conf 81af503610 fix sem_open and sem_close to obey posix semantics 14 years ago
ctype c247ebdd98 more header fixes, minor warning fix 14 years ago
dirent aa398f56fa global cleanup to use the new syscall interface 14 years ago
env 0b44a0315b initial check-in, version 0.5.0 14 years ago
errno 71e6be641f change errno to static linkage (improves PIC code generation) 14 years ago
exit e3cd6c5c26 major stdio overhaul, using readv/writev, plus other changes 14 years ago
fcntl aa398f56fa global cleanup to use the new syscall interface 14 years ago
internal f01d351842 simplify calling of timer signal handler 14 years ago
ipc aa398f56fa global cleanup to use the new syscall interface 14 years ago
ldso 41d518360f various changes in preparation for dynamic linking support 14 years ago
linux aa398f56fa global cleanup to use the new syscall interface 14 years ago
locale 5600088d38 fix nl_langinfo to actually use the existing, correct internal version 14 years ago
malloc b761bd19aa fix rare but nasty under-allocation bug in malloc with large requests 14 years ago
math 1e12632591 Port musl to x86-64. One giant commit! 14 years ago
misc 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers 14 years ago
mman aa398f56fa global cleanup to use the new syscall interface 14 years ago
multibyte 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers 14 years ago
network 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers 14 years ago
passwd 976f42d1f1 guard against hard links to non-ordinary-files when reading tcb shadow 14 years ago
prng 0b44a0315b initial check-in, version 0.5.0 14 years ago
process b470030f83 overhaul cancellation to fix resource leaks and dangerous behavior with signals 14 years ago
regex 0b44a0315b initial check-in, version 0.5.0 14 years ago
select b470030f83 overhaul cancellation to fix resource leaks and dangerous behavior with signals 14 years ago
setjmp 1e12632591 Port musl to x86-64. One giant commit! 14 years ago
signal 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers 14 years ago
stat 7e795ca7ed fix statvfs syscalls (missing size argument) 14 years ago
stdio 2f3d02cd83 fix overflow in printf %N$ argument handling 14 years ago
stdlib e898a79053 fix various bugs in strtold: 14 years ago
string 16675df793 fix misaligned read on early string termination in strchr 14 years ago
stub f5ba2bc9ca various legacy and linux-specific stuff 14 years ago
temp 69ecbd0f31 make mktemp match the historic behavior, and update functions that use it 14 years ago
termios b470030f83 overhaul cancellation to fix resource leaks and dangerous behavior with signals 14 years ago
thread 7fd3995282 pthread_create need not set errno 14 years ago
time 6e9ed66d0d timer threads should sleep and stay asleep... a long time 14 years ago
unistd 3910e93340 make ualarm actually work (obsolete function removed from SUS) 14 years ago