summaryrefslogtreecommitdiff
path: root/lib/libc_r/arch
Commit message (Expand)AuthorAgeFilesLines
* Remove libc_r threading library. It has been disconnected from the buildEd Maste2010-11-134-177/+0
* Use, in uncovered part, the END() macro in order to improve debugging.Attilio Rao2009-05-252-0/+2
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-45/+0
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-2/+0
* Make libc/${MACHINE_ARCH} include directory not required by Alpha.Ruslan Ermilov2003-07-021-1/+1
* Update for amd64 after repocopy from i386/Peter Wemm2003-06-021-2/+1
* Add an implementation of _atomic_lock for sparc64. This was submitted byThomas Moestl2003-01-051-0/+45
* Implement the lock with a cmpxchg instruction instead of a xchg.Marcel Moolenaar2002-11-161-2/+3
* Add an ia64 atomic lock primitive for libc_r. This is mostly forPeter Wemm2002-07-201-0/+48
* Change #include "DEFS.h" to <machine/asm.h>.Peter Wemm2001-10-252-2/+2
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-132-6/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-5/+5
* Change to a code sequence which is more likely to work on SMP systems.Doug Rabson1998-09-161-20/+8
* Delete the atomic unlock function since it is no longer required.John Birrell1998-06-092-30/+10
* Atomic lock asm code for the alpha version of libc_r.John Birrell1998-06-091-0/+57
* Atomic lock source.John Birrell1998-04-292-0/+110