summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorLines
2012-09-29always expose accept4Rich Felker-4/+1
2012-09-21LFS64 alias for prlimitRich Felker-0/+1
2012-09-16add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker-0/+10
2012-09-09mincore syscall wrapperRich Felker-0/+1
2012-09-09fix up lfs64 junk for preadv/pwritevRich Felker-0/+5
2012-09-09add preadv/pwritev syscall wrappersRich Felker-0/+9
2012-09-08syscall organization overhaulRich Felker-18/+0
2012-09-08add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker-0/+79
2012-09-08remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker-13/+3
2012-09-08sysmacros major/minor: result should have type unsigned int, not dev_tRich Felker-2/+2
2012-09-08add timerfd interfaces (untested)Rich Felker-0/+18
2012-09-07default features: make musl usable without feature test macrosRich Felker-15/+24
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-13/+43
2012-09-02avoid "inline" in public headers for strict c89 compatibilityRich Felker-0/+4
2012-08-24type exposure fixes in sys/sem.hRich Felker-2/+5
2012-08-15add missing xattr functionsRich Felker-0/+3
2012-08-05fix socket.h on mipsRich Felker-0/+3
2012-07-23add ioperm/iopl syscallsRich Felker-0/+13
2012-07-23add extended attributes syscallsRich Felker-0/+27
2012-07-12workaround another sendmsg kernel bug on 64-bit machinesRich Felker-7/+0
2012-06-23add process_vm_readv and process_vm_writev syscall wrappersRich Felker-0/+9
2012-06-15header file fixes: multiple include guard consistency and correctnessRich Felker-6/+6
2012-06-07fix sysinfo, try 2. it seems to work this time.Rich Felker-10/+10
2012-06-07sysinfo struct was utter nonsense; no idea where it came from.Rich Felker-4/+3
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker-7/+7
2012-05-22various header cleanups, some related to _BSD_SOURCE additionRich Felker-4/+4
2012-05-22support _BSD_SOURCE feature test macroRich Felker-5/+9
2012-05-10fix missing parens in bit op macros (param.h)Rich Felker-1/+1
2012-05-10and another bug in setbit, etc. macros..Rich Felker-1/+1
2012-05-10fix typo in sys/param.h that broke setbit, etc. macrosRich Felker-1/+1
2012-05-04add *64 junk for sys/*.h headersRich Felker-0/+50
2012-04-18legacy junk compatibility grab-bagRich Felker-7/+22
2012-02-07fix typo in inotify.hRich Felker-1/+1
2012-02-01apparently gnu caddr_t is supposed to be char *, not unsigned longRich Felker-1/+1
2012-01-28add linux setfs[ug]id syscall wrappersRich Felker-0/+20
2012-01-26remove useless "extern" keywords in headersRich Felker-1/+1
2012-01-24add MIN/MAX macros to sys/param.hRich Felker-0/+5
2012-01-24add legacy futimes and lutimes functionsRich Felker-0/+2
2012-01-20add prlimit syscall wrapperRich Felker-0/+8
2011-11-10fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker-0/+95
2011-10-17fix some details in ugly stuff that doesn't belong in libcRich Felker-0/+2
2011-09-26cleanup various minor issues reported by nszRich Felker-1/+1
2011-09-23FD_ISSET must return an int. this is the easiest way.Rich Felker-1/+1
2011-09-23sys/user.h may need stdint.hRich Felker-0/+1
2011-09-20fix some header typosRich Felker-1/+1
2011-09-20fix the fsid_t structure to match name of __valRich Felker-1/+1
2011-09-19fix the definition of struct statvfs to match lsb abiRich Felker-7/+24
2011-09-19fix broken multi-inclusion guard in sys/reg.hRich Felker-2/+2
2011-09-18cleanup more bits cruft (sysmacros and socket)Rich Felker-1/+199
2011-09-15implement ptrace syscall wrapper (untested)Rich Felker-1/+1