Age | Commit message (Expand) | Author |
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 |
2009-03-22 | tweak previous; | Jason McIntyre |
2009-03-22 | Add 'A' command to Editor mode, and -A flag to automatically execute it | Kenneth R Westerback |
2009-02-15 | Don't display, or save via the editor 's' command, the fsize and | Kenneth R Westerback |
2009-01-11 | On *ppc disks shared with MacOS, walk the Apple partition map to find out | Miod Vallat |
2008-08-11 | fix a6 partition lookup where a static variable was incorrectly used in | Reyk Floeter |
2008-08-10 | spacing; remove non-existent flag from synopsis. | Igor Sobrado |
2008-08-04 | fix extended partition support by handling chained EBRs correctly | Reyk Floeter |
2008-07-10 | Die -r, die! Eliminate stray -r in usage text. Spotted by James Hartley. | Kenneth R Westerback |
2008-07-09 | Read 'vendor' flag from ASCII disklabel since we print it. Fixes | Kenneth R Westerback |