summaryrefslogtreecommitdiff
path: root/sbin/growfs
AgeCommit message (Expand)Author
2013-11-10Don't use p_size as if it was the full partition size, and don'tKenneth R Westerback
2013-11-09Replace (int) = (size_t)(long) with (long long) = (long long) by replacingKenneth R Westerback
2013-10-19fix obvious .An formatting errorsIngo Schwarze
2013-07-16Add missing .Mt macros for AUTHORS email addresses.Ingo Schwarze
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-04-23handle large ino_t; ok teduTheo de Raadt
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-04-01Don't be picky about character case when checking response.Jonathan Gray
2008-12-24fox format string; ok tedu@Otto Moerbeek
2008-11-28Make growfs refuse to run on a dirty filesystem, and set the filesystem toChris Kuethe
2008-06-24Index: src/sbin/growfs/growfs.cIgor Sobrado
2007-10-05check fgets return valueCharles Longeau
2007-09-02more malloc(n * m) -> calloc(n, m); from Igor ZinovikTheo de Raadt
2007-07-17remove m68k gcc workaround now that the gcc fix is in; ok miod@Todd C. Miller
2007-07-09disable specific gcc optimization that triggers the gcc bugTodd C. Miller
2007-07-09Use -O1 for m68k to work around a gcc optimizer bugTodd C. Miller
2007-07-09remove -WallTodd C. Miller
2007-07-07Pull in ffs2 support and other updates from FreeBSD. OK deraadt@Todd C. Miller
2007-06-01ufs_daddr_t is a dead type. growfs is the only program that uses it, yetTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2007-04-23Remove 'cg_space' from 'struct cg'. Due to the alignment on 64-bitPedro Martelletto
2007-03-19Add FFS2 fields to the superblock, change file system tools to keepPedro Martelletto
2006-04-02use SEEK_* for lseek()Theo de Raadt
2006-03-31Super block changes for FFS2, thanks to all who tested.Pedro Martelletto
2006-01-14Add a -q flag to reduce output a la newfs, and print the raw device we areMiod Vallat
2005-12-19Add and use a few more constants and macros needed by UFS2Pedro Martelletto
2005-04-14handle snprintf out of range conditions; otto okTheo de Raadt
2004-07-28sort options, and fix a spurious list width;Jason McIntyre
2004-03-15some small knfTheo de Raadt
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-28better partition finding. instead of groveling around looking forTed Unangst
2003-10-26fix partition selection to allow all partitions to be grown.Ted Unangst
2003-10-14getopt() returns int not char. ok pvalchev@Dale Rahn
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-16more errx/warnx style \n errors; tom.cosgrove@arches-consulting.comTheo de Raadt
2003-08-07add missing tags and make this compile with debug.Federico G. Schwindt
2003-08-06ufs -> ffs as requested in pr3391. also rework part talking aboutTed Unangst
2003-08-05better wording for the -y option;Jason McIntyre
2003-08-04nuke paragraph about snapshots. we don't support them.Federico G. Schwindt
2003-08-04spelling, freebsd pr50979 via khalek on ircTed Unangst
2003-07-29more prettyTed Unangst
2003-07-29spacesTheo de Raadt
2003-07-28tweak;Jason McIntyre
2003-07-28introducing growfs, compliments of freebsd. cleaned up slightly to obey knf.Ted Unangst