aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/diskmbr.h
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated GEOM classesConrad Meyer2019-08-131-3/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Re-apply change 306811 or alternatively, revert change 307385.Marcel Moolenaar2016-10-161-48/+1
* Revert change 306811 so that the change can be re-done usingMarcel Moolenaar2016-10-161-1/+48
* In order to allow mkimg(1) (and other tools) to become a build toolMarcel Moolenaar2016-10-071-48/+1
* Add apple-boot, apple-hfs and apple-ufs aliases to MBR scheme.Andrey V. Elsukov2015-05-051-2/+4
* Add MBR EFI partition type definitionEd Maste2015-01-091-0/+1
* Support the FAT16 partition type in gpart(8)Gavin Atkinson2013-03-071-0/+1
* Add bootcamp support to the loader.Andrey V. Elsukov2013-02-101-0/+1
* VMware environments are not unusual now. Add VMware partitions recognitionDmitry Morozovsky2012-04-181-0/+2
* Add alias for the partition with type 0x42 to the MBR scheme.Andrey V. Elsukov2012-02-101-0/+1
* Experimental support for booting CHRP-type PowerPC systems from hard disks.Nathan Whitehorn2012-01-251-0/+1
* MS Windows NT+ uses 4 bytes at offset 0x1b8 in the MBR to identifyAndrey V. Elsukov2011-06-271-0/+1
* Add new user-friendly aliases for partition types for the MBR andAndrey V. Elsukov2011-01-281-3/+6
* Add NTFS partition type to GEOM_MBR.Rui Paulo2010-06-261-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Add definitions for location of the magic sequence and the lengthPoul-Henning Kamp2003-04-131-1/+5
* protoypes for the dos_partition encoding functions.Poul-Henning Kamp2003-04-121-1/+3
* Retire the DIOCGMBR ioctl before anybody starts to use it.Poul-Henning Kamp2003-04-031-1/+0
* Add #define for DOSPTYP_PMBR, and use it.Poul-Henning Kamp2003-04-031-0/+1
* Add NEXTDOSPART (N-Extended-Dos-Partitions) as replacement for thePoul-Henning Kamp2003-01-201-0/+1
* Add a couple of ioctls for modifying MBR's and the rest of sector0.Poul-Henning Kamp2002-12-291-0/+6
* Divorce bsd disklabels, IBM PC MBR's and whatever the things arePoul-Henning Kamp2002-10-011-354/+3
* Make FreeBSD "struct disklabel" agnostic, step 312 of 723:Poul-Henning Kamp2002-09-201-1/+0
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-201-1/+0
* Retire now unused DIOCGDVIRGIN kludge.Poul-Henning Kamp2002-09-201-1/+0
* Deal with a new exteded MBR paritition typePoul-Henning Kamp2002-09-081-0/+1
* forgot to actually commit the DK/FS TYPES split, do it now.Alfred Perlstein2002-08-161-1/+1
* Remove the compat bits for the mis-aligned struct disklabel on alpha,Poul-Henning Kamp2002-06-191-14/+0
* More s/file system/filesystem/gTom Rhodes2002-05-161-4/+4
* ARGH! SBLOCK is not unused. Try to get this right.Poul-Henning Kamp2002-05-121-0/+3
* De-K&R dkcksum() to fix some issues with c++.Alfred Perlstein2002-04-171-2/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-081-7/+3
* In reverence of the 3rd X11 development rule:Poul-Henning Kamp2002-04-081-1/+0
* Constify.Poul-Henning Kamp2002-04-071-2/+2
* Delete the bogus d_boot[01] fields from struct disklabel.Poul-Henning Kamp2002-04-041-18/+19
* CTASSERT the size of struct dos_partition.Poul-Henning Kamp2002-04-041-0/+3
* Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp2002-04-021-15/+1
* Really sweep the broom on this one.Poul-Henning Kamp2002-04-011-47/+13
* Remove various controller/disk type hacks for SMD, ST506 and ancientPoul-Henning Kamp2002-04-011-20/+0
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-311-0/+1
* Add d_type and fstype names for JFS.Greg Lehey2002-03-281-0/+13
* Revert last commit, it came too late to save alpha :-(Poul-Henning Kamp2002-03-231-4/+0
* Hide the ugly d_boot[01] from the kernel.Poul-Henning Kamp2002-03-231-0/+4
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-4/+3
* Remove __PAlfred Perlstein2002-03-191-15/+15
* Add five GEOM oriented ioctls to get basic information about a geom device.Poul-Henning Kamp2002-03-191-0/+6
* LABELOFFSET is 128 for sparc64.Jake Burkholder2002-03-131-0/+5