NetBSD/sys/lkm
mrg 20998b4001 vnd.c
- allow vnddetach() to return EBUSY if any vnd's are currently initialised.
lkm:
- add new 'dev' directory, initially with just a 'vnd' LKM.  for now, the
vnd lkm driver requests 4 devices....

XXX: vnd should be converted to a psuedo-device that creates & deletes
instances of itself (vnd0, vnd1, etc) when vnconfig -c/-u are called,
then the vnd lkm driver can not be limited to '4' by default.
2002-11-16 08:10:48 +00:00
..
arch
compat Adjust callers to setgate() to match new prototype. 2002-10-06 10:40:04 +00:00
dev vnd.c 2002-11-16 08:10:48 +00:00
exec add generic linux compat ELF copyargs function 2002-11-13 15:16:27 +00:00
misc
netinet
syscall
vfs
Makefile
Makefile.inc
TODO