Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | work around mips detached thread exit breakage due to kernel regression | Rich Felker | 2015-06-20 | 1 | -0/+1 |
| | | | | | | | | | linux kernel commit 46e12c07b3b9603c60fc1d421ff18618241cb081 caused the mips syscall mechanism to fail with EFAULT when the userspace stack pointer is invalid, breaking __unmapself used for detached thread exit. the workaround is to set $sp to a known-valid, readable address, and the simplest one to obtain is the address of the current function, which is available (per o32 calling convention) in $25. | ||||
* | first attempt at making threads work on mips | Rich Felker | 2012-07-11 | 1 | -0/+9 |