| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/param.h: Add _WANT_P_OSREL | Konstantin Belousov | 2023-02-15 | 1 | -1/+1 |
* | Delete UFS2 backup superblock recovery info when building a UFS1 filesystem. | Kirk McKusick | 2022-07-21 | 1 | -10/+13 |
* | newfs(8): Fix a bug in initialization of sblock.fs_maxbsize . | Wuyang Chung | 2022-03-11 | 1 | -1/+1 |
* | In the newfs(8) utility, use the more appropriate sbwrite() and cgwrite() | Kirk McKusick | 2020-09-13 | 1 | -12/+12 |
* | Move the pointers stored in the superblock into a separate | Kirk McKusick | 2020-06-19 | 1 | -4/+8 |
* | Continuing efforts to provide hardening of FFS. This change adds a | Kirk McKusick | 2018-12-11 | 1 | -0/+2 |
* | In preparation for adding inode check-hashes, clean up and | Kirk McKusick | 2018-11-13 | 1 | -11/+6 |
* | Continuing efforts to provide hardening of FFS, this change adds a | Kirk McKusick | 2018-10-23 | 1 | -1/+3 |
* | Revert r313780 (UFS_ prefix) | Ed Maste | 2018-03-17 | 1 | -3/+3 |
* | Prefix UFS symbols with UFS_ to reduce namespace pollution | Ed Maste | 2018-03-17 | 1 | -3/+3 |
* | The goal of this change is to prevent accidental foot shooting by | Kirk McKusick | 2018-02-08 | 1 | -2/+8 |
* | Check and report error returns from sbput(3) calls. | Kirk McKusick | 2018-02-02 | 1 | -36/+21 |
* | Refactoring of reading and writing of the UFS/FFS superblock. | Kirk McKusick | 2018-01-26 | 1 | -41/+34 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -1/+3 |
* | Rename P_OSREL_CK_CLYGRP to P_OSREL_CK_CYLGRP | Scott Long | 2017-11-17 | 1 | -1/+1 |
* | Only try to enable CK_CLYGRP if we're running on kernel newer than | Warner Losh | 2017-11-16 | 1 | -1/+2 |
* | Continuing efforts to provide hardening of FFS, this change adds a | Kirk McKusick | 2017-09-22 | 1 | -0/+23 |
* | The new fsck recovery information to enable it to find backup | Kirk McKusick | 2017-09-04 | 1 | -13/+18 |
* | Since the switch to GPT disk labels, fsck for UFS/FFS has been | Kirk McKusick | 2017-08-09 | 1 | -0/+20 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | prefix UFS symbols with UFS_ to reduce namespace pollution | Ed Maste | 2017-02-15 | 1 | -15/+16 |
* | Use MIN()/MAX() macros from sys/param.h. | Marcelo Araujo | 2016-05-02 | 1 | -5/+3 |
* | Refer newfs and growfs users to fsck_ffs instead of | Christian Brueffer | 2014-02-09 | 1 | -1/+1 |
* | Don't call arc4random_stir() explicitly. To quote arc4random(3) | Xin LI | 2013-10-29 | 1 | -4/+2 |
* | The purpose of this change to the FFS layout policy is to reduce the | Kirk McKusick | 2013-03-22 | 1 | -0/+6 |
* | Fix problem with geom_label(4) not recognizing UFS labels on filesystems | Edward Tomasz Napierala | 2012-10-30 | 1 | -0/+1 |
* | Fix sbin/ build with a 64-bit ino_t. | Matthew D Fleming | 2012-09-27 | 1 | -1/+2 |
* | Fix warning when compiling with gcc46: | Eitan Adler | 2012-01-10 | 1 | -2/+0 |
* | Add missing static keywords for global variables to tools in sbin/. | Ed Schouten | 2011-11-04 | 1 | -2/+2 |
* | Stop trying to zero UFS1 superblocks if we fall off the end of the disk. | Colin Percival | 2011-04-26 | 1 | -1/+4 |
* | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | Kirk McKusick | 2011-01-24 | 1 | -10/+9 |
* | Add support for FS_TRIM to user-mode UFS utilities. | Konstantin Belousov | 2010-12-29 | 1 | -0/+2 |
* | Reported problem: | Kirk McKusick | 2010-09-24 | 1 | -7/+23 |
* | o bdeficize expand_number_int() function; | Maxim Sobolev | 2010-03-09 | 1 | -9/+7 |
* | Cast these to intmax_t before printing to fix build bustage. Better | Warner Losh | 2010-03-03 | 1 | -7/+9 |
* | One last pass to get all the unsigned comparisons correct. | Kirk McKusick | 2010-02-11 | 1 | -10/+13 |
* | Ensure that newfs will never create a filesystem with more than 2^32 | Kirk McKusick | 2010-02-10 | 1 | -1/+35 |
* | Fix typo: s/partion/partition/ | Martin Blapp | 2010-01-02 | 1 | -1/+1 |
* | Don't add a bwrite() symbol, it breaks the build when building newfs | Olivier Houchard | 2009-02-12 | 1 | -6/+16 |
* | Enable operation of newfs on plain files, which is useful when you | Luigi Rizzo | 2008-12-03 | 1 | -4/+4 |
* | Use calloc(). | Xin LI | 2008-03-05 | 1 | -2/+1 |
* | Report erase interval (correctly) in sectors. | Poul-Henning Kamp | 2007-12-16 | 1 | -2/+2 |
* | Rename the undocumented -E option to -X. | Poul-Henning Kamp | 2007-12-16 | 1 | -6/+13 |
* | Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournal | Pawel Jakub Dawidek | 2006-10-31 | 1 | -0/+2 |
* | Explicitly say which gid do we use as a fallback, when operator | Xin LI | 2006-09-27 | 1 | -1/+1 |
* | Don't treat failure to find the operator GID as a fatal error; this | Ian Dowse | 2005-08-14 | 1 | -4/+9 |
* | When creating a new FFS file system, the block size will indirectly | Xin LI | 2005-02-20 | 1 | -0/+10 |
* | Add an option to suppress the creation of the .snap directory in | Wes Peters | 2005-01-21 | 1 | -30/+38 |
* | Generalize the UFS bad magic value used to determine when a filesystem | John Baldwin | 2004-08-19 | 1 | -4/+9 |
* | Remove advertising clause from University of California Regent's license, | Mark Murray | 2004-04-09 | 1 | -4/+0 |