Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove hppa64 port, which we never got going beyond broken single users. | 2016-05-11 | 1 | -41/+0 | |
| | | | | | | hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis | ||||
* | cleanup and consolidate the spinlock_lock (what a name!) code. | 2013-06-01 | 1 | -5/+5 | |
| | | | | | | | | | | it's now atomic_lock to better reflect its usage, and librthread now features a new spinlock that's really a ticket lock. thrlseep can handle both types of lock via a flag in the clock arg. (temp back compat hack) remove some old stuff that's accumulated along the way and no longer used. some feedback from dlg, who is concerned with all things ticket lock. (you need to boot a new kernel before installing librthread) | ||||
* | Provide _atomic_lock() and __cerror() for hppa64. Makes hppa64 build again. | 2012-04-13 | 1 | -0/+41 | |