summaryrefslogtreecommitdiffstats
path: root/sbin/growfs
Commit message (Expand)AuthorAgeFilesLines
...
* 3 important fixes for growfs:scottl2004-10-091-22/+42
* Catch up with recent gcc changes and introduce a DIP_SET macrole2004-07-292-3/+9
* Downgrade WARNS level until GCC 3.4.2 warning are fixed.kan2004-07-281-1/+1
* Parenthesised string literals are invalid in initialisers for character arrays.stefanf2004-07-061-1/+1
* Include <time.h> instead of depending on namespace pollution in <sys/stat.h>bde2004-04-041-0/+1
* It seems growfs(8) is now WARNS?=6 safe.mux2004-04-031-1/+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
* Temporarily go back to WARNS=0 until I can figure out what's breakingle2004-04-031-1/+1
* Make growfs WARNS=6 clean.le2004-04-033-45/+49
* Remove these MAINTAINER lines since the maintainers has had theirjohan2004-04-011-2/+0
* Don't read an inode which isn't used to avoid problems on UFS2 where notle2004-03-261-0/+8
* Fix bogus "ffsinfo -c 0" example with "ffsinfo -g 0 -l 4".blackend2004-01-231-1/+2
* Remove another instance of 'disklabel' which eluded me last time.trhodes2003-12-261-1/+1
* s/disklabel/bsdlabeltrhodes2003-12-231-1/+1
* Remove a few unused variables.trhodes2003-10-301-3/+2
* Commit 1 of 2 to fix ffsinfo(8) for UFS2.rwatson2003-08-142-115/+292
* Remove references to ffsinfo(8) for now. It was disconnected frombrueffer2003-06-171-1/+0
* style clean.obrien2003-06-111-2/+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
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-2/+1
* Typo fix that I brought in rev 1.16keramida2002-11-211-1/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-252-6/+8
* Mention that fdisk(8) should be used to grow the containing slicekeramida2002-08-291-0/+6
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-213-34/+34
* can not -> cannot.ru2002-08-131-2/+2
* The .Nm utilitycharnier2002-07-061-4/+7
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-395/+316
* more file system > filesystemtrhodes2002-05-162-22/+22
* Remove 'register' keyword.obrien2002-03-201-1/+1
* Teach growfs's dbg_open() that a filename of "-" for output means torwatson2002-03-201-1/+4
* Typo fix: Usally -> Usually.keramida2002-02-141-1/+1
* Minor grammar fixes.markm2002-02-061-4/+4
* Default to WARNS=2.obrien2001-12-041-0/+1
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-132-2/+0
* mdoc(7) police: spelling, punctuation and markup nits.ru2001-08-101-10/+12
* fixing a bug in test mode (growfs -N)chm2001-08-082-35/+75
* MFS: in HISTORY section, fix release number of first appearancesheldonh2001-08-011-1/+1
* Remove whitespace at EOL.dd2001-07-151-18/+18
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* cleanup to get rid of most warnings on alphatomsoft2001-06-072-92/+105
* fix a bug of a only partitally initialization which could resulttomsoft2001-06-051-1/+2
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
* Fix a logical bug introduced by changing the formatting.tomsoft2000-12-131-1/+1
* Mdoc(7)ify.ru2000-12-131-18/+13
* corrected spelling mistakes in commentstomsoft2000-12-123-144/+189
OpenPOWER on IntegriCloud