Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: mrg
Date: Mon Jan 30 04:25:15 UTC 2012
Modified Files:
src/sys/arch/sparc/dev: ebus.c sbus.c
src/sys/arch/sparc64/dev: ebus.c sbus.c
Log Message:
avoid writing 1 byte beyond the end of the string promlib.c has given us.
instead of forcing a nul byte afterwards, KASSERT() that the final byte
already is a nul. if there are broken proms... well, we can fix them.
this, plus one more change, allows my SS20 to boot multiuser.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/sparc/dev/ebus.c
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/sparc/dev/sbus.c
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/sparc64/dev/ebus.c
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/sparc64/dev/sbus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index