about summary refs log tree commit diff
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* add prlimit syscall wrapperRich Felker2012-01-201-0/+8
* fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker2011-11-1012-0/+95
* fix some details in ugly stuff that doesn't belong in libcRich Felker2011-10-171-0/+2
* cleanup various minor issues reported by nszRich Felker2011-09-261-1/+1
* FD_ISSET must return an int. this is the easiest way.Rich Felker2011-09-231-1/+1
* sys/user.h may need stdint.hRich Felker2011-09-231-0/+1
* fix some header typosRich Felker2011-09-201-1/+1
* fix the fsid_t structure to match name of __valRich Felker2011-09-201-1/+1
* fix the definition of struct statvfs to match lsb abiRich Felker2011-09-192-7/+24
* fix broken multi-inclusion guard in sys/reg.hRich Felker2011-09-191-2/+2
* cleanup more bits cruft (sysmacros and socket)Rich Felker2011-09-182-1/+199
* implement ptrace syscall wrapper (untested)Rich Felker2011-09-151-1/+1
* fix broken FD_* macros on 64-bit targetsRich Felker2011-08-271-3/+3
* add missing signalfd flagsRich Felker2011-07-091-0/+3
* copy-paste error in prctl.hRich Felker2011-06-181-1/+1
* fix some struct padding to match LSB/glibc ABI where it may be helpfulRich Felker2011-06-161-2/+4
* eventfd syscall wrapper and read/write wrappersRich Felker2011-05-081-0/+25
* move wait.h macros out of bits. they do not vary.Rich Felker2011-04-211-2/+22
* include signal.h to avoid thorny __sigcontext/sigcontext issuesRich Felker2011-04-211-2/+2
* add useless type fd_mask. it's in the reserved namespace.Rich Felker2011-04-141-0/+2
* numerous fixes to sysv ipcRich Felker2011-04-133-13/+55
* fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for itRich Felker2011-04-131-3/+1
* fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)Rich Felker2011-04-132-9/+1
* add some traditional aliases to stat.hRich Felker2011-04-121-0/+6
* add missing rlimit macrosRich Felker2011-04-121-0/+8
* cleanup types stuff in headers, fix missing u_int*_t in sys/types.hRich Felker2011-04-111-7/+9
* add some ugly legacy type names in sys/types.h (u_char etc.)Rich Felker2011-04-101-0/+8
* add legacy BSD-style timer*() macros in sys/time.hRich Felker2011-04-101-0/+10
* add missing UTIME_* macros in sys/stat.hRich Felker2011-04-101-0/+3
* fix typo in sys/msg.hRich Felker2011-04-061-1/+1
* fix incorrect (and conflicting on LP64 archs) types for sysv ipc msgq functionsRich Felker2011-04-061-1/+1
* alternate name for syslog.hRich Felker2011-04-051-0/+1
* 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