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 5efc6af4eb fix 2 eof-related bugs in scanf 15 years ago
..
conf better fix sysconf pthread stack min 15 years ago
ctype more header fixes, minor warning fix 15 years ago
dirent avoid fd leak if opendir is cancelled when calloc has failed 15 years ago
env add startup abi functions, dummy for now. eventually needed for c++ support. 15 years ago
errno change errno to static linkage (improves PIC code generation) 15 years ago
exit consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 15 years ago
fcntl add syscall wrappers for posix_fadvise, posix_fallocate 15 years ago
internal fix minor bugs due to incorrect threaded-predicate semantics 15 years ago
ipc overhaul pthread cancellation 15 years ago
ldso various changes in preparation for dynamic linking support 15 years ago
linux fix initgroups (uninitialized count passed to getgrouplist) 15 years ago
locale fix breakage due to converting a return type to size_t in iconv... 15 years ago
malloc namespace fixes for sys/mman.h 15 years ago
math Port musl to x86-64. One giant commit! 15 years ago
misc properly create new session/controlling terminal in forkpty 15 years ago
mman fix missing include in posix_madvise.c (compile error) 15 years ago
multibyte fix all implicit conversion between signed/unsigned pointers 15 years ago
network fix bogus return values for inet_pton 15 years ago
passwd shadow password fixes: empty fields should read as -1 not 0 15 years ago
prng initial check-in, version 0.5.0 15 years ago
process fix minor bugs due to incorrect threaded-predicate semantics 15 years ago
regex fix bug in TRE found by clang (typo && instead of &) 15 years ago
select overhaul pthread cancellation 15 years ago
setjmp Port musl to x86-64. One giant commit! 15 years ago
signal overhaul pthread cancellation 15 years ago
stat fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386... 15 years ago
stdio fix 2 eof-related bugs in scanf 15 years ago
stdlib fix broken unsigned comparison in wcstoumax 15 years ago
string implement memrchr (nonstandard) and optimize strrchr in terms of it 15 years ago
stub various legacy and linux-specific stuff 15 years ago
temp make mktemp match the historic behavior, and update functions that use it 15 years ago
termios overhaul pthread cancellation 15 years ago
thread fix initial stack alignment in new threads on x86_64 15 years ago
time overhaul pthread cancellation 15 years ago
unistd omit errno update path for syscalls that cannot fail 15 years ago