summaryrefslogtreecommitdiffstats
path: root/sbin/growfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* With filesystem having many cylinder groups and many inodes per cg theotto2020-06-201-39/+41
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-7/+7
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-3/+5
* remove redundant variable declarations in Makefiles, since those areespie2017-07-091-2/+1
* Give growfs a chance to error out with ENOTTY before pledging disklabel.tb2016-05-281-4/+4
* simplify previous; ok bentleyjmc2016-03-171-2/+1
* missing El in previous;jmc2016-03-171-1/+2
* Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.bentley2016-03-172-11/+18
* Therefor -> Therefore (where appropriate)tb2016-01-291-2/+2
* hoist TIOCGWINSZ code upwards, and pledge "stdio disklabel" at thederaadt2015-11-281-4/+9
* spacesderaadt2015-11-271-8/+8
* Remove the debugging infrastructure, which was ~1/3 of the code. Makesmmcc2015-11-234-1246/+15
* Remove more useless comments. This whole file may go eventually, as permmcc2015-11-231-19/+1
* De-justify more comments. From FreeBSD.mmcc2015-11-201-11/+11
* Monospace comments are not meant to be justified. From FreeBSD.mmcc2015-11-201-13/+13
* Remove some weird comments containing only the name of the next function.mmcc2015-11-191-24/+1
* Don't bother casting memset() argument to void*. No binary change.mmcc2015-11-191-2/+2
* calloc((size_t)1, ...) -> calloc(1, ...)mmcc2015-11-191-2/+2
* <stdlib.h> is included, so do not need to cast result fromderaadt2015-08-201-3/+3
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-2/+2
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-201-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-12/+18
* Break annoyingly long line that keeps popping up in diffs.krw2014-05-241-2/+3
* - typo in commentchl2014-05-151-5/+4
* "new file systemsize is" -> "new filesystem size is".krw2014-05-051-2/+2
* Write last disk sector, not last 512-byte block, when testing validitykrw2014-04-301-6/+10
* Don't use p_size as if it was the full partition size, and don'tkrw2013-11-101-9/+9
* Replace (int) = (size_t)(long) with (long long) = (long long) by replacingkrw2013-11-091-5/+6
* fix obvious .An formatting errorsschwarze2013-10-191-3/+7
* Add missing .Mt macros for AUTHORS email addresses.schwarze2013-07-161-5/+5
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-112-41/+41
* handle large ino_t; ok teduderaadt2013-04-231-3/+5
* dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisdlg2010-05-181-1/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-14/+2
* Don't be picky about character case when checking response.jsg2009-04-011-2/+2
* fox format string; ok tedu@otto2008-12-241-2/+2
* Make growfs refuse to run on a dirty filesystem, and set the filesystem tockuethe2008-11-282-6/+8
* Index: src/sbin/growfs/growfs.csobrado2008-06-241-2/+2
* check fgets return valuechl2007-10-051-3/+3
* more malloc(n * m) -> calloc(n, m); from Igor Zinovikderaadt2007-09-021-3/+3
* remove m68k gcc workaround now that the gcc fix is in; ok miod@millert2007-07-171-4/+1
* disable specific gcc optimization that triggers the gcc bugmillert2007-07-091-2/+2
* Use -O1 for m68k to work around a gcc optimizer bugmillert2007-07-091-1/+4
* remove -Wallmillert2007-07-091-2/+2
* Pull in ffs2 support and other updates from FreeBSD. OK deraadt@millert2007-07-074-776/+967
* ufs_daddr_t is a dead type. growfs is the only program that uses it, yetderaadt2007-06-012-32/+32
* convert to new .Dd format;jmc2007-05-311-2/+2
* Updated disklabel format to support larger disks and partitions. Weotto2007-05-291-4/+4
* Remove 'cg_space' from 'struct cg'. Due to the alignment on 64-bitpedro2007-04-231-3/+3