aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/bits
AgeCommit message (Expand)AuthorFilesLines
2025-07-21Revert "Linux: Keep termios ioctl constants strictly internal"Florian Weimer1-14/+0
2025-07-11Linux: Keep termios ioctl constants strictly internalFlorian Weimer1-0/+14
2025-06-17termios: unify the naming of the termios speed fieldsH. Peter Anvin (Intel)1-2/+9
2025-06-17termios: merge the termios baud definitionsH. Peter Anvin (Intel)2-66/+3
2025-06-17linux: implement arbitrary and split speeds in termiosH. Peter Anvin (Intel)4-47/+119
2025-06-17linux/ioctls: use <linux/sockios.h> for sockios ioctlsH. Peter Anvin (Intel)1-84/+1
2025-05-28misc: add PKEY_UNRESTRICTED macroYury Khrustalev1-4/+3
2025-04-25linux/termio: remove <termio.h> and struct termioH. Peter Anvin1-11/+0
2025-04-22Add AT_* constants from Linux 6.12Joseph Myers1-0/+2
2025-03-12Linux: Remove attribute access from sched_getattr (bug 32781)Florian Weimer1-1/+1
2025-01-30nptl: Add support for setup guard pages with MADV_GUARD_INSTALLAdhemerval Zanella1-0/+2
2025-01-02mlock, mlock2, munlock: Use __attr_access_none macroSam James1-1/+1
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert86-86/+86
2025-01-01mlock, mlock2, munlock: Tell the compiler we don't dereference the pointerXi Ruoyao1-1/+2
2024-12-20Add F_CREATED_QUERY from Linux 6.12 to bits/fcntl-linux.hJoseph Myers1-0/+1
2024-12-20Add MSG_SOCK_DEVMEM from Linux 6.12 to bits/socket.hJoseph Myers1-0/+2
2024-12-19Add SCHED_EXT from Linux 6.12 to bits/sched.hJoseph Myers1-0/+1
2024-11-06misc: Align argument name for pkey_*() functions with the manualYury Khrustalev1-6/+6
2024-10-25Linux: Match kernel text for SCHED_ macrosFlorian Weimer1-3/+5
2024-10-10misc: Add support for Linux uio.h RWF_ATOMIC flagAdhemerval Zanella1-0/+2
2024-10-10linux: Add MAP_DROPPABLE from Linux 6.11Adhemerval Zanella1-0/+1
2024-09-11Linux: Add missing scheduler constants to <sched.h>Florian Weimer1-0/+14
2024-09-11Linux: Add the sched_setattr and sched_getattr functionsFlorian Weimer1-2/+42
2024-07-30Add F_DUPFD_QUERY from Linux 6.10 to bits/fcntl-linux.hAdhemerval Zanella1-0/+1
2024-06-18linux: add definitions for hugetlb page size encodingsCarlos Llamas2-1/+42
2024-05-18socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer1-2/+2
2024-04-04misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne1-0/+1
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella6-6/+6
2024-02-08Add SOL_VSOCK from Linux 6.7 to bits/socket.hJoseph Myers1-0/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert86-86/+86
2023-11-03Add SEGV_CPERR from Linux 6.6 to bits/siginfo-consts.hJoseph Myers1-1/+3
2023-10-16Add SCM_SECURITY, SCM_PIDFD to bits/socket.hJoseph Myers1-0/+4
2023-10-16Add AT_HANDLE_FID from Linux 6.5 to bits/fcntl-linux.hJoseph Myers1-0/+11
2023-10-02Linux: add ST_NOSYMFOLLOWKir Kolyshkin1-1/+3
2023-09-05posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto1-0/+27
2023-09-05linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371)Adhemerval Zanella Netto1-0/+40
2023-08-28Add F_SEAL_EXEC from Linux 6.3 to bits/fcntl-linux.h.Kir Kolyshkin1-0/+1
2023-08-08Add PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG etc. from Linux 6.4 to sys/ptrace.hJoseph Myers1-0/+10
2023-08-08linux: statvfs: allocate spare for f_typeнаб1-2/+4
2023-08-01Add IP_PROTOCOL from Linux 6.4 to bits/in.hJoseph Myers1-0/+1
2023-05-30io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella1-1/+1
2023-05-26Add MFD_NOEXEC_SEAL, MFD_EXEC from Linux 6.3 to bits/mman-shared.hJoseph Myers1-0/+4
2023-05-26Add IP_LOCAL_PORT_RANGE from Linux 6.3 to bits/in.hJoseph Myers1-0/+1
2023-05-23Fix misspellings in sysdeps/unix -- BZ 25337Paul Pluzhnikov5-6/+6
2023-05-01hurd 64bit: Fix ipc_perm fields typesSamuel Thibault1-40/+0
2023-03-27libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto1-0/+28
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers85-85/+85
2022-12-22Define MADV_COLLAPSE from Linux 6.1Joseph Myers1-0/+1
2022-12-07Linux: Consolidate typesizes.hAdhemerval Zanella Netto1-0/+107
2022-12-07Linux: Make generic fcntl.h the default oneAdhemerval Zanella Netto1-2/+54