summaryrefslogtreecommitdiffstats
path: root/sbin/growfs
Commit message (Expand)AuthorAgeFilesLines
* MFC r281929:trasz2015-06-212-5/+5
* MFC r274742:trasz2014-12-211-3/+3
* MFC r274741:trasz2014-12-211-6/+6
* MFC r274738:trasz2014-12-211-0/+3
* MFC r274737:trasz2014-12-211-5/+4
* MFC various moves of tools/regressions/ tests to the new infrastructure.jmmv2014-04-273-0/+102
* Refer newfs and growfs users to fsck_ffs instead ofbrueffer2014-02-161-1/+1
* MFC r256448, r257029;pfg2013-12-111-1/+1
* Allow the use of lowercase 'yes'eadler2013-05-081-1/+1
* Use arc4random() instead of random().delphij2013-04-151-6/+1
* 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
* 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
* 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
* Remove dead code. This section of code is only run in thegavin2010-01-021-10/+4
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-2/+0
* The cylinder group tag cg_initediblk needs to match the number of inodesmjacob2009-10-051-2/+8
* Fix an int overflow on very large file systems.das2007-12-171-2/+2
* Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag.pjd2006-10-311-0/+3
* Remove duplicated assignment.stefanf2006-07-171-1/+0
* Don't define FS_DEBUG by default, as this causes growfs to write debuggingrwatson2005-03-311-1/+0
* Sort sections.ru2005-01-181-18/+18
* Remove \n at the end of err(3) stringscharnier2005-01-161-7/+5
* Cross-reference ffsinfo(8).jkoshy2004-12-261-0/+1
OpenPOWER on IntegriCloud