aboutsummaryrefslogtreecommitdiff
path: root/sbin/growfs
Commit message (Expand)AuthorAgeFilesLines
* First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-14/+15
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-4/+4
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-286-3/+105
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2013-09-051-7/+2
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | Sync with HEAD.David E. O'Brien2013-02-082-14/+44
| |\ \ \ \ \
| * \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-041-5/+4
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | | | | Fix growfs(8) build with debug enabled (make -DGFSDBG).Edward Tomasz Napierala2015-04-242-5/+5
* | | | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-3/+2
* | | | | | | | Uniformly refer to a file system as "file system".Edward Tomasz Napierala2014-11-201-3/+3
* | | | | | | | Add example on how to use gpart before growfs. While here, reorder examplesEdward Tomasz Napierala2014-11-201-6/+6
* | | | | | | | Document growfs(8) feature apparently nobody knows about.Edward Tomasz Napierala2014-11-201-0/+3
* | | | | | | | Use proper ordering in EXAMPLES section in growfs(8).Edward Tomasz Napierala2014-11-201-5/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-4/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | Migrate tools/regression/sbin/ to the new tests layout.Julio Merino2014-03-163-0/+102
* | | | | Refer newfs and growfs users to fsck_ffs instead ofChristian Brueffer2014-02-091-1/+1
* | | | | Somehow stable/10 branch contains correct version, but head doesn't.Gleb Smirnoff2013-12-121-1/+1
* | | | | Adjust introduction history.Sergey Kandaurov2013-11-251-2/+2
* | | | | UFS2: make di_extsize unsigned.Pedro F. Giffuni2013-10-241-1/+1
| |_|_|/ |/| | |
* | | | Allow the use of lowercase 'yes'Eitan Adler2013-05-081-1/+1
* | | | Use arc4random() instead of random().Xin LI2013-04-151-6/+1
| |_|/ |/| |
* | | When growing a filesystem, don't leave unused space at the endEdward Tomasz Napierala2012-12-161-7/+10
* | | Fix extending filesystems of weird size by making sure the actual sizeEdward Tomasz Napierala2012-12-151-0/+6
* | | Remove superfluous paragraph macro.Joel Dahl2012-11-181-1/+0
* | | Make it possible to resize filesystems mounted read-write, using newlyEdward Tomasz Napierala2012-11-182-7/+29
| |/ |/|
* | Fix problem with geom_label(4) not recognizing UFS labels on filesystemsEdward Tomasz Napierala2012-10-301-0/+1
* | Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-2/+3
* | Remove unneeded variable reported by gcc46 which stopped being used inEitan Adler2012-07-071-3/+0
|/
* mdoc: remove redundant paragraph macro.Joel Dahl2012-05-121-1/+0
* Fix offset calculation to actually rewrite the _last_ block.Edward Tomasz Napierala2012-05-061-2/+2
* Improve growfs(8) in a few ways; unfortunately, it's somewhat hard to untangleEdward Tomasz Napierala2012-04-303-186/+263
* Style.Edward Tomasz Napierala2012-04-181-2/+2
* Style.Edward Tomasz Napierala2012-04-151-5/+5
* Remove FSIRAND and FSMAXSWAP ifdefs, removing code unconditionally.Edward Tomasz Napierala2012-04-152-20/+1
* Style.Edward Tomasz Napierala2012-04-121-10/+7
* Remove block reallocation used to make room for the cylinder groupEdward Tomasz Napierala2012-04-121-854/+165
* Remove disklabel handling code from growfs. This should be doneEdward Tomasz Napierala2012-03-291-105/+9
* After r232548, clang complains about the apparent '=-' operator (aDimitry Andric2012-03-121-1/+1
* Make growfs(8) mostly style compliant. No functional changes,Edward Tomasz Napierala2012-03-052-616/+457
* Allow growfs to be built with GCC 4.7 and -Werror.Ed Schouten2012-01-171-1/+3