summaryrefslogtreecommitdiff
path: root/sbin/disklabel
AgeCommit message (Expand)Author
2015-12-24tweak auto-allocation description, with and ok jmc@Otto Moerbeek
2015-12-10Remove NULL-checks before free(). ok tb@mmcc
2015-12-01Send solbourne to where the ...........Theo de Raadt
2015-11-25-A needs cflag too. Noted by sthen@ during install.Kenneth R Westerback
2015-11-24Need 'cpath' for op == EDITOR, as '-F' to write out the ascii label inKenneth R Westerback
2015-11-23Use pledge "disklabel" as needed. The theory here is these tools become moreTheo de Raadt
2015-10-17NUMBOOT is dead! Nuke the variables and abstractions that were usedKenneth R Westerback
2015-10-16Remove -B from EXAMPLES; reminded by jmc@Miod Vallat
2015-10-15Remove disklabel -B (NUMBOOT) support. All the platforms which used to needMiod Vallat
2015-10-11If only displaying the disklabel (the normal thing to do against potentiallyTheo de Raadt
2015-10-05Remove 'landisk' from the comment about NUMBOOT archs. Only oneKenneth R Westerback
2015-10-05Remove disklabel -B support on landisk - superseded by MI installboot.Miod Vallat
2015-09-24Remove hppa/hppa64 from comment about NUMBOOT > 0 architectures.Kenneth R Westerback
2015-09-24Expunge VAX SMD special handling that tried to fill up the lastKenneth R Westerback
2015-09-24hppa/hppa64 use installboot(8) now, not -B/-b.Kenneth R Westerback
2015-09-10use .In rather than .Fd #includeIngo Schwarze
2015-09-09No need to check !xxboot inside a 'if (!xxboot) ...' block.Kenneth R Westerback
2015-09-08Avoid a SIGSEGV with FGJ malloc.conf flags when a template is used.Todd C. Miller
2015-08-20<stdlib.h> is included, so do not need to cast result fromTheo de Raadt
2015-08-15Less damned spurious whitespace.Kenneth R Westerback
2015-06-03Do not assume that asprintf() clears the pointer on failure, whichTodd C. Miller
2015-05-19improve spacing in disklabel template.Igor Sobrado
2015-05-08Separately track the number of items in alloc_table in a variable. WithStuart Henderson
2015-04-29some fine-tuning in SYNOPSIS, usage, and order of options, with jmcHenning Brauer
2015-04-29g/c unneeded second char * var, ok bennoHenning Brauer
2015-04-29support passing a template file for the auto-allocation to disklabel.Henning Brauer
2015-03-17for small mem machines, make sure max does not get smaller thanOtto Moerbeek
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-07When getopt processing flags, many should be flag=1 instead of flag++Theo de Raadt
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orTheo de Raadt
2015-01-16Constify the driver name to disk type table, and remove rz and ccd from thatMiod Vallat
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-07-20Make sure the correct errno is reported by warn* or err* and notPhilip Guenther
2014-07-16Yes /etc/disklabels/ is a good practice for placing labels of disksTheo de Raadt
2014-07-10Forward declarations for mpcopy & mpfree.Florian Obser
2014-05-07jmc@ points out '-F/-f' are available only in conjunction withKenneth R Westerback
2014-05-05Enhance reading of saved ascii labels (-R) to process mountpointKenneth R Westerback
2014-05-02remove unused variableCharles Longeau
2014-05-02'for (part == 0; ...)' is not the same as 'for(part = 0; ...)'.Kenneth R Westerback
2014-04-23don't clear label before readasciilabel(), it will not fill in someOtto Moerbeek
2014-04-21Don't leak mountpoint info. Now with replacement for silly realloc() danceKenneth R Westerback
2014-04-13At some point, we are going to switch the mandoc(1) defaultIngo Schwarze
2014-04-03Proper validation and computation of bsize in expert mode; ok krw@ millert@Otto Moerbeek
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
2014-02-22Revert mountpoints tweaking. Needs much more serious surgery than timeKenneth R Westerback
2014-02-16Further tweak to mpfree(). Don't bother setting about-to-be-freedKenneth R Westerback
2014-02-15Don't risk dereferencing NULL pointer to mountpoints arrayKenneth R Westerback
2014-02-15Stop leaking mount point strings in temporary copies of theKenneth R Westerback
2014-02-14Ooops. r1.169 was supposed to add 'total sectors' to the list ofKenneth R Westerback