Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -3/+3 |
| | |||||
* | Change to a code sequence which is more likely to work on SMP systems. | dfr | 1998-09-16 | 1 | -20/+8 |
| | | | | Now all I need is an alpha SMP box to port FreeBSD to :-) | ||||
* | Delete the atomic unlock function since it is no longer required. | jb | 1998-06-09 | 1 | -15/+5 |
| | | | | | Simplify the atomic lock to just write a value of 1 to the lock instead of taking the value passed by the caller (which just confused things). | ||||
* | Atomic lock asm code for the alpha version of libc_r. | jb | 1998-06-09 | 1 | -0/+57 |
| | |||||
* | Atomic lock source. | jb | 1998-04-29 | 1 | -0/+55 |