freebsd_amp_hwpstate/sys
Garrett Wollman f540b1065a Change all #includes to follow the current Berkeley style. Some of these
``changes'' are actually not changes at all, but CVS sometimes has trouble
telling the difference.

This also includes support for second-directory compiles.  This is not
quite complete yet, as `config' doesn't yet do the right thing.  You can
still make it work trivially, however, by doing the following:

rm /sys/compile
mkdir /usr/obj/sys/compile
ln -s M-. /sys/compile
cd /sys/i386/conf
config MYKERNEL
cd ../../compile/MYKERNEL
ln -s /sys @
rm machine
ln -s @/i386/include machine
make depend
make
1994-08-13 03:50:34 +00:00
..
alpha/include
amd64 Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
conf Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
ddb Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
dev Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
fs Changed B_AGE policy to work correctly in a world with relatively large 1994-08-08 09:11:44 +00:00
gnu Added $Id$ 1994-08-02 07:55:43 +00:00
i386 Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
isa Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
isofs/cd9660 Changed B_AGE policy to work correctly in a world with relatively large 1994-08-08 09:11:44 +00:00
kern Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
libkern Added $Id$ 1994-08-02 07:55:43 +00:00
miscfs Changed B_AGE policy to work correctly in a world with relatively large 1994-08-08 09:11:44 +00:00
net Added ioctl support for SIOCSIFMTU. 1994-08-08 12:09:04 +00:00
netccitt Added $Id$ 1994-08-02 07:55:43 +00:00
netinet Added $Id$ 1994-08-02 07:55:43 +00:00
netiso Hack to get netstat compiling...from 1.1.5. 1994-08-05 12:33:30 +00:00
netns Added $Id$ 1994-08-02 07:55:43 +00:00
nfs Initialize lockf pointer. I missed this when I made NFS use the generic 1994-08-10 19:48:23 +00:00
nfsclient Initialize lockf pointer. I missed this when I made NFS use the generic 1994-08-10 19:48:23 +00:00
nfsserver Made NFS attribute cache timeouts kernel config file tunable via 1994-08-04 06:03:46 +00:00
powerpc/include Added $Id$ 1994-08-02 07:55:43 +00:00
rpc Use the header files that are compatible with the code just moved over 1994-08-07 18:41:02 +00:00
scsi Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
sys Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
tools Added $Id$ 1994-08-02 07:55:43 +00:00
ufs Made lockf advisory locking code generic (rather than ufs specific), and 1994-08-08 17:31:01 +00:00
vm Fixed vm_page_deactivate to deal with getting called with a page that's 1994-08-10 03:09:37 +00:00
Makefile Added $Id$ 1994-08-02 07:55:43 +00:00