aboutsummaryrefslogtreecommitdiff
path: root/sbin/sunlabel
Commit message (Expand)AuthorAgeFilesLines
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
|/
* mdoc: fix column names, indentation, column separation within each row, andJoel Dahl2012-04-071-8/+8
* mdoc: drop even more redundant .Pp callsUlrich Spörlein2010-10-191-1/+0
* MFtbemd:Warner Losh2010-08-231-1/+1
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* Spelling fixes.Joel Dahl2010-07-311-1/+1
* Bump WARNS where possible.Ulrich Spörlein2010-02-151-2/+0
* Fix grammar error caused by my previous edit.Joerg Wunsch2005-03-301-2/+2
* Support VTOC volume names. This can be useful to distinguish multipleJoerg Wunsch2005-03-302-6/+59
* 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
* ru's mdoc(7) style police was here.Joerg Wunsch2004-06-021-23/+23
* Major overhaul of sunlabel(8).Joerg Wunsch2004-06-012-72/+757
* Correct existing usage lines, add two more.Ruslan Ermilov2004-05-171-3/+11
* When editing a Sun label, make the search for a valid partition lineJoerg Wunsch2004-05-041-4/+21
* Spell "disklabel" correctly.Ceri Davies2004-02-011-1/+1
* Install a 'disklable' alias.David E. O'Brien2004-01-311-0/+5
* Sync with bsdlabel/Makefile.David E. O'Brien2004-01-291-5/+9
* Add a very basic manpage.David E. O'Brien2004-01-292-1/+71
* 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
* 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