summaryrefslogtreecommitdiff
path: root/sbin/growfs
AgeCommit message (Expand)Author
2025-06-17growfs(8): use gpart(8) instead of bsdlabel(8) in testRobert Wing
2025-04-22Move mntopts(3) suppport into libutilBrooks Davis
2025-01-23Remove references to gvinum(8) in various manpagesJohn Baldwin
2025-01-16Fix backward compatibility with UFS1 filesystems created before June 2002Kirk McKusick
2024-09-06growfs.8: align and alphabetize optionsAlexander Ziaee
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-02-13growfs(8): Grammar fixHUANG,YU-JIA
2024-02-13growfs(8): Fix spellingHUANG,YU-JIA
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26sbin: Remove ancient SCCS tags.Warner Losh
2023-10-06growfs: make exit codes more consistentMina Galić
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-05-15Fix size differences between architectures of the UFS/FFS CGSIZE macro value.Kirk McKusick
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-01-15Document the mntopts(3) functions.Kirk McKusick
2022-10-26pkgbase: Put ufs related tools and lib in their own packageEmmanuel Vadot
2022-07-30Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick
2022-06-27Correctly update fs_dsize in growfs(8)Kirk McKusick
2022-06-27Eliminate set but not used variable.Kirk McKusick
2021-11-15growfs: do not error if filesystem is already requested sizeEd Maste
2021-04-06add Xr to the rc.d script...John-Mark Gurney
2021-03-03growfs: allow operation on RW-mounted filesystemsEd Maste
2020-10-25Filesystem utilities that modify the filesystem (growfs(8), tunefs(8),Kirk McKusick
2020-09-22Add missing cylinder group check-hash updates when doing large expansionsKirk McKusick
2018-12-06Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick
2018-11-13In preparation for adding inode check-hashes, clean up andKirk McKusick
2018-01-26Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick
2017-12-13Tone down the description for the growfs "-y" flag.Edward Tomasz Napierala
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-10growfs: ANSIfy cgckhash()Ed Maste
2017-10-10Growfs got missed in r323923 that added a check hash to cylinder groups.Kirk McKusick
2017-10-10Check the exit code from fsck_ffs instead of relying on MODIFIED being in the...Enji Cooper
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-03-04sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper
2017-02-15prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2016-09-26Use bsdlabel as we don't have hardlink disklabel -> bsdlabel on MIPS.Ruslan Bukin
2016-05-11Cosmetic fixes for growfs(8) - remove unneeded capitalization and a spuriousEdward Tomasz Napierala
2016-05-10Update the example growfs(8) manual page to include information on howEdward Tomasz Napierala
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-05-02Use MIN() macro from sys/param.h.Marcelo Araujo
2016-05-01sbin: use our howmany() macro when available through <sys/param.h>.Pedro F. Giffuni
2016-04-18Use NULL instead of 0 for pointers.Marcelo Araujo
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery