about summary refs log tree commit diff
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* re-add useconds_trofl0r2013-04-021-0/+1
* add new socket options to sys/socket.h following linuxSzabolcs Nagy2013-04-011-2/+17
* add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)Szabolcs Nagy2013-04-011-0/+1
* fix epoll structure alignment on non-x86_64 archsRich Felker2013-03-061-1/+5
* fix some obscure header type size/alignment issuesRich Felker2013-03-041-4/+2
* add MOD_TAI to sys/timex.h and update STA_RONLYSzabolcs Nagy2013-01-121-1/+2
* add SWAP_FLAG_DISCARD to sys/swap.hSzabolcs Nagy2013-01-121-0/+1
* add mount flags to sys/mount.hSzabolcs Nagy2013-01-121-4/+22
* add IN_EXCL_UNLINK to sys/inotify.hSzabolcs Nagy2013-01-121-0/+1
* add EPOLLWAKEUP flag to sys/epoll.hSzabolcs Nagy2013-01-121-0/+1
* add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.hSzabolcs Nagy2013-01-121-0/+2
* add missing ptrace requests and options to sys/ptrace.hSzabolcs Nagy2013-01-121-1/+9
* add missing protocol families to sys/socket.hSzabolcs Nagy2013-01-121-1/+11
* fix another case of cloexec/nonblock flags not matching arch valuesRich Felker2013-01-101-2/+3
* wait.h: add linux specific, thread-related waitpid() flagsrofl0r2013-01-041-0/+4
* align EPOLL_* flags with fcntl O_* flag definitions, which vary by archRich Felker2012-12-271-2/+3
* socket.h: add SO_(SND/RCV)BUFFORCE to generic blockrofl0r2012-12-191-0/+2
* add some missing macros to sys/shm.hRich Felker2012-12-151-0/+3
* add missing flags in sys/timerfd.hRich Felker2012-12-131-0/+6
* fix regressions in app compatibility from previous sys/ipc.h changesRich Felker2012-12-101-0/+5
* syscall() declaration belongs in unistd.h, not sys/syscall.hRich Felker2012-12-101-10/+0
* fix names of ipc_perm __key/__seq elementsRich Felker2012-12-061-6/+2
* add personality syscallrofl0r2012-12-061-0/+6
* add struct msgbuf to sys/msg.hrofl0r2012-12-061-0/+7
* ipc.h: fix gnu aliases for key and seq in struct ipc_permrofl0r2012-12-061-2/+4
* add obsolete futimesat()rofl0r2012-12-061-0/+1
* feature test macros: make _GNU_SOURCE enable everythingRich Felker2012-12-031-4/+1
* fix eventfd and inotify nonblock/cloexec flags to match arch valuesRich Felker2012-11-262-4/+6
* make sys/procfs.h mostly work on most archsRich Felker2012-11-251-18/+0
* fix breakage from introducing bits header for sys/io.hRich Felker2012-11-181-0/+3
* add port io functions to sys/io.hRich Felker2012-11-181-2/+3
* add cleaned-up sys/mtio.hRich Felker2012-11-171-0/+188
* disable SO_REUSEPORT in sys/socket.hRich Felker2012-11-151-1/+1
* fix numerous mips abi constant definition mismatchesRich Felker2012-11-051-0/+7
* mips cache flush/ctl syscall support and headerRich Felker2012-11-041-0/+22
* fix issues with wait constants in stdlib.hRich Felker2012-10-211-2/+0
* always expose accept4Rich Felker2012-09-291-4/+1
* LFS64 alias for prlimitRich Felker2012-09-211-0/+1
* add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker2012-09-162-0/+10
* mincore syscall wrapperRich Felker2012-09-091-0/+1
* fix up lfs64 junk for preadv/pwritevRich Felker2012-09-091-0/+5
* add preadv/pwritev syscall wrappersRich Felker2012-09-091-0/+9
* syscall organization overhaulRich Felker2012-09-081-18/+0
* add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker2012-09-082-0/+79
* remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker2012-09-083-13/+3
* sysmacros major/minor: result should have type unsigned int, not dev_tRich Felker2012-09-081-2/+2
* add timerfd interfaces (untested)Rich Felker2012-09-081-0/+18
* default features: make musl usable without feature test macrosRich Felker2012-09-0714-15/+24
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-065-13/+43
* avoid "inline" in public headers for strict c89 compatibilityRich Felker2012-09-021-0/+4