aboutsummaryrefslogtreecommitdiff
path: root/sbin/newfs/mkfs.c
Commit message (Expand)AuthorAgeFilesLines
* sys/param.h: Add _WANT_P_OSRELKonstantin Belousov2023-02-151-1/+1
* Delete UFS2 backup superblock recovery info when building a UFS1 filesystem.Kirk McKusick2022-07-211-10/+13
* newfs(8): Fix a bug in initialization of sblock.fs_maxbsize .Wuyang Chung2022-03-111-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
* 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
* 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-201-1/+3
* 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-161-1/+2
* 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
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* 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
* 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
* The purpose of this change to the FFS layout policy is to reduce theKirk McKusick2013-03-221-0/+6
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemsEdward Tomasz Napierala2012-10-301-0/+1
* Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-1/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+0
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-2/+2
* Stop trying to zero UFS1 superblocks if we fall off the end of the disk.Colin Percival2011-04-261-1/+4
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-241-10/+9
* Add support for FS_TRIM to user-mode UFS utilities.Konstantin Belousov2010-12-291-0/+2
* Reported problem:Kirk McKusick2010-09-241-7/+23
* o bdeficize expand_number_int() function;Maxim Sobolev2010-03-091-9/+7
* Cast these to intmax_t before printing to fix build bustage. BetterWarner Losh2010-03-031-7/+9
* One last pass to get all the unsigned comparisons correct.Kirk McKusick2010-02-111-10/+13
* Ensure that newfs will never create a filesystem with more than 2^32Kirk McKusick2010-02-101-1/+35
* Fix typo: s/partion/partition/Martin Blapp2010-01-021-1/+1
* Don't add a bwrite() symbol, it breaks the build when building newfsOlivier Houchard2009-02-121-6/+16
* Enable operation of newfs on plain files, which is useful when youLuigi Rizzo2008-12-031-4/+4
* Use calloc().Xin LI2008-03-051-2/+1
* Report erase interval (correctly) in sectors.Poul-Henning Kamp2007-12-161-2/+2
* Rename the undocumented -E option to -X.Poul-Henning Kamp2007-12-161-6/+13
* Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournalPawel Jakub Dawidek2006-10-311-0/+2
* Explicitly say which gid do we use as a fallback, when operatorXin LI2006-09-271-1/+1
* Don't treat failure to find the operator GID as a fatal error; thisIan Dowse2005-08-141-4/+9
* When creating a new FFS file system, the block size will indirectlyXin LI2005-02-201-0/+10
* Add an option to suppress the creation of the .snap directory inWes Peters2005-01-211-30/+38
* Generalize the UFS bad magic value used to determine when a filesystemJohn Baldwin2004-08-191-4/+9
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0