summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel
Commit message (Expand)AuthorAgeFilesLines
* MFC r314655:ngie2017-05-301-1/+1
* MFC r306724:sevan2016-10-161-2/+7
* Use NULL instead of 0 for pointers.araujo2016-04-181-1/+1
* Explicitly add more files to the 'runtime' package.gjb2016-02-091-0/+1
* It's 2015, and some people are still trying to use fdisk and thentrasz2015-09-021-2/+4
* Add META_MODE support.sjg2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-272-3/+2
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-192-2/+1
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge head@256284sjg2013-10-131-3/+3
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| * | | Updated dependenciessjg2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+22
* | | | mdoc: remove EOL whitespace.joel2014-12-291-1/+1
* | | | Convert sbin/ to LIBADDbapt2014-11-251-2/+1
| |_|/ |/| |
* | | Remove ia64.marcel2014-07-072-2/+1
| |/ |/|
* | Sweep man pages replacing ad -> ada.pluknet2013-10-011-3/+3
|/
* It seems that libdisk(3) incorrectly sets d_secperunit value.ae2012-04-111-1/+2
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-121-1/+1
* Spelling fixes for sbin/uqs2012-01-071-5/+5
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-2/+2
* Use in-label sectorsize to determine position of the label whensobomax2011-12-311-2/+2
* Add missing static keyword.ed2011-12-111-1/+1
* Fix multi-line comment formatting.ae2011-11-071-1/+2
* Add recommendation to use gpart(8) when user tries write disklabelae2011-11-061-4/+15
* Remove unneeded checks.ae2011-11-061-3/+2
* bsdlabel(8) could automatically fill many of disklabel's deprecatedae2011-11-061-11/+35
* To be in sync with GEOM_PART_BSD limit the maximum number of supportedae2011-11-061-1/+1
* Widen fields that display partition offset/length.uqs2011-03-102-6/+5
* Remove dead code in bsdlabel depending on __alpha__uqs2011-03-102-38/+4
* Remove bsdlabel test-script that was full of broken assumptions.uqs2011-03-102-181/+0
* Remove bsdlabel.5, which hasn't been installed in over 7 yearsuqs2011-03-103-523/+0
* Closing file descriptors when it's donekevlo2010-12-011-0/+2
* Fix some more warnings found by clang.brucec2010-11-221-1/+1
* Don't attempt to write label with GEOM_BSD based method if the class isjh2010-08-271-1/+32
* MFtbemd:imp2010-08-231-1/+1
* - Check that strtoul(3) succeeds to convert the entire string in a fewjh2010-08-151-7/+14
* - Don't assign the return value from read(2) to a variable of typejh2010-06-301-6/+8
* Use setresuid/setresgid to drop privilegeskevlo2010-05-161-2/+8
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-0/+1
* Remove the dependency on the kernel -- in particular the gctl request tomarcel2009-08-191-18/+23
* o One more s/gpt/gpart/.maxim2008-11-051-1/+1
* o Replace Xr to gpt(8) which is gone by gpart(8).maxim2008-11-051-1/+1
* - A call to close(2) might overwrite errno and thus give a wrong error messagelulf2008-09-301-1/+2
* - Improve error message given on g_providername call failure.lulf2008-09-301-1/+1
* Add missing library dependencies.ru2008-09-231-2/+2
* - Make bsdlabel use libgeom to determine provider name, device path, the medialulf2008-09-181-22/+40
* Remove comment about "-r" flag from readlabel. "-r" is a no-op.rodrigc2008-03-231-1/+0
OpenPOWER on IntegriCloud