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