| Commit message (Expand) | Author | Age | Files | Lines |
* | With filesystem having many cylinder groups and many inodes per cg the |  otto | 2020-06-20 | 1 | -39/+41 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 2019-07-03 | 1 | -2/+2 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -7/+7 |
* | Give growfs a chance to error out with ENOTTY before pledging disklabel. |  tb | 2016-05-28 | 1 | -4/+4 |
* | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. |  bentley | 2016-03-17 | 1 | -9/+7 |
* | Therefor -> Therefore (where appropriate) |  tb | 2016-01-29 | 1 | -2/+2 |
* | hoist TIOCGWINSZ code upwards, and pledge "stdio disklabel" at the |  deraadt | 2015-11-28 | 1 | -4/+9 |
* | spaces |  deraadt | 2015-11-27 | 1 | -8/+8 |
* | Remove the debugging infrastructure, which was ~1/3 of the code. Makes |  mmcc | 2015-11-23 | 1 | -248/+14 |
* | De-justify more comments. From FreeBSD. |  mmcc | 2015-11-20 | 1 | -11/+11 |
* | Monospace comments are not meant to be justified. From FreeBSD. |  mmcc | 2015-11-20 | 1 | -13/+13 |
* | Remove some weird comments containing only the name of the next function. |  mmcc | 2015-11-19 | 1 | -24/+1 |
* | Don't bother casting memset() argument to void*. No binary change. |  mmcc | 2015-11-19 | 1 | -2/+2 |
* | calloc((size_t)1, ...) -> calloc(1, ...) |  mmcc | 2015-11-19 | 1 | -2/+2 |
* | <stdlib.h> is included, so do not need to cast result from |  deraadt | 2015-08-20 | 1 | -3/+3 |
* | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 2015-04-18 | 1 | -2/+2 |
* | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or |  deraadt | 2015-01-20 | 1 | -2/+2 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -7/+11 |
* | - typo in comment |  chl | 2014-05-15 | 1 | -5/+4 |
* | "new file systemsize is" -> "new filesystem size is". |  krw | 2014-05-05 | 1 | -2/+2 |
* | Write last disk sector, not last 512-byte block, when testing validity |  krw | 2014-04-30 | 1 | -6/+10 |
* | Don't use p_size as if it was the full partition size, and don't |  krw | 2013-11-10 | 1 | -9/+9 |
* | Replace (int) = (size_t)(long) with (long long) = (long long) by replacing |  krw | 2013-11-09 | 1 | -5/+6 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -34/+34 |
* | handle large ino_t; ok tedu |  deraadt | 2013-04-23 | 1 | -3/+5 |
* | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this |  dlg | 2010-05-18 | 1 | -1/+2 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -8/+1 |
* | Don't be picky about character case when checking response. |  jsg | 2009-04-01 | 1 | -2/+2 |
* | fox format string; ok tedu@ |  otto | 2008-12-24 | 1 | -2/+2 |
* | Make growfs refuse to run on a dirty filesystem, and set the filesystem to |  ckuethe | 2008-11-28 | 1 | -1/+4 |
* | Index: src/sbin/growfs/growfs.c |  sobrado | 2008-06-24 | 1 | -2/+2 |
* | check fgets return value |  chl | 2007-10-05 | 1 | -3/+3 |
* | more malloc(n * m) -> calloc(n, m); from Igor Zinovik |  deraadt | 2007-09-02 | 1 | -3/+3 |
* | Pull in ffs2 support and other updates from FreeBSD. OK deraadt@ |  millert | 2007-07-07 | 1 | -594/+615 |
* | ufs_daddr_t is a dead type. growfs is the only program that uses it, yet |  deraadt | 2007-06-01 | 1 | -20/+20 |
* | Updated disklabel format to support larger disks and partitions. We |  otto | 2007-05-29 | 1 | -4/+4 |
* | Remove 'cg_space' from 'struct cg'. Due to the alignment on 64-bit |  pedro | 2007-04-23 | 1 | -3/+3 |
* | Add FFS2 fields to the superblock, change file system tools to keep |  pedro | 2007-03-19 | 1 | -93/+95 |
* | use SEEK_* for lseek() |  deraadt | 2006-04-02 | 1 | -3/+3 |
* | Super block changes for FFS2, thanks to all who tested. |  pedro | 2006-03-31 | 1 | -2/+4 |
* | Add a -q flag to reduce output a la newfs, and print the raw device we are |  miod | 2006-01-14 | 1 | -15/+26 |
* | Add and use a few more constants and macros needed by UFS2 |  pedro | 2005-12-19 | 1 | -3/+4 |
* | handle snprintf out of range conditions; otto ok |  deraadt | 2005-04-14 | 1 | -3/+5 |
* | some small knf |  deraadt | 2004-03-15 | 1 | -5/+6 |
* | typos from Jonathon Gray; |  jmc | 2003-11-08 | 1 | -3/+3 |
* | better partition finding. instead of groveling around looking for |  tedu | 2003-10-28 | 1 | -39/+22 |
* | fix partition selection to allow all partitions to be grown. |  tedu | 2003-10-26 | 1 | -4/+6 |
* | getopt() returns int not char. ok pvalchev@ |  drahn | 2003-10-14 | 1 | -3/+3 |
* | rename struct dinode to ufs1_dinode. clears the namespace and makes |  tedu | 2003-08-25 | 1 | -9/+9 |
* | more errx/warnx style \n errors; tom.cosgrove@arches-consulting.com |  deraadt | 2003-08-16 | 1 | -3/+3 |