summaryrefslogtreecommitdiff
path: root/sbin/growfs
AgeCommit message (Expand)Author
2024-04-23correct indentation; no functional changeJonathan Gray
2024-02-03Remove Softdep.Bob Beck
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2020-06-20With filesystem having many cylinder groups and many inodes per cg theOtto Moerbeek
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2017-07-09remove redundant variable declarations in Makefiles, since those areMarc Espie
2016-05-28Give growfs a chance to error out with ENOTTY before pledging disklabel.Theo Buehler
2016-03-17simplify previous; ok bentleyJason McIntyre
2016-03-17missing El in previous;Jason McIntyre
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.Anthony J. Bentley
2016-01-29Therefor -> Therefore (where appropriate)tb
2015-11-28hoist TIOCGWINSZ code upwards, and pledge "stdio disklabel" at theTheo de Raadt
2015-11-27spacesTheo de Raadt
2015-11-23Remove the debugging infrastructure, which was ~1/3 of the code. Makesmmcc
2015-11-23Remove more useless comments. This whole file may go eventually, as permmcc
2015-11-20De-justify more comments. From FreeBSD.mmcc
2015-11-20Monospace comments are not meant to be justified. From FreeBSD.mmcc
2015-11-19Remove some weird comments containing only the name of the next function.mmcc
2015-11-19Don't bother casting memset() argument to void*. No binary change.mmcc
2015-11-19calloc((size_t)1, ...) -> calloc(1, ...)mmcc
2015-08-20<stdlib.h> is included, so do not need to cast result fromTheo de Raadt
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-05-24Break annoyingly long line that keeps popping up in diffs.Kenneth R Westerback
2014-05-15- typo in commentCharles Longeau
2014-05-05"new file systemsize is" -> "new filesystem size is".Kenneth R Westerback
2014-04-30Write last disk sector, not last 512-byte block, when testing validityKenneth R Westerback
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