aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs
Commit message (Expand)AuthorAgeFilesLines
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* newfs: nextnum should be a u_int32_t, not an intAlfonso Gregory2023-06-281-1/+1
* newfs: prefer unsigned index over signedAlfonso Gregory2023-06-281-4/+6
* ffs: restore backward compatibility of newfs and makefs with older binariesChuck Silvers2023-05-301-3/+23
* Fix size differences between architectures of the UFS/FFS CGSIZE macro value.Kirk McKusick2023-05-151-2/+3
* newfs: fix up 32-bit compileMateusz Guzik2023-04-301-1/+1
* Additional validity checking in newfs(8).Kirk McKusick2023-04-301-0/+16
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* Improvement in UFS/FFS directory placement when doing mkdir(2).Kirk McKusick2023-03-301-4/+6
* sys/param.h: Add _WANT_P_OSRELKonstantin Belousov2023-02-151-1/+1
* 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-0/+1
* Add a description of soft updates journaling to newfs(8).Kirk McKusick2022-10-211-1/+41
* The fdformat man page is in section 8 (not 1).Jens Schweikhardt2022-08-141-1/+1
* Delete UFS2 backup superblock recovery info when building a UFS1 filesystem.Kirk McKusick2022-07-211-10/+13
* *: Do not use the no-op -r flag for bsdlabel(8)Mateusz Piotrowski2022-03-172-3/+3
* newfs(8): Fix a bug in initialization of sblock.fs_maxbsize .Wuyang Chung2022-03-111-1/+1
* Explain the newfs naming conventionMateusz Piotrowski2021-04-171-1/+9
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-211-0/+2
* Reference newfs_msdos(8) from the newfs(8) manualMateusz Piotrowski2021-01-071-1/+2
* newfs(8): Fix unusual Xr orderGordon Bergling2020-12-281-1/+1
* In the newfs(8) utility, use the more appropriate sbwrite() and cgwrite()Kirk McKusick2020-09-131-12/+12
* 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