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 38e6acbf89 stdbool.h should define __bool_true_false_are_defined even for C++ 13 years ago
..
arpa refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
net net/if.h: add some missing IFF_ constants 13 years ago
netinet add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN 13 years ago
netpacket add netpacket/packet.h 15 years ago
scsi add legacy scsi/scsi_ioctl.h header 13 years ago
sys add SUN_LEN macro to sys/un.h under appropriate feature tests 13 years ago
aio.h default features: make musl usable without feature test macros 14 years ago
alloca.h alloca cannot be a function. #define it to the gcc builtin if possible 14 years ago
alltypes.h.in undefine internal-use type macros at the end of alltypes.h 13 years ago
ar.h some extra legacy header stuff 14 years ago
assert.h __assert_fail(): remove _Noreturn, to get proper stacktraces 14 years ago
byteswap.h remove all remaining redundant __restrict/__inline/_Noreturn defs 14 years ago
complex.h make CMPLX macros available in complex.h in non-c11 mode as well 14 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 default features: make musl usable without feature test macros 14 years ago
dirent.h refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
dlfcn.h implement minimal dlinfo function 13 years ago
elf.h microblaze TLS relocation support, completely untested 14 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 add support for program_invocation[_short]_name 13 years ago
fcntl.h add some new linux AT_* flags 13 years ago
features.h add _ALL_SOURCE as an alias for _GNU_SOURCE/enable-everything 14 years ago
fenv.h initial check-in, version 0.5.0 15 years ago
float.h add FLT_TRUE_MIN, etc. macros from C11 13 years ago
fnmatch.h default features: make musl usable without feature test macros 14 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 default features: make musl usable without feature test macros 14 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 remove the __STDC_FORMAT_MACROS nonsense from inttypes.h 13 years ago
iso646.h add previously-missing ios646.h 15 years ago
langinfo.h refactor headers, especially alltypes.h, and improve C++ ABI compat 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 initial check-in, version 0.5.0 15 years ago
limits.h eliminate gcc dependency for testing char signedness in limits.h 13 years ago
link.h add missing c++ extern "C" wrapping to link.h 13 years ago
locale.h fix feature test macro logic for _BSD_SOURCE 13 years ago
malloc.h initial check-in, version 0.5.0 15 years ago
math.h refactor headers, especially alltypes.h, and improve C++ ABI compat 13 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 refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
nl_types.h refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
paths.h paths.h: remove cruft 13 years ago
poll.h add linux extension POLLRDHUP to poll.h 14 years ago
pthread.h add pthread_setaffinity_np and pthread_getaffinity_np functions 13 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 de-duplicate dn_expand, fix return value and signature, clean up 13 years ago
sched.h add cpu affinity interfaces 13 years ago
search.h default features: make musl usable without feature test macros 14 years ago
semaphore.h remove all remaining redundant __restrict/__inline/_Noreturn defs 14 years ago
setjmp.h change jmp_buf to share an underlying type and struct tag with sigjmp_buf 13 years ago
shadow.h initial check-in, version 0.5.0 15 years ago
signal.h fix incorrect type for new si_call_addr in siginfo_t 13 years ago
spawn.h fix some restrict-qualifier mismatches in newly added interfaces 14 years ago
stdalign.h implement "low hanging fruit" from C11 14 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 use a common definition of NULL as 0L for C and C++ 14 years ago
stdint.h change wint_t to unsigned 13 years ago
stdio.h refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
stdio_ext.h stdio_ext.h needs to include stdio.h, at least to get FILE... 14 years ago
stdlib.h provide declarations for strtod_l and family 13 years ago
stdnoreturn.h add stdnoreturn.h (C11) 14 years ago
string.h use a common definition of NULL as 0L for C and C++ 14 years ago
strings.h namespace conformance to latest standards in strings.h 13 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 default features: make musl usable without feature test macros 14 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 14 years ago
time.h add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h 13 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 add prototypes for euidaccess/eaccess 13 years ago
utime.h initial check-in, version 0.5.0 15 years ago
utmp.h minor compatibility fixes in utmp.h and fixing mismatch with paths.h 13 years ago
utmpx.h refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
values.h add legacy header values.h 14 years ago
wchar.h fix feature test macro logic for _BSD_SOURCE 13 years ago
wctype.h fix feature test macro logic for _BSD_SOURCE 13 years ago
wordexp.h remove all remaining redundant __restrict/__inline/_Noreturn defs 14 years ago