History log of /netbsd-src/sys/kern/subr_lockdebug.c (Results 76 – 82 of 82)
Revision Date Author Comments
# 029f4f9c 15-Jun-2007 ad <ad@NetBSD.org>

splstatclock, spllock -> splhigh


# 5492d866 21-May-2007 skrll <skrll@NetBSD.org>

Correct comment.


# 6bcb315f 02-May-2007 yamt <yamt@NetBSD.org>

lockdebug_abort: s/int/u_int/ for lock id as the rest of code.


# 64e54fbb 10-Mar-2007 ad <ad@NetBSD.org>

lockdebug:

- Initialize on the first allocation.
- Handle overflow better. PR kern/35723.


# 4f3d5a9c 22-Feb-2007 thorpej <thorpej@NetBSD.org>

TRUE -> true, FALSE -> false


# dd962f86 21-Feb-2007 thorpej <thorpej@NetBSD.org>

Pick up some additional files that were missed before due to conflicts
with newlock2 merge:

Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE

Pick up some additional files that were missed before due to conflicts
with newlock2 merge:

Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.

show more ...


# b07ec3fc 09-Feb-2007 ad <ad@NetBSD.org>

Merge newlock2 to head.


1234