aboutsummaryrefslogtreecommitdiff
path: root/sbin/growfs
Commit message (Expand)AuthorAgeFilesLines
* Filesystem utilities that modify the filesystem (growfs(8), tunefs(8),Kirk McKusick2020-10-251-0/+6
* Add missing cylinder group check-hash updates when doing large expansionsKirk McKusick2020-09-221-0/+3
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-061-1/+1
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-131-13/+31
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-73/+50
* Tone down the description for the growfs "-y" flag.Edward Tomasz Napierala2017-12-131-10/+4
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-183-3/+9
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+1
* growfs: ANSIfy cgckhash()Ed Maste2017-10-101-2/+1
* Growfs got missed in r323923 that added a check hash to cylinder groups.Kirk McKusick2017-10-102-1/+19
* Check the exit code from fsck_ffs instead of relying on MODIFIED being in the...Enji Cooper2017-10-101-9/+21
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-3/+3
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-152-6/+6
* Use bsdlabel as we don't have hardlink disklabel -> bsdlabel on MIPS.Ruslan Bukin2016-09-261-1/+1
* Cosmetic fixes for growfs(8) - remove unneeded capitalization and a spuriousEdward Tomasz Napierala2016-05-111-4/+4
* Update the example growfs(8) manual page to include information on howEdward Tomasz Napierala2016-05-101-9/+8
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* Use MIN() macro from sys/param.h.Marcelo Araujo2016-05-021-2/+1
* sbin: use our howmany() macro when available through <sys/param.h>.Pedro F. Giffuni2016-05-011-1/+2
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-14/+15
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-4/+4
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-286-3/+105
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2013-09-051-7/+2
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | Sync with HEAD.David E. O'Brien2013-02-082-14/+44
| |\ \ \ \ \
| * \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-041-5/+4
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | | | | Fix growfs(8) build with debug enabled (make -DGFSDBG).Edward Tomasz Napierala2015-04-242-5/+5
* | | | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-3/+2
* | | | | | | | Uniformly refer to a file system as "file system".Edward Tomasz Napierala2014-11-201-3/+3
* | | | | | | | Add example on how to use gpart before growfs. While here, reorder examplesEdward Tomasz Napierala2014-11-201-6/+6
* | | | | | | | Document growfs(8) feature apparently nobody knows about.Edward Tomasz Napierala2014-11-201-0/+3
* | | | | | | | Use proper ordering in EXAMPLES section in growfs(8).Edward Tomasz Napierala2014-11-201-5/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-4/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | Migrate tools/regression/sbin/ to the new tests layout.Julio Merino2014-03-163-0/+102