aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/disklabel.h
Commit message (Expand)AuthorAgeFilesLines
* 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-153/+17
* Revert change 306811 so that the change can be re-done usingMarcel Moolenaar2016-10-161-17/+153
* In order to allow mkimg(1) (and other tools) to become a build toolMarcel Moolenaar2016-10-071-153/+17
* Remove old ioctl use and support, once and for all.Warner Losh2015-01-061-7/+0
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* Add DragonFlyBSD's Hammer FS types and type names.Andrey V. Elsukov2014-06-111-2/+4
* Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.Marcel Moolenaar2012-05-251-0/+4
* Add MIPS platform, this will make bsdlabel(8) work on MIPS (when invokedJayachandran C.2010-09-231-1/+1
* Initial storage functionality for U-Boot support library.Rafal Jaworowski2008-11-191-1/+1
* Add missing comma.Remko Lodder2008-03-121-1/+1
* Add a file system type for ZFS (FS_ZFS).Marcel Moolenaar2007-12-081-0/+2
* Sync with NetBSD rev 1.101.Marcel Moolenaar2007-12-081-2/+14
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-5/+0
* Treat arm as i386.Olivier Houchard2005-04-071-1/+2
* /* -> /*- 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
* Sanitize the LABELSECTOR & LABELOFFSET definitions:Poul-Henning Kamp2003-06-071-19/+1
* Gah! Set LABELSECTOR and LABELOFFSET correctly for amd64. This mightPeter Wemm2003-06-071-1/+1
* Make bsd_disklabel_le_enc calculate the checksum and fill it in.Poul-Henning Kamp2003-05-021-1/+1
* Separate the encoding/decoding functions for struct disklabel into aPoul-Henning Kamp2003-04-171-0/+9
* NO_GEOM cleanup: Remove dkmakeminor().Poul-Henning Kamp2003-04-031-32/+0
* NO_GEOM cleanup: unifdefPoul-Henning Kamp2003-01-301-26/+0
* Add ioctl which overwrites the first BBSIZE bytes of a BSD labeled disk.Poul-Henning Kamp2003-01-261-0/+1
* Put DIOCWLABEL under #ifdef NO_GEOMPoul-Henning Kamp2003-01-261-0/+2
* #ifdef NO_GEOM some bits here too.Poul-Henning Kamp2003-01-211-0/+2
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDScott Long2002-10-201-3/+4
* Correctly account for MAXPARTITIONS in the CTASSERT() which protects thePoul-Henning Kamp2002-10-131-1/+1
* Correct the offset of the 'jfs' entry in fstypenames.Chad David2002-10-101-1/+0
* Divorce bsd disklabels, IBM PC MBR's and whatever the things arePoul-Henning Kamp2002-10-011-57/+0
* 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