aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs
Commit message (Expand)AuthorAgeFilesLines
* Move the pointers stored in the superblock into a separateKirk McKusick2020-06-191-4/+8
* Correct the location of the first backup superblock in fsck_ffs.8.Kirk McKusick2019-08-071-0/+6
* Allow dashes as a valid character in UFS labels.Dmitry Morozovsky2019-01-292-4/+4
* Update tunefs and newfs error messages for the -L (volume label) optionKirk McKusick2019-01-261-1/+2
* Allow tunefs to include '_' as a legal character in label namesKirk McKusick2019-01-251-0/+1
* Continuing efforts to provide hardening of FFS. This change adds aKirk McKusick2018-12-111-0/+2
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-131-11/+6
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2018-10-231-1/+3
* newfs: clean up warningsEitan Adler2018-06-241-4/+5
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-3/+3
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-3/+3
* The goal of this change is to prevent accidental foot shooting byKirk McKusick2018-02-081-2/+8
* Check and report error returns from sbput(3) calls.Kirk McKusick2018-02-021-36/+21
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-41/+34
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-203-3/+9
* Rename P_OSREL_CK_CLYGRP to P_OSREL_CK_CYLGRPScott Long2017-11-171-1/+1
* Only try to enable CK_CLYGRP if we're running on kernel newer thanWarner Losh2017-11-162-5/+2
* newfs: warn if newer than kernelEd Maste2017-11-151-0/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-221-0/+23
* The new fsck recovery information to enable it to find backupKirk McKusick2017-09-041-13/+18
* Since the switch to GPT disk labels, fsck for UFS/FFS has beenKirk McKusick2017-08-091-0/+20
* Bump date for today's commit.Warner Losh2017-07-071-1/+1
* Improve wording for -E and -t flags. -E never writes the entire disk,Warner Losh2017-07-071-8/+8
* Allow '_' in labels when specifying -L to newfs.Kirk McKusick2017-06-201-1/+2
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2
* Renumber copyright clause 4Warner Losh2017-02-284-4/+4
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-15/+16
* Use MIN()/MAX() macros from sys/param.h.Marcelo Araujo2016-05-021-5/+3
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* It's 2015, and some people are still trying to use fdisk and thenEdward Tomasz Napierala2015-09-021-1/+1
* Code cleanup unused-but-set-variable spotted by gcc.Marcelo Araujo2015-08-251-2/+0
* fix the docs, the number of frags per inode (NFPI) changed in r228794John-Mark Gurney2015-07-151-4/+4
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-34/+3
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-5/+3
| |\
| * \ Merge head@256284Simon J. Gerraty2013-10-131-3/+3
| |\ \
| * \ \ sync from headSimon J. Gerraty2013-04-124-2/+30
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync from headSimon J. Gerraty2012-11-043-2/+5
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | | | | | Remove old ioctl use and support, once and for all.Warner Losh2015-01-061-30/+0
* | | | | | mdoc: improvements to SEE ALSO.Joel Dahl2014-12-271-2/+2
* | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | Refer newfs and growfs users to fsck_ffs instead ofChristian Brueffer2014-02-091-1/+1
* | | | | Don't call arc4random_stir() explicitly. To quote arc4random(3)Xin LI2013-10-291-4/+2
| |_|_|/ |/| | |