summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorLines
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
2011-03-19add some ioctl stuff to sys/mount.hRich Felker-0/+18
2011-03-19overhaul syscall interfaceRich Felker-0/+16
2011-03-18various legacy and linux-specific stuffRich Felker-0/+107
2011-03-14remove some old cruft from sys/types.hRich Felker-1/+0
2011-03-08fcntl.h should make availabel the mode constants from sys/stat.hRich Felker-8/+2
2011-03-03namespace cleanup in sys/mman.hRich Felker-1/+3
2011-02-27implement futimens and utimensatRich Felker-0/+3
2011-02-27cleanup namespace in sys/time.hRich Felker-4/+5
2011-02-20include sys/sysmacros.h from sys/types.h when _GNU_SOURCE is definedRich Felker-0/+1
2011-02-20fix typo in inotify structureRich Felker-1/+1
2011-02-20make sys/param.h not depend on PATH_MAX and NAME_MAXRich Felker-2/+2
2011-02-19add syscall wrappers for inotifyRich Felker-0/+55
2011-02-19prototype wait3 and wait4Rich Felker-3/+6
2011-02-17add portable lchown (trivial to support and a few ancient things want it..)Rich Felker-0/+3
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker-0/+14
2011-02-14extensive header cleanup for standards conformance & correctnessRich Felker-3/+8
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+1209