Date: Tue, 9 Apr 2002 08:43:33 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys disk.h src/sys/kern subr_disk.c src/sys/geom geom_bsd.c geom_dev.c geom_disk.c geom_mbr.c geom_pc98.c geom_slice.c geom_slice.h geom_sunlabel.c Message-ID: <200204091543.g39FhXK55970@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/04/09 08:43:33 PDT Modified files: sys/sys disk.h sys/kern subr_disk.c sys/geom geom_bsd.c geom_dev.c geom_disk.c geom_mbr.c geom_pc98.c geom_slice.c geom_slice.h geom_sunlabel.c Log: Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the start of the device magic stuff might occupy. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.11 +11 -10 src/sys/geom/geom_bsd.c 1.12 +4 -1 src/sys/geom/geom_dev.c 1.9 +2 -0 src/sys/geom/geom_disk.c 1.7 +28 -15 src/sys/geom/geom_mbr.c 1.4 +8 -9 src/sys/geom/geom_pc98.c 1.9 +26 -3 src/sys/geom/geom_slice.c 1.5 +2 -0 src/sys/geom/geom_slice.h 1.8 +6 -5 src/sys/geom/geom_sunlabel.c 1.55 +4 -0 src/sys/kern/subr_disk.c 1.24 +8 -0 src/sys/sys/disk.h 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?200204091543.g39FhXK55970>