summaryrefslogtreecommitdiffstats
path: root/regress/sbin/disklabel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reformating the test logging affected the expected output.bluhm2020-12-1724-48/+48
|
* Remove echo headlines.bluhm2020-12-171-5/+3
|
* Update, max /usr has grownotto2019-11-197-84/+84
|
* Default layout for disklabel(8) has changed, /usr became larger.bluhm2019-08-237-116/+116
| | | | | Adjust expected values in test. reminded by Moritz Buhl
* Add an update target to regenerate the expected results.bluhm2019-04-041-11/+23
| | | | OK krw@
* Update *.ok files to reflect recent modifications tokrw2019-04-0316-176/+164
| | | | the auto allocation tables.
* Sometimes make picked the wrong rule for the adapted disklabelbluhm2018-09-271-2/+2
| | | | program. An absolute path seems to fix this.
* Actually I missed the /usr/local default size change in disklabel(8).bluhm2018-09-273-24/+24
| | | | Adjust expected output.
* Split the disklabel regress into multiple tests. Move all codebluhm2018-09-2627-585/+564
| | | | | | into Makefile. Verbose testing and failing early helps debugging. Remove the disk image during cleanup to save space. OK krw@
* disklabel(8) uses hw.physmem to calculate swap and /var sizes. Thisbluhm2018-09-253-130/+130
| | | | | | | prevents reproduceable regression tests. Recompile the disklabel with a fixed memory size for this test. Also adjust expected output for recent /usr/obj and /usr/local size changes. discussed with krw@
* Try to turn this into an actual regress test.krw2018-09-193-13/+562
| | | | with & ok bluhm@
* Deprecate vnds in favour of svnds.thib2011-04-181-8/+8
| | | | | | | | | | | | In effect, this removes the "old" vndX nodes, and renames the svndX nodes to vndX. Old svndX nodes will still continue to work though, for now. Cleanup accordingly. ok deraadt@, todd@ comments and ok on the man page bits from jmc@
* add a script that I use before ever release to check that ourderaadt2010-01-041-0/+59
edge conditions for disklabel -A are going to be acceptable ok krw