Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/x86/x86
Module Name: src
Committed By: mrg
Date: Wed Nov 6 20:19:03 UTC 2013
Modified Files:
src/sys/arch/x86/x86: i8259.c mpbios.c pmap.c
Log Message:
gcc 4.8 issues:
- avoid running over the end of an array (this is a real bug, but
i didn't really look closely at what memory is clobbered. it
may not actually matter.)
- move variables inside their #if usage.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/x86/i8259.c
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/x86/x86/mpbios.c
cvs rdiff -u -r1.180 -r1.181 src/sys/arch/x86/x86/pmap.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