summaryrefslogtreecommitdiffstats
path: root/sys/dev/sun/disklabel.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* introducing a 64-bit type to the disklabel structure leads some architecturesderaadt2010-04-251-2/+2
| | | | | | | to pad-align the size of the structure; it grows, the disklabel ioctl's are break ABI. Change the uid to a character array. this also simplifies some other stuff ok jsing
* Recycle unused disklabel fields in order to create a disklabel uniquejsing2010-04-231-2/+4
| | | | | | | identifier, allowing the disk to be identified without relying on the device name. ok deraadt@ krw@ beck@ marco@ todd@
* Fiddle Sun traditional disklabel recognition to eliminate union andkrw2007-10-021-52/+22
| | | | | | | | | | | associated field access defines. This reverts most changes to dev/sun/disklabel.h without eliminating new functionality. Fix comments to line up and fit on 80 column line, making both tsi@ and I feel better. Simplify logic in disksubr.c. No semantic change. Tested & ok tsi@.
* On sparc & sparc64, change `mount -a` to recognise Linux ext2 partitionstsi2007-09-191-15/+76
| | | | | | by interpreting more fields out of a standard Sun disk label. ok krw@
* extend the sun disklabel format to contain filesystem types. also,deraadt2007-05-311-39/+15
| | | | | | store the information fsck needs. this allows us to create raid partitions, nicely, of course. ok miod todd krw
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* bring sparc64 OUT of the stone age... MAXPARTITIONS 16jason2001-09-181-3/+8
|
* more from netbsd... not sure if it's modified or not (modified at least for RCSids, tho)jason2001-08-191-0/+110