about summary refs log tree commit diff
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
...
* feature test macros: make _GNU_SOURCE enable everythingRich Felker2012-12-031-4/+1
* fix eventfd and inotify nonblock/cloexec flags to match arch valuesRich Felker2012-11-262-4/+6
* make sys/procfs.h mostly work on most archsRich Felker2012-11-251-18/+0
* fix breakage from introducing bits header for sys/io.hRich Felker2012-11-181-0/+3
* add port io functions to sys/io.hRich Felker2012-11-181-2/+3
* add cleaned-up sys/mtio.hRich Felker2012-11-171-0/+188
* disable SO_REUSEPORT in sys/socket.hRich Felker2012-11-151-1/+1
* fix numerous mips abi constant definition mismatchesRich Felker2012-11-051-0/+7
* mips cache flush/ctl syscall support and headerRich Felker2012-11-041-0/+22
* fix issues with wait constants in stdlib.hRich Felker2012-10-211-2/+0
* always expose accept4Rich Felker2012-09-291-4/+1
* LFS64 alias for prlimitRich Felker2012-09-211-0/+1
* add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker2012-09-162-0/+10
* mincore syscall wrapperRich Felker2012-09-091-0/+1
* fix up lfs64 junk for preadv/pwritevRich Felker2012-09-091-0/+5
* add preadv/pwritev syscall wrappersRich Felker2012-09-091-0/+9
* syscall organization overhaulRich Felker2012-09-081-18/+0
* add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker2012-09-082-0/+79
* remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker2012-09-083-13/+3
* sysmacros major/minor: result should have type unsigned int, not dev_tRich Felker2012-09-081-2/+2
* add timerfd interfaces (untested)Rich Felker2012-09-081-0/+18
* default features: make musl usable without feature test macrosRich Felker2012-09-0714-15/+24
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-065-13/+43
* avoid "inline" in public headers for strict c89 compatibilityRich Felker2012-09-021-0/+4
* type exposure fixes in sys/sem.hRich Felker2012-08-241-2/+5
* add missing xattr functionsRich Felker2012-08-151-0/+3
* fix socket.h on mipsRich Felker2012-08-051-0/+3
* add ioperm/iopl syscallsRich Felker2012-07-231-0/+13
* add extended attributes syscallsRich Felker2012-07-231-0/+27
* workaround another sendmsg kernel bug on 64-bit machinesRich Felker2012-07-121-7/+0
* add process_vm_readv and process_vm_writev syscall wrappersRich Felker2012-06-231-0/+9
* header file fixes: multiple include guard consistency and correctnessRich Felker2012-06-153-6/+6
* fix sysinfo, try 2. it seems to work this time.Rich Felker2012-06-071-10/+10
* sysinfo struct was utter nonsense; no idea where it came from.Rich Felker2012-06-071-4/+3
* _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker2012-06-047-7/+7
* various header cleanups, some related to _BSD_SOURCE additionRich Felker2012-05-221-4/+4
* support _BSD_SOURCE feature test macroRich Felker2012-05-225-5/+9
* fix missing parens in bit op macros (param.h)Rich Felker2012-05-101-1/+1
* and another bug in setbit, etc. macros..Rich Felker2012-05-101-1/+1
* fix typo in sys/param.h that broke setbit, etc. macrosRich Felker2012-05-101-1/+1
* add *64 junk for sys/*.h headersRich Felker2012-05-047-0/+50
* legacy junk compatibility grab-bagRich Felker2012-04-181-7/+22
* fix typo in inotify.hRich Felker2012-02-071-1/+1
* apparently gnu caddr_t is supposed to be char *, not unsigned longRich Felker2012-02-011-1/+1
* add linux setfs[ug]id syscall wrappersRich Felker2012-01-281-0/+20
* remove useless "extern" keywords in headersRich Felker2012-01-261-1/+1
* add MIN/MAX macros to sys/param.hRich Felker2012-01-241-0/+5
* add legacy futimes and lutimes functionsRich Felker2012-01-241-0/+2
* add prlimit syscall wrapperRich Felker2012-01-201-0/+8
* fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker2011-11-1012-0/+95