add new syscall numbers from linux v5.2
[musl] / arch /
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-08-19 Rich Felkerfix clash between sys/user.h and kernel ptrace.h on...
2019-08-14 Khem Rajre-add ELF gregs and fpregs types to riscv64 user.h
2019-08-11 Samuel Hollandadd support for powerpc/powerpc64 unaligned relocations
2019-08-06 Rich Felkerremove riscv64 bits/user.h contents
2019-08-06 Baruch Siachfix risc64 conflict with kernel headers
2019-08-03 Rich Felkerupdate riscv64 syscall numbers to linux v5.1
2019-08-02 Rich Felkermove IPC_STAT definition to a new bits/ipcstat.h file
2019-08-01 Rich Felkerioctl: add fallback for new time64 SIOCGSTAMP[NS]
2019-08-01 Rich Felkerget/setsockopt: add fallback for new time64 SO_RCVTIMEO...
2019-07-30 Rich Felkerremove gratuitously-different arch-specific bits/ipc...
2019-07-30 Rich Felkerremove arch-specific bits/ipc.h that are identical...
2019-07-30 Rich Felkermove IPC_64 from public bits/ipc.h to syscall_arch.h
2019-07-29 Rich Felkerremove duplicates of new generic bits/msg.h
2019-07-29 Rich Felkeruse 64-bit msqid_ds layout in the generic version of...
2019-07-29 Rich Felkerduplicate generic bits/msg.h for each arch using it...
2019-07-29 Rich Felkerremove duplicates of new generic bits/sem.h
2019-07-29 Rich Felkeruse 64-bit semid_ds layout in the generic version of...
2019-07-29 Rich Felkercollapse out byte order conditions in bits/sem.h for...
2019-07-29 Rich Felkerduplicate generic bits/sem.h for each arch using it...
2019-07-29 Rich Felkerextricate bits/sem.h from x32 time_t hack
2019-07-29 Rich Felkerremove trailing newlines from various versions of bits...
2019-07-29 Rich Felkerremove duplicates of new generic bits/shm.h
2019-07-29 Rich Felkeruse 64-bit shmid_ds layout in the generic version of...
2019-07-29 Rich Felkerduplicate generic bits/shm.h for each arch using it...
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 Felkerremove mips/n32/64 stat struct hacks from syscall machinery
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-18 Rich Felkerremove utterly wrong includes from mips64/n32 bits...
2019-07-17 Rich Felkeruse register constraint instead of memory operand for...
2019-07-17 Rich Felkerfix riscv64 atomic asm constraints
2019-07-17 Rich Felkerfix riscv64 syscall asm constraint
2019-07-17 Rich Felkerclean up mips64/n32 syscall asm constraints
2019-07-17 Rich Felkerdeduplicate mips64/n32 syscall clobbered register lists
2019-07-15 Rich Felkerfix build failure on arm building C code in thumb1...
2019-07-10 Samuel Hollandfix conflicting mips and powerpc definitions for TIOCSE...
2019-07-04 Rich Felkerremove spurious MAP_32BIT definition from riscv64 arch
2019-07-01 Szabolcs Nagyadd new syscall numbers from linux v5.1
2019-07-01 Szabolcs Nagymips64: fix syscall numbers of io_pgetevents and rseq
2019-07-01 Szabolcs Nagys390x: drop SO_ definitions from bits/socket.h
2019-06-14 Rich Felkeradd riscv64 architecture support
2019-05-23 Rich Felkermake powerpc64 vrregset_t logical layout match expected API
2019-05-22 Rich Felkerfix vrregset_t layout and member naming on powerpc64
2019-05-11 Rich Felkerimprove i386 inline syscall asm on non-broken compilers
2019-05-11 Rich Felkerfix regression in i386 inline syscall asm producing...
2019-05-05 Rich Felkerfix broken posix_fadvise on mips due to missing 7-arg...
2019-05-05 Rich Felkerfix build regression on mips n32 due to typo in new...
2019-05-05 Rich Felkerfix passing of 64-bit syscall arguments on microblaze
2019-04-23 Rich Felkerfix regression in s390x SO_PEERSEC definition
2019-04-17 Szabolcs Nagymath: add fp_arch.h with fp_barrier and fp_force_eval
2019-04-10 Rich Felkerimplement inline 5- and 6-argument syscalls for mipsn32...
2019-04-10 Rich Felkercleanup mips64 syscall_arch functions
2019-04-10 Rich Felkerimplement inline 5- and 6-argument syscalls for mips
2019-04-10 Rich Felkeruse inline syscalls for powerpc (32-bit)
2019-04-10 Rich Felkerremove cruft for supposedly-buggy clang from or1k ...
2019-04-10 Rich Felkeroverhaul i386 syscall mechanism not to depend on extern...
2019-03-13 Szabolcs Nagyaarch64: add HWCAP_ definitions from linux v5.0
2019-03-13 Szabolcs Nagyaarch64, or1k: add kexec_file_load syscall number from...
2019-03-13 Szabolcs Nagypowerpc: add PTRACE_SYSEMU from linux v4.20
2019-03-13 Szabolcs Nagyaarch64: add HWCAP_SSBS from linux v4.20
2019-03-13 Szabolcs Nagybits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20
2019-03-13 Szabolcs Nagyarm: add io_pgetevents syscall number from v4.19
2019-03-13 Szabolcs Nagyaarch64, or1k: define rseq syscall number following...
2019-03-13 Jonathan Neuschäferfix POSIX_FADV_DONTNEED/_NOREUSE on s390x
2019-02-07 Bobby Binghammove arch-invariant definitions out of bits/ioctl.h
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-10-16 Rich Felkerremove ancient clang workaround from powerpc pthread_ar...
2018-10-01 Rich Felkeradd TLSDESC support for 32-bit arm
2018-09-20 Szabolcs Nagyadd arm and sh bits/ptrace.h
2018-09-14 Rich Felkerfix broken atomic store on powerpc[64]
2018-09-12 Rich Felkerapply hidden visibility to sigreturn code fragments
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-08-29 Rich Felkerfix async thread cancellation on sh-fdpic
2018-07-20 midipixmove inclusion of linux headers for kd.h, soundcard...
2018-07-18 Szabolcs Nagyadd support for arch-specific ptrace command macros
2018-06-26 Rich Felkerfix regression in powerpc[64] SO_PEERSEC definition
2018-06-26 Rich Felkerfix value of SO_PEERSEC on mips archs
2018-06-26 Rich Felkeradd m68k reg.h and user.h
2018-06-20 Rich Felkerfix m68k float.h long double exponent range
2018-06-20 Rich Felkerwork around broken kernel struct ipc_perm on some big...
2018-06-19 Szabolcs Nagys390x: add kexec_file_load syscall number from linux...
2018-06-19 Szabolcs Nagymips: add HWCAP_ flags from linux v4.17
2018-06-19 Szabolcs Nagyaarch64: add HWCAP_ flags from linux v4.17
2018-06-19 Szabolcs Nagypowerpc: add pkey syscall numbers from linux v4.16
2018-06-19 Szabolcs Nagyaarch64: add HWCAP_ASIMDFHM from linux v4.16
2018-06-19 Rich Felkeradd m68k port
2018-06-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2018-05-01 Rich Felkerwork around arm gcc's rejection of r7 asm constraints...
2018-04-19 Andre McCurdyarm: use a_ll/a_sc atomics when building for ARMv6T2
2018-04-19 Andre McCurdyarm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__...
2018-04-19 Andre McCurdyprovide optimized a_ctz_32 for arm
2018-04-19 Andre McCurdyremove a_ctz_l from arch specific atomic_arch.h
2018-03-10 Rich Felkerfix minor namespace issues in termios.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...
2018-02-22 Szabolcs Nagyaarch64: add sve_context struct and related defines...
next