summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/include/disklabel.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use consistant whitespace/comments for #define'ing LABELSECTOR,krw2015-09-301-4/+4
* b_cylinder does not need to be set on the callpath down into drivers.deraadt2007-06-201-4/+1
* significantly simplified disklabel infrastructure. MBR handling becomes MIderaadt2007-06-171-52/+1
* Try again with local variable to avoid alignment issues.krw2006-10-201-2/+1
* back out disksubr changes ... since they violate strict alignment onderaadt2006-10-181-1/+2
* The dosparts member of cpu_disklabel was not used for any persistantkrw2006-10-171-2/+1
* Zap bad144 bad sector info in disklabels. Sparsely used if at all forkrw2006-10-041-5/+1
* Eliminate redundant get_le() in favour of letoh32(). Add letoh32()krw2006-07-011-15/+1
* Clean up some inconsistancies in definitions around DOS MBR code. Nokrw2006-06-261-2/+2
* Remove __cplusplus crud.grange2004-11-101-6/+1
* an amd64 arch support.mickey2004-01-281-0/+118