aboutsummaryrefslogtreecommitdiff
path: root/sbin/growfs/growfs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove \n at the end of err(3) stringsPhilippe Charnier2005-01-161-7/+5
* 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-291-2/+8
* Include <time.h> instead of depending on namespace pollution in <sys/stat.h>Bruce Evans2004-04-041-0/+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
* Make growfs WARNS=6 clean.Lukas Ertl2004-04-031-34/+38
* Don't read an inode which isn't used to avoid problems on UFS2 where notLukas Ertl2004-03-261-0/+8
* Remove a few unused variables.Tom Rhodes2003-10-301-3/+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
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-271-2/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-4/+5
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-19/+19
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-395/+316
* more file system > filesystemTom Rhodes2002-05-161-8/+8
* Remove 'register' keyword.David E. O'Brien2002-03-201-1/+1
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-1/+0
* fixing a bug in test mode (growfs -N)Christoph Herrmann2001-08-081-0/+15
* cleanup to get rid of most warnings on alphaThomas-Henning von Kamptz2001-06-071-83/+95
* fix a bug of a only partitally initialization which could resultThomas-Henning von Kamptz2001-06-051-1/+2
* corrected spelling mistakes in commentsThomas-Henning von Kamptz2000-12-121-110/+144
* added growfs(8) including ffsinfo(8) to the freebsd base systemThomas-Henning von Kamptz2000-12-091-0/+2476