NetBSD/sys
wrstuden e682a080e9 In spec_close(), if we're not doing a non-blocking close and VXLOCK is
not set, unlock the vnode before calling the device's close routine and
relock it after it returns. tty close routines will sleep waiting for
buffers to drain, which won't happen often times as the other side needs
to grab the vnode lock first.

Make all unmount routines lock the device vnode before calling VOP_CLOSE().
1999-10-16 23:53:26 +00:00
..
adosfs In spec_close(), if we're not doing a non-blocking close and VXLOCK is 1999-10-16 23:53:26 +00:00
arch fix message in vr_device_register() 1999-10-16 12:27:55 +00:00
coda In spec_close(), if we're not doing a non-blocking close and VXLOCK is 1999-10-16 23:53:26 +00:00
compat Add netbsd32_compat_14.c 1999-10-11 01:36:21 +00:00
conf This is the first check-in of CardBus driver. CardBus driver contains 1999-10-15 06:07:17 +00:00
ddb remove the MI Debugger() added recently. It doesn't make sense in 1999-10-14 18:42:15 +00:00
dev Add a DIAGNOSTIC to check that the polling flag is set when resuming. 1999-10-16 15:35:18 +00:00
filecorefs In spec_close(), if we're not doing a non-blocking close and VXLOCK is 1999-10-16 23:53:26 +00:00
gdbscripts
ipkdb Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
isofs In spec_close(), if we're not doing a non-blocking close and VXLOCK is 1999-10-16 23:53:26 +00:00
kern Back out a small and unfinished piece of the old scheduler rototill. 1999-10-14 05:59:57 +00:00
lib Include <lib/libkern/libkern.h> after sys/param.h, to avoid warnings 1999-10-16 19:06:48 +00:00
lkm eliminate the PMAP_NEW option by making it required for all ports. 1999-09-12 01:16:55 +00:00
miscfs In spec_close(), if we're not doing a non-blocking close and VXLOCK is 1999-10-16 23:53:26 +00:00
msdosfs In spec_close(), if we're not doing a non-blocking close and VXLOCK is 1999-10-16 23:53:26 +00:00
net Fix appletalk over ethernet. 1999-10-12 04:53:45 +00:00
netatalk Make NETATALK over FDDI. 1999-09-21 22:18:51 +00:00
netccitt s/acknowledgment/acknowledgement/ 1999-09-10 03:24:14 +00:00
netinet in ipfr_fastroute, before calling icmp_error(), put received-interface 1999-10-12 14:51:34 +00:00
netinet6 consistent logging for icmp6 redirects 1999-10-01 10:16:16 +00:00
netiso Back out previous. I was getting bitten by a bug in make(1), which is 1999-07-12 18:15:09 +00:00
netkey allow any SPI value to be used, if well-known ipcomp CPI is used. 1999-09-07 07:41:45 +00:00
netnatm Domains are associated with protocol families, not address families. 1999-01-14 01:16:55 +00:00
netns s/acknowledgment/acknowledgement/ 1999-09-10 03:24:14 +00:00
nfs Fix bug in error handling for NFSv3 + nqnfs. 1999-10-10 02:44:55 +00:00
ntfs In spec_close(), if we're not doing a non-blocking close and VXLOCK is 1999-10-16 23:53:26 +00:00
stand vax -> __vax__ (and mips to __mips__ in ultrix_misc.c) 1998-10-20 01:46:27 +00:00
sys remove the MI Debugger() added recently. It doesn't make sense in 1999-10-14 18:42:15 +00:00
ufs In spec_close(), if we're not doing a non-blocking close and VXLOCK is 1999-10-16 23:53:26 +00:00
uvm In spec_close(), if we're not doing a non-blocking close and VXLOCK is 1999-10-16 23:53:26 +00:00
vm eliminate the PMAP_NEW option by making it required for all ports. 1999-09-12 01:16:55 +00:00
Makefile IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. 1999-07-01 08:12:45 +00:00