marcel 2008-07-26 22:52:12 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib/libdisk open_disk.c
Log:
SVN rev 180834 on 2008-07-26 22:52:12Z by marcel
MFC 178451
Add support for gpart
Revision ChangesPath
1.12.2.1 +10 -6 sr
marcel 2008-04-24 00:11:15 UTC
FreeBSD src repository
Modified files:
lib/libdisk open_disk.c
Log:
Add support for gpart:
o Correct for gpart's 1-based index, versus 0-based index used by
legacy slicers.
o Parse and understand the xs and xt parameters.
R
rink2007-11-15 16:18:05 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libdisk open_disk.c
Log:
MFC
Approved by:imp (mentor)
rink2007-08-05 16:55:40 UTC
FreeBSD src repository
Modified files:
lib/lib
marcel 2007-09-21 16:19:50 UTC
FreeBSD src repository
Modified files:
lib/libdisk open_disk.c
Log:
On PowerPC, geom_part has taken over the partitioning from geom_apple.
Translate partitions of type "PART" to chunks of type "apple" on
PowerPC. This fixes sysinstall.
rink2007-08-05 16:55:40 UTC
FreeBSD src repository
Modified files:
lib/libdisk open_disk.c
Log:
Improve error handling in libdisk while parsing the kern.geom.conftxt sysctl.
Previously, any parse error will result in the calling program exiting with an
unpleasant