Rich Felker ba18c1ecc6 add membarrier syscall wrapper, refactor dynamic tls install to use it %!s(int64=5) %!d(string=hai) anos
..
arpa 14cec8678e fix endian errors in arpa/nameser.h due to failure to include endian.h %!s(int64=7) %!d(string=hai) anos
net 4d4a665799 net/if_arp.h: add ARPHRD_RAWIP from linux v4.14 %!s(int64=6) %!d(string=hai) anos
netinet 4b9b8c8ee6 update netinet/udp.h for linux v4.18 %!s(int64=6) %!d(string=hai) anos
netpacket 3934f49c01 update netpacket/packet.h to linux v4.3 %!s(int64=8) %!d(string=hai) anos
scsi 0636d5977a add legacy scsi/scsi_ioctl.h header %!s(int64=11) %!d(string=hai) anos
sys ba18c1ecc6 add membarrier syscall wrapper, refactor dynamic tls install to use it %!s(int64=5) %!d(string=hai) anos
aio.h 56fbaa3bbe make all objects used with atomic operations volatile %!s(int64=9) %!d(string=hai) anos
alloca.h d71d0805f9 alloca cannot be a function. #define it to the gcc builtin if possible %!s(int64=12) %!d(string=hai) anos
alltypes.h.in 919ad8d5fb explicitly use signed keyword to define intNN_t and derivative types %!s(int64=6) %!d(string=hai) anos
ar.h 4a99440571 some extra legacy header stuff %!s(int64=12) %!d(string=hai) anos
assert.h e738b8cbe6 restore _Noreturn to __assert_fail %!s(int64=8) %!d(string=hai) anos
byteswap.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs %!s(int64=12) %!d(string=hai) anos
complex.h 2f1d1f1ec5 fix mismatched parens in CMPLX def for annex-g-conforming compilers %!s(int64=9) %!d(string=hai) anos
cpio.h 0b44a0315b initial check-in, version 0.5.0 %!s(int64=13) %!d(string=hai) anos
crypt.h cdf51506ce replace old and ugly crypt implementation %!s(int64=12) %!d(string=hai) anos
ctype.h 3d7e32d28d add macro version of ctype.h isascii function %!s(int64=9) %!d(string=hai) anos
dirent.h 1bc10ffeaa add _DIRENT_HAVE_D_* macros to dirent.h %!s(int64=6) %!d(string=hai) anos
dlfcn.h 839cc4e6da const-qualify the address argument to dladdr %!s(int64=11) %!d(string=hai) anos
elf.h 1de4788610 add NT_VMCOREDD to elf.h from linux v4.18 %!s(int64=6) %!d(string=hai) anos
endian.h c1a9658bd1 default features: make musl usable without feature test macros %!s(int64=12) %!d(string=hai) anos
err.h 695a04fc25 fix redundant _Noreturn def in err.h %!s(int64=12) %!d(string=hai) anos
errno.h bf453d6839 restore attribute((const)) to pthread_self and errno location decls %!s(int64=6) %!d(string=hai) anos
fcntl.h 7d7f44253f define MAX_HANDLE_SZ for use with name_to_handle_at %!s(int64=6) %!d(string=hai) anos
features.h bfcf5735d0 in public headers, don't assume pre-C99 compilers have __inline keyword %!s(int64=8) %!d(string=hai) anos
fenv.h 0b44a0315b initial check-in, version 0.5.0 %!s(int64=13) %!d(string=hai) anos
float.h 11d1e2e2de fix FLT_ROUNDS regression in C++ applications %!s(int64=9) %!d(string=hai) anos
fmtmsg.h 5474a34669 implement fmtmsg function %!s(int64=10) %!d(string=hai) anos
fnmatch.h a223175704 remove now-unnecessary features.h inclusion from fnmatch.h %!s(int64=11) %!d(string=hai) anos
ftw.h befa5866ee make brace placement in public header struct definitions consistent %!s(int64=8) %!d(string=hai) anos
getopt.h befa5866ee make brace placement in public header struct definitions consistent %!s(int64=8) %!d(string=hai) anos
glob.h 7ff804269b fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h %!s(int64=10) %!d(string=hai) anos
grp.h 7597fc25a2 fix various header namespace issues under feature-test-macro control %!s(int64=8) %!d(string=hai) anos
iconv.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs %!s(int64=12) %!d(string=hai) anos
ifaddrs.h 2ed4e9d927 remove parameter names from public headers %!s(int64=8) %!d(string=hai) anos
inttypes.h 4ecf33614b fix inttypes.h PRI and SCN macros for [u]intptr_t types %!s(int64=11) %!d(string=hai) anos
iso646.h 8f4865c8d2 add previously-missing ios646.h %!s(int64=13) %!d(string=hai) anos
langinfo.h 947d330f68 add _NL_LOCALE_NAME extension to nl_langinfo %!s(int64=7) %!d(string=hai) anos
lastlog.h 4a99440571 some extra legacy header stuff %!s(int64=12) %!d(string=hai) anos
libgen.h 0b44a0315b initial check-in, version 0.5.0 %!s(int64=13) %!d(string=hai) anos
libintl.h ccc71e0ea8 add format argument attributes to gettext function prototypes %!s(int64=9) %!d(string=hai) anos
limits.h cdbbcfb8f5 fix dubious char signedness check in limits.h %!s(int64=6) %!d(string=hai) anos
link.h b418ea1b66 generalize ELF hash table types not to assume 32-bit entries %!s(int64=8) %!d(string=hai) anos
locale.h c8a9c22173 restore type of NULL to void * except when used in C++ programs %!s(int64=11) %!d(string=hai) anos
malloc.h 8d998a7b3b add malloc_usable_size function and non-stub malloc.h %!s(int64=10) %!d(string=hai) anos
math.h 184ef36f85 fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #if %!s(int64=6) %!d(string=hai) anos
memory.h 051175d4fe add memory.h, bogus legacy alias for string.h %!s(int64=12) %!d(string=hai) anos
mntent.h befa5866ee make brace placement in public header struct definitions consistent %!s(int64=8) %!d(string=hai) anos
monetary.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs %!s(int64=12) %!d(string=hai) anos
mqueue.h 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs %!s(int64=12) %!d(string=hai) anos
netdb.h bf453d6839 restore attribute((const)) to pthread_self and errno location decls %!s(int64=6) %!d(string=hai) anos
nl_types.h 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat %!s(int64=11) %!d(string=hai) anos
paths.h 83c8fe5058 remove duplicate definition of _PATH_LASTLOG in paths.h %!s(int64=11) %!d(string=hai) anos
poll.h befa5866ee make brace placement in public header struct definitions consistent %!s(int64=8) %!d(string=hai) anos
pthread.h bf453d6839 restore attribute((const)) to pthread_self and errno location decls %!s(int64=6) %!d(string=hai) anos
pty.h 4e3df7be8f fix __cplusplus extern "C" closing brace in pty.h (typo?) %!s(int64=13) %!d(string=hai) anos
pwd.h 7597fc25a2 fix various header namespace issues under feature-test-macro control %!s(int64=8) %!d(string=hai) anos
regex.h 8327ae0cb2 make regoff_t and regex_t match C++ ABI %!s(int64=11) %!d(string=hai) anos
resolv.h c8fdcfe550 don't claim support for resolv.h APIs that aren't supported %!s(int64=8) %!d(string=hai) anos
sched.h 48be5b6313 fix use of memset without declaration in sched.h cpu set macros %!s(int64=7) %!d(string=hai) anos
search.h fe1ba7dbf1 implement hcreate_r, hdestroy_r and hsearch_r %!s(int64=10) %!d(string=hai) anos
semaphore.h 56fbaa3bbe make all objects used with atomic operations volatile %!s(int64=9) %!d(string=hai) anos
setjmp.h 5e25d87b09 remove macro definition of longjmp from setjmp.h %!s(int64=9) %!d(string=hai) anos
shadow.h 0b44a0315b initial check-in, version 0.5.0 %!s(int64=13) %!d(string=hai) anos
signal.h ca73bea05d add TRAP_UNK si_code to signal.h from linux v4.18 %!s(int64=6) %!d(string=hai) anos
spawn.h fe61a7aa53 rework mechanism for posix_spawnp calling posix_spawn %!s(int64=6) %!d(string=hai) anos
stdalign.h 70729de075 add static_assert and hide noreturn, alignas, alignof from C++ %!s(int64=10) %!d(string=hai) anos
stdarg.h ffaaa6d230 remove legacy i386 fallback stdarg implementation and framework %!s(int64=8) %!d(string=hai) anos
stdbool.h 38e6acbf89 stdbool.h should define __bool_true_false_are_defined even for C++ %!s(int64=11) %!d(string=hai) anos
stdc-predef.h 0f47367751 add stdc-predef.h for library-level predefined macros %!s(int64=8) %!d(string=hai) anos
stddef.h 321f4fa906 add max_align_t definition for C11 and C++11 %!s(int64=10) %!d(string=hai) anos
stdint.h dac4fc49ae fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level %!s(int64=10) %!d(string=hai) anos
stdio.h 2fae10f887 fix aliasing violations in fgetpos/fsetpos %!s(int64=6) %!d(string=hai) anos
stdio_ext.h d03b3e7323 stdio_ext.h needs to include stdio.h, at least to get FILE... %!s(int64=12) %!d(string=hai) anos
stdlib.h 2ed4e9d927 remove parameter names from public headers %!s(int64=8) %!d(string=hai) anos
stdnoreturn.h 70729de075 add static_assert and hide noreturn, alignas, alignof from C++ %!s(int64=10) %!d(string=hai) anos
string.h 05ac345f89 add explicit_bzero implementation %!s(int64=6) %!d(string=hai) anos
strings.h ecc082c61b implement ffsl and ffsll functions %!s(int64=10) %!d(string=hai) anos
stropts.h 106e75f712 add isastream (obsolete STREAMS junk) %!s(int64=12) %!d(string=hai) anos
syscall.h 57d5fff5f7 header file fixes: multiple include guard consistency and correctness %!s(int64=12) %!d(string=hai) anos
sysexits.h 5788d97221 add sysexits.h legacy header %!s(int64=13) %!d(string=hai) anos
syslog.h 70d9c303b3 remove hack in syslog.h that resulted in aliasing violations %!s(int64=10) %!d(string=hai) anos
tar.h 729fef0a93 fix default feature profile in tar.h %!s(int64=6) %!d(string=hai) anos
termios.h c1a9658bd1 default features: make musl usable without feature test macros %!s(int64=12) %!d(string=hai) anos
tgmath.h 3c4214db72 math: more correct tgmath.h type cast logic %!s(int64=12) %!d(string=hai) anos
threads.h 2ed4e9d927 remove parameter names from public headers %!s(int64=8) %!d(string=hai) anos
time.h 7597fc25a2 fix various header namespace issues under feature-test-macro control %!s(int64=8) %!d(string=hai) anos
uchar.h cbf16c4abf uchar.h: define char16_t and char32_t for old c++ %!s(int64=6) %!d(string=hai) anos
ucontext.h a8da6c2f28 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate %!s(int64=12) %!d(string=hai) anos
ulimit.h 0b44a0315b initial check-in, version 0.5.0 %!s(int64=13) %!d(string=hai) anos
unistd.h a3f7bcdeaa fix minor namespace issue in unistd.h %!s(int64=6) %!d(string=hai) anos
utime.h befa5866ee make brace placement in public header struct definitions consistent %!s(int64=8) %!d(string=hai) anos
utmp.h 692b16d14b add declarations for utmpname/utmpxname to appropriate headers %!s(int64=8) %!d(string=hai) anos
utmpx.h 1fa2a32d1e fix typo in utmpx.h %!s(int64=8) %!d(string=hai) anos
values.h 2ba3f44db5 add legacy header values.h %!s(int64=12) %!d(string=hai) anos
wait.h c2d3fd3aad add workaround header for wait.h remapping to sys/wait.h %!s(int64=11) %!d(string=hai) anos
wchar.h 2ed4e9d927 remove parameter names from public headers %!s(int64=8) %!d(string=hai) anos
wctype.h d0040e239e improve iswdigit macro to diagnose errors %!s(int64=9) %!d(string=hai) anos
wordexp.h ee3f0c5516 make brace placement in public header typedef'd structs consistent %!s(int64=8) %!d(string=hai) anos