about summary refs log tree commit diff
path: root/src/thread/mips
Commit message (Expand)AuthorAgeFilesLines
* make arch __clone backends hiddenRich Felker2018-09-121-0/+1
* mips archs: fix runaway execution if start fn passed to clone returnsSegev Finer2018-08-181-1/+4
* remove workaround for broken mips assemblersRich Felker2016-02-081-5/+1
* in mips cancellable syscall asm, don't assume gp register is validRich Felker2016-02-041-2/+13
* work around mips detached thread exit breakage due to kernel regressionRich Felker2015-06-201-0/+1
* mark mips cancellable syscall code as codeRich Felker2015-05-251-0/+3
* consistently use hidden visibility for cancellable syscall internalsRich Felker2015-04-141-3/+8
* prepare cancellation syscall asm for possibility of __cancel returningRich Felker2015-02-201-8/+12
* fix clobbering of caller's stack in mips __clone functionRich Felker2013-09-161-0/+3
* fix child stack alignment on mips cloneRich Felker2013-09-141-0/+1
* update mips cancellation-point syscall asm with 7-arg and r25 fixesRich Felker2012-09-151-2/+5
* fix mips syscall_cp_asm code (saved register usage)Rich Felker2012-09-091-2/+2
* mips clone: don't free stack space used to copy argRich Felker2012-07-111-1/+0
* fix mips clone() on real linux kernelRich Felker2012-07-111-4/+7
* fix clone() on mips (args were in wrong order)Rich Felker2012-07-111-3/+2
* first attempt at making threads work on mipsRich Felker2012-07-113-0/+67