summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_sunlabel.c
Commit message (Collapse)AuthorAgeFilesLines
* Complete an incomplete cut&paste operation.phk2002-03-281-3/+3
|
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-261-3/+3
| | | | | Split private parts of geom.h into geom_int.h. The latter should never be included in class implemtations.
* Cave in to tradition and rename "methods" to "classes".phk2002-03-261-7/+7
|
* Be more systematic about conversion of on-disk formats in a endian/widthphk2002-03-241-32/+19
| | | | | | | | | agnostic way. Collapse the MBR and MBREXT methods into one file and make them endian/width agnostic. Sponsored by: DARPA & NAI Labs.
* Teach GEOM about Sun disklabel formats.phk2002-03-151-0/+209
The detection code in this method is written so that it should work on all architectures which means that you can plug a Sun disk into a i386 now and access the partitions. We still need an endian-agnostic ufs/ffs before this is really interresting, but the main focus was to get sparc64 onto the GEOM trail.
OpenPOWER on IntegriCloud