aboutsummaryrefslogtreecommitdiff
path: root/sbin/growfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-1/+1
* Revert the mechanical change from 'file system' to 'filesystem', committedEdward Tomasz Napierala2011-06-282-41/+41
* Cosmetic fixes; mostly s/file system/filesystem/g and removing weird indentEdward Tomasz Napierala2011-06-222-46/+46
* We now have multiple filesystems (UFS, ZFS, ...), so for tools that onlyGavin Atkinson2011-05-081-2/+2
* Fix typos - remove duplicate "is".Rebecca Cran2011-02-231-1/+1
* s/utime/modtime/g -- utime shadows utime(3).Marcel Moolenaar2011-01-221-12/+12
* Fix some more warnings found by clang.Rebecca Cran2010-11-221-1/+1
* Unbreak the build on strong-aligned architectures (arm, ia64).Marcel Moolenaar2010-09-201-1/+1
* Revise r197763 which fixes filesystem corruption when extendingBrian Somers2010-09-191-14/+13
* When growing a UFS1 filesystem, we need to initialise all inodes in any newGavin Atkinson2010-02-131-4/+2
* Quiet spurious warnings.Kirk McKusick2010-02-111-8/+8
* Remove dead code. This section of code is only run in theGavin Atkinson2010-01-021-10/+4
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-2/+0
* The cylinder group tag cg_initediblk needs to match the number of inodesMatt Jacob2009-10-051-2/+8
* Fix an int overflow on very large file systems.David Schultz2007-12-171-2/+2
* Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag.Pawel Jakub Dawidek2006-10-311-0/+3
* Remove duplicated assignment.Stefan Farfeleder2006-07-171-1/+0
* Don't define FS_DEBUG by default, as this causes growfs to write debuggingRobert Watson2005-03-311-1/+0
* Sort sections.Ruslan Ermilov2005-01-181-18/+18
* Remove \n at the end of err(3) stringsPhilippe Charnier2005-01-161-7/+5
* Cross-reference ffsinfo(8).Joseph Koshy2004-12-261-0/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* 3 important fixes for growfs:Scott Long2004-10-091-22/+42
* Catch up with recent gcc changes and introduce a DIP_SET macroLukas Ertl2004-07-292-3/+9
* Downgrade WARNS level until GCC 3.4.2 warning are fixed.Alexander Kabaev2004-07-281-1/+1
* Parenthesised string literals are invalid in initialisers for character arrays.Stefan Farfeleder2004-07-061-1/+1
* Include <time.h> instead of depending on namespace pollution in <sys/stat.h>Bruce Evans2004-04-041-0/+1
* It seems growfs(8) is now WARNS?=6 safe.Maxime Henrion2004-04-031-1/+1
* Fix the remaining warnings of growfs(8) on my sparc64 box withMaxime Henrion2004-04-031-4/+4