freebsd_amp_hwpstate/lib/libc
Alexander Langer d988805a1f Back out part of previous commit (even though it's technically correct).
Our spinlock implementation allows a particular thread to obtain a lock
multiple times, but release the lock with a single unlock call.  Since
we're detecting recursion, we know the lock is already owned by the
current thread in a previous call and must not be released in the
current call.  This is really far too dependent on this particular
spinlock implementation, so I've added commented out calls to
THREAD_UNLOCK in the appropriate places.  We can activate this code when
spinlock is taught to count each lock operation.
1998-09-20 01:07:50 +00:00
..
alpha
amd64 Simplify implementation and eliminate a register preservation problem. 1998-09-18 05:50:52 +00:00
compat-43
db Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
gen Sort table and descriptions. 1998-09-16 07:25:34 +00:00
gmon
i386 Simplify implementation and eliminate a register preservation problem. 1998-09-18 05:50:52 +00:00
include
locale Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
net
nls
quad
regex Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
rpc s/yellow pages/NIS/ 1998-09-17 08:29:16 +00:00
stdio Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
stdlib Back out part of previous commit (even though it's technically correct). 1998-09-20 01:07:50 +00:00
stdtime Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
string
sys
xdr
yp
Makefile
Makefile.inc