aboutsummaryrefslogtreecommitdiff
path: root/sbin/sunlabel
Commit message (Expand)AuthorAgeFilesLines
* Simplify the GEOM OAM api: Drop the request type, and let everythingPoul-Henning Kamp2003-06-011-4/+4
* Moved libgeom.so dependencies to where they belong.Ruslan Ermilov2003-05-171-2/+2
* Fix the misspelling of DPADD, then fix "make checkdpadd".Ruslan Ermilov2003-05-031-1/+1
* Fix for dynamic linking.Jake Burkholder2003-04-271-1/+1
* Add testcases to ensure that overwriting bootcode does not trash label.Poul-Henning Kamp2003-04-231-0/+26
* If we cannot open the parent device for writing, use GEOM::CONFIG_GEOMPoul-Henning Kamp2003-04-232-24/+61
* Do not link sunlabel to disklabel.Poul-Henning Kamp2003-04-231-1/+0
* Add "-r" when we initialize the label first time.Poul-Henning Kamp2003-04-221-1/+18
* Use explicit encoding/decoding funtions for sunlabel data structures.Poul-Henning Kamp2003-04-212-34/+29
* Add minimal regression test for hotspot handling of the sunlabel.Poul-Henning Kamp2003-04-211-0/+114
* Solve printf/cast issues to make this compile in i386 as well.Poul-Henning Kamp2003-04-181-5/+5
* Hardlink sunlabel to disklabel so make release is happy. (This only affectsJake Burkholder2003-04-151-0/+1
* - Use read(2) to get the existing sunlabel on a disk, instead of parsingJake Burkholder2003-04-151-77/+81
* Add sunlabel, a more or less drop in replacement for bsd^H^H^Hdisklabel(8)Jake Burkholder2003-01-312-0/+585