about summary refs log tree commit diff
path: root/arch/x32/bits
Commit message (Expand)AuthorAgeFilesLines
* bits/syscall.h: add __NR_fchmodat2 from linux v6.6Gaël PORTAY2024-02-221-0/+1
* bits/syscall.h: add cachestat from linux v6.4Gaël PORTAY2024-02-221-0/+1
* bits/syscall.h: add set_mempolicy_home_node from linux v5.17Gaël PORTAY2024-02-221-0/+1
* bits/syscall.h: add futex_waitv from linux v5.16Gaël PORTAY2024-02-221-0/+1
* bits/syscall.h: add process_mrelease from linux v5.15Rich Felker2024-02-221-0/+1
* bits/syscall.h: add memfd_secret from linux v5.14Gaël PORTAY2024-02-221-0/+1
* fix __WORDSIZE on x32 sys/user.hRich Felker2022-03-081-1/+1
* bits/syscall.h: add landlock syscalls from linux v5.13Szabolcs Nagy2022-03-081-0/+3
* bits/syscall.h: add mount_setattr from linux v5.12Szabolcs Nagy2022-03-081-0/+1
* bits/syscall.h: add epoll_pwait2 from linux v5.11Szabolcs Nagy2022-03-081-0/+1
* bits/syscall.h: add process_madvise from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* bits/syscall.h: add __NR_close_range from linux v5.9Szabolcs Nagy2020-11-291-0/+1
* bits/syscall.h: add __NR_faccessat2 from linux v5.8Szabolcs Nagy2020-09-091-0/+1
* add pidfd_getfd and openat2 syscall numbers from linux v5.6Szabolcs Nagy2020-09-091-0/+2
* fix missing O_LARGEFILE values on x86_64, x32, and mips64Rich Felker2020-09-031-1/+1
* add clone3 syscall number from linux v5.3Szabolcs Nagy2019-12-301-0/+2
* add pidfd_open syscall number from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* move time_t and suseconds_t definitions to common alltypes.h.inRich Felker2019-11-021-3/+0
* add x32 bits/ioctl_fix.h defining time-related sockios macrosRich Felker2019-11-021-0/+4
* add back x32 bits/socket.h defining time-related socket optionsRich Felker2019-11-021-0/+5
* fix x32 msghdr struct by removing x32 bits/socket.hRich Felker2019-11-021-16/+0
* move pthread types out of per-arch alltypes.hRich Felker2019-10-171-8/+0
* define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker2019-10-172-7/+1
* move __BYTE_ORDER definition to alltypes.hRich Felker2019-10-172-1/+2
* remove per-arch definitions for va_listRich Felker2019-10-171-3/+0
* add new syscall numbers from linux v5.2Szabolcs Nagy2019-09-111-0/+6
* honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_tRich Felker2019-09-081-0/+4
* move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker2019-07-301-2/+0
* extricate bits/sem.h from x32 time_t hackRich Felker2019-07-291-0/+11
* add new syscall numbers from linux v5.1Szabolcs Nagy2019-07-011-0/+4
* add io_pgetevents and rseq syscall numbers from linux v4.18Szabolcs Nagy2018-12-091-0/+2
* add support for arch-specific ptrace command macrosSzabolcs Nagy2018-07-171-0/+13
* use PAGESIZE rather than PAGE_SIZE in user.h bitsRich Felker2018-03-101-2/+2
* reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker2018-03-101-1/+1
* fix x32 unistd macros to report as ILP32 not LP64Nicholas Wilson2017-12-141-2/+2
* add statx syscall numbers from linux v4.11Szabolcs Nagy2017-11-051-0/+1
* reduce impact of REG_* namespace pollution in x86[_64] signal.hRich Felker2017-01-041-23/+46
* add pkey_{mprotect,alloc,free} syscalls from linux v4.9Szabolcs Nagy2016-12-291-0/+3
* fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8Szabolcs Nagy2016-10-201-2/+2
* make brace placement in public header typedef'd structs consistentRich Felker2016-07-031-2/+1
* make brace placement in public header struct definitions consistentRich Felker2016-07-035-14/+7
* use the generic ioctl.h for x86_64, x32 and aarch64Szabolcs Nagy2016-07-031-197/+0
* add preadv2 and pwritev2 syscall numbers for linux v4.6Szabolcs Nagy2016-06-091-0/+2
* deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham2016-05-121-324/+0
* x32: eliminate __X32_SYSCALL_BIT constantBobby Bingham2016-05-121-317/+316
* x32: remove arch-specific syscall remappingBobby Bingham2016-05-121-20/+0
* add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy2016-03-191-0/+2
* deduplicate bits/mman.hSzabolcs Nagy2016-03-181-59/+0
* deduplicate the bulk of the arch bits headersRich Felker2016-01-276-314/+0
* add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy2016-01-261-0/+1