about summary refs log tree commit diff
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-1/+17
* add some ioctl stuff to sys/mount.hRich Felker2011-03-191-0/+18
* overhaul syscall interfaceRich Felker2011-03-191-0/+16
* various legacy and linux-specific stuffRich Felker2011-03-182-0/+107
* remove some old cruft from sys/types.hRich Felker2011-03-141-1/+0
* fcntl.h should make availabel the mode constants from sys/stat.hRich Felker2011-03-081-8/+2
* namespace cleanup in sys/mman.hRich Felker2011-03-031-1/+3
* implement futimens and utimensatRich Felker2011-02-271-0/+3
* cleanup namespace in sys/time.hRich Felker2011-02-271-4/+5
* include sys/sysmacros.h from sys/types.h when _GNU_SOURCE is definedRich Felker2011-02-201-0/+1
* fix typo in inotify structureRich Felker2011-02-201-1/+1
* make sys/param.h not depend on PATH_MAX and NAME_MAXRich Felker2011-02-201-2/+2
* add syscall wrappers for inotifyRich Felker2011-02-191-0/+55
* prototype wait3 and wait4Rich Felker2011-02-192-3/+6
* add portable lchown (trivial to support and a few ancient things want it..)Rich Felker2011-02-171-0/+3
* reorganize pthread data structures and move the definitions to alltypes.hRich Felker2011-02-171-0/+14
* extensive header cleanup for standards conformance & correctnessRich Felker2011-02-144-3/+8
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1242-0/+1209