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 b052f13cd1 namespace fixes for sys/mman.h 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 clean up handling of thread/nothread mode, locking 15 years ago
ipc overhaul pthread cancellation 15 years ago
ldso various changes in preparation for dynamic linking support 15 years ago
linux add syscall wrapper for flock 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 block cancellation in wordexp, handle more errors 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 dns lookups: protect against cancellation and fix incorrect error codes 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 clean up handling of thread/nothread mode, locking 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 clean up handling of thread/nothread mode, locking 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 move some more code out of pthread_create.c 15 years ago
time overhaul pthread cancellation 15 years ago
unistd remove bogus extra logic for close cancellability 15 years ago