about summary refs log tree commit diff
path: root/arch/x32
Commit message (Expand)AuthorAgeFilesLines
* 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
* internally, define time64 rusage syscalls on x32 as the existing onesRich Felker2019-10-191-0/+2
* 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-302-2/+2
* extricate bits/sem.h from x32 time_t hackRich Felker2019-07-291-0/+11
* remove x32 syscall timespec fixup hacksRich Felker2019-07-291-58/+0
* internally, define time64 syscalls on x32 as the existing syscallsRich Felker2019-07-271-0/+19
* don't use futimesat syscall as utimensat fallback on x32Rich Felker2019-07-271-0/+2
* decouple struct stat from kernel typeRich Felker2019-07-181-0/+22
* 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
* make thread-pointer-loading asm non-volatileRich Felker2018-10-161-1/+1
* apply hidden visibility to sigreturn code fragmentsRich Felker2018-09-121-1/+3
* add support for arch-specific ptrace command macrosSzabolcs Nagy2018-07-171-0/+13
* remove a_ctz_l from arch specific atomic_arch.hAndre McCurdy2018-04-191-2/+2
* 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
* add a_clz_64 helper functionSzabolcs Nagy2017-08-291-0/+7
* fix crashes in x32 __tls_get_addrrofl0r2017-01-131-0/+2
* 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
* work around gdb issues recognizing sigreturn trampoline on x86_64Rich Felker2016-11-121-0/+9
* 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
* fix regression disabling use of pause instruction for x86 a_spinRich Felker2016-03-291-1/+1
* 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
* add mlock2 syscall number from linux v4.4Szabolcs Nagy2016-01-261-0/+2
* add new membarrier, userfaultfd and switch_endian syscallsSzabolcs Nagy2016-01-261-0/+4
* move x32 sysinfo impl and syscall fixup code out of arch/x32/srcRich Felker2016-01-222-88/+0