NetBSD/sys
pk d0e85dde99 Inline vref/vrele in vclean() because:
* we already have the vnode interlock, so vref() should not ask for it again.
* we call VOP_RECLAIM/VOP_INACTIVE(), which shouldn't be duplicated in vrele().
1998-05-18 14:59:49 +00:00
..
adosfs Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
arch Fix errors when compiling for M68030 only. (Witek Wnuk) 1998-05-18 12:06:46 +00:00
compat Fix some arithmetics lossage on typeless pointers. 1998-05-08 16:55:15 +00:00
conf Driver for Essential Communications' RoadRunner HIPPI (800 Mb/sec network) 1998-05-14 00:04:57 +00:00
ddb Whitespace. 1998-05-03 18:49:54 +00:00
dev Split the DZ11 driver into two parts; can now use the same driver on 1998-05-17 18:51:13 +00:00
gdbscripts
ipkdb
isofs/cd9660 Fix some arithmetics lossage on typeless pointers. 1998-05-08 18:31:13 +00:00
kern Inline vref/vrele in vclean() because: 1998-05-18 14:59:49 +00:00
lib egcs -Wall -Werror 1998-05-14 18:08:58 +00:00
lkm Resolve conflicts 1998-05-17 16:50:15 +00:00
miscfs dead_lock() must unlock `v_interlock'. 1998-05-18 14:36:46 +00:00
msdosfs Fix missing variable increment, which caused writing FAT32 filesystems 1998-05-02 01:47:12 +00:00
net Correct copyright date. 1998-05-17 16:46:06 +00:00
netatalk
netccitt Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
netinet Resolve conflicts 1998-05-17 16:50:15 +00:00
netiso Nuke TUBA per my note to tech-net; there's no reason to keep it around. 1998-05-11 19:57:23 +00:00
netnatm
netns Spelling error. 1998-05-09 14:24:31 +00:00
nfs Fix some arithmetics lossage on typeless pointers. 1998-05-08 18:18:55 +00:00
stand
sys actually, there's *four* types of queue data structures... 1998-05-15 12:22:24 +00:00
ufs Fix some arithmetics lossage on typeless pointers. 1998-05-08 18:31:13 +00:00
uvm detect ending VA wrap-around in the chunking code of amap_copy. 1998-05-14 13:51:28 +00:00
vm reject attempts to map an immutable or append-only file, shared with 1998-05-10 12:35:58 +00:00
Makefile Add an <inttypes.h> implementation; we'll also make it accessible as 1998-04-29 13:28:06 +00:00