Age | Commit message (Expand) | Author |
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-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-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-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-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 |
2006-01-14 | Add a -q flag to reduce output a la newfs, and print the raw device we are | Miod Vallat |
2005-12-19 | Add and use a few more constants and macros needed by UFS2 | Pedro Martelletto |
2005-04-14 | handle snprintf out of range conditions; otto ok | Theo de Raadt |
2004-03-15 | some small knf | Theo de Raadt |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-10-28 | better partition finding. instead of groveling around looking for | Ted Unangst |
2003-10-26 | fix partition selection to allow all partitions to be grown. | Ted Unangst |
2003-10-14 | getopt() returns int not char. ok pvalchev@ | Dale Rahn |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-16 | more errx/warnx style \n errors; tom.cosgrove@arches-consulting.com | Theo de Raadt |
2003-08-07 | add missing tags and make this compile with debug. | Federico G. Schwindt |
2003-08-04 | spelling, freebsd pr50979 via khalek on irc | Ted Unangst |
2003-07-29 | more pretty | Ted Unangst |
2003-07-28 | introducing growfs, compliments of freebsd. cleaned up slightly to obey knf. | Ted Unangst |