NetBSD/sys/arch/landisk
pooka 61e8303e9d Remove the "struct lwp *" argument from all VFS and VOP interfaces.
The general trend is to remove it from all kernel interfaces and
this is a start.  In case the calling lwp is desired, curlwp should
be used.

quick consensus on tech-kern
2007-11-26 19:01:26 +00:00
..
compile
conf Remove System V semaphores and share memory options to set the limits: 2007-11-04 14:34:19 +00:00
dev Use device_t and device_private(). Use aprint_* in attach. 2007-11-06 01:00:59 +00:00
include Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
landisk Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
stand
Makefile