| Commit message (Expand) | Author | Age | Files | Lines |
* | Somehow stable/10 branch contains correct version, but head doesn't. | glebius | 2013-12-12 | 1 | -1/+1 |
* | Adjust introduction history. | pluknet | 2013-11-25 | 1 | -2/+2 |
* | UFS2: make di_extsize unsigned. | pfg | 2013-10-24 | 1 | -1/+1 |
* | Allow the use of lowercase 'yes' | eadler | 2013-05-08 | 1 | -1/+1 |
* | Use arc4random() instead of random(). | delphij | 2013-04-15 | 1 | -6/+1 |
* | When growing a filesystem, don't leave unused space at the end | trasz | 2012-12-16 | 1 | -7/+10 |
* | Fix extending filesystems of weird size by making sure the actual size | trasz | 2012-12-15 | 1 | -0/+6 |
* | Remove superfluous paragraph macro. | joel | 2012-11-18 | 1 | -1/+0 |
* | Make it possible to resize filesystems mounted read-write, using newly | trasz | 2012-11-18 | 2 | -7/+29 |
* | Fix problem with geom_label(4) not recognizing UFS labels on filesystems | trasz | 2012-10-30 | 1 | -0/+1 |
* | Fix sbin/ build with a 64-bit ino_t. | mdf | 2012-09-27 | 1 | -2/+3 |
* | Remove unneeded variable reported by gcc46 which stopped being used in | eadler | 2012-07-07 | 1 | -3/+0 |
* | mdoc: remove redundant paragraph macro. | joel | 2012-05-12 | 1 | -1/+0 |
* | Fix offset calculation to actually rewrite the _last_ block. | trasz | 2012-05-06 | 1 | -2/+2 |
* | Improve growfs(8) in a few ways; unfortunately, it's somewhat hard to untangle | trasz | 2012-04-30 | 3 | -186/+263 |
* | Style. | trasz | 2012-04-18 | 1 | -2/+2 |
* | Style. | trasz | 2012-04-15 | 1 | -5/+5 |
* | Remove FSIRAND and FSMAXSWAP ifdefs, removing code unconditionally. | trasz | 2012-04-15 | 2 | -20/+1 |
* | Style. | trasz | 2012-04-12 | 1 | -10/+7 |
* | Remove block reallocation used to make room for the cylinder group | trasz | 2012-04-12 | 1 | -854/+165 |
* | Remove disklabel handling code from growfs. This should be done | trasz | 2012-03-29 | 1 | -105/+9 |
* | After r232548, clang complains about the apparent '=-' operator (a | dim | 2012-03-12 | 1 | -1/+1 |
* | Make growfs(8) mostly style compliant. No functional changes, | trasz | 2012-03-05 | 2 | -616/+457 |
* | Allow growfs to be built with GCC 4.7 and -Werror. | ed | 2012-01-17 | 1 | -1/+3 |
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 1 | -1/+1 |
* | Revert the mechanical change from 'file system' to 'filesystem', committed | trasz | 2011-06-28 | 2 | -41/+41 |
* | Cosmetic fixes; mostly s/file system/filesystem/g and removing weird indent | trasz | 2011-06-22 | 2 | -46/+46 |
* | We now have multiple filesystems (UFS, ZFS, ...), so for tools that only | gavin | 2011-05-08 | 1 | -2/+2 |
* | Fix typos - remove duplicate "is". | brucec | 2011-02-23 | 1 | -1/+1 |
* | s/utime/modtime/g -- utime shadows utime(3). | marcel | 2011-01-22 | 1 | -12/+12 |
* | Fix some more warnings found by clang. | brucec | 2010-11-22 | 1 | -1/+1 |
* | Unbreak the build on strong-aligned architectures (arm, ia64). | marcel | 2010-09-20 | 1 | -1/+1 |
* | Revise r197763 which fixes filesystem corruption when extending | brian | 2010-09-19 | 1 | -14/+13 |
* | When growing a UFS1 filesystem, we need to initialise all inodes in any new | gavin | 2010-02-13 | 1 | -4/+2 |
* | Quiet spurious warnings. | mckusick | 2010-02-11 | 1 | -8/+8 |
* | Remove dead code. This section of code is only run in the | gavin | 2010-01-02 | 1 | -10/+4 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -2/+0 |
* | The cylinder group tag cg_initediblk needs to match the number of inodes | mjacob | 2009-10-05 | 1 | -2/+8 |
* | Fix an int overflow on very large file systems. | das | 2007-12-17 | 1 | -2/+2 |
* | Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag. | pjd | 2006-10-31 | 1 | -0/+3 |
* | Remove duplicated assignment. | stefanf | 2006-07-17 | 1 | -1/+0 |
* | Don't define FS_DEBUG by default, as this causes growfs to write debugging | rwatson | 2005-03-31 | 1 | -1/+0 |
* | Sort sections. | ru | 2005-01-18 | 1 | -18/+18 |
* | Remove \n at the end of err(3) strings | charnier | 2005-01-16 | 1 | -7/+5 |
* | Cross-reference ffsinfo(8). | jkoshy | 2004-12-26 | 1 | -0/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | 3 important fixes for growfs: | scottl | 2004-10-09 | 1 | -22/+42 |
* | Catch up with recent gcc changes and introduce a DIP_SET macro | le | 2004-07-29 | 2 | -3/+9 |
* | Downgrade WARNS level until GCC 3.4.2 warning are fixed. | kan | 2004-07-28 | 1 | -1/+1 |
* | Parenthesised string literals are invalid in initialisers for character arrays. | stefanf | 2004-07-06 | 1 | -1/+1 |