NetBSD/sys
jdolecek 94b1798c8c struct ntnode: g/c i_uid, i_gid, i_mode - use directly appropriate
ntnode->ntmp->ntm_* values
ntfs_inactivate(): as NTFS doesn't support any filesystem changes,
	it's not needed to check whether the file handle is stale;
	the check was bogus anyway - besides the value of vp->v_usecount
	was checked with unlocked vnode, the vnode was unnecessarily
	_always_ recycled when the filesystem containing it has been
	mounted with mask (-i parameter to mount_ntfs(1))
	not specified or 0 -- unbelievable, but true
ntfs_reclaim(): don't call VOP_UNLOCK() even on FreeBSD - it's not
	done for any other their filesystem, so it should not be done even
	for NTFS
ntfs_access(): remove the commented-out check for immutable flag, it doesn't
	make sense for NTFS
other miscelaneous cosmetic cleanups
1999-10-31 19:45:26 +00:00
..
adosfs
arch make this compile in the absense of DDB. 1999-10-31 15:22:32 +00:00
coda fix DEBUG printfs to compile. 1999-10-31 15:49:27 +00:00
compat Emulate the Linux DVD_* ioctls(2). This gets us 90% of the way to running the 1999-10-29 15:02:56 +00:00
conf forgot one patch. add a define for wavelan 1999-10-29 21:41:19 +00:00
ddb - change db_cmd_list() to list commands vertically rather than horizontally 1999-10-28 06:37:32 +00:00
dev uncomment fxp_cardbus 1999-10-31 15:14:17 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern back out unnecessary stylistic changes in recent changes, to keep coding 1999-10-30 12:11:27 +00:00
lib Update to match new SVR4-style definition names in <sys/exec_elf.h>. 1999-10-25 13:55:06 +00:00
lkm
miscfs Since we don't put layered device nodes in the spechash hash chains, 1999-10-25 23:34:31 +00:00
msdosfs
net Expose the ifmedia_match() function. 1999-10-27 17:59:24 +00:00
netatalk
netccitt
netinet disable ipflow (IPv4 fast fowarding) when IPsec is configured into the kernel. 1999-10-26 09:53:17 +00:00
netinet6
netiso
netkey
netnatm
netns defopt the XNS protocol (options NS), clean up the use of related 1999-10-25 19:18:10 +00:00
nfs
ntfs struct ntnode: g/c i_uid, i_gid, i_mode - use directly appropriate 1999-10-31 19:45:26 +00:00
stand
sys Fix the size of start_sector, end_sector and end_sector_l0. (I'm just going to 1999-10-31 14:03:16 +00:00
ufs Under degenerate access patterns (e.g. `bonnie' benchmark) lfs_check could 1999-10-21 16:53:43 +00:00
uvm Patch from chuq for uvm r/w map oscillation bug. 1999-10-24 16:29:23 +00:00
vm
Makefile