aboutsummaryrefslogtreecommitdiff
path: root/sbin/growfs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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
* 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