Age | Commit message (Expand) | Author | Lines |
2020-08-30 | fix regression with applications that expect struct winsize in ioctl.h | Rich Felker | -0/+2 |
2020-08-24 | add tcgetwinsize and tcsetwinsize functions, move struct winsize | Rich Felker | -7/+0 |
2020-01-29 | fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h | Rich Felker | -5/+0 |
2020-01-29 | fix unprotected macro argument in sys/ttydefaults.h | Rich Felker | -1/+1 |
2020-01-11 | define RLIMIT_RTTIME, bump RLIMIT_NLIMITS | Leah Neukirchen | -1/+2 |
2020-01-01 | remove gratuitous aligned attribute from __ptrace_syscall_info | Rich Felker | -1/+2 |
2019-12-30 | sys/wait.h: add P_PIDFD from linux v5.4 | Szabolcs Nagy | -1/+2 |
2019-12-30 | sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4 | Szabolcs Nagy | -0/+4 |
2019-12-30 | sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4 | Szabolcs Nagy | -0/+2 |
2019-12-30 | sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3 | Szabolcs Nagy | -0/+28 |
2019-12-30 | sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3 | Szabolcs Nagy | -0/+1 |
2019-12-22 | fix elf_prstatus regression on time64, existing wrong definition on x32 | Rich Felker | -4/+3 |
2019-12-18 | fix regression in ioctl definitions provided by arch/generic bits | Rich Felker | -0/+1 |
2019-11-02 | move time64 socket options from arch bits to top-level sys/socket.h | Rich Felker | -0/+11 |
2019-11-02 | move msghdr and cmsghdr out of bits/socket.h | Rich Felker | -0/+34 |
2019-11-02 | make time-related socket options overridable by arch bits files | Rich Felker | -6/+11 |
2019-10-28 | add time64 symbol name redirects to public headers, under arch control | Rich Felker | -0/+67 |
2019-10-17 | remove indirect use of endian.h from public headers | Rich Felker | -5/+0 |
2019-08-02 | move IPC_STAT definition to a new bits/ipcstat.h file | Rich Felker | -3/+1 |
2019-08-02 | allow archs to define IPC_STAT, propagate time64 bit to other macros | Rich Felker | -6/+8 |
2019-07-01 | sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1 | Szabolcs Nagy | -0/+1 |
2019-07-01 | sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1 | Szabolcs Nagy | -0/+1 |
2019-07-01 | sys/fanotify.h: update for linux v5.1 | Szabolcs Nagy | -1/+33 |
2019-06-21 | remove implicit include of sys/sysmacros.h from sys/types.h | Rich Felker | -1/+0 |
2019-03-13 | sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0 | Szabolcs Nagy | -0/+7 |
2019-03-13 | sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20 | Szabolcs Nagy | -0/+1 |
2019-03-13 | sys/mman.h: add new hugetlb mmap flags from linux v4.19 | Szabolcs Nagy | -0/+4 |
2019-03-13 | sys/inotify.h: add IN_MASK_CREATE from linux v4.19 | Szabolcs Nagy | -0/+1 |
2019-03-13 | sys/socket.h: add SO_TXTIME from linux v4.19 | Szabolcs Nagy | -0/+2 |
2019-02-22 | add membarrier syscall wrapper, refactor dynamic tls install to use it | Rich Felker | -0/+17 |
2019-02-07 | update line discipline constants | Bobby Bingham | -0/+12 |
2019-02-07 | move arch-invariant definitions out of bits/ioctl.h | Bobby Bingham | -0/+98 |
2018-12-09 | add SIGSYS support to sys/signalfd.h from linux v4.18 | Szabolcs Nagy | -1/+5 |
2018-12-09 | add AF_XDP to sys/socket.h from linux v4.18 | Szabolcs Nagy | -1/+4 |
2018-07-20 | move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits | midipix | -3/+3 |
2018-07-20 | remove inclusion guard hacks for sys/kd.h | midipix | -7/+0 |
2018-07-17 | add support for arch-specific ptrace command macros | Szabolcs Nagy | -0/+2 |
2018-07-17 | sys/ptrace.h: add missing PTRACE_EVENT_STOP | Szabolcs Nagy | -0/+1 |
2018-07-12 | add ST_RELATIME to statvfs.h | Rich Felker | -0/+1 |
2018-06-26 | fix value of SO_PEERSEC on mips archs | Rich Felker | -1/+1 |
2018-06-20 | add memfd_create syscall wrapper | Szabolcs Nagy | -0/+5 |
2018-06-20 | add mlock2 linux syscall wrapper | Szabolcs Nagy | -3/+8 |
2018-06-19 | add speculation control prctls from linux v4.17 | Szabolcs Nagy | -0/+9 |
2018-06-19 | add {MSG,SEM,SHM}_STAT_ANY from linux v4.17 | Szabolcs Nagy | -0/+3 |
2018-06-19 | add MAP_FIXED_NOREPLACE from linux v4.17 | Szabolcs Nagy | -0/+1 |
2018-06-19 | sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16 | Szabolcs Nagy | -1/+7 |
2018-06-19 | sys/epoll.h: add EPOLLNVAL from linux v4.16 | Szabolcs Nagy | -0/+1 |
2018-02-22 | add getrandom syscall wrapper | Hauke Mehrtens | -0/+19 |
2018-02-22 | sys/prctl.h: add new PR_SVE_* macros from linux v4.15 | Szabolcs Nagy | -0/+6 |
2018-02-22 | add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 | Szabolcs Nagy | -0/+2 |