1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys
John Dyson 3ea2f344e0 Move the map entry allocations from the kmem_map to the kernel_map. As
a side effect, correct the associated object offset.
1996-04-29 22:04:57 +00:00
..
alpha
amd64 Add ATAPI_STATIC so that the ATAPI cdroms work correctly again 1996-04-29 20:03:41 +00:00
compat/linux Removed never-used #includes of <machine/cpu.h>. Many were apparently 1996-04-07 17:39:28 +00:00
compile
conf Make install' depend on kernel'. Some idiot tried to install a 1996-04-27 07:30:49 +00:00
ddb
dev Removed options MAXCONS & HARDFONT, they are no longer in use 1996-04-26 06:45:41 +00:00
fs
geom Add missing "int" to static var. 1996-04-24 09:42:22 +00:00
gnu Removed the 2 remaining calls to sleep(). 1996-04-07 13:20:40 +00:00
i386 slight re-ordering to allow the qcam to compile with devfs enabled. 1996-04-29 20:05:52 +00:00
isa Removed options MAXCONS & HARDFONT, they are no longer in use 1996-04-26 06:45:41 +00:00
isofs/cd9660
kern Fixed two typos in the comment. 1996-04-29 15:07:59 +00:00
libkern Don't include <sys/types.h> when it isn't used. 1996-04-19 18:40:25 +00:00
miscfs Fix the reproto.sh script that was broken after my KNFification. 1996-04-07 01:15:03 +00:00
modules
msdosfs
net Regardless of whether or not the check for IPv4 is useful, we certainly 1996-04-25 02:34:37 +00:00
netinet inet_ntoa buffer was evaluated twice in log_in_vain, fix it. 1996-04-27 18:19:12 +00:00
netipx Don't use a newfangled auto initializer. Initialize everything by 1996-04-13 14:37:22 +00:00
netns
nfs
nfsclient
nfsserver
pc98/pc98 Eliminated sloppy common-style declarations. Now there are no duplicated 1996-04-13 12:45:57 +00:00
pccard Adds the APM hooks into the generic pccard kernel files. With this code 1996-04-23 16:03:08 +00:00
pci Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondary 1996-04-25 06:04:27 +00:00
powerpc/include
rpc
scsi Don't depend on <sys/types.h> including <sys/cdefs.h>. 1996-04-19 17:39:57 +00:00
sys Don't depend on <sys/types.h> including <sys/cdefs.h>. 1996-04-19 17:39:57 +00:00
tools
ufs Yet more b_flags fixes. The previous ones broke the clearing of B_DONE 1996-04-19 19:34:19 +00:00
vm Move the map entry allocations from the kmem_map to the kernel_map. As 1996-04-29 22:04:57 +00:00
Makefile