HardenedBSD/sys
Steven Wallace dfc5d1d4eb Makefile: add ${LDDESTDIR} to linking of boot code so ${DESTDIR}/usr/lib
is used instead of /usr/lib

io.c: add #include <machine/cpufunc.h> as instructed by David Greenman to
avoid inb/outb linking errors.
NOTE:  I just discovered that if GNUC is not used the inline functions will not be expanded from the include file and real inb/outb functions would
be needed.
1994-09-18 07:39:55 +00:00
..
alpha/include Added support for many more videomodes, including graphic modes up til 1994-09-15 07:26:40 +00:00
amd64 Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from 1994-09-16 13:33:56 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf Add SYSV shm stuff back to LINT. 1994-09-16 10:23:46 +00:00
ddb 386bsd -> kernel in strings. 1994-09-05 14:04:56 +00:00
dev Fixed the problem where the floppy has incorrectly failed probing 1994-09-17 18:08:36 +00:00
fs Supply prototypes for some functions that were implicitly declared and 1994-09-15 19:47:47 +00:00
gnu Quiet down compiler warnings. 1994-08-31 04:45:24 +00:00
i386 Makefile: add ${LDDESTDIR} to linking of boot code so ${DESTDIR}/usr/lib 1994-09-18 07:39:55 +00:00
isa Fixed the problem where the floppy has incorrectly failed probing 1994-09-17 18:08:36 +00:00
isofs/cd9660 Obtained from: 1994-09-15 19:46:03 +00:00
kern Got rid of compiler warnings. 1994-09-17 13:24:29 +00:00
libkern Added -DKERNEL and added support for kernel profiling. 1994-09-15 15:41:48 +00:00
miscfs Supply prototypes for some functions that were implicitly declared and 1994-09-15 19:47:47 +00:00
modules Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and 1994-09-16 20:24:29 +00:00
net Made the kernel compile even without "ether". 1994-09-16 05:47:06 +00:00
netccitt
netinet Made the kernel compile even without "ether". 1994-09-16 05:47:06 +00:00
netiso Made idempotent -- made some of them more consistent with rest of tree. 1994-08-21 06:14:33 +00:00
netns Made idempotent. 1994-08-21 06:22:12 +00:00
nfs "bogus" fixes from 1.1.5 to work around some cache coherency problems. 1994-08-29 06:09:15 +00:00
nfsclient "bogus" fixes from 1.1.5 to work around some cache coherency problems. 1994-08-29 06:09:15 +00:00
nfsserver "bogus" fixes from 1.1.5 to work around some cache coherency problems. 1994-08-29 06:09:15 +00:00
pci Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from 1994-09-16 13:33:56 +00:00
powerpc/include
rpc
scsi Changed CDOUTSTANDING back to a value of 2 (from 1), since this is now only 1994-09-16 23:43:28 +00:00
sys Updated driver to the 1.1.5 version: 1994-09-17 16:56:10 +00:00
tools
ufs Eliminated a whole pile of ancient (we're taking 4.3BSD) VM system 1994-09-12 11:38:31 +00:00
vm Fixed a bug I introduced when fixing the rss limit code. Changed swapout 1994-09-12 15:06:14 +00:00
Makefile Added ${MACHINE}/boot to build bootblocks. 1994-08-25 13:54:28 +00:00