Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | retire sparc | 2016-09-01 | 1 | -41/+0 | |
| | |||||
* | cleanup and consolidate the spinlock_lock (what a name!) code. | 2013-06-01 | 1 | -6/+6 | |
| | | | | | | | | | | 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) | ||||
* | Deal with the horror that is gcc asm constraints by copying the | 2011-10-13 | 1 | -4/+2 | |
| | | | | | | known good version of ldstub in the kernel. (It's finally in, aja!) ok kettenis@ | ||||
* | the license on this is PD; david leonard says so | 2008-10-02 | 1 | -1/+3 | |
| | |||||
* | Use the system include <spinlock.h> to get the proper function | 2006-01-05 | 1 | -2/+2 | |
| | | | | prototype for _atomic_lock | ||||
* | sparc support code for librthread (_atomic_lock yanked from existing | 2005-12-25 | 1 | -0/+41 | |
libpthread code). |