HardenedBSD/sys
David Greenman 397f9dfe26 Work around a bug in the 82557 NIC where the receiver will lock up
if it is in 10Mbps mode and gets certain types of garbage prior to
the packet header. The work-around involves reprogramming the
multicast filter if nothing is received in some number of seconds
(currently set at 15). As a side effect, implemented complete support
for multicasting rather than the previous 'receive all multicasts'
hack, since we now have the ability to program the filter table.
Fixed a serious bug which crept in with the timeout() changes;
the cookie was only saved on the first timeout() call in fxp_init()
and wasn't updated in the most common place in fxp_stats_update()
when the timeout was rescheduled. This bug would have resulted in
an eventual panic if fxp_stop() was called (which happens when any
interface flags are changed, for example).
Fixed a bug in Alpha support that would have caused the TxCB
descriptor chain to span a page boundry, causing serious problems
if the pages didn't happen to be contiguous.
Removed some gratuitous bit masking that was left over from an
older implementation.
Fixed a bug where too much was copied from the configuration
template, spilling over into memory that followed it.
Fixed handling of if_timer...it was cleared too early in some cases.
1997-09-29 11:27:43 +00:00
..
alpha
amd64 Fix a serious bug I introduced while adding in support for CAM interrupts. 1997-09-28 19:30:01 +00:00
compat
compile
conf
ddb Print the filename, not the directory we compiled in. 1997-09-28 08:34:46 +00:00
dev Work around a bug in the 82557 NIC where the receiver will lock up 1997-09-29 11:27:43 +00:00
fs Clustered read and write are switched at mount-option level. 1997-09-27 13:40:20 +00:00
geom
gnu Oops, include <sys/conf.h>. 1997-09-28 02:23:10 +00:00
i386 Fixed a foobar on my part that broke non-SMP kernels. (I need some sleep...) 1997-09-29 05:32:02 +00:00
isa
isofs/cd9660 Clustered read and write are switched at mount-option level. 1997-09-27 13:40:20 +00:00
kern Fix handling of nested mountpoints in __getcwd() 1997-09-28 06:37:02 +00:00
libkern
miscfs Clustered read and write are switched at mount-option level. 1997-09-27 13:40:20 +00:00
modules
msdosfs
net
netatalk
netinet
netipx
netkey
netnatm
netns
nfs
nfsclient
nfsserver
pc98 Synchronize with sys/i386/isa/diskslice_machdep.c revision 1.26. 1997-09-28 05:52:51 +00:00
pccard
pci Work around a bug in the 82557 NIC where the receiver will lock up 1997-09-29 11:27:43 +00:00
powerpc/include
rpc
scsi
sys Clustered read and write are switched at mount-option level. 1997-09-27 13:40:20 +00:00
tools
ufs Clustered read and write are switched at mount-option level. 1997-09-27 13:40:20 +00:00
vm
Makefile