summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/arch/i386
Commit message (Collapse)AuthorAgeFilesLines
* Remove libc_r threading library. It has been disconnected from the buildemaste2010-11-131-43/+0
| | | | | | for four years (since r162846). Submitted by: Alexander Best arundel@
* Use, in uncovered part, the END() macro in order to improve debugging.attilio2009-05-251-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>.peter2001-10-251-1/+1
|
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-3/+0
|
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
|
* Delete the atomic unlock function since it is no longer required.jb1998-06-091-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.jb1998-04-291-0/+55
OpenPOWER on IntegriCloud