Rich Felker 3486365e95 fix bug in ipv6 parsing that prevented parsing a lone "::" vor 14 Jahren
..
conf 67e793e5e1 better fix sysconf pthread stack min vor 14 Jahren
ctype c247ebdd98 more header fixes, minor warning fix vor 14 Jahren
dirent 75a0be1f65 avoid fd leak if opendir is cancelled when calloc has failed vor 14 Jahren
env 92bd4c6031 add startup abi functions, dummy for now. eventually needed for c++ support. vor 14 Jahren
errno 71e6be641f change errno to static linkage (improves PIC code generation) vor 14 Jahren
exit c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix vor 14 Jahren
fcntl 1c76683cb4 add syscall wrappers for posix_fadvise, posix_fallocate vor 14 Jahren
internal 870cc67977 fix minor bugs due to incorrect threaded-predicate semantics vor 14 Jahren
ipc feee98903c overhaul pthread cancellation vor 14 Jahren
ldso 41d518360f various changes in preparation for dynamic linking support vor 14 Jahren
linux 29a15ad077 fix initgroups (uninitialized count passed to getgrouplist) vor 14 Jahren
locale bb8d3d00e2 fix breakage due to converting a return type to size_t in iconv... vor 14 Jahren
malloc b052f13cd1 namespace fixes for sys/mman.h vor 14 Jahren
math 1e12632591 Port musl to x86-64. One giant commit! vor 14 Jahren
misc 10d7561db5 properly create new session/controlling terminal in forkpty vor 14 Jahren
mman 53ab4e793b fix missing include in posix_madvise.c (compile error) vor 14 Jahren
multibyte 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers vor 14 Jahren
network 3486365e95 fix bug in ipv6 parsing that prevented parsing a lone "::" vor 14 Jahren
passwd 18bca57510 shadow password fixes: empty fields should read as -1 not 0 vor 14 Jahren
prng 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
process 870cc67977 fix minor bugs due to incorrect threaded-predicate semantics vor 14 Jahren
regex 74f75541ff fix bug in TRE found by clang (typo && instead of &) vor 14 Jahren
select feee98903c overhaul pthread cancellation vor 14 Jahren
setjmp 1e12632591 Port musl to x86-64. One giant commit! vor 14 Jahren
signal feee98903c overhaul pthread cancellation vor 14 Jahren
stat fc0cf2852d fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386... vor 14 Jahren
stdio 5efc6af4eb fix 2 eof-related bugs in scanf vor 14 Jahren
stdlib 4095f8338d fix broken unsigned comparison in wcstoumax vor 14 Jahren
string 6597f9ac13 implement memrchr (nonstandard) and optimize strrchr in terms of it vor 14 Jahren
stub f5ba2bc9ca various legacy and linux-specific stuff vor 14 Jahren
temp 69ecbd0f31 make mktemp match the historic behavior, and update functions that use it vor 14 Jahren
termios feee98903c overhaul pthread cancellation vor 14 Jahren
thread e6cc1d6c0e fix initial stack alignment in new threads on x86_64 vor 14 Jahren
time feee98903c overhaul pthread cancellation vor 14 Jahren
unistd d878dcecca omit errno update path for syscalls that cannot fail vor 14 Jahren