fix ppoll with null timeout argument
[musl] / include / sys /
2012-09-09 Rich Felkermincore syscall wrapper
2012-09-09 Rich Felkerfix up lfs64 junk for preadv/pwritev
2012-09-09 Rich Felkeradd preadv/pwritev syscall wrappers
2012-09-09 Rich Felkersyscall organization overhaul
2012-09-09 Rich Felkeradd acct, accept4, setns, and dup3 syscalls (linux...
2012-09-08 Rich Felkerremove all remaining redundant __restrict/__inline...
2012-09-08 Rich Felkersysmacros major/minor: result should have type unsigned...
2012-09-08 Rich Felkeradd timerfd interfaces (untested)
2012-09-08 Rich Felkerdefault features: make musl usable without feature...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-09-02 Rich Felkeravoid "inline" in public headers for strict c89 compati...
2012-08-24 Rich Felkertype exposure fixes in sys/sem.h
2012-08-15 Rich Felkeradd missing xattr functions
2012-08-05 Rich Felkerfix socket.h on mips
2012-07-23 Rich Felkeradd ioperm/iopl syscalls
2012-07-23 Rich Felkeradd extended attributes syscalls
2012-07-13 Rich Felkerworkaround another sendmsg kernel bug on 64-bit machines
2012-06-24 Rich Felkeradd process_vm_readv and process_vm_writev syscall...
2012-06-16 Rich Felkerheader file fixes: multiple include guard consistency...
2012-06-08 Rich Felkerfix sysinfo, try 2. it seems to work this time.
2012-06-08 Rich Felkersysinfo struct was utter nonsense; no idea where it...
2012-06-04 Rich Felker_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
2012-05-23 Rich Felkervarious header cleanups, some related to _BSD_SOURCE...
2012-05-23 Rich Felkersupport _BSD_SOURCE feature test macro
2012-05-11 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-10 Rich Felkerfix missing parens in bit op macros (param.h)
2012-05-10 Rich Felkerand another bug in setbit, etc. macros..
2012-05-10 Rich Felkerfix typo in sys/param.h that broke setbit, etc. macros
2012-05-04 Rich Felkeradd *64 junk for sys/*.h headers
2012-04-18 Rich Felkerlegacy junk compatibility grab-bag
2012-02-08 Rich Felkerfix typo in inotify.h
2012-02-01 Rich Felkerapparently gnu caddr_t is supposed to be char *, not...
2012-01-29 Rich Felkeradd linux setfs[ug]id syscall wrappers
2012-01-26 Rich Felkerremove useless "extern" keywords in headers
2012-01-25 Rich Felkeradd MIN/MAX macros to sys/param.h
2012-01-25 Rich Felkeradd legacy futimes and lutimes functions
2012-01-21 Rich Felkeradd prlimit syscall wrapper
2011-11-11 Rich Felkerfix all missing instances of __cplusplus checks/extern...
2011-10-17 Rich Felkerfix some details in ugly stuff that doesn't belong...
2011-09-26 Rich Felkercleanup various minor issues reported by nsz
2011-09-24 Rich FelkerFD_ISSET must return an int. this is the easiest way.
2011-09-23 Rich Felkersys/user.h may need stdint.h
2011-09-21 Rich Felkerfix some header typos
2011-09-20 Rich Felkerfix the fsid_t structure to match name of __val
2011-09-20 Rich Felkerfix the definition of struct statvfs to match lsb abi
2011-09-19 Rich Felkerfix broken multi-inclusion guard in sys/reg.h
2011-09-18 Rich Felkercleanup more bits cruft (sysmacros and socket)
2011-09-15 Rich Felkerimplement ptrace syscall wrapper (untested)
2011-08-27 Rich Felkerfix broken FD_* macros on 64-bit targets
2011-07-09 Rich Felkeradd missing signalfd flags
2011-06-18 Rich Felkercopy-paste error in prctl.h
2011-06-16 Rich Felkerfix some struct padding to match LSB/glibc ABI where...
2011-05-08 Rich Felkereventfd syscall wrapper and read/write wrappers
2011-04-21 Rich Felkermove wait.h macros out of bits. they do not vary.
2011-04-21 Rich Felkerinclude signal.h to avoid thorny __sigcontext/sigcontex...
2011-04-14 Rich Felkeradd useless type fd_mask. it's in the reserved namespace.
2011-04-13 Rich Felkernumerous fixes to sysv ipc
2011-04-13 Rich Felkerfix typos on RLIM_NLIMITS, remove _GNU_SOURCE test...
2011-04-13 Rich Felkerfix and cleanup suseconds_t/timeval stuff (broken on...
2011-04-12 Rich Felkeradd some traditional aliases to stat.h
2011-04-12 Rich Felkeradd missing rlimit macros
2011-04-11 Rich Felkercleanup types stuff in headers, fix missing u_int*_t...
2011-04-11 Rich Felkeradd some ugly legacy type names in sys/types.h (u_char...
2011-04-11 Rich Felkeradd legacy BSD-style timer*() macros in sys/time.h
2011-04-10 Rich Felkeradd missing UTIME_* macros in sys/stat.h
2011-04-06 Rich Felkerfix typo in sys/msg.h
2011-04-06 Rich Felkerfix incorrect (and conflicting on LP64 archs) types...
2011-04-05 Rich Felkeralternate name for syslog.h
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-03-19 Rich Felkeradd some ioctl stuff to sys/mount.h
2011-03-19 Rich Felkeroverhaul syscall interface
2011-03-19 Rich Felkervarious legacy and linux-specific stuff
2011-03-14 Rich Felkerremove some old cruft from sys/types.h
2011-03-08 Rich Felkerfcntl.h should make availabel the mode constants from...
2011-03-03 Rich Felkernamespace cleanup in sys/mman.h
2011-02-27 Rich Felkerimplement futimens and utimensat
2011-02-27 Rich Felkercleanup namespace in sys/time.h
2011-02-20 Rich Felkerinclude sys/sysmacros.h from sys/types.h when _GNU_SOUR...
2011-02-20 Rich Felkerfix typo in inotify structure
2011-02-20 Rich Felkermake sys/param.h not depend on PATH_MAX and NAME_MAX
2011-02-19 Rich Felkeradd syscall wrappers for inotify
2011-02-19 Rich Felkerprototype wait3 and wait4
2011-02-18 Rich Felkeradd portable lchown (trivial to support and a few ancie...
2011-02-17 Rich Felkerreorganize pthread data structures and move the definit...
2011-02-14 Rich Felkerextensive header cleanup for standards conformance...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0