getopt: fix null pointer arithmetic ub
[musl] / src / thread / arm /
2019-09-11 Rich Felkerfix arm __a_barrier_oldkuser when built as thumb
2019-09-11 Rich Felkerfix code path where child function returns in arm __clo...
2019-08-06 Patrick Oppenlanderin arm cancellation point asm, don't unnecessarily...
2018-09-12 Rich Felkermake arch __clone backends hidden
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-08-28 Szabolcs Nagyrewrite __aeabi_read_tp in asm
2018-08-23 Szabolcs Nagyfix tls access on arm targets before armv6k
2017-02-15 Rich Felkerfix build regression in arm atomics asm with new binutils
2016-12-20 Rich Felkerrework arm atomic/tp backends to be thumb-compatible...
2016-01-31 Rich Felkerfix misaligned pointer-like objects in arm atomics...
2016-01-22 Rich Felkermove arm-specific translation units out of arch/arm...
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-04-14 Rich Felkerconsistently use hidden visibility for cancellable...
2015-02-21 Rich Felkerprepare cancellation syscall asm for possibility of...
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-02-10 Bobby Binghamclone: make clone a wrapper around __clone
2012-10-15 Rich Felkeradd support for TLS variant I, presently needed for...
2012-09-27 Rich Felkerfix arm clone syscall bug (no effect unless app uses...
2012-07-15 Rich Felkeravoid blx instruction which does not exist on armv4t...
2012-05-23 Rich Felkerfix bad opcode in arm syscall_cp_asm
2012-05-23 Rich Felkerfix issue with longjmp out of signal handlers and cance...
2011-10-09 Rich Felkerfix typo in arm clone() asm
2011-09-18 Rich Felkerinitial commit of the arm port