prevent invalid reads of nl_arg in printf_core
[musl] / arch / x32 /
2022-03-08 Rich Felkerfix __WORDSIZE on x32 sys/user.h
2022-03-08 Szabolcs Nagybits/syscall.h: add landlock syscalls from linux v5.13
2022-03-08 Szabolcs Nagybits/syscall.h: add mount_setattr from linux v5.12
2022-03-08 Szabolcs Nagybits/syscall.h: add epoll_pwait2 from linux v5.11
2021-02-15 Szabolcs Nagybits/syscall.h: add process_madvise from linux v5.10
2020-11-29 Szabolcs Nagybits/syscall.h: add __NR_close_range from linux v5.9
2020-09-09 Szabolcs Nagybits/syscall.h: add __NR_faccessat2 from linux v5.8
2020-09-09 Szabolcs Nagyadd pidfd_getfd and openat2 syscall numbers from linux...
2020-09-03 Rich Felkerfix missing O_LARGEFILE values on x86_64, x32, and...
2020-08-27 Rich Felkerremove redundant pthread struct members repeated for...
2020-08-27 Rich Felkerdeduplicate __pthread_self thread pointer adjustment...
2020-08-25 Rich Felkerdeduplicate TP_ADJ logic out of each arch, replace...
2019-12-30 Szabolcs Nagyadd clone3 syscall number from linux v5.3
2019-12-30 Szabolcs Nagyadd pidfd_open syscall number from linux v5.3
2019-11-02 Rich Felkermove time_t and suseconds_t definitions to common allty...
2019-11-02 Rich Felkeradd x32 bits/ioctl_fix.h defining time-related sockios...
2019-11-02 Rich Felkeradd back x32 bits/socket.h defining time-related socket...
2019-11-02 Rich Felkerfix x32 msghdr struct by removing x32 bits/socket.h
2019-10-20 Rich Felkerinternally, define time64 rusage syscalls on x32 as...
2019-10-17 Rich Felkermove pthread types out of per-arch alltypes.h
2019-10-17 Rich Felkerdefine LONG_MAX via arch alltypes.h, strip down bits...
2019-10-17 Rich Felkermove __BYTE_ORDER definition to alltypes.h
2019-10-17 Rich Felkerremove per-arch definitions for va_list
2019-09-11 Szabolcs Nagyadd new syscall numbers from linux v5.2
2019-09-08 Rich Felkerhonor __WCHAR_TYPE__ on archs with legacy long definiti...
2019-07-30 Rich Felkermove IPC_64 from public bits/ipc.h to syscall_arch.h
2019-07-29 Rich Felkerextricate bits/sem.h from x32 time_t hack
2019-07-29 Rich Felkerremove x32 syscall timespec fixup hacks
2019-07-27 Rich Felkerinternally, define time64 syscalls on x32 as the existi...
2019-07-27 Rich Felkerdon't use futimesat syscall as utimensat fallback on x32
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-01 Szabolcs Nagyadd new syscall numbers from linux v5.1
2018-12-10 Szabolcs Nagyadd io_pgetevents and rseq syscall numbers from linux...
2018-10-16 Rich Felkermake thread-pointer-loading asm non-volatile
2018-09-12 Rich Felkerapply hidden visibility to sigreturn code fragments
2018-07-18 Szabolcs Nagyadd support for arch-specific ptrace command macros
2018-04-19 Andre McCurdyremove a_ctz_l from arch specific atomic_arch.h
2018-03-10 Rich Felkeruse PAGESIZE rather than PAGE_SIZE in user.h bits
2018-03-10 Rich Felkerreverse definition dependency between PAGESIZE and...
2017-12-15 Nicholas Wilsonfix x32 unistd macros to report as ILP32 not LP64
2017-11-05 Szabolcs Nagyadd statx syscall numbers from linux v4.11
2017-08-30 Szabolcs Nagyadd a_clz_64 helper function
2017-01-13 rofl0rfix crashes in x32 __tls_get_addr
2017-01-04 Rich Felkerreduce impact of REG_* namespace pollution in x86[_64...
2016-12-30 Szabolcs Nagyadd pkey_{mprotect,alloc,free} syscalls from linux...
2016-11-13 Rich Felkerwork around gdb issues recognizing sigreturn trampoline...
2016-10-20 Szabolcs Nagyfix preadv2 and pwritev2 syscall numbers on x32 for...
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 Szabolcs Nagyuse the generic ioctl.h for x86_64, x32 and aarch64
2016-06-09 Szabolcs Nagyadd preadv2 and pwritev2 syscall numbers for linux...
2016-05-12 Bobby Binghamdeduplicate __NR_* and SYS_* syscall number definitions
2016-05-12 Bobby Binghamx32: eliminate __X32_SYSCALL_BIT constant
2016-05-12 Bobby Binghamx32: remove arch-specific syscall remapping
2016-03-30 Rich Felkerfix regression disabling use of pause instruction for...
2016-03-19 Szabolcs Nagyadd copy_file_range syscall numbers from linux v4.5
2016-03-19 Szabolcs Nagydeduplicate bits/mman.h
2016-01-28 Rich Felkerdeduplicate the bulk of the arch bits headers
2016-01-26 Szabolcs Nagyadd MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2...
2016-01-26 Szabolcs Nagyadd mlock2 syscall number from linux v4.4
2016-01-26 Szabolcs Nagyadd new membarrier, userfaultfd and switch_endian syscalls
2016-01-22 Rich Felkermove x32 sysinfo impl and syscall fixup code out of...
2016-01-22 Rich Felkerclean up x86_64 (and x32) atomics for new atomics framework
2016-01-21 Rich Felkerrefactor internal atomic.h
2015-12-16 Rich Felkerremove visibility suppression by SHARED macro in mips...
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-09-17 Rich Felkernew dlstart stage-2 chaining for x86_64 and x32
2015-08-16 Rich Felkermitigate performance regression in libc-internal locks...
2015-07-28 Rich Felkerfix missing synchronization in atomic store on i386...
2015-05-20 Rich Felkerfix inconsistency in a_and and a_or argument types...
2015-05-06 Rich Felkerfix stack protector crashes on x32 & powerpc due to...
2015-05-02 Rich Felkerfix broken cancellation on x32 due to incorrect saved...
2015-05-02 Rich Felkerfix dangling pointers in x32 syscall timespec fixup...
2015-04-20 Rich Felkerfix breakage in x32 dynamic linker due to mismatching...
2015-04-14 Rich Felkerconsistently use hidden visibility for cancellable...
2015-04-13 Rich Felkerdynamic linker bootstrap overhaul
2015-04-01 Rich Felkermove O_PATH definition back to arch bits
2015-03-18 Rich Felkerfix MINSIGSTKSZ values for archs with large signal...
2015-03-12 Rich Felkeralign x32 pthread type sizes to be common with 32-bit...
2015-03-07 Szabolcs Nagyfix FLT_ROUNDS to reflect the current rounding mode
2015-03-04 Trutz Behnfix POLLWRNORM and POLLWRBAND on mips
2015-03-04 Rich Felkerfix x32 pthread type definitions
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-02-09 Szabolcs Nagyadd syscall numbers for the new execveat syscall
2015-02-01 Felix Jandafix typo in x86_64/x32 user_fpregs_struct
2015-01-31 Trutz Behnmove MREMAP_MAYMOVE and MREMAP_FIXED out of bits
2014-12-23 Szabolcs Nagyadd new syscall numbers for bpf and kexec_file_load
2014-12-21 Rich Felkermove wint_t definition to the shared part of alltypes...
2014-10-10 Rich Felkeradd explicit barrier operation to internal atomic.h API
2014-10-08 Szabolcs Nagyadd new syscall numbers for seccomp, getrandom, memfd_c...
2014-09-07 Rich Felkeradd threads.h and needed per-arch types for mtx_t and...
2014-08-20 Rich Felkeradd max_align_t definition for C11 and C++11
2014-08-17 Rich Felkermake pointers used in robust list volatile
2014-07-28 Rich Felkerclean up unused and inconsistent atomics in arch dirs
2014-07-20 Szabolcs Nagyadd syscall numbers for the new renameat2 syscall
2014-06-18 Rich Felkerrefactor to remove arch-specific relocation code from...
2014-06-16 Rich Felkerdynamic linker: permit error returns from arch-specific...
2014-05-30 Szabolcs Nagyadd sched_{get,set}attr syscall numbers and SCHED_DEADL...
2014-04-15 Szabolcs Nagyfix RLIMIT_ constants for mips
2014-04-15 Rich Felkeradd namespace-protected name for sysinfo function
next