..
arpa
add basic dns record parsing functions
11 years ago
net
net/if_arp.h: add missing ARP hardware identifiers from linux uapi headers
13 years ago
netinet
add IPV6_HDRINCL socket option from linux v4.5
10 years ago
netpacket
update netpacket/packet.h to linux v4.3
10 years ago
scsi
add legacy scsi/scsi_ioctl.h header
13 years ago
sys
add MADV_FREE madvise command from linux v4.5
10 years ago
aio.h
make all objects used with atomic operations volatile
11 years ago
alloca.h
alloca cannot be a function. #define it to the gcc builtin if possible
14 years ago
alltypes.h.in
move wint_t definition to the shared part of alltypes.h.in
11 years ago
ar.h
some extra legacy header stuff
14 years ago
assert.h
do not define static_assert macro for pre-C11 compilers
10 years ago
byteswap.h
remove all remaining redundant __restrict/__inline/_Noreturn defs
14 years ago
complex.h
fix mismatched parens in CMPLX def for annex-g-conforming compilers
11 years ago
cpio.h
initial check-in, version 0.5.0
15 years ago
crypt.h
replace old and ugly crypt implementation
14 years ago
ctype.h
add macro version of ctype.h isascii function
11 years ago
dirent.h
refactor headers, especially alltypes.h, and improve C++ ABI compat
13 years ago
dlfcn.h
const-qualify the address argument to dladdr
12 years ago
elf.h
add sh relocation types needed for fdpic to elf.h
11 years ago
endian.h
default features: make musl usable without feature test macros
14 years ago
err.h
fix redundant _Noreturn def in err.h
14 years ago
errno.h
remove attribute((const)) from pthread_self and errno location decls
11 years ago
fcntl.h
move O_PATH definition back to arch bits
11 years ago
features.h
add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCE
12 years ago
fenv.h
initial check-in, version 0.5.0
15 years ago
float.h
fix FLT_ROUNDS regression in C++ applications
11 years ago
fmtmsg.h
implement fmtmsg function
12 years ago
fnmatch.h
remove now-unnecessary features.h inclusion from fnmatch.h
13 years ago
ftw.h
remove unneeded judgemental commentary from ftw.h
14 years ago
getopt.h
add getopt reset support
14 years ago
glob.h
fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h
12 years ago
grp.h
add put*ent functions for passwd/group files and similar for shadow
13 years ago
iconv.h
remove all remaining redundant __restrict/__inline/_Noreturn defs
14 years ago
ifaddrs.h
make ifaddrs.h expose sys/socket.h
13 years ago
inttypes.h
fix inttypes.h PRI and SCN macros for [u]intptr_t types
13 years ago
iso646.h
add previously-missing ios646.h
15 years ago
langinfo.h
fix multiple minor namespace issues in headers
13 years ago
lastlog.h
some extra legacy header stuff
14 years ago
libgen.h
initial check-in, version 0.5.0
15 years ago
libintl.h
add format argument attributes to gettext function prototypes
11 years ago
limits.h
increase TTY_NAME_MAX limit to 32
13 years ago
link.h
add missing c++ extern "C" wrapping to link.h
13 years ago
locale.h
restore type of NULL to void * except when used in C++ programs
13 years ago
malloc.h
add malloc_usable_size function and non-stub malloc.h
12 years ago
math.h
math.h: make __FLOAT_BITS and __DOUBLE_BITS C89
12 years ago
memory.h
add memory.h, bogus legacy alias for string.h
14 years ago
mntent.h
add profile for getmntent_r
15 years ago
monetary.h
remove all remaining redundant __restrict/__inline/_Noreturn defs
14 years ago
mqueue.h
remove all remaining redundant __restrict/__inline/_Noreturn defs
14 years ago
netdb.h
remove attribute((const)) from pthread_self and errno location decls
11 years ago
nl_types.h
refactor headers, especially alltypes.h, and improve C++ ABI compat
13 years ago
paths.h
remove duplicate definition of _PATH_LASTLOG in paths.h
13 years ago
poll.h
fix preprocessor error introduced in poll.h in last commit
11 years ago
pthread.h
remove attribute((const)) from pthread_self and errno location decls
11 years ago
pty.h
fix __cplusplus extern "C" closing brace in pty.h (typo?)
15 years ago
pwd.h
add put*ent functions for passwd/group files and similar for shadow
13 years ago
regex.h
make regoff_t and regex_t match C++ ABI
13 years ago
resolv.h
fix res_mkquery and res_send prototypes in resolv.h
13 years ago
sched.h
add sched_getcpu
10 years ago
search.h
implement hcreate_r, hdestroy_r and hsearch_r
12 years ago
semaphore.h
make all objects used with atomic operations volatile
11 years ago
setjmp.h
remove macro definition of longjmp from setjmp.h
11 years ago
shadow.h
initial check-in, version 0.5.0
15 years ago
signal.h
fix siginfo_t for mips
10 years ago
spawn.h
fix some restrict-qualifier mismatches in newly added interfaces
14 years ago
stdalign.h
add static_assert and hide noreturn, alignas, alignof from C++
12 years ago
stdarg.h
use compiler builtins for variadic macros when available
15 years ago
stdbool.h
stdbool.h should define __bool_true_false_are_defined even for C++
13 years ago
stddef.h
add max_align_t definition for C11 and C++11
12 years ago
stdint.h
fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor level
11 years ago
stdio.h
restore type of NULL to void * except when used in C++ programs
13 years ago
stdio_ext.h
stdio_ext.h needs to include stdio.h, at least to get FILE...
14 years ago
stdlib.h
byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code
11 years ago
stdnoreturn.h
add static_assert and hide noreturn, alignas, alignof from C++
12 years ago
string.h
restore type of NULL to void * except when used in C++ programs
13 years ago
strings.h
implement ffsl and ffsll functions
12 years ago
stropts.h
add isastream (obsolete STREAMS junk)
14 years ago
syscall.h
header file fixes: multiple include guard consistency and correctness
14 years ago
sysexits.h
add sysexits.h legacy header
15 years ago
syslog.h
remove hack in syslog.h that resulted in aliasing violations
12 years ago
tar.h
initial check-in, version 0.5.0
15 years ago
termios.h
default features: make musl usable without feature test macros
14 years ago
tgmath.h
math: more correct tgmath.h type cast logic
13 years ago
threads.h
don't shadow functions with macros in C++
11 years ago
time.h
fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE
12 years ago
uchar.h
implement uchar.h (C11 UTF-16/32 conversion) interfaces
12 years ago
ucontext.h
fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate
14 years ago
ulimit.h
initial check-in, version 0.5.0
15 years ago
unistd.h
fix incorrect void return type for syncfs function
11 years ago
utime.h
initial check-in, version 0.5.0
15 years ago
utmp.h
add declarations for utmpname/utmpxname to appropriate headers
10 years ago
utmpx.h
add declarations for utmpname/utmpxname to appropriate headers
10 years ago
values.h
add legacy header values.h
13 years ago
wait.h
add workaround header for wait.h remapping to sys/wait.h
13 years ago
wchar.h
improve iswdigit macro to diagnose errors
11 years ago
wctype.h
improve iswdigit macro to diagnose errors
11 years ago
wordexp.h
remove all remaining redundant __restrict/__inline/_Noreturn defs
14 years ago