summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorFilesLines
2011-11-10fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker12-0/+95
2011-10-17fix some details in ugly stuff that doesn't belong in libcRich Felker1-0/+2
2011-09-26cleanup various minor issues reported by nszRich Felker1-1/+1
2011-09-23FD_ISSET must return an int. this is the easiest way.Rich Felker1-1/+1
2011-09-23sys/user.h may need stdint.hRich Felker1-0/+1
2011-09-20fix some header typosRich Felker1-1/+1
2011-09-20fix the fsid_t structure to match name of __valRich Felker1-1/+1
2011-09-19fix the definition of struct statvfs to match lsb abiRich Felker2-7/+24
2011-09-19fix broken multi-inclusion guard in sys/reg.hRich Felker1-2/+2
2011-09-18cleanup more bits cruft (sysmacros and socket)Rich Felker2-1/+199
2011-09-15implement ptrace syscall wrapper (untested)Rich Felker1-1/+1
2011-08-27fix broken FD_* macros on 64-bit targetsRich Felker1-3/+3
2011-07-09add missing signalfd flagsRich Felker1-0/+3
2011-06-18copy-paste error in prctl.hRich Felker1-1/+1
2011-06-16fix some struct padding to match LSB/glibc ABI where it may be helpfulRich Felker1-2/+4
2011-05-08eventfd syscall wrapper and read/write wrappersRich Felker1-0/+25
2011-04-21move wait.h macros out of bits. they do not vary.Rich Felker1-2/+22
2011-04-21include signal.h to avoid thorny __sigcontext/sigcontext issuesRich Felker1-2/+2
2011-04-14add useless type fd_mask. it's in the reserved namespace.Rich Felker1-0/+2
2011-04-13numerous fixes to sysv ipcRich Felker3-13/+55
2011-04-13fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for itRich Felker1-3/+1
2011-04-13fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)Rich Felker2-9/+1
2011-04-12add some traditional aliases to stat.hRich Felker1-0/+6
2011-04-12add missing rlimit macrosRich Felker1-0/+8
2011-04-11cleanup types stuff in headers, fix missing u_int*_t in sys/types.hRich Felker1-7/+9
2011-04-10add some ugly legacy type names in sys/types.h (u_char etc.)Rich Felker1-0/+8
2011-04-10add legacy BSD-style timer*() macros in sys/time.hRich Felker1-0/+10
2011-04-10add missing UTIME_* macros in sys/stat.hRich Felker1-0/+3
2011-04-06fix typo in sys/msg.hRich Felker1-1/+1
2011-04-06fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functionsRich Felker1-1/+1
2011-04-05alternate name for syslog.hRich Felker1-0/+1
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