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