Age | Commit message (Expand) | Author |
2015-11-24 | Need 'cpath' for op == EDITOR, as '-F' to write out the ascii label in | Kenneth R Westerback |
2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more | Theo de Raadt |
2015-10-17 | NUMBOOT is dead! Nuke the variables and abstractions that were used | Kenneth R Westerback |
2015-10-15 | Remove disklabel -B (NUMBOOT) support. All the platforms which used to need | Miod Vallat |
2015-10-11 | If only displaying the disklabel (the normal thing to do against potentially | Theo de Raadt |
2015-10-05 | Remove 'landisk' from the comment about NUMBOOT archs. Only one | Kenneth R Westerback |
2015-09-24 | Remove hppa/hppa64 from comment about NUMBOOT > 0 architectures. | Kenneth R Westerback |
2015-09-24 | Expunge VAX SMD special handling that tried to fill up the last | Kenneth R Westerback |
2015-09-09 | No need to check !xxboot inside a 'if (!xxboot) ...' block. | Kenneth R Westerback |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
2015-08-15 | Less damned spurious whitespace. | Kenneth R Westerback |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-04-29 | some fine-tuning in SYNOPSIS, usage, and order of options, with jmc | Henning Brauer |
2015-04-29 | support passing a template file for the auto-allocation to disklabel. | Henning Brauer |
2015-02-07 | When getopt processing flags, many should be flag=1 instead of flag++ | Theo de Raadt |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-05-05 | Enhance reading of saved ascii labels (-R) to process mountpoint | Kenneth R Westerback |
2014-04-23 | don't clear label before readasciilabel(), it will not fill in some | Otto Moerbeek |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-02-14 | Ooops. r1.169 was supposed to add 'total sectors' to the list of | Kenneth R Westerback |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
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 |