aboutsummaryrefslogtreecommitdiff
path: root/sbin/tunefs
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* SEE ALSO section improvements for tuning(7), tunefs(8) and fsck_ffs(8)Gordon Bergling2023-11-171-1/+3
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Update newfs(8) and tunefs(8) manual pages.Kirk McKusick2023-08-061-3/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* Document the mntopts(3) functions.Kirk McKusick2023-01-151-28/+5
* Enable taking snapshots on UFS/FFS filesystems using journaled soft updates.Kirk McKusick2022-11-131-3/+1
* pkgbase: Put ufs related tools and lib in their own packageEmmanuel Vadot2022-10-261-1/+1
* Increase the maximum size of the journaled soft-updates journal.Kirk McKusick2022-10-211-1/+0
* Update date in tunefs(8) manual page.Kirk McKusick2022-08-161-1/+1
* Add a description of soft updates journaling to tunefs(8).Kirk McKusick2022-08-151-0/+40
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-211-0/+2
* Filesystem utilities that modify the filesystem (growfs(8), tunefs(8),Kirk McKusick2020-10-251-17/+24
* Only set WARNS if not definedKyle Evans2020-09-111-1/+1
* The size of the UFS soft-updates journal must be a multiple of theKirk McKusick2019-03-021-2/+2
* Allow dashes as a valid character in UFS labels.Dmitry Morozovsky2019-01-292-4/+7
* Update tunefs and newfs error messages for the -L (volume label) optionKirk McKusick2019-01-261-3/+2
* Allow tunefs to include '_' as a legal character in label namesKirk McKusick2019-01-252-1/+2
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-131-89/+72
* Fix spelling of an error message and add warning to another errorBjoern A. Zeeb2018-10-171-2/+4
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-2/+2
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-2/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-13/+13
* Convert tunefs use to nmount(2)Brooks Davis2016-12-222-5/+19
* Mention fsck_ffs -E in tunefs(8). It's non-obvious that one shouldEdward Tomasz Napierala2016-04-191-2/+8
* MFHGlen Barber2016-03-101-1/+1
|\
| * tunefs: clear the entire previous label when setting a new oneEd Maste2016-03-071-1/+1
* | Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
|/
* 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-271-2/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2013-09-051-4/+4
| |\
| * \ sync from headSimon J. Gerraty2013-04-122-9/+48
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-041-16/+15
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | Constify string pointers.Xin LI2013-05-161-3/+3
* | | | Fix error check.Kirk McKusick2013-04-231-1/+1
| |_|/ |/| |
* | | The purpose of this change to the FFS layout policy is to reduce theKirk McKusick2013-03-222-8/+47