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
9b235e8374
remove standalone syscall cruft
this was originally written for an early draft of the library where
non-standard functions would reside in a static library separate from
the shared libc.so, which would implement a pure standard. the idea
was not to depend on an implementation-dependent __syscall_ret
function in the main libc. but it turned out to be better to put
everything in a single library for both static and dynamic linking
uses, and thus the (incomplete) remnants of this feature were just
enlarging the source and binary.
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
initial check-in, version 0.5.0
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
move arch-specific internal headers into place
15 years ago
ipc
fixed missing cast in the non-i386 version of shmat (preparation for ports)
15 years ago
linux
remove standalone syscall cruft
15 years ago
locale
use a more-correct integer type, and silence 64-bit warnings as a bonus
15 years ago
malloc
initial check-in, version 0.5.0
15 years ago
math
Port musl to x86-64. One giant commit!
15 years ago
misc
fix getrlimit handling on 32-bit systems, and ease porting to 64-bit
15 years ago
mman
cleaning up syscalls in preparation for x86_64 port
15 years ago
multibyte
cleanup multibyte stuff to remove ugly casts, sanitize the ptr align casts
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
initial check-in, version 0.5.0
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
Port musl to x86-64. One giant commit!
15 years ago
stat
finish moving 32-bit-specific junk out of source files.
15 years ago
stdio
fix some pointer signedness issues (this was invalid C)
15 years ago
stdlib
more header fixes, minor warning fix
15 years ago
string
more header cleanup and conformance fixes - string.h
15 years ago
stub
initial check-in, version 0.5.0
15 years ago
temp
ensure standard functions mk[sd]temp don't depend on removed function mktemp
15 years ago
termios
initial check-in, version 0.5.0
15 years ago
thread
Port musl to x86-64. One giant commit!
15 years ago
time
initial check-in, version 0.5.0
15 years ago
unistd
finish moving 32-bit-specific junk out of source files.
15 years ago