| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-20 | With filesystem having many cylinder groups and many inodes per cg the |  otto | 1 | -39/+41 |
| 2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 1 | -2/+2 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -7/+7 |
| 2017-10-17 | add missing HISTORY; based on CVS logs and release announcements |  schwarze | 1 | -3/+5 |
| 2017-07-09 | remove redundant variable declarations in Makefiles, since those are |  espie | 1 | -2/+1 |
| 2016-05-28 | Give growfs a chance to error out with ENOTTY before pledging disklabel. |  tb | 1 | -4/+4 |
| 2016-03-17 | simplify previous; ok bentley |  jmc | 1 | -2/+1 |
| 2016-03-17 | missing El in previous; |  jmc | 1 | -1/+2 |
| 2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. |  bentley | 2 | -11/+18 |
| 2016-01-29 | Therefor -> Therefore (where appropriate) |  tb | 1 | -2/+2 |
| 2015-11-28 | hoist TIOCGWINSZ code upwards, and pledge "stdio disklabel" at the |  deraadt | 1 | -4/+9 |
| 2015-11-27 | spaces |  deraadt | 1 | -8/+8 |
| 2015-11-23 | Remove the debugging infrastructure, which was ~1/3 of the code. Makes |  mmcc | 4 | -1246/+15 |
| 2015-11-23 | Remove more useless comments. This whole file may go eventually, as per |  mmcc | 1 | -19/+1 |
| 2015-11-20 | De-justify more comments. From FreeBSD. |  mmcc | 1 | -11/+11 |
| 2015-11-20 | Monospace comments are not meant to be justified. From FreeBSD. |  mmcc | 1 | -13/+13 |
| 2015-11-19 | Remove some weird comments containing only the name of the next function. |  mmcc | 1 | -24/+1 |
| 2015-11-19 | Don't bother casting memset() argument to void*. No binary change. |  mmcc | 1 | -2/+2 |
| 2015-11-19 | calloc((size_t)1, ...) -> calloc(1, ...) |  mmcc | 1 | -2/+2 |
| 2015-08-20 | <stdlib.h> is included, so do not need to cast result from |  deraadt | 1 | -3/+3 |
| 2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 1 | -2/+2 |
| 2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or |  deraadt | 1 | -2/+2 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2 | -12/+18 |
| 2014-05-24 | Break annoyingly long line that keeps popping up in diffs. |  krw | 1 | -2/+3 |
| 2014-05-15 | - typo in comment |  chl | 1 | -5/+4 |
| 2014-05-05 | "new file systemsize is" -> "new filesystem size is". |  krw | 1 | -2/+2 |
| 2014-04-30 | Write last disk sector, not last 512-byte block, when testing validity |  krw | 1 | -6/+10 |
| 2013-11-10 | Don't use p_size as if it was the full partition size, and don't |  krw | 1 | -9/+9 |
| 2013-11-09 | Replace (int) = (size_t)(long) with (long long) = (long long) by replacing |  krw | 1 | -5/+6 |
| 2013-10-19 | fix obvious .An formatting errors |  schwarze | 1 | -3/+7 |
| 2013-07-16 | Add missing .Mt macros for AUTHORS email addresses. |  schwarze | 1 | -5/+5 |
| 2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2 | -41/+41 |
| 2013-04-23 | handle large ino_t; ok tedu |  deraadt | 1 | -3/+5 |
| 2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this |  dlg | 1 | -1/+2 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2 | -14/+2 |
| 2009-04-01 | Don't be picky about character case when checking response. |  jsg | 1 | -2/+2 |
| 2008-12-24 | fox format string; ok tedu@ |  otto | 1 | -2/+2 |
| 2008-11-28 | Make growfs refuse to run on a dirty filesystem, and set the filesystem to |  ckuethe | 2 | -6/+8 |
| 2008-06-24 | Index: src/sbin/growfs/growfs.c |  sobrado | 1 | -2/+2 |
| 2007-10-05 | check fgets return value |  chl | 1 | -3/+3 |
| 2007-09-02 | more malloc(n * m) -> calloc(n, m); from Igor Zinovik |  deraadt | 1 | -3/+3 |
| 2007-07-17 | remove m68k gcc workaround now that the gcc fix is in; ok miod@ |  millert | 1 | -4/+1 |
| 2007-07-09 | disable specific gcc optimization that triggers the gcc bug |  millert | 1 | -2/+2 |
| 2007-07-09 | Use -O1 for m68k to work around a gcc optimizer bug |  millert | 1 | -1/+4 |
| 2007-07-09 | remove -Wall |  millert | 1 | -2/+2 |
| 2007-07-07 | Pull in ffs2 support and other updates from FreeBSD. OK deraadt@ |  millert | 4 | -774/+965 |
| 2007-06-01 | ufs_daddr_t is a dead type. growfs is the only program that uses it, yet |  deraadt | 2 | -32/+32 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-29 | Updated disklabel format to support larger disks and partitions. We |  otto | 1 | -4/+4 |
| 2007-04-23 | Remove 'cg_space' from 'struct cg'. Due to the alignment on 64-bit |  pedro | 1 | -3/+3 |