jhb 2007-12-18 01:32:56 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/geom geom_bsd.c geom_gpt.c
Log:
MFC: Only attach to a GPT partition if it has the GPT_ENT_TYPE_FREEBSD
type.
Revision ChangesPath
1.73.2.3 +13 -0 sr
jhb 2007-12-18 01:24:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/geom geom_bsd.c
Log:
MFC: Only attach to a GPT partition if it has the GPT_ENT_TYPE_FREEBS
type.
Approved by:re (kensmith)
Revision ChangesPath
jhb 2007-12-06 09:20:27 UTC
FreeBSD src repository
Modified files:
sys/geom geom_bsd.c
Log:
Only attach to a GPT partition if it has the GPT_ENT_TYPE_FREEBSD type.
XXX: This only works currently with GEOM_GPT which only exists in 6.x.
XXX: I didn't add 'mbr
ceri2006-05-24 11:02:32 UTC
FreeBSD src repository
Modified files:
sys/geom geom_bsd.c
Log:
Remove the trailing half of a sentence which was clearly superceded
by the preceding one some time during editing.
Revision ChangesPath
1.78 +0 -2 s
sobomax 2006-03-23 22:40:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/geom geom_bsd.c
Log:
MFC: also look for BSD label at 512-byte offset, if we can't find
it on the very beginning of the second sector. This makes it compatible
with
sobomax 2005-11-30 22:54:41 UTC
FreeBSD src repository
Modified files:
sys/geom geom_bsd.c
Log:
It is unclear who is wrong and who is right, but when operating on
plain file bsdlabel(8) always writes label at a fixed offset from
its beginning (512 bytes), regardle