Date: Fri, 20 Sep 2002 10:51:01 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c src/sys/pc98/i386 machdep.c src/sys/kern subr_disklabel.c Message-ID: <200209201751.g8KHp2oB024193@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/09/20 10:51:01 PDT
Modified files:
sys/alpha/alpha machdep.c
sys/i386/i386 machdep.c
sys/ia64/ia64 machdep.c
sys/pc98/i386 machdep.c
sys/kern subr_disklabel.c
Log:
For reasons now lost in historical fog, the bounds_check_with_label()
function were put in i386/i386/machdep.c from where it has been
cut and pasted to other architectures with only minor corruption.
Disklabel is really a MI format in many ways, at least it certainly
is when you operate on struct disklabel.
Put bounds_check_with_label() back in subr_disklabel.c where it belongs.
Sponsored by: DARPA & NAI Labs.
Revision Changes Path
1.186 +0 -60 src/sys/alpha/alpha/machdep.c
1.537 +0 -59 src/sys/i386/i386/machdep.c
1.112 +0 -62 src/sys/ia64/ia64/machdep.c
1.71 +58 -0 src/sys/kern/subr_disklabel.c
1.295 +0 -59 src/sys/pc98/i386/machdep.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209201751.g8KHp2oB024193>
