summaryrefslogtreecommitdiff
path: root/sbin/disklabel/extern.h
AgeCommit message (Expand)Author
2017-03-04Allow R (resize auto-partition) after A as well as when started with -A.Otto Moerbeek
2016-06-19Split readlabel() into two functions, readlabel() and parselabel(), andTheo Buehler
2015-10-17NUMBOOT is dead! Nuke the variables and abstractions that were usedKenneth R Westerback
2015-04-29support passing a template file for the auto-allocation to disklabel.Henning Brauer
2014-07-10Forward declarations for mpcopy & mpfree.Florian Obser
2012-07-13Replace a '512' with DEV_BSIZE. Calculate physmem size in blocks andKenneth R Westerback
2012-01-16Nuke unused parameter (f) to makebootarea(). Unused since r1.123Kenneth R Westerback
2011-04-16Add '-F'. Same as '-f' but uses DUIDs when writing the mount pointKenneth R Westerback
2010-11-24When dealing with disklabel UIDs (DUIDs) be specific and consistent withJoel Sing
2010-09-23Print disklabel UIDs using printf/fprintf instead of using the hand rolledJoel Sing
2010-08-12fix a few warnings. ok jsingTed Unangst
2009-08-07move editor_allocspace & mpsave out to extern.h so that disklabel.cMartynas Venckus
2009-06-04Recycle four ancient fields in the disklabel structure, replacing them withTheo de Raadt
2009-06-02Add '-h' flag, and '*' as a unit specifier for 'p' Editor command.Kenneth R Westerback
2009-04-18Alexander Hall points out that disklabel -AE <disk> followed by quittingStuart Henderson
2009-04-12When auto-allocating, check the size of the disk and displayKenneth R Westerback
2009-04-11readlabel() either errored out or returned a pointer to the globalKenneth R Westerback
2009-04-10Re-work '-A' so that it sets a flag that -E and -w use, and which willKenneth R Westerback
2009-03-29otto points out that the -v printing changes are incompatible with theTheo de Raadt
2009-03-28Move some output under the control of the '-v' flag. In particular onlyKenneth R Westerback
2009-03-22Add 'A' command to Editor mode, and -A flag to automatically execute itKenneth R Westerback
2009-01-11On *ppc disks shared with MacOS, walk the Apple partition map to find outMiod Vallat
2008-06-25In interactive mode, always suggest offsets and sizes inside theOtto Moerbeek
2007-06-08Make disklabel(8) aware of the new fields, allowing for larger thanOtto Moerbeek
2007-03-02If a default label has been created with the -d command line option orKenneth R Westerback
2005-01-07Print disk size and free space in requested unit. Some refactoring toOtto Moerbeek
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-28Tidy disklabel output for todays big disks. Based on a diff from fOtto Moerbeek
2003-07-02missing protosTheo de Raadt