aboutsummaryrefslogtreecommitdiff
path: root/sbin/sunlabel/sunlabel.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Re-ident lines.Marcelo Araujo2016-04-201-12/+4
* Use nitems() from sys/param.h.Marcelo Araujo2016-04-201-4/+4
* Support VTOC volume names. This can be useful to distinguish multipleJoerg Wunsch2005-03-301-4/+48
* Fix grammar error.David E. O'Brien2005-02-151-1/+1
* Fix indentation of continuation lines to (hopefully) comply withJoerg Wunsch2004-06-181-28/+30
* Cast the arguments to make_h_number() to uintmax_t before multiplyingJoerg Wunsch2004-06-111-2/+2
* Major overhaul of sunlabel(8).Joerg Wunsch2004-06-011-66/+405
* When editing a Sun label, make the search for a valid partition lineJoerg Wunsch2004-05-041-4/+21
* Use (char *)NULL to terminate the argument list for execlp().Hartmut Brandt2003-10-301-1/+1
* Simplify the GEOM OAM api: Drop the request type, and let everythingPoul-Henning Kamp2003-06-011-4/+4
* If we cannot open the parent device for writing, use GEOM::CONFIG_GEOMPoul-Henning Kamp2003-04-231-24/+58
* Use explicit encoding/decoding funtions for sunlabel data structures.Poul-Henning Kamp2003-04-211-34/+23
* Solve printf/cast issues to make this compile in i386 as well.Poul-Henning Kamp2003-04-181-5/+5
* - 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-311-0/+578