Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove libc_r threading library. It has been disconnected from the build | emaste | 2010-11-13 | 1 | -43/+0 |
| | | | | | | for four years (since r162846). Submitted by: Alexander Best arundel@ | ||||
* | Use, in uncovered part, the END() macro in order to improve debugging. | attilio | 2009-05-25 | 1 | -0/+1 |
| | | | | | | | | | In this specific case, Valgrind won't get confused when analyzing such functions. Sponsored by: Sandvine Incorporated Tested by: emaste MFC: 3 days | ||||
* | 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 |