Age | Commit message (Expand) | Author |
2013-10-15 | The disklabel variables aflag and dflag are boolean, use logical | Alexander Bluhm |
2013-10-03 | Print u_int64_t variables with %llu. | Kenneth R Westerback |
2013-09-10 | The rule is: daddr_t variables hold counts of 512-byte blocks, a.k.a. | Kenneth R Westerback |
2013-06-18 | Initialize duid memory before shifting stuff into elements of it. | Kenneth R Westerback |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2012-04-06 | there is no need to cast an unsigned type with (unsigned). | Theo de Raadt |
2012-01-16 | Nuke unused parameter (f) to makebootarea(). Unused since r1.123 | Kenneth R Westerback |
2012-01-02 | Tweak usage and man page into agreement. | Kenneth R Westerback |
2012-01-02 | '-s' hasn't done anything for a couple of years. Garbage collect | Kenneth R Westerback |
2011-06-05 | Nuke uses of and references to DIOCWLABEL, and the related 'W' and | Kenneth R Westerback |
2011-06-02 | Hack to ensure that the in-core labels contain the current bounds | Kenneth R Westerback |
2011-05-22 | zap unused var | Otto Moerbeek |
2011-04-19 | make same changes regarding -f/-F argument (tempfile -> file) as was done | Alexander Hall |
2011-04-16 | Tweak man page and usage string with jmc@ suggestions. | Kenneth R Westerback |
2011-04-16 | Add '-F'. Same as '-f' but uses DUIDs when writing the mount point | Kenneth R Westerback |
2010-12-13 | stray tabs and spaces | Marco Peereboom |
2010-11-24 | When dealing with disklabel UIDs (DUIDs) be specific and consistent with | Joel Sing |
2010-09-23 | Correctly identify mount points when they are specified in /etc/fstab using | 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 |
2010-08-08 | make disklabel -p slightly nicer by accepting capital letters and printing | Ted Unangst |
2010-08-03 | Group string comparisons and supply more helpful comments. Add | Kenneth R Westerback |
2010-08-03 | Start with the default label when RESTORE'ing a saved ascii label. | Kenneth R Westerback |
2010-07-27 | Nuke 'sectoffset'. A stub variable no longer used except to supply | Kenneth R Westerback |
2010-06-30 | allow uppercase A-F in the uid input | Alexander Hall |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-04-28 | Move the UID printing/parsing code into separate functions and avoid using | Joel Sing |
2010-04-28 | When restoring a disklabel do not restore the uid. Let the kernel allocate | Joel Sing |
2010-04-28 | Teach disklabel how to print and parse UIDs. | Joel Sing |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-09-15 | also ignore boundaries when checking if the disklabel was modified when -e | Federico G. Schwindt |
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-05-31 | Never 'humanize' the sector offsets of partitions or 'total sectors'. | Kenneth R Westerback |
2009-05-29 | Clean up logic around exit values. Make getasciilabel() return 0 | Kenneth R Westerback |
2009-05-17 | Write out mountpoint info in writelabel() after label successfully | Kenneth R Westerback |
2009-05-05 | use logical or when it's intended to be a logical or; ok krw@ | Otto Moerbeek |
2009-04-30 | Prime mountpoint info with any fstab info that is available, with | Kenneth R Westerback |
2009-04-12 | When auto-allocating, check the size of the disk and display | Kenneth R Westerback |
2009-04-11 | Always display any mountpoint info available. Thus a simple -A will | 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-31 | When warning about a non-zero partition offset, show DL_GETPOFFSET() | Kenneth R Westerback |
2009-03-31 | Tweak comment to remove discussion of now non-existant 2 stage | Kenneth R Westerback |
2009-03-30 | lint; mostly unused variables, carefully checked against all platforms | Theo de Raadt |
2009-03-29 | No more NUMBOOT==2 stuff around, nuke it for sake of clarity. | Tobias Weingartner |
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-28 | make -B not even show up in usage on non-NUMBOOT systems; ok jmc krw | Theo de Raadt |