HardenedBSD src tree
Go to file
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
bin The last commit was bogus...the putenv doesn't affect the parent process, 1994-08-12 10:23:49 +00:00
eBones Move the telnetd with encryption to src/secure 1994-08-12 22:53:46 +00:00
etc Add rotattion of cron log to weekly. 1994-08-11 17:23:29 +00:00
gnu
include
lib The big crypt removal - make libtelnet exportable. 1994-08-12 22:41:29 +00:00
libexec Remove the scary bits from telnetd - no more encryption left here. 1994-08-12 23:00:04 +00:00
sbin Use nulls to pad proctitle rather than spaces...makes ps(1) output more 1994-08-11 13:40:58 +00:00
secure Move the telnetd with encryption to src/secure 1994-08-12 22:53:46 +00:00
share Bruce Evans is right - this shouldn't touch /etc *at all* and I should 1994-08-11 01:39:23 +00:00
sys Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
tools/regression/usr.bin/sed
usr.bin The last commit was bogus...the putenv doesn't affect the parent process, 1994-08-12 10:19:05 +00:00
usr.sbin Took out junk to save the old value of BLOCKSIZE as it is unnecessary. 1994-08-12 10:26:27 +00:00
CVS-INFO
Makefile Remove kerberosIV until it works or is replace with eBones.. It's 1994-08-10 19:19:35 +00:00