marcel 2008-07-26 22:55:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/geom/class/part geom_part.c gpart.8
Log:
SVN rev 180835 on 2008-07-26 22:55:15Z by marcel
MFC 179854
Implement the set and unset verbs.
Revision ChangesPath
1.
marcel 2008-06-18 01:46:32 UTC
FreeBSD src repository
Modified files:
sbin/geom/class/part geom_part.c gpart.8
Log:
SVN rev 179854 on 2008-06-18 01:46:32Z by marcel
Implement the set and unset verbs. While here, have the manpage
catch up with various changes.
Revisio
marcel 2008-06-10 03:19:33 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/geom/class/part geom_part.c gpart.8
Log:
SVN rev 179699 on 2008-06-10 03:19:33Z by marcel
MFC revisions 172857 through 179688:
o Allow building a rescue version (not appl
marcel 2007-10-29 06:18:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/geom/class/part geom_part.c gpart.8
Log:
MFC: show command and assorted manpage updates.
Approved by: re (kensmith)
Revision ChangesPath
1.1.2.1 +183 -1src
marcel 2007-10-21 00:04:23 UTC
FreeBSD src repository
Modified files:
sbin/geom/class/part geom_part.c gpart.8
Log:
Add the show command to print the partition information ala gpt(8).
Update the manpage accordingly. While here, mention the MBR scheme
and add a bugs section.