aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_sunlabel_enc.c
Commit message (Collapse)AuthorAgeFilesLines
* Support VTOC volume names. This can be useful to distinguish multipleJoerg Wunsch2005-03-301-1/+11
| | | | | | | | | | disks in a system. Solaris' format(1m) displays the volume names in the disk overview. MFC after: 1 month Notes: svn path=/head/; revision=144328
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-2/+2
| | | | Notes: svn path=/head/; revision=139778
* Add SVR4-compatible VTOC-style elements to the Sun label. TheJoerg Wunsch2004-06-011-1/+46
| | | | | | | | FreeBSD kernel doesn't use them but sunlabel(8) shortly will, and both these files are used by sunlabel(8). Notes: svn path=/head/; revision=129963
* Use __FBSDID().David E. O'Brien2003-06-111-3/+3
| | | | | | | Approved by: phk Notes: svn path=/head/; revision=116196
* Use #defines from <sys/sun_disklabel.h> instead of private ones.Poul-Henning Kamp2003-04-211-8/+4
| | | | Notes: svn path=/head/; revision=113818
* Functions to encode and decode Sun Microsystems disk partitioning dataPoul-Henning Kamp2003-04-211-0/+131
structures. Mostly by: jake Notes: svn path=/head/; revision=113813