freebsd-skq/sys
peter fc934d7995 Seatbelts for vm_page_bits() in case a file offset is passed in rather than
the page offset.  If a large file offset was passed in, a large negative
array index could be generated which could cause page faults etc at worst
and file corruption at the least.  (Pages are allocated within file
space on page alignment boundaries, so a file offset being passed in here
is harmless to DTRT.  The case where this was happening has already been
fixed though, this is in case it happens again).

Reviewed by: dyson
1998-05-02 03:02:13 +00:00
..
alpha Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running under 1998-04-28 18:15:08 +00:00
amd64 Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running under 1998-04-28 18:15:08 +00:00
compat
compile
conf Added -ansi to CWARNFLAGS so that ANSI errors don't come back. 1998-05-01 18:13:37 +00:00
contrib/ipfilter/netinet
ddb
dev Support compiling with `gcc -ansi'. Just use __inline instead of inline. 1998-05-01 18:10:50 +00:00
fs Use DFLTBSIZE instead of MAXBSIZE for pm_fatblksize. 1998-04-29 12:55:51 +00:00
geom
gnu
i386 Don't depend on "implicit int". 1998-05-01 18:30:02 +00:00
isa
isofs/cd9660
kern Oops, the previous commit should have changed i386' to __i386__', 1998-05-01 16:40:21 +00:00
libkern
miscfs Tighten up management of memory and swap space during map allocation, 1998-04-29 04:28:22 +00:00
modules
msdosfs Use DFLTBSIZE instead of MAXBSIZE for pm_fatblksize. 1998-04-29 12:55:51 +00:00
net Oops, the previous commit should have changed i386' to __i386__', 1998-05-01 16:40:21 +00:00
netatalk
netinet At the request of Garrett, changed sysctl: 1998-04-24 10:08:57 +00:00
netipx Don't depend on "implicit int". 1998-05-01 18:30:02 +00:00
netkey
netnatm
netns
nfs
nfsclient
nfsserver
pc98 Support 1.44MB floppy disk. 1998-05-02 02:06:08 +00:00
pccard
pci
posix4
powerpc/include
rpc
scsi Fixed spelling of "fictitious" in diagnostics and comments 1998-04-27 11:36:06 +00:00
sys Make errno finally and permanently thread-aware so that it is no longer 1998-04-30 09:38:03 +00:00
tools
ufs Fix an error that I made with an optimization. In the case 1998-04-30 05:28:53 +00:00
vm Seatbelts for vm_page_bits() in case a file offset is passed in rather than 1998-05-02 03:02:13 +00:00
Makefile