NetBSD/sys
mhitch af7ddd3659 Set up the physical addresses for DMAPTR/NEXTPTR before adjusting for
unaligned transfers and adjust the physical address to align the transfer.
If the buffer end just crossed the page boundary, the computation of the
NEXTPTR physical address resulted in using -1.  The cleanup at the end of
the DMA transfer would try to copy the residual data to physical address
0x1ffffffc.  This would silently corrupt data on the R3000 and usually
would hang the R4000.
2000-09-28 03:11:29 +00:00
..
adosfs
arch Admit that we count wired pages. 2000-09-27 21:34:29 +00:00
coda
compat
conf Add vlan(4) glue. 2000-09-27 23:02:02 +00:00
crypto
ddb
dev Set up the physical addresses for DMAPTR/NEXTPTR before adjusting for 2000-09-28 03:11:29 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern PHOLD/PRELE around uvm_io() to user address space is unnecessary. There 2000-09-26 23:59:23 +00:00
lib
lkm
miscfs PHOLD/PRELE around uvm_io() to user address space is unnecessary. There 2000-09-26 23:28:01 +00:00
msdosfs
net When grabbing address structures out of a character array make sure that the number of addresses and length of each match up with the size of the data we're handed. Fixes arp on the alpha. 2000-09-28 01:14:06 +00:00
netatalk
netccitt
netinet
netinet6 update ip compression algorithm lookup. 2000-09-26 08:40:23 +00:00
netiso
netkey update ip compression algorithm lookup. 2000-09-26 08:40:23 +00:00
netnatm
netns
nfs Avoid unused variables for V2_ONLY case. 2000-09-27 18:36:03 +00:00
ntfs
stand
sys Provide a stub for restrict. 2000-09-27 10:44:12 +00:00
ufs
uvm
Makefile