getopt: update optarg and optind correctly on missing argument
[oweals/musl.git] / arch / arm /
2018-06-20 Rich Felkerwork around broken kernel struct ipc_perm on some big...
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-02-22 Szabolcs Nagyarm: add get_tls syscall from linux v4.15
2017-11-05 Szabolcs Nagyadd statx syscall numbers from linux v4.11
2017-10-25 Rich Felkerfix build regression on ARM for ISA levels less than v5
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-02-23 Rich Felkerallow page size to vary on arm
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-10-20 Szabolcs Nagyadd bits/hwcap.h and include it in sys/auxv.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 Szabolcs Nagyfix FIOQSIZE in arm ioctl.h
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-03-19 Szabolcs Nagyadd copy_file_range syscall numbers from linux v4.5
2016-03-19 Szabolcs Nagydeduplicate bits/mman.h
2016-01-31 Szabolcs Nagybetter a_sc inline asm constraint on aarch64 and arm
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-25 Rich Felkerfix arm a_crash for big endian
2016-01-25 Rich Felkeradd native a_crash primitive for arm
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 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-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 Felkerproperly access mcontext_t program counter in cancellat...
2015-10-15 Rich Felkermark arm thread-pointer-loading inline asm as volatile
2015-10-15 Rich Felkerremove attribute((const)) from arm __pthread_self inlin...
2015-08-31 Timo Teräsimplement arm eabi mem* functions
2015-06-14 Szabolcs Nagyarm: add vdso support
2015-05-22 Rich Felkeradd .text section directive to all crt_arch.h files...
2015-05-14 Rich Felkermake arm reloc.h CRTJMP macro compatible with thumb
2015-05-14 Rich Felkermake arm crt_arch.h compatible with thumb code generation
2015-04-30 Szabolcs Nagyfix __syscall declaration with wrong visibility in...
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-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 Felkermake all objects used with atomic operations volatile
2015-02-09 Szabolcs Nagyadd syscall numbers for the new execveat syscall
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-12-03 Timo Teräsadd arm private syscall numbers
2014-11-23 Rich Felkerinline 5- and 6-argument syscalls on arm
2014-11-23 Rich Felkerremove old clang workarounds from arm syscall implement...
2014-11-22 Rich Felkerfix __aeabi_read_tp oversight in arm atomics/tls overhaul
2014-11-19 Rich Felkeroverhaul ARM atomics/tls for performance and compatibility
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-25 Rich Felkerfix build error on arm due to new a_spin code
2014-08-25 Rich Felkeradd working a_spin() atomic for non-x86 targets
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-30 Rich Felkerfix arm thread-pointer/atomic asm when compiling to...
2014-04-15 Szabolcs Nagyfix RLIMIT_ constants for mips
2014-04-15 Rich Felkeruse dmb barrier instruction for atomics on arm v7
2014-04-07 Rich Felkerfix arm atomic asm register constraint
2014-04-07 Rich Felkeruse inline atomics and thread pointer on arm models...
2014-03-19 Rich Felkerfix signal.h breakage from moving stack_t to arch-speci...
2014-03-19 Rich Felkermove signal.h definition of stack_t to arch-specific...
2014-03-11 Rich Felkermove struct semid_ds to from shared sys/sem.h to bits
2014-02-24 rofl0rfixup general __syscall breakage introduced in x32...
2014-02-23 rofl0rsys/shm.h: move arch specific structs to bits/
2014-01-09 Rich Felkeradd IUTF8 to termios.h on archs that were missing it
2014-01-09 Rich Felkerfix namespace violations in termios.h, at least mostly
2013-11-23 Szabolcs Nagyadd O_TMPFILE flag, new in linux 3.11
2013-11-20 Rich Felkerfix the nominal type of LDBL_* limits on archs with...
2013-09-22 Rich Felkerfix arm atomic store and generate simpler/less-bloated...
2013-08-16 Rich Felkerfix detection of arm hardfloat
2013-08-16 Rich Felkersupport floating point environment (fenv) on armhf...
2013-08-15 Rich Felkeradd function types to arm crt assembly
2013-08-11 Rich Felkeradd missing a_or_l to atomic.h for non-x86 archs
2013-07-26 Rich Felkernew mostly-C crt1 implementation
2013-07-24 Rich Felkerchange jmp_buf to share an underlying type and struct...
2013-07-22 Rich Felkerremove SIG_ATOMIC_MIN/MAX from stdint bits headers
2013-07-22 Rich Felkerfix regression in size of nlink_t (broken stat struct...
2013-07-22 Rich Felkerdisable legacy init/fini processing on ARM
2013-07-22 Rich Felkerchange wint_t to unsigned
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...
next