about summary refs log tree commit diff
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix some details in ugly stuff that doesn't belong in libcRich Felker2011-10-171-0/+2
* cleanup various minor issues reported by nszRich Felker2011-09-261-1/+1
* FD_ISSET must return an int. this is the easiest way.Rich Felker2011-09-231-1/+1
* sys/user.h may need stdint.hRich Felker2011-09-231-0/+1
* fix some header typosRich Felker2011-09-201-1/+1
* fix the fsid_t structure to match name of __valRich Felker2011-09-201-1/+1
* fix the definition of struct statvfs to match lsb abiRich Felker2011-09-192-7/+24
* fix broken multi-inclusion guard in sys/reg.hRich Felker2011-09-191-2/+2
* cleanup more bits cruft (sysmacros and socket)Rich Felker2011-09-182-1/+199
* implement ptrace syscall wrapper (untested)Rich Felker2011-09-151-1/+1
* fix broken FD_* macros on 64-bit targetsRich Felker2011-08-271-3/+3
* add missing signalfd flagsRich Felker2011-07-091-0/+3
* copy-paste error in prctl.hRich Felker2011-06-181-1/+1
* fix some struct padding to match LSB/glibc ABI where it may be helpfulRich Felker2011-06-161-2/+4
* eventfd syscall wrapper and read/write wrappersRich Felker2011-05-081-0/+25
* move wait.h macros out of bits. they do not vary.Rich Felker2011-04-211-2/+22
* include signal.h to avoid thorny __sigcontext/sigcontext issuesRich Felker2011-04-211-2/+2
* add useless type fd_mask. it's in the reserved namespace.Rich Felker2011-04-141-0/+2
* numerous fixes to sysv ipcRich Felker2011-04-133-13/+55
* fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for itRich Felker2011-04-131-3/+1
* fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)Rich Felker2011-04-132-9/+1
* add some traditional aliases to stat.hRich Felker2011-04-121-0/+6
* add missing rlimit macrosRich Felker2011-04-121-0/+8
* cleanup types stuff in headers, fix missing u_int*_t in sys/types.hRich Felker2011-04-111-7/+9
* add some ugly legacy type names in sys/types.h (u_char etc.)Rich Felker2011-04-101-0/+8