Date: Fri, 20 Dec 2002 13:52:03 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/gbde Makefile src/sys/geom geom.h geom_aes.c geom_dev.c geom_disk.c geom_dump.c geom_gpt.c geom_io.c geom_mbr.c geom_slice.h geom_subr.c geom_sunlabel.c src/sys/geom/bde g_bde.c g_bde_crypt.c g_bde_lock.c g_bde_work.c Message-ID: <200212202152.gBKLq3MR038825@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/12/20 13:52:03 PST
Modified files: (Branch: RELENG_5_0)
sbin/gbde Makefile
sys/geom geom.h geom_aes.c geom_dev.c geom_disk.c
geom_dump.c geom_gpt.c geom_io.c
geom_mbr.c geom_slice.h geom_subr.c
geom_sunlabel.c
sys/geom/bde g_bde.c g_bde_crypt.c g_bde_lock.c
g_bde_work.c
Log:
MFC: GEOM and gbde changes.
1: fix serious bugs in gbde.
2: add alignment checks to avoid panic(8) implementations.
3: sync API with -current for forwards compatibility.
Approved by: re
Revision Changes Path
1.4.2.1 +8 -0 src/sbin/gbde/Makefile
1.6.2.1 +1 -1 src/sys/geom/bde/g_bde.c
1.5.2.1 +4 -4 src/sys/geom/bde/g_bde_crypt.c
1.5.2.1 +6 -0 src/sys/geom/bde/g_bde_lock.c
1.3.2.1 +7 -42 src/sys/geom/bde/g_bde_work.c
1.37.2.1 +10 -10 src/sys/geom/geom.h
1.8.2.1 +3 -3 src/sys/geom/geom_aes.c
1.32.2.1 +4 -0 src/sys/geom/geom_dev.c
1.32.2.1 +1 -1 src/sys/geom/geom_disk.c
1.19.2.1 +1 -1 src/sys/geom/geom_dump.c
1.11.2.1 +7 -10 src/sys/geom/geom_gpt.c
1.19.2.1 +10 -0 src/sys/geom/geom_io.c
1.25.2.1 +93 -79 src/sys/geom/geom_mbr.c
1.9.2.1 +2 -3 src/sys/geom/geom_slice.h
1.23.2.1 +7 -7 src/sys/geom/geom_subr.c
1.18.2.1 +8 -9 src/sys/geom/geom_sunlabel.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?200212202152.gBKLq3MR038825>
