Age | Commit message (Expand) | Author |
2022-07-31 | The geometry information in stuct disklabel is not used for | Kenneth R Westerback |
2022-02-24 | Rename parselabel() to parsefstab() and makelabel() to | Kenneth R Westerback |
2022-02-18 | writelabel() only needs one prototype. | Kenneth R Westerback |
2022-02-18 | Move prototypes for checklabel(), readlabel() and parselabel() | Kenneth R Westerback |
2021-06-24 | trim usage to match the man page; | Jason McIntyre |
2020-11-14 | Constify dktypenames and fstypenames in libc. | Philip Guenther |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-04-02 | Use consistant idiom for checking return value of | Kenneth R Westerback |
2019-04-02 | No need for RESTORE (-R) to call DIOCGINFO and mpsave() twice in | Kenneth R Westerback |
2019-04-02 | Remove l_perror() and rely on warn() for failure | Kenneth R Westerback |
2019-04-01 | No need to save/restore fields across the invocation of | Kenneth R Westerback |
2018-08-11 | Nuke stray/pointless 'volatile' for local var. | Kenneth R Westerback |
2018-07-03 | Nuke some leading spaces and mis-indentations that crept in over the | Kenneth R Westerback |
2018-07-03 | No need for print_unit to be a global. | Kenneth R Westerback |
2018-02-25 | Bunch of whitespace fixes. | Kenneth R Westerback |
2017-09-29 | don't be silent on auto-allocation failure in write mode. ok millert@ krw@ | Otto Moerbeek |
2017-03-04 | Allow R (resize auto-partition) after A as well as when started with -A. | Otto Moerbeek |
2016-09-04 | After aligning the cpg field, non ffs partitions were not displayed | Alexander Bluhm |
2016-09-02 | Allow editing cpg in expert mode and align the cpg field properly | Otto Moerbeek |
2016-06-19 | Split readlabel() into two functions, readlabel() and parselabel(), and | Theo Buehler |
2016-06-13 | correct pledge for disklabel -R -[fF] | Jonathan Gray |
2016-06-01 | Fix automatic disk allocation based on a template which I broke in the | Theo Buehler |
2016-05-29 | Refactor and clean up the logic before pledge a bit and fix pledge | Theo Buehler |
2016-05-28 | back out previous; -wAT template vnd0 fails | Theo de Raadt |
2016-05-28 | host readlabel() above the pledge so we can avoid pledge violations | Bob Beck |
2016-05-28 | fix crash if filename not provided | Bob Beck |
2016-05-28 | Hoist the opendev() call before the pledge because it can ioctl() when | Bob Beck |
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-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 |