summaryrefslogtreecommitdiffstats
path: root/sbin/growfs/growfs.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r281929:trasz2015-06-211-2/+2
* Refer newfs and growfs users to fsck_ffs instead ofbrueffer2014-02-161-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
* Make it possible to resize filesystems mounted read-write, using newlytrasz2012-11-181-7/+23
* 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
* 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-301-102/+237
* Style.trasz2012-04-181-2/+2
* Style.trasz2012-04-151-5/+5
* Remove FSIRAND and FSMAXSWAP ifdefs, removing code unconditionally.trasz2012-04-151-16/+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-051-505/+378
* 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-281-22/+22
* Cosmetic fixes; mostly s/file system/filesystem/g and removing weird indenttrasz2011-06-221-25/+25
* Fix typos - remove duplicate "is".brucec2011-02-231-1/+1
* s/utime/modtime/g -- utime shadows utime(3).marcel2011-01-221-12/+12
* 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
* 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
* Remove duplicated assignment.stefanf2006-07-171-1/+0
* Remove \n at the end of err(3) stringscharnier2005-01-161-7/+5
* 3 important fixes for growfs:scottl2004-10-091-22/+42
* Catch up with recent gcc changes and introduce a DIP_SET macrole2004-07-291-2/+8
* Include <time.h> instead of depending on namespace pollution in <sys/stat.h>bde2004-04-041-0/+1
* Fix the remaining warnings of growfs(8) on my sparc64 box withmux2004-04-031-4/+4
* - Don't abuse caddr_t when what we really want is a void *.mux2004-04-031-4/+5
* Make growfs WARNS=6 clean.le2004-04-031-34/+38
* Don't read an inode which isn't used to avoid problems on UFS2 where notle2004-03-261-0/+8
* Remove a few unused variables.trhodes2003-10-301-3/+2
* Understand GEOM. This makes growfs work again, but it really needs rewriting.grog2003-05-121-28/+57
* Fix typos in comments; some style(9) fixes; no code changes.schweikh2003-04-261-121/+117
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-2/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-4/+5
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-19/+19
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-395/+316
OpenPOWER on IntegriCloud