OSDN Git Service

fix build failure on arm building C code in thumb1 mode
[android-x86/external-musl-libc.git] / arch /
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-12-20 Rich Felkerrework arm atomic/tp backends to be thumb-compatible...
2016-12-17 Bobby Binghamfix use of incomplete struct type in s390x user.h
2016-12-17 Bobby Binghamfix typo in s390x user.h
2016-12-15 Rich Felkerremove legacy i386 fallback stdarg implementation and...
2016-11-13 Rich Felkerwork around gdb issues recognizing sigreturn trampoline...
2016-11-12 Bobby Binghamadd s390x port
2016-11-11 Rich Felkergeneralize ELF hash table types not to assume 32-bit...
2016-10-20 Szabolcs Nagyadd bits/hwcap.h and include it in sys/auxv.h
2016-10-20 Szabolcs Nagyadd sh syscall numbers from linux v4.8
2016-10-20 Szabolcs Nagyfix preadv2 and pwritev2 syscall numbers on x32 for...
2016-08-30 Szabolcs Nagymicroblaze: add syscall numbers from linux v4.7
2016-08-11 Rich Felkerfix pread/pwrite syscall calling convention on sh
2016-07-13 Rich Felkerfix regression in tcsetattr on all mips archs
2016-07-06 Bobby Binghamremove or1k version of sem.h
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 Rich Felkerformat mips bits/termios.h consistently mips64 and...
2016-07-03 Szabolcs Nagyfix CBAUDEX in powerpc termios.h
2016-07-03 Szabolcs Nagyfix TCS* definitions in mips termios.h
2016-07-03 Szabolcs Nagyfix mips termios.h macro exposure/namespace issues
2016-07-03 Szabolcs Nagyfix powerpc termios.h macro exposure/namespace issues
2016-07-03 Szabolcs Nagyfix generic termios.h macro exposure/namespace issues
2016-07-03 Szabolcs Nagyfix FIOQSIZE in arm ioctl.h
2016-07-03 Szabolcs Nagyremove termios2 related ioctls from sh ioctl.h
2016-07-03 Szabolcs Nagyfix TIOCMSET in mips ioctl.h
2016-07-03 Szabolcs Nagyfix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h
2016-07-03 Szabolcs Nagyremove mips and powerpc ioctls that are missing from...
2016-07-03 Szabolcs Nagyadd missing TIOC* macros to ioctl.h
2016-07-03 Szabolcs Nagyadd missing SIOCSIFNAME from linux/sockios.h to ioctl.h
2016-07-03 Szabolcs Nagyremove ioctl macros that were removed from linux uapi
2016-07-03 Szabolcs Nagyuse the generic ioctl.h for x86_64, x32 and aarch64
2016-07-03 Rich Felkeradd consistent reserved fields in mips64/n32 termios...
2016-07-01 Rich Felkerfix posix_fadvise syscall args on powerpc, unify with...
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-05-09 Rich Felkerfix spurious trailing whitespace in powerpc & powerpc64...
2016-05-09 Bobby Binghamadd powerpc64 port
2016-04-18 Rich Felkeradd mips n32 port (ILP32 ABI for mips64)
2016-04-03 Rich Felkeradd support for mips and mips64 r6 isa
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 Nagymips64: add recent linux syscall numbers
2016-03-19 Szabolcs Nagydeduplicate bits/mman.h
2016-03-11 Rich Felkercorrect pointer types for a_ll_p and a_sc_p primitives...
2016-03-11 Rich Felkermake mips64 a_sc_p atomic primitive's asm constraints...
2016-03-06 Felix Fietkauadd powerpc soft-float support
2016-03-06 Rich Felkeradd mips64 port
2016-03-03 Nathan Zadoksadd sched_getcpu vDSO support
2016-02-23 Rich Felkermake aarch64 atomic_arch.h report that it defines point...
2016-02-08 Rich Felkerremove workaround for broken mips assemblers
2016-01-31 Szabolcs Nagybetter a_sc inline asm constraint on aarch64 and arm
2016-01-31 Felix Fietkauldso: fix GDB dynamic linker info on MIPS
2016-01-28 Rich Felkerdeduplicate the bulk of the arch bits headers
2016-01-27 Hauke Mehrtensmips: add vdso support
2016-01-27 Szabolcs Nagyfix siginfo_t for mips
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-26 Szabolcs Nagyadd new i386 socket syscall numbers
2016-01-26 Szabolcs Nagychange the internal socketcall selection logic
2016-01-25 Rich Felkerfix arm a_crash for big endian
2016-01-25 Rich Felkeradd native a_crash primitive for arm
2016-01-25 Szabolcs Nagyclean powerpc syscall.h
2016-01-25 Szabolcs Nagyadd missing powerpc specific PROT_SAO memory protection...
2016-01-25 Szabolcs Nagyfix powerpc MCL_* mlockall flags in bits/mman.h
2016-01-25 Szabolcs Nagyfix aarch64 atomics to load/store 32bit only
2016-01-23 Rich Felkerimprove aarch64 atomics
2016-01-22 Rich Felkerremove sh port's __fpscr_values source file
2016-01-22 Rich Felkermove sh port's __shcall internal function from arch...
2016-01-22 Rich Felkermove sh __unmapself code from arch/sh/src to main src...
2016-01-22 Rich Felkermove x32 sysinfo impl and syscall fixup code out of...
2016-01-22 Rich Felkeroverhaul powerpc atomics for new atomics framework
2016-01-22 Rich Felkerclean up x86_64 (and x32) atomics for new atomics framework
2016-01-22 Rich Felkerclean up i386 atomics for new atomics framework
2016-01-22 Rich Felkeroverhaul mips atomics for new atomics framework
2016-01-22 Rich Felkermove arm-specific translation units out of arch/arm...
2016-01-21 Rich Felkeroverhaul arm atomics for new atomics framework
2016-01-21 Rich Felkeroverhaul aarch64 atomics for new atomics framework
2016-01-21 Rich Felkeroverhaul sh atomics for new atomics framework, add...
2016-01-21 Rich Felkerrefactor internal atomic.h
2016-01-20 Rich Felkerfix build regression for arm pre-v7 from out-of-tree...
2016-01-20 Rich Felkerfix dynamic linker path file selection for arm vs armhf
2015-12-29 Rich Felkeradjust mips crt_arch entry point asm to avoid assembler...
2015-12-29 Rich Felkeradjust i386 max_align_t definition to work around some...
2015-12-16 Rich Felkerremove visibility suppression by SHARED macro in mips...
2015-11-11 Rich Felkerfix dynamic loader library mapping for nommu systems
2015-11-10 Rich Felkerexplicitly assemble all arm asm sources as UAL
2015-11-10 Rich Felkerremove non-working pre-armv4t support from arm asm
2015-11-02 Rich Felkergeneralize sh entry point asm not to assume call dests...
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-10-15 Rich Felkerprevent reordering of or1k and powerpc thread pointer...
2015-10-15 Rich Felkermark arm thread-pointer-loading inline asm as volatile
2015-10-15 Rich Felkeradd comment documenting hard-coded opcode for reading...
2015-10-15 Rich Felkerremove attribute((const)) from arm __pthread_self inlin...
2015-09-23 Rich Felkerfix signal return for sh/fdpic
2015-09-22 Rich Felkerhave sh/fdpic entry point set fdpic personality if...
next