Joerg Wunsch
|
3328bbeef2
|
Support VTOC volume names. This can be useful to distinguish multiple
disks in a system. Solaris' format(1m) displays the volume names in
the disk overview.
MFC after: 1 month
|
2005-03-30 09:33:10 +00:00 |
|
Warner Losh
|
fa521b0366
|
/* -> /*- for copyright notices, minor format tweaks as necessary
|
2005-01-06 18:27:30 +00:00 |
|
Joerg Wunsch
|
c7cfc3b129
|
Add SVR4-compatible VTOC-style elements to the Sun label. The
FreeBSD kernel doesn't use them but sunlabel(8) shortly will,
and both these files are used by sunlabel(8).
|
2004-06-01 20:18:25 +00:00 |
|
David E. O'Brien
|
50b1faef38
|
Use __FBSDID().
Approved by: phk
|
2003-06-11 06:49:16 +00:00 |
|
Poul-Henning Kamp
|
9bd6be665d
|
Use #defines from <sys/sun_disklabel.h> instead of private ones.
|
2003-04-21 19:42:36 +00:00 |
|
Poul-Henning Kamp
|
941a2f8cb5
|
Functions to encode and decode Sun Microsystems disk partitioning data
structures.
Mostly by: jake
|
2003-04-21 18:41:12 +00:00 |
|