aboutsummaryrefslogtreecommitdiff
path: root/sbin/growfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Don't abuse caddr_t when what we really want is a void *.Maxime Henrion2004-04-031-4/+5
* Temporarily go back to WARNS=0 until I can figure out what's breakingLukas Ertl2004-04-031-1/+1
* Make growfs WARNS=6 clean.Lukas Ertl2004-04-033-45/+49
* Remove these MAINTAINER lines since the maintainers has had theirJohan Karlsson2004-04-011-2/+0
* Don't read an inode which isn't used to avoid problems on UFS2 where notLukas Ertl2004-03-261-0/+8
* Fix bogus "ffsinfo -c 0" example with "ffsinfo -g 0 -l 4".Marc Fonvieille2004-01-231-1/+2
* Remove another instance of 'disklabel' which eluded me last time.Tom Rhodes2003-12-261-1/+1
* s/disklabel/bsdlabelTom Rhodes2003-12-231-1/+1
* Remove a few unused variables.Tom Rhodes2003-10-301-3/+2
* Commit 1 of 2 to fix ffsinfo(8) for UFS2.Robert Watson2003-08-142-115/+292
* Remove references to ffsinfo(8) for now. It was disconnected fromChristian Brueffer2003-06-171-1/+0
* style clean.David E. O'Brien2003-06-111-2/+2
* Understand GEOM. This makes growfs work again, but it really needs rewriting.Greg Lehey2003-05-121-28/+57
* Fix typos in comments; some style(9) fixes; no code changes.Jens Schweikhardt2003-04-261-121/+117
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-271-2/+1
* Typo fix that I brought in rev 1.16Giorgos Keramidas2002-11-211-1/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-252-6/+8
* Mention that fdisk(8) should be used to grow the containing sliceGiorgos Keramidas2002-08-291-0/+6
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-213-34/+34
* can not -> cannot.Ruslan Ermilov2002-08-131-2/+2
* The .Nm utilityPhilippe Charnier2002-07-061-4/+7
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-395/+316
* more file system > filesystemTom Rhodes2002-05-162-22/+22