Date: Tue, 2 Apr 2002 03:52:13 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c src/sys/dev/ccd ccd.c src/sys/dev/vinum vinumioctl.c vinumobj.h src/sys/geom geom_bsd.c src/sys/i386/isa mcd.c scd.c src/sys/i386/isa/matcd matcd.c src/sys/kern subr_diskslice.c src/sys/sys disklabel.h Message-ID: <200204021152.g32BqDA65718@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/04/02 03:52:13 PST Modified files: sys/dev/ata atapi-cd.c sys/dev/ccd ccd.c sys/dev/vinum vinumioctl.c vinumobj.h sys/geom geom_bsd.c sys/i386/isa mcd.c scd.c sys/i386/isa/matcd matcd.c sys/kern subr_diskslice.c sys/sys disklabel.h Log: Retire the bogus ioctl DIOCGPART in toto. Once again we can notice that badly thought out hacks ferment and infect far more code than initially expected. Sponsored by: DARPA and NAI Labs. Revision Changes Path 1.116 +0 -5 src/sys/dev/ata/atapi-cd.c 1.102 +0 -9 src/sys/dev/ccd/ccd.c 1.34 +0 -11 src/sys/dev/vinum/vinumioctl.c 1.5 +0 -1 src/sys/dev/vinum/vinumobj.h 1.9 +0 -11 src/sys/geom/geom_bsd.c 1.59 +0 -6 src/sys/i386/isa/matcd/matcd.c 1.125 +0 -6 src/sys/i386/isa/mcd.c 1.64 +0 -5 src/sys/i386/isa/scd.c 1.101 +0 -8 src/sys/kern/subr_diskslice.c 1.77 +1 -15 src/sys/sys/disklabel.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?200204021152.g32BqDA65718>