summaryrefslogtreecommitdiffstats
path: root/sbin/growfs
Commit message (Expand)AuthorAgeFilesLines
* Merge head from 7/28sjg2014-08-191-4/+4
|\
| * use .Mt to mark up email addresses consistently (part1)bapt2014-06-201-4/+4
* | Updated dependenciessjg2014-05-161-1/+0
* | Updated dependenciessjg2014-05-101-0/+2
* | Merge from headsjg2014-05-081-1/+1
|\ \ | |/
| * Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* | Merge headsjg2014-04-286-3/+105
|\ \ | |/
| * Migrate tools/regression/sbin/ to the new tests layout.jmmv2014-03-163-0/+102
| * Refer newfs and growfs users to fsck_ffs instead ofbrueffer2014-02-091-1/+1
| * Somehow stable/10 branch contains correct version, but head doesn't.glebius2013-12-121-1/+1
| * Adjust introduction history.pluknet2013-11-251-2/+2
| * UFS2: make di_extsize unsigned.pfg2013-10-241-1/+1
* | Merge from headsjg2013-09-051-7/+2
|\ \ | |/
| * Allow the use of lowercase 'yes'eadler2013-05-081-1/+1
| * Use arc4random() instead of random().delphij2013-04-151-6/+1
* | Updated dependenciessjg2013-03-111-0/+1
* | Updated dependenciessjg2013-02-161-2/+0
* | Sync with HEAD.obrien2013-02-082-14/+44
|\ \ | |/
| * When growing a filesystem, don't leave unused space at the endtrasz2012-12-161-7/+10
| * Fix extending filesystems of weird size by making sure the actual sizetrasz2012-12-151-0/+6
| * Remove superfluous paragraph macro.joel2012-11-181-1/+0
| * Make it possible to resize filesystems mounted read-write, using newlytrasz2012-11-182-7/+29
| |
| \
*-. \ Sync from headsjg2012-11-041-5/+4
|\ \ \ | | |/ | |/|
| * | Fix problem with geom_label(4) not recognizing UFS labels on filesystemstrasz2012-10-301-0/+1
| * | Fix sbin/ build with a 64-bit ino_t.mdf2012-09-271-2/+3
| * | Remove unneeded variable reported by gcc46 which stopped being used ineadler2012-07-071-3/+0
| |/
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
|/
* mdoc: remove redundant paragraph macro.joel2012-05-121-1/+0
* Fix offset calculation to actually rewrite the _last_ block.trasz2012-05-061-2/+2
* Improve growfs(8) in a few ways; unfortunately, it's somewhat hard to untangletrasz2012-04-303-186/+263
* Style.trasz2012-04-181-2/+2
* Style.trasz2012-04-151-5/+5
* Remove FSIRAND and FSMAXSWAP ifdefs, removing code unconditionally.trasz2012-04-152-20/+1
* Style.trasz2012-04-121-10/+7
* Remove block reallocation used to make room for the cylinder grouptrasz2012-04-121-854/+165
* Remove disklabel handling code from growfs. This should be donetrasz2012-03-291-105/+9
* After r232548, clang complains about the apparent '=-' operator (adim2012-03-121-1/+1
* Make growfs(8) mostly style compliant. No functional changes,trasz2012-03-052-616/+457
* Allow growfs to be built with GCC 4.7 and -Werror.ed2012-01-171-1/+3
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-1/+1
* Revert the mechanical change from 'file system' to 'filesystem', committedtrasz2011-06-282-41/+41
* Cosmetic fixes; mostly s/file system/filesystem/g and removing weird indenttrasz2011-06-222-46/+46
* We now have multiple filesystems (UFS, ZFS, ...), so for tools that onlygavin2011-05-081-2/+2
* Fix typos - remove duplicate "is".brucec2011-02-231-1/+1
* s/utime/modtime/g -- utime shadows utime(3).marcel2011-01-221-12/+12
* Fix some more warnings found by clang.brucec2010-11-221-1/+1
* Unbreak the build on strong-aligned architectures (arm, ia64).marcel2010-09-201-1/+1
* Revise r197763 which fixes filesystem corruption when extendingbrian2010-09-191-14/+13
* When growing a UFS1 filesystem, we need to initialise all inodes in any newgavin2010-02-131-4/+2
* Quiet spurious warnings.mckusick2010-02-111-8/+8
OpenPOWER on IntegriCloud