HardenedBSD/sys
Garrett Wollman d2920e07e6 Lots of kernel code requires vnodE_if.h, so provide code to generate it
if requested.  LKMs which need it should use:

SRCS+=	vnode_if.h
CLEANFILES+= vnode_if.h vnode_if.c

These rules were already present for VFS LKMs; now they are enabled all
the time.  (VFS LKMs do not need the fragment above; it is still done for them.)
1994-09-26 22:34:04 +00:00
..
alpha/include
amd64 Make Cyrix CPU flush internal cache any time it goes into hold state. 1994-09-26 16:56:22 +00:00
compile
conf Lots of kernel code requires vnodE_if.h, so provide code to generate it 1994-09-26 22:34:04 +00:00
ddb
dev An ifdef almost hit where it was supposed to go. Joerg owes me a good 1994-09-25 23:37:38 +00:00
fs Alterations to silence gcc -Wall. Some unused variables deleted. 1994-09-26 00:32:59 +00:00
gnu Fix the consistent mistranslation of Linux's get_fs_word() and 1994-09-21 22:22:48 +00:00
i386 Make Cyrix CPU flush internal cache any time it goes into hold state. 1994-09-26 16:56:22 +00:00
isa An ifdef almost hit where it was supposed to go. Joerg owes me a good 1994-09-25 23:37:38 +00:00
isofs/cd9660 Alterations to silence gcc -Wall. Some unused variables deleted. 1994-09-26 00:32:59 +00:00
kern Process accounting implementation by Chris Demetriou, with minor local 1994-09-26 21:09:15 +00:00
libkern
miscfs 1) Added "." and ".." entries. 1994-09-24 17:01:05 +00:00
modules LKM for ibcs2 support 1994-09-25 08:52:14 +00:00
msdosfs Implemented loadable VFS modules, and made most existing filesystems 1994-09-21 03:47:43 +00:00
net Make the kernel side of PPP compile. 1994-09-23 00:13:22 +00:00
netccitt
netinet
netiso
netns
nfs Forgot to commit this change when making NFS loadable. 1994-09-23 17:49:44 +00:00
nfsclient Make NFS loadable. 1994-09-22 22:10:49 +00:00
nfsserver Make NFS loadable. 1994-09-22 22:10:49 +00:00
pci Add missing closing comment. I have taken the non-knf format 1994-09-24 02:42:11 +00:00
powerpc/include
rpc
scsi
sys Process accounting implementation by Chris Demetriou, with minor local 1994-09-26 21:09:15 +00:00
tools
ufs Removed unimplemented subr_rmap.c and unused references to it. 1994-09-25 22:31:11 +00:00
vm Removed unimplemented subr_rmap.c and unused references to it. 1994-09-25 22:31:11 +00:00
Makefile