getopt: update optarg and optind correctly on missing argument
[oweals/musl.git] / arch / sh /
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-03-10 Rich Felkerreverse definition dependency between PAGESIZE and...
2017-11-05 Szabolcs Nagyioctl TIOCGPTPEER from linux v4.13
2017-08-29 Szabolcs Nagyadd SIOCGSTAMPNS socket ioctl macro to ioctl.h
2017-08-12 Thomas Petazzonifix build failure for sh4a due to missing colon in...
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-08-11 Rich Felkerfix pread/pwrite syscall calling convention on sh
2016-07-03 Rich Felkermake brace placement in public header struct definition...
2016-07-03 Szabolcs Nagyremove termios2 related ioctls from sh ioctl.h
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-05-12 Bobby Binghamdeduplicate __NR_* and SYS_* syscall number definitions
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-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-21 Rich Felkeroverhaul sh atomics for new atomics framework, add...
2016-01-21 Rich Felkerrefactor internal atomic.h
2015-11-11 Rich Felkerfix dynamic loader library mapping for nommu systems
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-09-23 Rich Felkerfix signal return for sh/fdpic
2015-09-22 Rich Felkerhave sh/fdpic entry point set fdpic personality if...
2015-09-22 Rich Felkeradd real fdpic loading of shared libraries
2015-09-22 Rich Felkersize-optimize sh/fdpic dynamic entry point
2015-09-22 Rich Felkerwork around breakage in sh/fdpic __unmapself function
2015-09-22 Rich Felkeradd general fdpic support in dynamic linker and arch...
2015-09-12 Rich Felkeradd sh fdpic subarch variants
2015-09-12 Rich Felkeradd fdpic version of entry point code for sh
2015-09-12 Rich Felkermake sh clone asm fdpic-compatible
2015-06-16 Rich Felkerswitch to using trap number 31 for syscalls on sh
2015-06-16 Rich Felkerswitch sh port's __unmapself to generic version when...
2015-06-16 Rich Felkeradd support for sh2 interrupt-masking-based atomics...
2015-05-22 Rich Felkeradd .text section directive to all crt_arch.h files...
2015-05-19 Bobby Binghaminline llsc atomics when building for sh4a
2015-04-28 Rich Felkerfix sh jmp_buf size to match ABI
2015-04-24 Rich Felkerfix ldso name for sh-nofpu subarch
2015-04-24 Rich Felkerfix failure of sh reloc.h to properly detect endianness...
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-01-31 Trutz Behnmove MREMAP_MAYMOVE and MREMAP_FIXED out of bits
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-09-07 Rich Felkeradd threads.h and needed per-arch types for mtx_t and...
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-29 Rich Felkerfix terminal control ioctl constants for sh
2014-07-28 Rich Felkerclean up unused and inconsistent atomics in arch dirs
2014-07-28 Rich Felkerfix insufficient synchronization in sh atomic asm
2014-06-18 Rich Felkerrefactor to remove arch-specific relocation code from...
2014-06-17 Rich Felkermultiple fixes to sh (superh) dynamic linker relocations
2014-06-16 Rich Felkerdynamic linker: permit error returns from arch-specific...
2014-04-15 Szabolcs Nagyfix RLIMIT_ constants for mips
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-19 Rich Felkerfix typo in filename used in sh port
2014-03-16 Bobby Binghamsuperh: fix dynamic linking of __fpscr_values
2014-03-11 Rich Felkermove struct semid_ds to from shared sys/sem.h to bits
2014-03-08 Rich Felkeradd bits/user.h for sh port
2014-02-28 Rich Felkeradd nofpu subarchs to the sh arch, and properly detect...
2014-02-28 Rich Felkerfix endian subarchs for sh arch
2014-02-28 Rich Felkerrename superh port to "sh" for consistency