freebsd-skq/sys
Mike Smith d20358b3bd Don't try to call into BIOS32 handlers outside the normal ROM
address range.  They may have been trashed earlier in the boot
process, or the directory header may simply be bogus.

PR:		5140
Submitted by:	Joel Faedi <Joel.Faedi@esial.u-nancy.fr>
Brought-to-attention-by: Derek Inksetter <derek@saidev.com>, bde
1998-01-01 13:26:55 +00:00
..
alpha I should not edit linux_prot.h directly. Fix the argument of linux_nice. 1997-12-17 03:12:35 +00:00
amd64 Don't try to call into BIOS32 handlers outside the normal ROM 1998-01-01 13:26:55 +00:00
compat Make hidden COMPAT_43 dependencies explict. Options in headers is a 1997-12-16 18:49:23 +00:00
compile
conf Explain that MAXMEM maynot be nessicary for detection of >64MB RAM. 1997-12-31 21:46:17 +00:00
ddb
dev Reviewed by: Amancio Hasty 1997-12-31 05:45:56 +00:00
fs Fixed missing initialization of mp->mnt_stat. At least vm depends on 1998-01-01 08:28:26 +00:00
geom
gnu Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
i386 Don't try to call into BIOS32 handlers outside the normal ROM 1998-01-01 13:26:55 +00:00
isa More cleanup relating to our use of the TSC. 1997-12-28 17:33:10 +00:00
isofs/cd9660 Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
kern Use a real malloc type for M_LINKER instead of #defining it as M_TEMP. 1998-01-01 08:56:24 +00:00
libkern
miscfs Fixed missing initialization of mp->mnt_stat. At least vm depends on 1998-01-01 08:28:26 +00:00
modules Fix my typo. 1997-12-16 22:50:18 +00:00
msdosfs Unspammed nested include of <vm/vm_zone.h>. 1997-12-27 02:56:39 +00:00
net Remove bogus #ifdef INET - SLIP doesn't compile without INET. 1997-12-20 16:44:51 +00:00
netatalk
netinet Bring back part of rev 1.44 which was commented out by rev 1.58. 1997-12-27 18:44:56 +00:00
netipx Moved some declarations from <sys/socket.h> to the correct places, and 1997-12-21 16:35:12 +00:00
netkey
netnatm Fixed a sloppy common-style declaration. 1997-12-20 00:13:51 +00:00
netns
nfs Lots of improvements, including restructring the caching and management 1997-12-29 00:25:11 +00:00
nfsclient Lots of improvements, including restructring the caching and management 1997-12-29 00:25:11 +00:00
nfsserver Lots of improvements, including restructring the caching and management 1997-12-29 00:25:11 +00:00
pc98 Sync with sys/i386/conf/options.i386 revision 1.66. 1997-12-29 16:17:59 +00:00
pccard
pci Reviewed by: Amancio Hasty 1997-12-31 05:45:56 +00:00
powerpc/include
rpc
scsi - Accept all models of the HP C1553A tape series as usable tapes. This 1997-12-30 22:26:51 +00:00
sys Use a real malloc type for M_LINKER instead of #defining it as M_TEMP. 1998-01-01 08:55:37 +00:00
tools Use __inline instead of inline to prevent pedantic compiler warnings. 1997-12-19 23:25:16 +00:00
ufs Removed unused #includes again. They thrashed when mfs_reclaim thrashed 1998-01-01 12:40:25 +00:00
vm caddr_t --> void * 1997-12-31 02:35:29 +00:00
Makefile