summaryrefslogtreecommitdiffstats
path: root/sys/sys/disklabel.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Constify dktypenames and fstypenames in libc.guenther2020-11-141-3/+3
* Use a double-underscore prefix for local variables declared in macrosguenther2020-05-101-16/+16
* remove defines for ioctls the kernel doesn't recognisejsg2017-10-241-13/+1
* Add & use a #define GPTPARTNAMESIZE rather than the magic numberkrw2015-11-031-2/+3
* Nuke union of d_packname with un_d_boot0 & un_d_boot1, keepingkrw2015-10-251-20/+2
* Move declaration of readdisksector() to disklabel.h. This makes itkrw2015-09-241-1/+3
* Remove unused and incorrect defines GPT_PARTSPERSEC and GPT_SECOFFSET.krw2015-09-131-4/+1
* Move prototype for spoofgptlabel() from disklabel.h to subr_disk.c.krw2015-09-131-3/+1
* Rename readgptlabel() to spoofgptlabel() because that's what wekrw2015-09-131-3/+3
* Now that the GPT code tries really hard not to get in the way andkrw2015-09-101-3/+1
* The disktab attribute 'ty' was used to set D_REMOVEABLE and D_RAMDISKkrw2015-08-141-1/+3
* Revert attempted GPT code cleanup. Too much code, too little testing.krw2015-07-231-7/+7
* Cleanup/rejig GPT code to be more readable, support different endiankrw2015-05-091-7/+7
* Recognize EFI protective and system partitions. Do not put disklabel entriesmiod2014-08-301-1/+3
* GPTSIGNATURE must be LL, for operation on non-punk machinesderaadt2014-07-131-2/+2
* Initial support to read GPT partition tables in the kernel, if option GPT.miod2014-07-131-1/+97
* i removed disksort. we dont need its prototype.dlg2014-07-011-2/+1
* Tweak comment on struct _partitionv0. It's no longer the partitionkrw2014-05-051-2/+2
* Tweak comments to d_secperunit, p_size and p_offset to clearly saykrw2013-11-101-4/+4
* spelling; frantisek holopderaadt2013-11-031-2/+2
* Use daddr_t * instead of int * for the partoffp parameter tokrw2013-10-191-2/+2
* Use u_int64_t instead of daddr_t for the local variables in thekrw2013-09-111-6/+6
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-7/+7
* tedu the raidframe.jsing2012-04-061-3/+3
* mark ccd(4) deprecated in a few more placesderaadt2011-10-061-3/+3
* Remove assembly defines for various struct disklabel field offsets, now thatmiod2011-09-291-13/+1
* Get rid of the wlabel argument to bounds_check_with_label(). It'smatthew2011-06-031-2/+2
* Increase number of EBRs we can transit looking for the OpenBSD partitionkrw2011-03-221-2/+2
* Uncommitted bits. Spotted by deraadt@, who theorizes I have insuffientkrw2011-03-171-1/+4
* introducing a 64-bit type to the disklabel structure leads some architecturesderaadt2010-04-251-2/+2
* Recycle unused disklabel fields in order to create a disklabel uniquejsing2010-04-231-27/+3
* Replace the error strings that were being passed around with much simplerderaadt2009-08-131-5/+5
* Recycle four ancient fields in the disklabel structure, replacing them withderaadt2009-06-041-10/+24
* Fix other integer overflow vulnerability I introduced, this time inkrw2008-08-101-2/+2
* Prevent integer overflow in DL_BLKTOSEC().kettenis2008-08-091-2/+2
* Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a.krw2008-08-081-1/+6
* Fix max disk size: whe have 48 bits for size in 512 bytes units.otto2008-01-141-2/+2
* Make disklabel aware of NTFS.jsing2007-11-091-1/+2
* Do not divide by zero in DISKLABELV1_FFS_FSIZE if the argument value is bogus;miod2007-07-111-2/+2
* b_cylinder does not need to be set on the callpath down into drivers.deraadt2007-06-201-10/+6
* significantly simplified disklabel infrastructure. MBR handling becomes MIderaadt2007-06-171-2/+57
* a fair sprinking of knf, code movement, and sometimes character-by-characterderaadt2007-06-061-2/+2
* use six new macros to access & store the 48-bit disklabel fields relatedderaadt2007-06-051-5/+23
* Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than justkrw2007-06-021-2/+2
* format_op df_startblk can be a daddr64_t tooderaadt2007-06-011-2/+2
* oops, typootto2007-05-311-2/+2
* macros to get the large sizes and offsets from a v1 label. ok deraadt@otto2007-05-311-1/+5
* Collapse the __partition_u1 union in struct disklabel,thib2007-05-291-7/+2
* Updated disklabel format to support larger disks and partitions. Weotto2007-05-291-4/+33
* Zap D_REMOVABLE flag from disklabel. If you didn't already know thatkrw2006-09-261-2/+1