freebsd_amp_hwpstate/sys
David Greenman b4fff2ae1a Patch from Greg Ansley:
In rare cases, when the filter specified accesses an multi-byte value that
is split across mbuf's, the value loaded is incorrect.  And if you are very
unlucky (like me) it will index off the end of the mbuf and into an
unallocated page and panic the system.

If you look at the code you will discover the the index *k* is added to
the pointer *cp* and the used AGAIN as a subscript.
1995-04-01 01:46:27 +00:00
..
alpha/include
amd64 Made pmap_testbit a static function. 1995-03-30 08:55:39 +00:00
compile
conf Submitted by: Mahesh Neelakanta <mahesh@gcomm.com> 1995-03-30 00:20:08 +00:00
ddb Fixed DDB's "ps" output formatting. 1995-03-28 23:29:52 +00:00
dev Major overhaul of the aic7xxx driver: 1995-03-31 14:06:02 +00:00
fs Fix timestamps when using Wall CMOS clock, 1995-03-29 18:48:06 +00:00
gnu Major overhaul of the aic7xxx driver: 1995-03-31 14:06:02 +00:00
i386 Major overhaul of the aic7xxx driver: 1995-03-31 13:54:41 +00:00
isa Emulate hw cursor closely, and get start&end scanlines from BIOS. 1995-03-30 14:32:31 +00:00
isofs/cd9660
kern c_iflag handling in setting compat modes now more close to V7 1995-03-29 19:50:58 +00:00
libkern
miscfs
modules Update to new screen update method. 1995-03-30 15:10:20 +00:00
msdosfs Fix timestamps when using Wall CMOS clock, 1995-03-29 18:48:06 +00:00
net Patch from Greg Ansley: 1995-04-01 01:46:27 +00:00
netccitt
netinet Backed out changes in rev 1.5 that prevent sending FIN if in CLOSING 1995-03-30 23:35:55 +00:00
netiso
netns
nfs
nfsclient
nfsserver
pci Patch from Matt Thomas to fix mbuf leak in FDDI driver. 1995-04-01 01:43:56 +00:00
powerpc/include
rpc
scsi
sys Move DSIMICROCODE ioctl to 85, 1995-03-30 05:17:50 +00:00
tools
ufs
vm
Makefile