1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00
freebsd/sys
John Dyson 4b83b27fea Fix a problem that caused system crashes after physio. This problem
was due to non-aligned 64K transfers taking 17 pages.  We currently
do not support >16 page transfers.  The transfer is unfortunately truncated,
but since buffers are usually malloced, this is a problem only once in
a while.  Savecore is a culprit, but tar/cpio usually aren't.  This
is NOT the final fix (which is likely a bouncing scheme), but will at
least keep the system from crashing.
1996-06-26 05:52:15 +00:00
..
alpha Change the way moused talk to syscons, now its only delivering mouseevents 1996-06-25 08:54:57 +00:00
amd64 When page table pages were removed from process address space, the 1996-06-26 05:05:52 +00:00
compat/linux
compile
conf Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
ddb
dev Added #include of <machine/md_var.h>. This will be needed when 1996-06-25 20:31:01 +00:00
fs
geom
gnu Added #include of <machine/md_var.h>. This will be needed when 1996-06-25 20:31:01 +00:00
i386 When page table pages were removed from process address space, the 1996-06-26 05:05:52 +00:00
isa Added #include of <machine/md_var.h>. This will be needed when 1996-06-25 20:31:01 +00:00
isofs/cd9660
kern Fix a problem that caused system crashes after physio. This problem 1996-06-26 05:52:15 +00:00
libkern
miscfs
modules Fixed the `machine' link. It pointed to the wrong place, and was created 1996-06-25 20:13:12 +00:00
msdosfs
net Remove another extraneous setting of if_lastchange 1996-06-24 21:56:39 +00:00
netatalk
netinet Allow fragment checking to work with specific protocols. 1996-06-25 00:22:20 +00:00
netipx
netkey
netns
nfs Don't truncate minor or major numbers in the nfsv3 client. 1996-06-23 17:19:25 +00:00
nfsclient Don't truncate minor or major numbers in the nfsv3 client. 1996-06-23 17:19:25 +00:00
nfsserver Don't truncate minor or major numbers in the nfsv3 client. 1996-06-23 17:19:25 +00:00
pc98
pccard Added #include of <machine/md_var.h>. This will be needed when 1996-06-25 20:31:01 +00:00
pci
powerpc/include
rpc
scsi Ensure that media protection is released before attempting to eject the 1996-06-24 04:54:32 +00:00
sys trap.c: 1996-06-25 20:02:16 +00:00
tools
ufs Fixed end condition for clustered reads. 1996-06-25 03:00:44 +00:00
vm This commit does a couple of things: 1996-06-26 05:39:27 +00:00
Makefile