OSDN Git Service

fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIX
[android-x86/external-musl-libc.git] / arch /
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...
2018-02-22 Szabolcs Nagyaarch64: update hwcap.h for linux v4.15
2018-02-22 Szabolcs Nagyarm: add get_tls syscall from linux v4.15
2018-02-22 Szabolcs Nagypowerpc: update hwcap.h for linux v4.15
2018-02-22 Szabolcs Nagys390x: add s390_sthyi system call from v4.15
2018-02-22 Szabolcs Nagyadd MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
2018-02-22 Szabolcs Nagymips,powerpc: fix TIOCSER_TEMT in termios.h
2018-02-22 Szabolcs Nagyaarch64: add HWCAP_DCPOP from linux v4.14
2018-02-01 William Pitcockaarch64: fix mismatched type of ucontext_t uc_link...
2017-12-15 Nicholas Wilsonfix x32 unistd macros to report as ILP32 not LP64
2017-11-05 Szabolcs Nagys390x: use generic ioctl.h
2017-11-05 Szabolcs Nagymicroblaze: add statx syscall from linux v4.13
2017-11-05 Szabolcs Nagyaarch64: add extra_context struct from linux v4.13
2017-11-05 Szabolcs Nagyioctl TIOCGPTPEER from linux v4.13
2017-11-05 Szabolcs Nagys390x: add syscall number for s390_guarded_storage...
2017-11-05 Szabolcs Nagyi386: add arch_prctl syscall number from linux v4.12
2017-11-05 Szabolcs Nagyaarch64: add new HWCAP_* flags from linux v4.12
2017-11-05 Szabolcs Nagyadd statx syscall numbers from linux v4.11
2017-11-05 Szabolcs Nagyupdate aarch64 hwcap.h for linux v4.11
2017-11-05 Szabolcs Nagyadd kexec_file_load syscall number on powerpc from...
2017-11-05 Szabolcs Nagyadd microblaze syscall numbers from linux v4.10
2017-10-25 Rich Felkerfix build regression on ARM for ISA levels less than v5
2017-09-11 Szabolcs Nagypowerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h
2017-09-06 Szabolcs Nagymake syscall.h consistent with linux
2017-08-30 Szabolcs Nagyarm: add HWCAP_ARM_ hwcap macros
2017-08-30 Szabolcs Nagyadd a_clz_64 helper function
2017-08-30 Szabolcs Nagys390x: add bits/hwcap.h
2017-08-29 Szabolcs Nagyadd SIOCGSTAMPNS socket ioctl macro to ioctl.h
2017-08-29 Szabolcs Nagyfix mips ioctl macros to match linux asm/sockios.h
2017-08-12 Thomas Petazzonifix build failure for sh4a due to missing colon in...
2017-06-21 Rich Felkerfix omission of microblaze user.h definitions
2017-06-01 Rich Felkerremove long-obsolete clang workarounds from mips* sysca...
2017-06-01 Rich Felkerfix fstatat syscall on mips64
2017-04-22 Bobby Binghams390x: provide sigcontext struct definition
2017-03-16 Tuan M. Hoangs390x: fix fpreg_t and remove unused per_struct
2017-03-08 Rich Felkerfix ld-behavior-dependent crash in ppc64 ldso startup
2017-02-23 Rich Felkerallow page size to vary on arm
2017-01-13 rofl0rfix crashes in x32 __tls_get_addr
2017-01-04 Rich Felkerreduce impact of REG_* namespace pollution in x86[_64...
next