Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change #include "DEFS.h" to <machine/asm.h>. | peter | 2001-10-25 | 1 | -1/+1 |
| | |||||
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 1 | -3/+0 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -2/+2 |
| | |||||
* | 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 source. | jb | 1998-04-29 | 1 | -0/+55 |