aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel
Commit message (Expand)AuthorAgeFilesLines
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-1/+1
* Spelling fixes for sbin/Ulrich Spörlein2012-01-071-5/+5
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-2/+2
* Use in-label sectorsize to determine position of the label whenMaxim Sobolev2011-12-311-2/+2
* Add missing static keyword.Ed Schouten2011-12-111-1/+1
* Fix multi-line comment formatting.Andrey V. Elsukov2011-11-071-1/+2
* Add recommendation to use gpart(8) when user tries write disklabelAndrey V. Elsukov2011-11-061-4/+15
* Remove unneeded checks.Andrey V. Elsukov2011-11-061-3/+2
* bsdlabel(8) could automatically fill many of disklabel's deprecatedAndrey V. Elsukov2011-11-061-11/+35
* To be in sync with GEOM_PART_BSD limit the maximum number of supportedAndrey V. Elsukov2011-11-061-1/+1
* Widen fields that display partition offset/length.Ulrich Spörlein2011-03-102-6/+5
* Remove dead code in bsdlabel depending on __alpha__Ulrich Spörlein2011-03-102-38/+4
* Remove bsdlabel test-script that was full of broken assumptions.Ulrich Spörlein2011-03-102-181/+0
* Remove bsdlabel.5, which hasn't been installed in over 7 yearsUlrich Spörlein2011-03-103-523/+0
* Closing file descriptors when it's doneKevin Lo2010-12-011-0/+2
* Fix some more warnings found by clang.Rebecca Cran2010-11-221-1/+1
* Don't attempt to write label with GEOM_BSD based method if the class isJaakko Heinonen2010-08-271-1/+32
* MFtbemd:Warner Losh2010-08-231-1/+1
* - Check that strtoul(3) succeeds to convert the entire string in a fewJaakko Heinonen2010-08-151-7/+14
* - Don't assign the return value from read(2) to a variable of typeJaakko Heinonen2010-06-301-6/+8
* Use setresuid/setresgid to drop privilegesKevin Lo2010-05-161-2/+8
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-0/+1
* Remove the dependency on the kernel -- in particular the gctl request toMarcel Moolenaar2009-08-191-18/+23
* o One more s/gpt/gpart/.Maxim Konovalov2008-11-051-1/+1
* o Replace Xr to gpt(8) which is gone by gpart(8).Maxim Konovalov2008-11-051-1/+1
* - A call to close(2) might overwrite errno and thus give a wrong error messageUlf Lilleengen2008-09-301-1/+2
* - Improve error message given on g_providername call failure.Ulf Lilleengen2008-09-301-1/+1
* Add missing library dependencies.Ruslan Ermilov2008-09-231-2/+2
* - Make bsdlabel use libgeom to determine provider name, device path, the mediaUlf Lilleengen2008-09-181-22/+40
* Remove comment about "-r" flag from readlabel. "-r" is a no-op.Craig Rodrigues2008-03-231-1/+0
* Allow bsdlabel to operate on labels that have at most 26 partitionsMarcel Moolenaar2007-12-091-3/+5
* Remove redundant whitespace.Remko Lodder2007-12-081-1/+1
* Attempt to describe the ''auto'' type a bit better in the defaultRemko Lodder2007-12-081-2/+3
* - Fix markup.Ruslan Ermilov2006-12-291-42/+44
* o '-s' flag was killed in rev. 1.75. Clean getopt(3).Maxim Konovalov2006-10-201-1/+1
* - Don't mention (wrong) defaults for FFS file system parameters,Ruslan Ermilov2006-10-131-20/+11
* Fix utility's short description.Ruslan Ermilov2006-10-121-1/+1
* Markup fixes.Ruslan Ermilov2006-09-181-1/+1
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-2/+1
* Explain why the first partition should start at offset 16.Pawel Jakub Dawidek2006-03-081-0/+2
* Fix evil examples - first partition should start at offset 16.Pawel Jakub Dawidek2006-03-041-5/+5
* -mdoc sweep.Ruslan Ermilov2005-11-181-6/+3
* Clarify wording for -m flag.Craig Rodrigues2005-09-171-2/+12
* Attempt to improve the logic for automatically sizing partitionsIan Dowse2005-08-141-5/+62
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-101-2/+7
* Fix the derivation of the GEOM name from the specified device name byRalf S. Engelschall2005-01-071-0/+3
* The disk labels generated by bsdlabel can no address more thanBrooks Davis2004-09-092-7/+22
* The multiplier prefix is actually a multiplier suffix.Dag-Erling Smørgrav2004-08-091-1/+1
* Use fallthrough to simplify the multiplier logic; optimistically addDag-Erling Smørgrav2004-08-081-9/+14
* Fix some whitespace issues, and move a curly brace out of an #ifdef toDag-Erling Smørgrav2004-08-081-13/+14