summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorLines
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
2011-08-27fix broken FD_* macros on 64-bit targetsRich Felker-3/+3
2011-07-09add missing signalfd flagsRich Felker-0/+3
2011-06-18copy-paste error in prctl.hRich Felker-1/+1
2011-06-16fix some struct padding to match LSB/glibc ABI where it may be helpfulRich Felker-2/+4
2011-05-08eventfd syscall wrapper and read/write wrappersRich Felker-0/+25
2011-04-21move wait.h macros out of bits. they do not vary.Rich Felker-2/+22
2011-04-21include signal.h to avoid thorny __sigcontext/sigcontext issuesRich Felker-2/+2
2011-04-14add useless type fd_mask. it's in the reserved namespace.Rich Felker-0/+2
2011-04-13numerous fixes to sysv ipcRich Felker-13/+55
2011-04-13fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for itRich Felker-3/+1
2011-04-13fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)Rich Felker-9/+1
2011-04-12add some traditional aliases to stat.hRich Felker-0/+6
2011-04-12add missing rlimit macrosRich Felker-0/+8
2011-04-11cleanup types stuff in headers, fix missing u_int*_t in sys/types.hRich Felker-7/+9
2011-04-10add some ugly legacy type names in sys/types.h (u_char etc.)Rich Felker-0/+8
2011-04-10add legacy BSD-style timer*() macros in sys/time.hRich Felker-0/+10
2011-04-10add missing UTIME_* macros in sys/stat.hRich Felker-0/+3
2011-04-06fix typo in sys/msg.hRich Felker-1/+1
2011-04-06fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functionsRich Felker-1/+1
2011-04-05alternate name for syslog.hRich Felker-0/+1
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker-1/+17