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 Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
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 make this compile. 2002-09-06 16:56:13 +00:00
syscall Change retval to be an array of register_t instead of array of int. 2002-06-01 14:07:33 +00:00
vfs Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
Makefile
Makefile.inc
TODO