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: thorpej
Date: Sun Apr 5 13:22:47 UTC 2026
Modified Files:
src/sys/arch/sun2/include: param.h
src/sys/arch/sun2/sun2: machdep.c pmap.c
src/sys/arch/sun3/include: param.h
src/sys/arch/sun3/sun3: machdep.c pmap.c
src/sys/arch/sun3/sun3x: machdep.c pmap.c
Log Message:
Get rid of MSGBUFOFF; it's always defined as 0, and thus doesn't
actually do anything. Initialize msgbufaddr when the VAs are
actually allocated.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sun2/include/param.h
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/sun2/sun2/machdep.c
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/sun2/sun2/pmap.c
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/sun3/include/param.h
cvs rdiff -u -r1.218 -r1.219 src/sys/arch/sun3/sun3/machdep.c
cvs rdiff -u -r1.182 -r1.183 src/sys/arch/sun3/sun3/pmap.c
cvs rdiff -u -r1.146 -r1.147 src/sys/arch/sun3/sun3x/machdep.c
cvs rdiff -u -r1.125 -r1.126 src/sys/arch/sun3/sun3x/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