Re: cvs commit: src/sbin/gpt gpt.c

2008-04-24 Thread Ceri Davies
On Thu, Apr 24, 2008 at 10:21:20AM +0100, Doug Rabson wrote: > > On 23 Apr 2008, at 21:54, Marcel Moolenaar wrote: > >> >> On Apr 23, 2008, at 12:09 PM, John Baldwin wrote: >> >>> On Wednesday 23 April 2008 02:54:40 pm Doug Rabson wrote: On 23 Apr 2008, at 19:48, John Baldwin wrote:

Re: cvs commit: src/sbin/gpt gpt.c

2008-04-24 Thread Ceri Davies
On Wed, Apr 23, 2008 at 01:54:17PM -0700, Marcel Moolenaar wrote: > > On Apr 23, 2008, at 12:09 PM, John Baldwin wrote: > >> On Wednesday 23 April 2008 02:54:40 pm Doug Rabson wrote: >>> >>> On 23 Apr 2008, at 19:48, John Baldwin wrote: >>> jhb 2008-04-23 18:48:36 UTC Fr

Re: cvs commit: src/sbin/gpt gpt.c

2008-04-24 Thread Doug Rabson
On 23 Apr 2008, at 21:54, Marcel Moolenaar wrote: On Apr 23, 2008, at 12:09 PM, John Baldwin wrote: On Wednesday 23 April 2008 02:54:40 pm Doug Rabson wrote: On 23 Apr 2008, at 19:48, John Baldwin wrote: jhb 2008-04-23 18:48:36 UTC FreeBSD src repository Modified files:

Re: cvs commit: src/sbin/gpt gpt.c

2008-04-23 Thread Marcel Moolenaar
On Apr 23, 2008, at 12:09 PM, John Baldwin wrote: On Wednesday 23 April 2008 02:54:40 pm Doug Rabson wrote: On 23 Apr 2008, at 19:48, John Baldwin wrote: jhb 2008-04-23 18:48:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/gpt gpt.c Log:

Re: cvs commit: src/sbin/gpt gpt.c

2008-04-23 Thread John Baldwin
On Wednesday 23 April 2008 02:54:40 pm Doug Rabson wrote: > > On 23 Apr 2008, at 19:48, John Baldwin wrote: > > > jhb 2008-04-23 18:48:36 UTC > > > > FreeBSD src repository > > > > Modified files:(Branch: RELENG_7) > >sbin/gpt gpt.c > > Log: > > MFC: Add 'zfs'

Re: cvs commit: src/sbin/gpt gpt.c

2008-04-23 Thread Doug Rabson
On 23 Apr 2008, at 19:48, John Baldwin wrote: jhb 2008-04-23 18:48:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/gpt gpt.c Log: MFC: Add 'zfs' as an alias for the FreeBSD ZFS UUID. Does it make sense to have a FreeBSD ZFS UUID? ZFS i

cvs commit: src/sbin/gpt gpt.c

2008-04-23 Thread John Baldwin
jhb 2008-04-23 18:48:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/gpt gpt.c Log: MFC: Add 'zfs' as an alias for the FreeBSD ZFS UUID. Revision ChangesPath 1.16.2.4 +7 -0 src/sbin/gpt/gpt.c _

cvs commit: src/sbin/gpt gpt.c

2008-04-07 Thread John Baldwin
jhb 2008-04-07 18:23:28 UTC FreeBSD src repository Modified files: sbin/gpt gpt.c Log: Add 'zfs' as an alias for the FreeBSD ZFS UUID. MFC after: 3 days PR: bin/119976 Submitted by: Cian Hughes Ci of nhugh.es Revision Changes

cvs commit: src/sbin/gpt gpt.c

2008-02-12 Thread John Baldwin
jhb 2008-02-12 19:23:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/gpt gpt.c Log: MFC: Map 'boot' to GPT_ENT_TYPE_FREEBSD_BOOT when parsing UUIDs. Revision ChangesPath 1.10.2.5 +7 -0 src/sbin/gpt/gpt.c _

cvs commit: src/sbin/gpt gpt.c

2008-02-12 Thread John Baldwin
jhb 2008-02-12 19:22:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/gpt gpt.c Log: MFC: Map 'boot' to GPT_ENT_TYPE_FREEBSD_BOOT when parsing UUIDs. Revision ChangesPath 1.16.2.3 +7 -0 src/sbin/gpt/gpt.c _

cvs commit: src/sbin/gpt gpt.c

2008-01-30 Thread John Baldwin
jhb 2008-01-30 13:29:10 UTC FreeBSD src repository Modified files: sbin/gpt gpt.c Log: Map 'boot' to GPT_ENT_TYPE_FREEBSD_BOOT when parsuing UUIDs so that things like 'gpt add -t boot' work. MFC after: 1 week Submitted by:Niki Denev nike_d of cyt

cvs commit: src/sbin/gpt gpt.c

2007-11-08 Thread John Baldwin
jhb 2007-11-09 02:48:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/gpt gpt.c Log: MFC: Don't look for GPT primary and secondary tables on a disk unless we have a valid PMBR. Revision ChangesPath 1.10.2.3 +10 -4 src

cvs commit: src/sbin/gpt gpt.c

2007-11-08 Thread John Baldwin
jhb 2007-11-09 02:29:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/gpt gpt.c Log: MFC: Don't look for GPT primary and secondary tables on a disk unless we have a valid PMBR. Approved by:re (kensmith) Revision Changes

cvs commit: src/sbin/gpt gpt.c

2007-11-01 Thread John Baldwin
jhb 2007-11-01 20:51:04 UTC FreeBSD src repository Modified files: sbin/gpt gpt.c Log: Don't look for GPT primary and secondary tables on a disk unless we have a valid PMBR. Without this fix, if label a disk with a GPT, then relabel it with an MBR the GPT tab

cvs commit: src/sbin/gpt gpt.c

2006-07-06 Thread Marcel Moolenaar
marcel 2006-07-07 02:44:23 UTC FreeBSD src repository Modified files: sbin/gpt gpt.c Log: Fix cut-n-paste bug: compare argument s against known aliases, not the global optarg. This bug goes unnoticed because optarg is so far always the actual argument for the for