You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker 31e06075d5 simplify and optimize pthread_mutex_trylock 15 years ago
..
conf put confstr.c with the other conf functions 15 years ago
ctype more header fixes, minor warning fix 15 years ago
dirent finish moving 32-bit-specific junk out of source files. 15 years ago
env initial check-in, version 0.5.0 15 years ago
errno change errno to static linkage (improves PIC code generation) 15 years ago
exit initial check-in, version 0.5.0 15 years ago
fcntl initial check-in, version 0.5.0 15 years ago
internal fix and optimize non-default-type mutex behavior 15 years ago
ipc fixed missing cast in the non-i386 version of shmat (preparation for ports) 15 years ago
ldso various changes in preparation for dynamic linking support 15 years ago
linux depends on settimeofday which needs _GNU_SOURCE feature test 15 years ago
locale use a more-correct integer type, and silence 64-bit warnings as a bonus 15 years ago
malloc make malloc(0) return unique pointers rather than NULL 15 years ago
math Port musl to x86-64. One giant commit! 15 years ago
misc fix compile failure: legacy cuserid needs to define feature test 15 years ago
mman implement POSIX shared memory 15 years ago
multibyte cleanup utf-8 multibyte code, use visibility if possible 15 years ago
network cleanup socketcall syscall interface to ease porting to sane(r) archs 15 years ago
passwd guard against hard links to non-ordinary-files when reading tcb shadow 15 years ago
prng initial check-in, version 0.5.0 15 years ago
process implement fexecve 15 years ago
regex initial check-in, version 0.5.0 15 years ago
select yet another ugly legacy syscall rename... 15 years ago
setjmp Port musl to x86-64. One giant commit! 15 years ago
signal fix null pointer dereference introduced in last sigprocmask commit 15 years ago
stat implement futimens and utimensat 15 years ago
stdio rewind must clear the error indicator in addition to seeking 15 years ago
stdlib don't compare elements with themselves during qsort. 15 years ago
string fix missing prototype for strsignal 15 years ago
stub make real symbols for the legacy (nonstandardized) utmp functions 15 years ago
temp make mktemp match the historic behavior, and update functions that use it 15 years ago
termios initial check-in, version 0.5.0 15 years ago
thread simplify and optimize pthread_mutex_trylock 15 years ago
time implement the remaining clock_* interfaces 15 years ago
unistd finish moving 32-bit-specific junk out of source files. 15 years ago