Age | Commit message (Expand) | Author |
2015-12-24 | tweak auto-allocation description, with and ok jmc@ | Otto Moerbeek |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-12-01 | Send solbourne to where the ........... | Theo de Raadt |
2015-11-25 | -A needs cflag too. Noted by sthen@ during install. | Kenneth R Westerback |
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-16 | Remove -B from EXAMPLES; reminded by jmc@ | Miod Vallat |
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-10-05 | Remove disklabel -B support on landisk - superseded by MI installboot. | Miod Vallat |
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-24 | hppa/hppa64 use installboot(8) now, not -B/-b. | Kenneth R Westerback |
2015-09-10 | use .In rather than .Fd #include | Ingo Schwarze |
2015-09-09 | No need to check !xxboot inside a 'if (!xxboot) ...' block. | Kenneth R Westerback |
2015-09-08 | Avoid 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 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-05-19 | improve spacing in disklabel template. | Igor Sobrado |
2015-05-08 | Separately track the number of items in alloc_table in a variable. With | Stuart Henderson |
2015-04-29 | some fine-tuning in SYNOPSIS, usage, and order of options, with jmc | Henning Brauer |
2015-04-29 | g/c unneeded second char * var, ok benno | Henning Brauer |
2015-04-29 | support passing a template file for the auto-allocation to disklabel. | Henning Brauer |
2015-03-17 | for small mem machines, make sure max does not get smaller than | Otto Moerbeek |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
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 | Constify the driver name to disk type table, and remove rz and ccd from that | Miod Vallat |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-07-16 | Yes /etc/disklabels/ is a good practice for placing labels of disks | Theo de Raadt |
2014-07-10 | Forward declarations for mpcopy & mpfree. | Florian Obser |
2014-05-07 | jmc@ points out '-F/-f' are available only in conjunction with | Kenneth R Westerback |
2014-05-05 | Enhance reading of saved ascii labels (-R) to process mountpoint | Kenneth R Westerback |
2014-05-02 | remove unused variable | Charles Longeau |
2014-05-02 | 'for (part == 0; ...)' is not the same as 'for(part = 0; ...)'. | Kenneth R Westerback |
2014-04-23 | don't clear label before readasciilabel(), it will not fill in some | Otto Moerbeek |
2014-04-21 | Don't leak mountpoint info. Now with replacement for silly realloc() dance | Kenneth R Westerback |
2014-04-13 | At some point, we are going to switch the mandoc(1) default | Ingo Schwarze |
2014-04-03 | Proper validation and computation of bsize in expert mode; ok krw@ millert@ | Otto Moerbeek |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-02-22 | Revert mountpoints tweaking. Needs much more serious surgery than time | Kenneth R Westerback |
2014-02-16 | Further tweak to mpfree(). Don't bother setting about-to-be-freed | Kenneth R Westerback |
2014-02-15 | Don't risk dereferencing NULL pointer to mountpoints array | Kenneth R Westerback |
2014-02-15 | Stop leaking mount point strings in temporary copies of the | Kenneth R Westerback |
2014-02-14 | Ooops. r1.169 was supposed to add 'total sectors' to the list of | Kenneth R Westerback |