respect iso c namespace in stdio.h and wchar.h regarding va_list
[musl] / include / sys /
2013-05-26 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-26 Szabolcs Nagyfix the prototype of settimeofday to follow the origina...
2013-05-15 Rich Felkersupport full range of dev_t major/minor numbers in...
2013-04-02 rofl0rre-add useconds_t
2013-04-01 Szabolcs Nagyadd new socket options to sys/socket.h following linux
2013-04-01 Szabolcs Nagyadd ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)
2013-03-07 Rich Felkerfix epoll structure alignment on non-x86_64 archs
2013-03-04 Rich Felkerfix some obscure header type size/alignment issues
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-12 Szabolcs Nagyadd MOD_TAI to sys/timex.h and update STA_RONLY
2013-01-12 Szabolcs Nagyadd SWAP_FLAG_DISCARD to sys/swap.h
2013-01-12 Szabolcs Nagyadd mount flags to sys/mount.h
2013-01-12 Szabolcs Nagyadd IN_EXCL_UNLINK to sys/inotify.h
2013-01-12 Szabolcs Nagyadd EPOLLWAKEUP flag to sys/epoll.h
2013-01-12 Szabolcs Nagyadd RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h
2013-01-12 Szabolcs Nagyadd missing ptrace requests and options to sys/ptrace.h
2013-01-12 Szabolcs Nagyadd missing protocol families to sys/socket.h
2013-01-10 Rich Felkerfix another case of cloexec/nonblock flags not matching...
2013-01-04 rofl0rwait.h: add linux specific, thread-related waitpid...
2012-12-28 Rich Felkeralign EPOLL_* flags with fcntl O_* flag definitions...
2012-12-19 Rich Felkermerge a few fixes by sh4rm4
2012-12-19 rofl0rsocket.h: add SO_(SND/RCV)BUFFORCE to generic block
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-15 Rich Felkeradd some missing macros to sys/shm.h
2012-12-13 Rich Felkeradd missing flags in sys/timerfd.h
2012-12-11 Rich Felkerfix regressions in app compatibility from previous...
2012-12-10 Rich Felkersyscall() declaration belongs in unistd.h, not sys...
2012-12-06 Rich Felkerfix names of ipc_perm __key/__seq elements
2012-12-06 rofl0radd personality syscall
2012-12-06 rofl0radd struct msgbuf to sys/msg.h
2012-12-06 rofl0ripc.h: fix gnu aliases for key and seq in struct ipc_perm
2012-12-06 rofl0radd obsolete futimesat()
2012-12-03 Rich Felkerfeature test macros: make _GNU_SOURCE enable everything
2012-11-26 Rich Felkerfix eventfd and inotify nonblock/cloexec flags to match...
2012-11-26 Rich Felkermake sys/procfs.h mostly work on most archs
2012-11-19 Rich Felkerfix breakage from introducing bits header for sys/io.h
2012-11-19 Rich Felkeradd port io functions to sys/io.h
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 Rich Felkeradd cleaned-up sys/mtio.h
2012-11-16 Rich Felkerdisable SO_REUSEPORT in sys/socket.h
2012-11-05 Rich Felkerfix numerous mips abi constant definition mismatches
2012-11-04 Rich Felkermips cache flush/ctl syscall support and header
2012-10-21 Rich Felkerfix issues with wait constants in stdlib.h
2012-09-29 Rich Felkeralways expose accept4
2012-09-21 Rich FelkerLFS64 alias for prlimit
2012-09-17 Rich Felkeradd clock_adjtime, remap_file_pages, and syncfs syscall...
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.
next