Rich Felker 4b75f4ed8d make sys/procfs.h mostly work on most archs vor 12 Jahren
..
arpa 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs vor 12 Jahren
net c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
netinet b10d0230c1 add IPPROTO_HOPOPTS to in.h vor 12 Jahren
netpacket 2697b4e755 add netpacket/packet.h vor 13 Jahren
sys 4b75f4ed8d make sys/procfs.h mostly work on most archs vor 12 Jahren
aio.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
alloca.h d71d0805f9 alloca cannot be a function. #define it to the gcc builtin if possible vor 13 Jahren
ar.h 4a99440571 some extra legacy header stuff vor 13 Jahren
assert.h 858df113bf assert() is supposed to have type void vor 12 Jahren
byteswap.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs vor 12 Jahren
complex.h cfbaba79a2 complex: add C11 CMPLX macros and replace cpack with them vor 12 Jahren
cpio.h 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
crypt.h cdf51506ce replace old and ugly crypt implementation vor 12 Jahren
ctype.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
dirent.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
dlfcn.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
elf.h 21284ec75d microblaze TLS relocation support, completely untested vor 12 Jahren
endian.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
err.h 695a04fc25 fix redundant _Noreturn def in err.h vor 12 Jahren
errno.h c3db56c4cb remove useless "extern" keywords in headers vor 13 Jahren
fcntl.h 8d2887f884 fcntl.h: O_SEARCH was missing for powerpc vor 12 Jahren
features.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
fenv.h 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
float.h 47db8903f6 fix DECIMAL_DIG definitions vor 13 Jahren
fnmatch.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
ftw.h 6951110368 remove unneeded judgemental commentary from ftw.h vor 12 Jahren
getopt.h 030e526392 add getopt reset support vor 12 Jahren
glob.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
grp.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
iconv.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs vor 12 Jahren
inttypes.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs vor 12 Jahren
iso646.h 8f4865c8d2 add previously-missing ios646.h vor 14 Jahren
langinfo.h 74eea628cf extensive header cleanup for standards conformance & correctness vor 14 Jahren
lastlog.h 4a99440571 some extra legacy header stuff vor 13 Jahren
libgen.h 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
libintl.h 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
limits.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
link.h 18c0e02e2b add dl_iterate_phdr interface vor 12 Jahren
locale.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
malloc.h 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
math.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
memory.h 051175d4fe add memory.h, bogus legacy alias for string.h vor 13 Jahren
mntent.h b778a2ba69 add profile for getmntent_r vor 14 Jahren
monetary.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs vor 12 Jahren
mqueue.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs vor 12 Jahren
netdb.h b367ab15fa avoid breakage if somebody wrongly defines empty feature test macros vor 12 Jahren
nl_types.h 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
paths.h 57d5fff5f7 header file fixes: multiple include guard consistency and correctness vor 12 Jahren
poll.h 743546a933 fix typo introduced in poll.h vor 12 Jahren
pthread.h 5c6443ac42 add stub versions of some missing optional pthread interfaces vor 12 Jahren
pty.h 4e3df7be8f fix __cplusplus extern "C" closing brace in pty.h (typo?) vor 13 Jahren
pwd.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
regex.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs vor 12 Jahren
resolv.h 57d5fff5f7 header file fixes: multiple include guard consistency and correctness vor 12 Jahren
sched.h 1e21e78bf7 add support for thread scheduling (POSIX TPS option) vor 12 Jahren
search.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
semaphore.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs vor 12 Jahren
setjmp.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
shadow.h 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
signal.h 65b98213e4 add back NSIG, removed from powerpc in last commit, but for all archs vor 12 Jahren
spawn.h 1e21e78bf7 add support for thread scheduling (POSIX TPS option) vor 12 Jahren
stdalign.h 9bff7c133e implement "low hanging fruit" from C11 vor 12 Jahren
stdarg.h def0af1898 use compiler builtins for variadic macros when available vor 14 Jahren
stdbool.h d23a543d8a make stdbool.h conform to c99 vor 13 Jahren
stddef.h 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
stdint.h 3d649468c7 fix signedness errors in stdint.h constant macros vor 12 Jahren
stdio.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
stdio_ext.h d03b3e7323 stdio_ext.h needs to include stdio.h, at least to get FILE... vor 12 Jahren
stdlib.h 4eb4844b31 fix issues with wait constants in stdlib.h vor 12 Jahren
stdnoreturn.h f0f17b5b70 add stdnoreturn.h (C11) vor 12 Jahren
string.h c86f2974e2 add memmem function (gnu extension) vor 12 Jahren
strings.h 36bf56940a more locale_t interfaces (string stuff) and header updates vor 13 Jahren
stropts.h 106e75f712 add isastream (obsolete STREAMS junk) vor 13 Jahren
syscall.h 57d5fff5f7 header file fixes: multiple include guard consistency and correctness vor 12 Jahren
sysexits.h 5788d97221 add sysexits.h legacy header vor 14 Jahren
syslog.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
tar.h 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
termios.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
tgmath.h b1cf11c090 math: fix nextafter definition in tgmath.h vor 12 Jahren
time.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
ucontext.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
ulimit.h 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
unistd.h 7df42e8744 report support of TPS option in unistd.h and sysconf vor 12 Jahren
utime.h 0b44a0315b initial check-in, version 0.5.0 vor 14 Jahren
utmp.h 4a99440571 some extra legacy header stuff vor 13 Jahren
utmpx.h 0729fd9fd9 utmpx.h is no longer under standards, so expose ut_exit structure vor 14 Jahren
wchar.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
wctype.h c1a9658bd1 default features: make musl usable without feature test macros vor 12 Jahren
wordexp.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs vor 12 Jahren