497 Commits (d74e462a76d37ce10a048d3794ca89ca7d480ddb)

Author SHA1 Message Date
Rich Felker baf246e559 syscall() declaration belongs in unistd.h, not sys/syscall.h 14 years ago
Rich Felker d1b6fc6ecc fix names of ipc_perm __key/__seq elements 14 years ago
rofl0r e00e07f664 fix F_DUPFD_CLOEXEC being defined twice 14 years ago
rofl0r e34d967c3e fixup for fcntl.h changes 14 years ago
rofl0r 6fb88a955a add personality syscall 14 years ago
rofl0r a1990e1e83 add sigandset and sigorset (needed for qemu) 14 years ago
rofl0r 0182c287ca add struct msgbuf to sys/msg.h 14 years ago
rofl0r 6bf0fdbdfc unistd.h: fix wrong type for gid_t argument 14 years ago
rofl0r f1bb78343a ipc.h: fix gnu aliases for key and seq in struct ipc_perm 14 years ago
rofl0r 7aec71c411 add obsolete futimesat() 14 years ago
rofl0r 120e402de6 fcntl.h: add some linux-specific F_ macros 14 years ago
rofl0r 3d3903fa5b tcp.h: add SOL_TCP, analoguous to udp.h 14 years ago
Rich Felker 96b3ea53f9 fix inefficiency of math.h isless, etc. macros 14 years ago
Rich Felker 91b0588909 add scsi headers scsi.h and sg.h 14 years ago
Rich Felker a7c1f9727a use __builtin_offsetof to implement offsetof when possible 14 years ago
Rich Felker b3175f5c48 add _ALL_SOURCE as an alias for _GNU_SOURCE/enable-everything 14 years ago
Rich Felker 769fd4ce20 feature test macros: make _GNU_SOURCE enable everything 14 years ago
Rich Felker 216b706548 fix a couple issues in the inttypes.h PRI/SCN macros 14 years ago
Rich Felker 7dcb640da3 provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCE 14 years ago
Rich Felker 1c322f2f0a fix some restrict-qualifier mismatches in newly added interfaces 14 years ago
Rich Felker b4d8a16c1a fix eventfd and inotify nonblock/cloexec flags to match arch values 14 years ago
Rich Felker 56c6943efe fix missing limits when only _BSD_SOURCE is defined 14 years ago
Rich Felker a8da6c2f28 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate 14 years ago
Rich Felker 4b75f4ed8d make sys/procfs.h mostly work on most archs 14 years ago
Rich Felker 65b98213e4 add back NSIG, removed from powerpc in last commit, but for all archs 14 years ago
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