History log of /netbsd-src/sys/arch/alpha/include/rwlock.h (Results 1 – 5 of 5)
Revision Date Author Comments
# 904c035d 11-Jul-2021 thorpej <thorpej@NetBSD.org>

Optimized fast-paths for rw_enter() / rw_tryenter() / rw_exit().


# 915952b1 29-Nov-2019 riastradh <riastradh@NetBSD.org>

Largely eliminate the MD rwlock.h header file.

This was full of definitions that have been obsolete for over a
decade. The file still remains for __HAVE_RW_STUBS but that's all.
Used only internall

Largely eliminate the MD rwlock.h header file.

This was full of definitions that have been obsolete for over a
decade. The file still remains for __HAVE_RW_STUBS but that's all.
Used only internally in kern_rwlock.c now, not by <sys/rwlock.h>.

show more ...


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 38d5e341 21-Nov-2007 yamt <yamt@NetBSD.org>

make kmutex_t and krwlock_t smaller by killing lock id.
ok'ed by Andrew Doran.


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

Merge newlock2 to head.