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
e882756311
reorganize pthread data structures and move the definitions to alltypes.h
this allows sys/types.h to provide the pthread types, as required by
POSIX. this design also facilitates forcing ABI-compatible sizes in
the arch-specific alltypes.h, while eliminating the need for
developers changing the internals of the pthread types to poke around
with arch-specific headers they may not be able to test.
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
reorganize pthread data structures and move the definitions to alltypes.h
15 years ago
ipc
fixed missing cast in the non-i386 version of shmat (preparation for ports)
15 years ago
linux
make daemon try the operations that might fail before fork rather than after
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 compile failure: legacy cuserid needs to define feature test
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 printf %n specifier - missing breaks had it clobbering memory
15 years ago
stdlib
don't compare elements with themselves during qsort.
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
reorganize pthread data structures and move the definitions to alltypes.h
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