74 Commits (3f62f76cab46fbd28248ed251a88278c6ea1be3a)

Author SHA1 Message Date
Rich Felker 7dba0494e8 type exposure fixes in sys/sem.h 14 years ago
Rich Felker 7650390de8 add missing xattr functions 14 years ago
Rich Felker 7fee5f9606 fix socket.h on mips 14 years ago
Rich Felker d426b04533 add ioperm/iopl syscalls 14 years ago
Rich Felker 207460d097 add extended attributes syscalls 14 years ago
Rich Felker 96107564e2 workaround another sendmsg kernel bug on 64-bit machines 14 years ago
Rich Felker 9cf9c39e48 add process_vm_readv and process_vm_writev syscall wrappers 14 years ago
Rich Felker 57d5fff5f7 header file fixes: multiple include guard consistency and correctness 14 years ago
Rich Felker 1429ce9ba2 fix sysinfo, try 2. it seems to work this time. 14 years ago
Rich Felker e86b18a63e sysinfo struct was utter nonsense; no idea where it came from. 14 years ago
Rich Felker 3b94daba71 _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE 14 years ago
Rich Felker 671ffab776 various header cleanups, some related to _BSD_SOURCE addition 14 years ago
Rich Felker 419ae6d5c9 support _BSD_SOURCE feature test macro 14 years ago
Rich Felker bfb29b666e fix missing parens in bit op macros (param.h) 14 years ago
Rich Felker 2e41887f54 and another bug in setbit, etc. macros.. 14 years ago
Rich Felker e0ff0d34dc fix typo in sys/param.h that broke setbit, etc. macros 14 years ago
Rich Felker f0b85fd926 add *64 junk for sys/*.h headers 14 years ago
Rich Felker ba6a9e7734 legacy junk compatibility grab-bag 14 years ago
Rich Felker 570edb19d1 fix typo in inotify.h 14 years ago
Rich Felker 147f355cb6 apparently gnu caddr_t is supposed to be char *, not unsigned long 14 years ago
Rich Felker 4619901ec4 add linux setfs[ug]id syscall wrappers 15 years ago
Rich Felker c3db56c4cb remove useless "extern" keywords in headers 15 years ago
Rich Felker 6a193804a8 add MIN/MAX macros to sys/param.h 15 years ago
Rich Felker 477e72ac4a add legacy futimes and lutimes functions 15 years ago
Rich Felker 26f38328d6 add prlimit syscall wrapper 15 years ago
Rich Felker 3ed8c9f2df fix all missing instances of __cplusplus checks/extern "C" in headers 15 years ago
Rich Felker 03860303c2 fix some details in ugly stuff that doesn't belong in libc 15 years ago
Rich Felker fd142e5ec4 cleanup various minor issues reported by nsz 15 years ago
Rich Felker c41a76f58c FD_ISSET must return an int. this is the easiest way. 15 years ago
Rich Felker 1587224ed6 sys/user.h may need stdint.h 15 years ago
Rich Felker fd9e01e92a fix some header typos 15 years ago
Rich Felker 32b82cf5cd fix the fsid_t structure to match name of __val 15 years ago
Rich Felker 114c80f141 fix the definition of struct statvfs to match lsb abi 15 years ago
Rich Felker 53431b091b fix broken multi-inclusion guard in sys/reg.h 15 years ago
Rich Felker b0c088ee55 cleanup more bits cruft (sysmacros and socket) 15 years ago
Rich Felker 71f7a3c2ce implement ptrace syscall wrapper (untested) 15 years ago
Rich Felker 1f5ff26cd7 fix broken FD_* macros on 64-bit targets 15 years ago
Rich Felker 6b1d3817cf add missing signalfd flags 15 years ago
Rich Felker 5a2e74ebd2 copy-paste error in prctl.h 15 years ago
Rich Felker 7f5471529c fix some struct padding to match LSB/glibc ABI where it may be helpful 15 years ago
Rich Felker 15b77d52c9 eventfd syscall wrapper and read/write wrappers 15 years ago
Rich Felker 4b5f054098 move wait.h macros out of bits. they do not vary. 15 years ago
Rich Felker f492c95401 include signal.h to avoid thorny __sigcontext/sigcontext issues 15 years ago
Rich Felker 33a3f202d1 add useless type fd_mask. it's in the reserved namespace. 15 years ago
Rich Felker 07e865cc5a numerous fixes to sysv ipc 15 years ago
Rich Felker 45a3219944 fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for it 15 years ago
Rich Felker cac7d837cc fix and cleanup suseconds_t/timeval stuff (broken on 64-bit) 15 years ago
Rich Felker 7ecab79f58 add some traditional aliases to stat.h 15 years ago
Rich Felker 209f2bbd95 add missing rlimit macros 15 years ago
Rich Felker 28bde3b787 cleanup types stuff in headers, fix missing u_int*_t in sys/types.h 15 years ago