summaryrefslogtreecommitdiffstats
path: root/sbin/disklabel/extern.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enhance prompt shown during -E label editing. Alwayskrw2019-03-311-2/+2
* No need for print_unit to be a global.krw2018-07-031-2/+1
* don't be silent on auto-allocation failure in write mode. ok millert@ krw@otto2017-09-291-3/+3
* Allow R (resize auto-partition) after A as well as when started with -A.otto2017-03-041-1/+2
* Split readlabel() into two functions, readlabel() and parselabel(), andtb2016-06-191-1/+2
* NUMBOOT is dead! Nuke the variables and abstractions that were usedkrw2015-10-171-3/+3
* support passing a template file for the auto-allocation to disklabel.henning2015-04-291-1/+2
* Forward declarations for mpcopy & mpfree.florian2014-07-101-1/+3
* Replace a '512' with DEV_BSIZE. Calculate physmem size in blocks andkrw2012-07-131-2/+2
* Nuke unused parameter (f) to makebootarea(). Unused since r1.123krw2012-01-161-2/+2
* Add '-F'. Same as '-f' but uses DUIDs when writing the mount pointkrw2011-04-161-3/+4
* When dealing with disklabel UIDs (DUIDs) be specific and consistent withjsing2010-11-241-2/+2
* Print disklabel UIDs using printf/fprintf instead of using the hand rolledjsing2010-09-231-2/+1
* fix a few warnings. ok jsingtedu2010-08-121-1/+3
* move editor_allocspace & mpsave out to extern.h so that disklabel.cmartynas2009-08-071-1/+3
* Recycle four ancient fields in the disklabel structure, replacing them withderaadt2009-06-041-9/+1
* Add '-h' flag, and '*' as a unit specifier for 'p' Editor command.krw2009-06-021-1/+5
* Alexander Hall points out that disklabel -AE <disk> followed by quittingsthen2009-04-181-2/+2
* When auto-allocating, check the size of the disk and displaykrw2009-04-121-1/+2
* readlabel() either errored out or returned a pointer to the globalkrw2009-04-111-2/+2
* Re-work '-A' so that it sets a flag that -E and -w use, and which willkrw2009-04-101-5/+7
* otto points out that the -v printing changes are incompatible with thederaadt2009-03-291-5/+1
* Move some output under the control of the '-v' flag. In particular onlykrw2009-03-281-1/+5
* Add 'A' command to Editor mode, and -A flag to automatically execute itkrw2009-03-221-2/+2
* On *ppc disks shared with MacOS, walk the Apple partition map to find outmiod2009-01-111-1/+5
* In interactive mode, always suggest offsets and sizes inside theotto2008-06-251-2/+2
* Make disklabel(8) aware of the new fields, allowing for larger thanotto2007-06-081-3/+3
* If a default label has been created with the -d command line option orkrw2007-03-021-1/+2
* Print disk size and free space in requested unit. Some refactoring tootto2005-01-071-2/+3
* add some missing $, ok djm@ 'That looks fine to me' millert@jsg2004-10-011-0/+2
* Tidy disklabel output for todays big disks. Based on a diff from fotto2004-09-281-0/+14
* missing protosderaadt2003-07-021-0/+18