370 Commits (57a0b82441e8d03a93965e2a373588721374ed78)

Author SHA1 Message Date
Rich Felker 0004ea613a fix breakage from introducing bits header for sys/io.h 14 years ago
Rich Felker 61aa6324af add port io functions to sys/io.h 14 years ago
rofl0r 8d2887f884 fcntl.h: O_SEARCH was missing for powerpc 14 years ago
Rich Felker d0197ff031 add cleaned-up sys/mtio.h 14 years ago
Rich Felker 5c6443ac42 add stub versions of some missing optional pthread interfaces 14 years ago
Rich Felker 91738d0241 disable SO_REUSEPORT in sys/socket.h 14 years ago
Szabolcs Nagy cfbaba79a2 complex: add C11 CMPLX macros and replace cpack with them 14 years ago
Rich Felker 7df42e8744 report support of TPS option in unistd.h and sysconf 14 years ago
Rich Felker 1e21e78bf7 add support for thread scheduling (POSIX TPS option) 14 years ago
Rich Felker 32d6d77e54 fix numerous mips abi constant definition mismatches 14 years ago
Rich Felker fc5f16d182 mips cache flush/ctl syscall support and header 14 years ago
Rich Felker b367ab15fa avoid breakage if somebody wrongly defines empty feature test macros 14 years ago
Rich Felker 18c0e02e2b add dl_iterate_phdr interface 14 years ago
Rich Felker 4eb4844b31 fix issues with wait constants in stdlib.h 14 years ago
nsz 2d321fa062 complex: make _Complex_I work with gcc -std=c99 -pedantic-errors 14 years ago
Rich Felker 858df113bf assert() is supposed to have type void 14 years ago
Rich Felker c86f2974e2 add memmem function (gnu extension) 14 years ago
Rich Felker 21284ec75d microblaze TLS relocation support, completely untested 14 years ago
Rich Felker 030e526392 add getopt reset support 14 years ago
Rich Felker 2e3648b85d define some _POSIX_* macros that were omitted; required for XSI conformance 14 years ago
Rich Felker 3609e019f3 always expose accept4 14 years ago
Rich Felker 9735d50070 always expose dup3 and pipe2 14 years ago
Rich Felker 8c0a3d9e5c microblaze port 14 years ago
Rich Felker f600105eef LFS64 alias for prlimit 14 years ago
Rich Felker 662da62eb7 add clock_adjtime, remap_file_pages, and syncfs syscall wrappers 14 years ago
Rich Felker 5a1abeeb7c fix stupid bug in updating of O_ACCMODE for O_SEARCH support 14 years ago
Rich Felker e2f6a3257e strsep is BSD|GNU, not GNU-only; it's originally from BSD 14 years ago
Rich Felker b238b37a0f add O_PATH/O_SEARCH support to fcntl.h 14 years ago
Rich Felker c87584a3e9 add setdomainname syscall, fix getdomainname (previously a stub) 14 years ago
Rich Felker a660180c6a mincore syscall wrapper 14 years ago
Rich Felker 2416c63b81 fix up lfs64 junk for preadv/pwritev 14 years ago
Rich Felker ea544bfe80 add preadv/pwritev syscall wrappers 14 years ago
Rich Felker 743546a933 fix typo introduced in poll.h 14 years ago
Rich Felker 141138c41b add linux ppoll syscall wrapper 14 years ago
Rich Felker 208eb584ef syscall organization overhaul 14 years ago
Rich Felker 6cf8bfdb64 add acct, accept4, setns, and dup3 syscalls (linux extensions) 14 years ago
Rich Felker b10d0230c1 add IPPROTO_HOPOPTS to in.h 14 years ago
Rich Felker f59cedb549 add IPPROTO_MAX to in.h 14 years ago
Rich Felker 695a04fc25 fix redundant _Noreturn def in err.h 14 years ago
Rich Felker 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs 14 years ago
Rich Felker b7afd7a7ec sysmacros major/minor: result should have type unsigned int, not dev_t 14 years ago
Rich Felker 997ba92a0f add linux tee syscall 14 years ago
Rich Felker 00e6bbcc05 add linux sync_file_range syscall 14 years ago
Rich Felker 90f770523f add linux readahead syscall 14 years ago
Rich Felker adb88e773b add fallocate (nonstandardized) function 14 years ago
Rich Felker 231b9d1880 add timerfd interfaces (untested) 14 years ago
Rich Felker f0f17b5b70 add stdnoreturn.h (C11) 14 years ago
Rich Felker 3cd084bb03 TCP_* is in the reserved namespace for tcp.h; make use of that 14 years ago
Rich Felker 6951110368 remove unneeded judgemental commentary from ftw.h 14 years ago
Rich Felker c1a9658bd1 default features: make musl usable without feature test macros 14 years ago