Szabolcs Nagy 559de8f5f0 fix FLT_ROUNDS to reflect the current rounding mode 10 years ago
..
arpa aac59c1164 add basic dns record parsing functions 10 years ago
net 2607e39a04 net/if_arp.h: add missing ARP hardware identifiers from linux uapi headers 11 years ago
netinet a0c90b9773 add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h 10 years ago
netpacket 2697b4e755 add netpacket/packet.h 13 years ago
scsi 0636d5977a add legacy scsi/scsi_ioctl.h header 11 years ago
sys 9c3da8968d declare incomplete type struct itimerspec in timerfd.h 10 years ago
aio.h 56fbaa3bbe make all objects used with atomic operations volatile 10 years ago
alloca.h d71d0805f9 alloca cannot be a function. #define it to the gcc builtin if possible 13 years ago
alltypes.h.in 91f15e2d0d move wint_t definition to the shared part of alltypes.h.in 10 years ago
ar.h 4a99440571 some extra legacy header stuff 13 years ago
assert.h 70729de075 add static_assert and hide noreturn, alignas, alignof from C++ 10 years ago
byteswap.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs 12 years ago
complex.h a9c2294eef make the definition of _Complex_I explicitly complex 10 years ago
cpio.h 0b44a0315b initial check-in, version 0.5.0 14 years ago
crypt.h cdf51506ce replace old and ugly crypt implementation 12 years ago
ctype.h a60457c84a suppress macro definitions of ctype functions under C++ 10 years ago
dirent.h 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 11 years ago
dlfcn.h 839cc4e6da const-qualify the address argument to dladdr 11 years ago
elf.h 200d15479c add or1k (OpenRISC 1000) architecture port 10 years ago
endian.h c1a9658bd1 default features: make musl usable without feature test macros 12 years ago
err.h 695a04fc25 fix redundant _Noreturn def in err.h 12 years ago
errno.h b4ea63856a add support for program_invocation[_short]_name 12 years ago
fcntl.h a3763d64e0 add new linux file sealing api to fcntl.h 10 years ago
features.h 5edbc6fe13 add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCE 10 years ago
fenv.h 0b44a0315b initial check-in, version 0.5.0 14 years ago
float.h 559de8f5f0 fix FLT_ROUNDS to reflect the current rounding mode 10 years ago
fmtmsg.h 5474a34669 implement fmtmsg function 10 years ago
fnmatch.h a223175704 remove now-unnecessary features.h inclusion from fnmatch.h 11 years ago
ftw.h 6951110368 remove unneeded judgemental commentary from ftw.h 12 years ago
getopt.h 030e526392 add getopt reset support 12 years ago
glob.h 7ff804269b fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h 10 years ago
grp.h ddfb267b0e add put*ent functions for passwd/group files and similar for shadow 12 years ago
iconv.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs 12 years ago
ifaddrs.h 4ba3ebdcfe make ifaddrs.h expose sys/socket.h 12 years ago
inttypes.h 4ecf33614b fix inttypes.h PRI and SCN macros for [u]intptr_t types 11 years ago
iso646.h 8f4865c8d2 add previously-missing ios646.h 14 years ago
langinfo.h 8f0359605a fix multiple minor namespace issues in headers 11 years ago
lastlog.h 4a99440571 some extra legacy header stuff 13 years ago
libgen.h 0b44a0315b initial check-in, version 0.5.0 14 years ago
libintl.h 0b44a0315b initial check-in, version 0.5.0 14 years ago
limits.h 8c8cf4bbd2 increase TTY_NAME_MAX limit to 32 11 years ago
link.h feff6b43e5 add missing c++ extern "C" wrapping to link.h 11 years ago
locale.h c8a9c22173 restore type of NULL to void * except when used in C++ programs 11 years ago
malloc.h 8d998a7b3b add malloc_usable_size function and non-stub malloc.h 10 years ago
math.h 6739b13a17 math.h: make __FLOAT_BITS and __DOUBLE_BITS C89 11 years ago
memory.h 051175d4fe add memory.h, bogus legacy alias for string.h 13 years ago
mntent.h b778a2ba69 add profile for getmntent_r 14 years ago
monetary.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs 12 years ago
mqueue.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs 12 years ago
netdb.h bdad2fefb2 add support for ipv6 scope_id to getaddrinfo and getnameinfo 10 years ago
nl_types.h 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 11 years ago
paths.h 83c8fe5058 remove duplicate definition of _PATH_LASTLOG in paths.h 11 years ago
poll.h 91a3bd743e fix preprocessor error introduced in poll.h in last commit 10 years ago
pthread.h 102f6a01e2 add new masked cancellation mode 10 years ago
pty.h 4e3df7be8f fix __cplusplus extern "C" closing brace in pty.h (typo?) 13 years ago
pwd.h ddfb267b0e add put*ent functions for passwd/group files and similar for shadow 12 years ago
regex.h 8327ae0cb2 make regoff_t and regex_t match C++ ABI 11 years ago
resolv.h ccbc365543 fix res_mkquery and res_send prototypes in resolv.h 11 years ago
sched.h d146d4dc11 fix CPU_EQUAL macro in sched.h 10 years ago
search.h fe1ba7dbf1 implement hcreate_r, hdestroy_r and hsearch_r 11 years ago
semaphore.h 56fbaa3bbe make all objects used with atomic operations volatile 10 years ago
setjmp.h 9693501c15 change jmp_buf to share an underlying type and struct tag with sigjmp_buf 11 years ago
shadow.h 0b44a0315b initial check-in, version 0.5.0 14 years ago
signal.h ad85fcb568 add new si_lower and si_upper siginfo_t members 10 years ago
spawn.h 1c322f2f0a fix some restrict-qualifier mismatches in newly added interfaces 12 years ago
stdalign.h 70729de075 add static_assert and hide noreturn, alignas, alignof from C++ 10 years ago
stdarg.h def0af1898 use compiler builtins for variadic macros when available 14 years ago
stdbool.h 38e6acbf89 stdbool.h should define __bool_true_false_are_defined even for C++ 11 years ago
stddef.h 321f4fa906 add max_align_t definition for C11 and C++11 10 years ago
stdint.h dac4fc49ae fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level 10 years ago
stdio.h c8a9c22173 restore type of NULL to void * except when used in C++ programs 11 years ago
stdio_ext.h d03b3e7323 stdio_ext.h needs to include stdio.h, at least to get FILE... 12 years ago
stdlib.h ab8f6a6e42 fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE 10 years ago
stdnoreturn.h 70729de075 add static_assert and hide noreturn, alignas, alignof from C++ 10 years ago
string.h c8a9c22173 restore type of NULL to void * except when used in C++ programs 11 years ago
strings.h ecc082c61b implement ffsl and ffsll functions 10 years ago
stropts.h 106e75f712 add isastream (obsolete STREAMS junk) 13 years ago
syscall.h 57d5fff5f7 header file fixes: multiple include guard consistency and correctness 12 years ago
sysexits.h 5788d97221 add sysexits.h legacy header 14 years ago
syslog.h 70d9c303b3 remove hack in syslog.h that resulted in aliasing violations 10 years ago
tar.h 0b44a0315b initial check-in, version 0.5.0 14 years ago
termios.h c1a9658bd1 default features: make musl usable without feature test macros 12 years ago
tgmath.h 3c4214db72 math: more correct tgmath.h type cast logic 12 years ago
threads.h f164875a84 don't shadow functions with macros in C++ 10 years ago
time.h ab8f6a6e42 fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE 10 years ago
uchar.h ab9672ae73 implement uchar.h (C11 UTF-16/32 conversion) interfaces 10 years ago
ucontext.h a8da6c2f28 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate 12 years ago
ulimit.h 0b44a0315b initial check-in, version 0.5.0 14 years ago
unistd.h ab8f6a6e42 fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE 10 years ago
utime.h 0b44a0315b initial check-in, version 0.5.0 14 years ago
utmp.h 4b2cb37770 add login_tty function 10 years ago
utmpx.h a1527a0c3e fix namespace violations in utmpx.h 11 years ago
values.h 2ba3f44db5 add legacy header values.h 12 years ago
wait.h c2d3fd3aad add workaround header for wait.h remapping to sys/wait.h 11 years ago
wchar.h a60457c84a suppress macro definitions of ctype functions under C++ 10 years ago
wctype.h a60457c84a suppress macro definitions of ctype functions under C++ 10 years ago
wordexp.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs 12 years ago