freebsd-nq/sys
Ollivier Robert 1fb2a62daa Fix the file leak bug. The lower layer wasn't informed the vnode was inactive
and kept a reference, preventing the blocks to be reclaimed.

Changed the comment in null_inactive to reflect the current situation.

Reviewed by:	phk
1997-10-21 21:01:34 +00:00
..
alpha Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the one 1997-10-19 10:45:18 +00:00
amd64 Reference the DMI table inside the SMBIOS table correctly, not using a variable 1997-10-21 07:40:22 +00:00
compat Update for changes in the callout interface. 1997-09-21 21:43:54 +00:00
compile
conf Oops, comment lines can't be indented either. 1997-10-21 10:39:27 +00:00
ddb Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines. 1997-10-09 00:20:00 +00:00
dev Merge from RELENG_2_2. Bandaid for 'lockmgr panic' on the VN device. 1997-10-21 09:51:47 +00:00
fs Fix the file leak bug. The lower layer wasn't informed the vnode was inactive 1997-10-21 21:01:34 +00:00
geom Remove a #ifndef __FreeBSD__ chunk. 1997-10-11 07:35:25 +00:00
gnu Make a set of VOP standard lock, unlock & islocked VOP operators, which 1997-10-17 12:36:19 +00:00
i386 - PCCARD support to the much maligned SCSI driver. This gives up support 1997-10-21 17:57:31 +00:00
isa Introduce a device flags value of 0x1 to always pretend a 1.44 MB 1997-10-19 13:12:02 +00:00
isofs/cd9660 Make a set of VOP standard lock, unlock & islocked VOP operators, which 1997-10-17 12:36:19 +00:00
kern Add const to a couple of casts to silence some of the warnings Bruce 1997-10-21 13:28:36 +00:00
libkern
miscfs Fix the file leak bug. The lower layer wasn't informed the vnode was inactive 1997-10-21 21:01:34 +00:00
modules Update Makefile to know about PPP_FILTER and fix the PPP_BSDCOMP and 1997-10-18 01:37:52 +00:00
msdosfs Make a set of VOP standard lock, unlock & islocked VOP operators, which 1997-10-17 12:36:19 +00:00
net Braino on my part.. a #define isn't a reference to a structure, so the 1997-10-18 09:02:39 +00:00
netatalk Remove dereference of uninitialized (and unused) variable. This enables 1997-10-06 15:56:16 +00:00
netinet Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
netipx Update network code to use poll support. 1997-09-14 03:10:42 +00:00
netkey Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
netnatm Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
netns
nfs VFS clean up "hekto commit" 1997-10-16 22:01:05 +00:00
nfsclient VFS clean up "hekto commit" 1997-10-16 22:01:05 +00:00
nfsserver Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
pc98 Synchronize with sys/i386/isa/fd.c revision 1.105. 1997-10-21 09:48:38 +00:00
pccard LEarn about the TI 1131. 1997-10-17 16:34:08 +00:00
pci Add an $Id$ 1997-10-18 18:17:45 +00:00
powerpc/include
rpc
scsi Make the Sun OEM version of the DLT a known multi-LUN device so changers 1997-10-19 09:37:49 +00:00
sys Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the one 1997-10-19 10:45:18 +00:00
tools 3 lines of code and updates to a number of comments. 1997-09-10 20:11:02 +00:00
ufs I belive this fixes MFS after I broke it. 1997-10-20 19:53:26 +00:00
vm Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
Makefile