summaryrefslogtreecommitdiff
path: root/sbin/vnconfig
AgeCommit message (Expand)Author
2024-11-09usage should fit in a 80-column display.Igor Sobrado
2023-05-14Improve emulation of a disktab entry (-t) by using the typeKenneth R Westerback
2022-10-04Don't print device when passed as an argumentKlemens Nanni
2022-09-01Don't print device name on failureKlemens Nanni
2022-08-20-k and -K are mutually exclusive, make usage match manualKlemens Nanni
2022-08-19Zap useless castKlemens Nanni
2022-08-16Remove -c compatKlemens Nanni
2022-08-16-v prints to standard error not outputKlemens Nanni
2021-10-25Zap unused variables/functions under /usr/src/*bin/Klemens Nanni
2021-09-22if the key is a secret to be cleared with explicit_bzero, then theTheo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-04-30tweak synopsis to match actual option logicMarc Espie
2019-04-28fix misplaced hyphen in usage();Jason McIntyre
2019-04-28Remove need for -A option, lack of a vnd_dev option implies creatingTheo de Raadt
2019-04-27keep the grammatical structure of the options list consistent;Jason McIntyre
2019-04-26document -AMarc Espie
2019-04-25Push verbose information to stderr, to avoid confusion with -A's output.Theo de Raadt
2019-04-25fix some basic formatting issues;Jason McIntyre
2019-04-25Split vnconfig out of mount_vnd, and begin work on a vnd-allocationTheo de Raadt