352 Commits (0a96a37f06fda78ce3674b425888b1fc090578aa)

Author SHA1 Message Date
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
Rich Felker c4ea0e3f8e provide loff_t for splice syscall 14 years ago
Rich Felker 0c05bd3a9c further use of _Noreturn, for non-plain-C functions 14 years ago
Rich Felker c8ea985748 add _Noreturn function attribute, with fallback for pre-C11 GNUC 14 years ago
Rich Felker ac5d085691 dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE 14 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker fb247fafa0 avoid "inline" in public headers for strict c89 compatibility 14 years ago
Rich Felker 3f62f76cab fix wrong type for poll.h nfds_t 14 years ago
Rich Felker f419bcb9dc dladdr support for dynamic linker (nonstandard extension) 14 years ago
Rich Felker 9bff7c133e implement "low hanging fruit" from C11 14 years ago
Rich Felker b5289fd749 add c11 quick_exit and at_quick_exit functions 14 years ago
Rich Felker 7dba0494e8 type exposure fixes in sys/sem.h 14 years ago
Rich Felker d03b3e7323 stdio_ext.h needs to include stdio.h, at least to get FILE... 14 years ago
Rich Felker 43a5a00e4a fix missing uintXX_t in nameser.h 14 years ago
Rich Felker 9a470b0a6e fix dirent.h with _BSD_SOURCE 14 years ago
Rich Felker 3f80afc505 improve headers to better deal with removed-in-posix-2008 features 14 years ago
Rich Felker 7650390de8 add missing xattr functions 14 years ago
nsz 23e6940a2c math: fix _BSD_SOURCE namespace in math.h 14 years ago
Rich Felker ab76321c14 remove significandl 14 years ago