Age | Commit message (Expand) | Author |
2017-10-17 | add missing HISTORY; based on CVS logs and release announcements | Ingo Schwarze |
2017-07-09 | remove redundant variable declarations in Makefiles, since those are | Marc Espie |
2016-05-28 | Give growfs a chance to error out with ENOTTY before pledging disklabel. | Theo Buehler |
2016-03-17 | simplify previous; ok bentley | Jason McIntyre |
2016-03-17 | missing El in previous; | Jason McIntyre |
2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. | Anthony J. Bentley |
2016-01-29 | Therefor -> Therefore (where appropriate) | tb |
2015-11-28 | hoist TIOCGWINSZ code upwards, and pledge "stdio disklabel" at the | Theo de Raadt |
2015-11-27 | spaces | Theo de Raadt |
2015-11-23 | Remove the debugging infrastructure, which was ~1/3 of the code. Makes | mmcc |
2015-11-23 | Remove more useless comments. This whole file may go eventually, as per | mmcc |
2015-11-20 | De-justify more comments. From FreeBSD. | mmcc |
2015-11-20 | Monospace comments are not meant to be justified. From FreeBSD. | mmcc |
2015-11-19 | Remove some weird comments containing only the name of the next function. | mmcc |
2015-11-19 | Don't bother casting memset() argument to void*. No binary change. | mmcc |
2015-11-19 | calloc((size_t)1, ...) -> calloc(1, ...) | mmcc |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-05-24 | Break annoyingly long line that keeps popping up in diffs. | Kenneth R Westerback |
2014-05-15 | - typo in comment | Charles Longeau |
2014-05-05 | "new file systemsize is" -> "new filesystem size is". | Kenneth R Westerback |
2014-04-30 | Write last disk sector, not last 512-byte block, when testing validity | Kenneth R Westerback |
2013-11-10 | Don't use p_size as if it was the full partition size, and don't | Kenneth R Westerback |
2013-11-09 | Replace (int) = (size_t)(long) with (long long) = (long long) by replacing | Kenneth R Westerback |
2013-10-19 | fix obvious .An formatting errors | Ingo Schwarze |
2013-07-16 | Add missing .Mt macros for AUTHORS email addresses. | Ingo Schwarze |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-04-23 | handle large ino_t; ok tedu | Theo de Raadt |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-04-01 | Don't be picky about character case when checking response. | Jonathan Gray |
2008-12-24 | fox format string; ok tedu@ | Otto Moerbeek |
2008-11-28 | Make growfs refuse to run on a dirty filesystem, and set the filesystem to | Chris Kuethe |
2008-06-24 | Index: src/sbin/growfs/growfs.c | Igor Sobrado |
2007-10-05 | check fgets return value | Charles Longeau |
2007-09-02 | more malloc(n * m) -> calloc(n, m); from Igor Zinovik | Theo de Raadt |
2007-07-17 | remove m68k gcc workaround now that the gcc fix is in; ok miod@ | Todd C. Miller |
2007-07-09 | disable specific gcc optimization that triggers the gcc bug | Todd C. Miller |
2007-07-09 | Use -O1 for m68k to work around a gcc optimizer bug | Todd C. Miller |
2007-07-09 | remove -Wall | Todd C. Miller |
2007-07-07 | Pull in ffs2 support and other updates from FreeBSD. OK deraadt@ | Todd C. Miller |
2007-06-01 | ufs_daddr_t is a dead type. growfs is the only program that uses it, yet | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-04-23 | Remove 'cg_space' from 'struct cg'. Due to the alignment on 64-bit | Pedro Martelletto |
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2006-03-31 | Super block changes for FFS2, thanks to all who tested. | Pedro Martelletto |