Rich Felker b172dc8b58 make tmpfile slightly more efficient (use unlink syscall instead of remove) 14 years ago
..
conf 67e793e5e1 better fix sysconf pthread stack min 14 years ago
ctype c247ebdd98 more header fixes, minor warning fix 14 years ago
dirent dae17a1aaf fix errno handling in scandir: 14 years ago
env 92bd4c6031 add startup abi functions, dummy for now. eventually needed for c++ support. 14 years ago
errno 71e6be641f change errno to static linkage (improves PIC code generation) 14 years ago
exit c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 14 years ago
fcntl aa398f56fa global cleanup to use the new syscall interface 14 years ago
internal 016a5dc192 use a separate signal from SIGCANCEL for SIGEV_THREAD timers 14 years ago
ipc 07e865cc5a numerous fixes to sysv ipc 14 years ago
ldso 41d518360f various changes in preparation for dynamic linking support 14 years ago
linux 55b123b5ed add syscall wrapper for flock 14 years ago
locale bb8d3d00e2 fix breakage due to converting a return type to size_t in iconv... 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 19c1830eaa simplify syslog, add vsyslog interface (nonstandard) 14 years ago
mman c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 14 years ago
multibyte 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers 14 years ago
network c89862660b optimize ntohl etc. in terms of bswap functions 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 e2915eeeea speed up threaded fork 14 years ago
regex 74f75541ff fix bug in TRE found by clang (typo && instead of &) 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 016a5dc192 use a separate signal from SIGCANCEL for SIGEV_THREAD timers 14 years ago
stat fc0cf2852d fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386... 14 years ago
stdio b172dc8b58 make tmpfile slightly more efficient (use unlink syscall instead of remove) 14 years ago
stdlib 4095f8338d fix broken unsigned comparison in wcstoumax 14 years ago
string 6597f9ac13 implement memrchr (nonstandard) and optimize strrchr in terms of it 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 ef8b4b1aa6 add (nonstandard) cfmakeraw function 14 years ago
thread e983aea0ae change sem_trywait algorithm so it never has to call __wake 14 years ago
time 016a5dc192 use a separate signal from SIGCANCEL for SIGEV_THREAD timers 14 years ago
unistd c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 14 years ago