summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/disklabel.h
AgeCommit message (Collapse)Author
1998-02-24rename some DOS MBR partition typesTheo de Raadt
1998-02-19add netbsd partition, rename 386BSD one to FreeBSD..Theo de Raadt
1998-01-11disklabel spoofing for FAT32.Niels Provos
1997-10-14Neater this way.Tobias Weingartner
1997-09-29ignore partitions larger than device, as an attempt to ignore floppies ↵Theo de Raadt
without MBR
1997-08-29define DOSACTIVE for bootable partitionMichael Shalayeff
1997-08-29s/XXX/__MBR_XXX/ and undef it after useMichael Shalayeff
1997-08-29undef XXX after useMichael Shalayeff
1997-08-29add struct dos_mbrMichael Shalayeff
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it.
1997-04-10additions & fixes from niklas & iTheo de Raadt
1996-10-04do not decl global; from christosTheo de Raadt
1996-09-25u_int*_t typesTheo de Raadt
1996-09-24DOSPTYP_OPENBSD = 0xa6 (everything i checked says this is available)Theo de Raadt
1996-09-24RAW_PART = 2, ie. sd0c, now -- make sure your c partitions are your whole diskTheo de Raadt
1996-09-22add ontrack formatTheo de Raadt
1996-09-1216 partitionsTheo de Raadt
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt