summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorLines
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