dns stub resolver: increase buffer size to handle chained CNAMEs
[musl] / include / sys /
2023-02-08 Rich Felkerfix integer overflow in WIFSTOPPED macro
2022-10-19 Rich Felkerremove LFS64 programming interfaces (macro-only) from...
2022-03-08 Szabolcs Nagysys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from...
2022-03-08 Szabolcs Nagysys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from...
2022-03-08 Szabolcs Nagysys/socket.h: add new SO_ socket options from linux...
2022-03-08 Szabolcs Nagysys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from...
2021-02-15 Szabolcs Nagysys/prctl.h: add MTE related constants from linux v5.10
2021-02-15 Szabolcs Nagysys/mman.h: add MAP_HUGE_16KB from linux v5.10
2021-02-15 Szabolcs Nagysys/mount.h: add MS_NOSYMFOLLOW from linux v5.10
2021-02-15 Szabolcs Nagysys/membarrier.h: add new constants from linux v5.10
2020-11-29 Szabolcs Nagysys/fanotify.h: add new FAN_* macros from linux v5.9
2020-11-29 William Woodruffadd missing personality values
2020-09-09 Szabolcs Nagysys/mman.h: add MREMAP_DONTUNMAP from linux v5.7
2020-09-09 Szabolcs Nagysys/fanotify.h: update to linux v5.7
2020-09-09 Szabolcs Nagysys/random.h: add GRND_INSECURE from linux v5.6
2020-09-09 Szabolcs Nagysys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux...
2020-08-30 Rich Felkerfix regression with applications that expect struct...
2020-08-25 Rich Felkeradd tcgetwinsize and tcsetwinsize functions, move struc...
2020-01-29 Rich Felkerfix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h
2020-01-29 Rich Felkerfix unprotected macro argument in sys/ttydefaults.h
2020-01-12 Leah Neukirchendefine RLIMIT_RTTIME, bump RLIMIT_NLIMITS
2020-01-01 Rich Felkerremove gratuitous aligned attribute from __ptrace_sysca...
2019-12-30 Szabolcs Nagysys/wait.h: add P_PIDFD from linux v5.4
2019-12-30 Szabolcs Nagysys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4
2019-12-30 Szabolcs Nagysys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux...
2019-12-30 Szabolcs Nagysys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux...
2019-12-30 Szabolcs Nagysys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux...
2019-12-22 Rich Felkerfix elf_prstatus regression on time64, existing wrong...
2019-12-18 Rich Felkerfix regression in ioctl definitions provided by arch...
2019-11-02 Rich Felkermove time64 socket options from arch bits to top-level...
2019-11-02 Rich Felkermove msghdr and cmsghdr out of bits/socket.h
2019-11-02 Rich Felkermake time-related socket options overridable by arch...
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
next