getopt: fix null pointer arithmetic ub
[musl] / src / thread / mips /
2018-09-12 Rich Felkermake arch __clone backends hidden
2018-08-18 Segev Finermips archs: fix runaway execution if start fn passed...
2016-02-08 Rich Felkerremove workaround for broken mips assemblers
2016-02-04 Rich Felkerin mips cancellable syscall asm, don't assume gp regist...
2015-06-20 Rich Felkerwork around mips detached thread exit breakage due...
2015-05-25 Rich Felkermark mips cancellable syscall code as code
2015-04-14 Rich Felkerconsistently use hidden visibility for cancellable...
2015-02-21 Rich Felkerprepare cancellation syscall asm for possibility of...
2013-09-16 Rich Felkerfix clobbering of caller's stack in mips __clone function
2013-09-14 Rich Felkerfix child stack alignment on mips clone
2012-09-15 Rich Felkerupdate mips cancellation-point syscall asm with 7-arg...
2012-09-09 Rich Felkerfix mips syscall_cp_asm code (saved register usage)
2012-07-12 Rich Felkermips clone: don't free stack space used to copy arg
2012-07-12 Rich Felkerfix mips clone() on real linux kernel
2012-07-12 Rich Felkerfix clone() on mips (args were in wrong order)
2012-07-11 Rich Felkerfirst attempt at making threads work on mips