prepare struct sched_param for change in time_t definition
[musl] / include / sys /
2019-10-28 Rich Felkeradd time64 symbol name redirects to public headers...
2019-10-17 Rich Felkerremove indirect use of endian.h from public headers
2019-08-02 Rich Felkermove IPC_STAT definition to a new bits/ipcstat.h file
2019-08-02 Rich Felkerallow archs to define IPC_STAT, propagate time64 bit...
2019-07-01 Szabolcs Nagysys/socket.h: add SO_BINDTOIFINDEX from linux v5.1
2019-07-01 Szabolcs Nagysys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux...
2019-07-01 Szabolcs Nagysys/fanotify.h: update for linux v5.1
2019-06-21 Rich Felkerremove implicit include of sys/sysmacros.h from sys...
2019-03-13 Szabolcs Nagysys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0
2019-03-13 Szabolcs Nagysys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux...
2019-03-13 Szabolcs Nagysys/mman.h: add new hugetlb mmap flags from linux v4.19
2019-03-13 Szabolcs Nagysys/inotify.h: add IN_MASK_CREATE from linux v4.19
2019-03-13 Szabolcs Nagysys/socket.h: add SO_TXTIME from linux v4.19
2019-02-22 Rich Felkeradd membarrier syscall wrapper, refactor dynamic tls...
2019-02-07 Bobby Binghamupdate line discipline constants
2019-02-07 Bobby Binghammove arch-invariant definitions out of bits/ioctl.h
2018-12-10 Szabolcs Nagyadd SIGSYS support to sys/signalfd.h from linux v4.18
2018-12-10 Szabolcs Nagyadd AF_XDP to sys/socket.h from linux v4.18
2018-07-20 midipixmove inclusion of linux headers for kd.h, soundcard...
2018-07-20 midipixremove inclusion guard hacks for sys/kd.h
2018-07-18 Szabolcs Nagyadd support for arch-specific ptrace command macros
2018-07-18 Szabolcs Nagysys/ptrace.h: add missing PTRACE_EVENT_STOP
2018-07-13 Rich Felkeradd ST_RELATIME to statvfs.h
2018-06-26 Rich Felkerfix value of SO_PEERSEC on mips archs
2018-06-21 Szabolcs Nagyadd memfd_create syscall wrapper
2018-06-21 Szabolcs Nagyadd mlock2 linux syscall wrapper
2018-06-19 Szabolcs Nagyadd speculation control prctls from linux v4.17
2018-06-19 Szabolcs Nagyadd {MSG,SEM,SHM}_STAT_ANY from linux v4.17
2018-06-19 Szabolcs Nagyadd MAP_FIXED_NOREPLACE from linux v4.17
2018-06-19 Szabolcs Nagysys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from...
2018-06-19 Szabolcs Nagysys/epoll.h: add EPOLLNVAL from linux v4.16
2018-02-23 Hauke Mehrtensadd getrandom syscall wrapper
2018-02-22 Szabolcs Nagysys/prctl.h: add new PR_SVE_* macros from linux v4.15
2018-02-22 Szabolcs Nagyadd MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
2018-02-22 Szabolcs Nagysys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux...
2018-02-22 Szabolcs Nagysys/mman.h: add MADV_WIPEONFORK from linux v4.14
2018-02-22 Szabolcs Nagysys/socket.h: add MSG_ZEROCOPY from linux v4.14
2018-02-22 Szabolcs Nagysys/socket.h: add SOL_TLS from linux v4.13
2018-02-22 Szabolcs Nagysys/socket.h: add PF_SMC from linux v4.11
2018-01-09 Hauke Mehrtensadd additional uapi guards for Linux kernel header...
2017-11-05 Szabolcs Nagyadd SO_ getsockopt options from linux v4.13
2017-11-05 Szabolcs Nagyadd new SO_ socket options from linux v4.12
2017-11-05 Szabolcs Nagyadd TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing
2017-11-05 Szabolcs Nagyadd SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums...
2016-12-30 Szabolcs Nagyadd MS_NOREMOTELOCK mount flag from linux v4.9
2016-11-07 Rich Felkerremove redundant feature test macro checks in sys/time.h
2016-10-20 Rich Felkerfix various header namespace issues under feature-test...
2016-10-20 Rich Felkerremove parameter names from public headers
2016-10-20 Rich Felkerfix misspelling of a legacy macro name in sys/param.h
2016-10-20 Szabolcs Nagyadd bits/hwcap.h and include it in sys/auxv.h
2016-08-30 Szabolcs Nagyadd PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h
2016-07-03 Rich Felkermake brace placement in public header typedef'd structs...
2016-07-03 Rich Felkermake brace placement in public header struct definition...
2016-07-03 Rich Felkerfix misplaced indention in sys/procfs.h
2016-06-29 Rich Felkeradd RUSAGE_THREAD (Linux extension) definition to sys...
2016-06-29 Rich Felkerfix incorrect definition of RUSAGE_CHILDREN in sys...
2016-06-09 Rich Felkeravoid padding gaps in struct sockaddr_storage
2016-06-09 Szabolcs Nagyupdate sys/socket.h to linux v4.6
2016-06-09 Szabolcs Nagyadd SO_CNX_ADVICE to sys/socket.h, new in linux v4.6
2016-05-22 Rich Felkerfix undefined pointer arithmetic in CMSG_NXTHDR macro
2016-03-19 Szabolcs Nagyadd MADV_FREE madvise command from linux v4.5
2016-03-19 Szabolcs Nagyadd EPOLLEXCLUSIVE epoll flag from linux v4.5
2016-03-19 Szabolcs Nagyadd SO_ATTACH_REUSEPORT_[CE]BPF socket options from...
2016-03-19 Szabolcs Nagydeduplicate bits/mman.h
2016-01-26 Szabolcs Nagyadd new PTRACE_SECCOMP_GET_FILTER ptrace command
2016-01-26 Szabolcs Nagyadd MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2...
2016-01-26 Szabolcs Nagyadd new PTRACE_O_SUSPEND_SECCOMP ptrace option
2016-01-26 Szabolcs Nagyadd new PR_CAP_AMBIENT and related defines to sys/prctl.h
2016-01-25 Szabolcs Nagyadd MS_LAZYTIME mount option to sys/mount.h
2016-01-25 Szabolcs Nagyadd AF_MPLS (PF_MPLS) address family to socket.h
2016-01-25 Szabolcs Nagyadd MSG_FASTOPEN sendmsg/sendto flag to socket.h
2015-07-21 Roman Yeryominsocket.h: fix SO_* for mips
2015-05-28 Rich Felkeradd missing legacy LFS64 macros in sys/resource.h
2015-04-18 Szabolcs Nagyadd PR_*_FP_MODE prctl options
2015-04-18 Szabolcs Nagyadd PR_MPX_*_MANAGEMENT prctl options
2015-03-04 Rich Felkerdeclare incomplete type struct itimerspec in timerfd.h
2015-02-09 Szabolcs Nagyadd new socket options SO_INCOMING_CPU, SO_ATTACH_BPF...
2015-01-31 Trutz Behnmove MREMAP_MAYMOVE and MREMAP_FIXED out of bits
2014-12-23 Szabolcs Nagyadd new prctl command PR_SET_MM_MAP to sys/prctl.h
2014-09-05 Szabolcs Nagyfix macros for LFS *64_t types in sys/stat.h, sys/types...
2014-07-20 Szabolcs Nagyadd new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl...
2014-06-20 Rich Felkerimplement sendmmsg and recvmmsg
2014-05-30 Szabolcs Nagyfix POSIX namespace pollution in sys/types.h
2014-05-30 Szabolcs Nagyadd SO_BPF_EXTENSIONS socket option
2014-04-15 Szabolcs Nagyfix RLIMIT_ constants for mips
2014-04-07 Rich Felkeradd getauxval function
2014-03-11 Rich Felkermove struct semid_ds to from shared sys/sem.h to bits
2014-03-08 Rich Felkerin sys/procfs.h, avoid using __WORDSIZE macro
2014-02-24 Szabolcs Nagysys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET...
2014-02-23 rofl0rsys/shm.h: move arch specific structs to bits/
2014-02-22 rofl0rsys/sem.h: cheat and make all longs use time_t instead
2014-02-11 Szabolcs Nagyfix signed and unsigned comparision in macros in public...
2014-02-05 Rich Felkeradd nonstandard timespec/timeval conversion macros...
2014-01-09 Rich Felkerfix namespace violation in sys/shm.h
2014-01-08 Rich Felkerfix remaining known namespace violations for netinet...
2014-01-07 Rich Felkerfix signedness of pgoff argument to remap_file_pages
2014-01-07 Rich Felkerremove sys/sysctl.h
2014-01-07 Rich Felkerfix incorrect type for wd argument of inotify_rm_watch
2014-01-02 rofl0radd fanotify syscall wrapper and header
2013-12-30 Timo Teräsfix struct signalfd_siginfo
next