| Commit message (Expand) | Author | Age | Files | Lines |
* | Filesystem utilities that modify the filesystem (growfs(8), tunefs(8), | Kirk McKusick | 2020-10-25 | 1 | -0/+6 |
* | fsirand(8): Just use arc4random(3) | Conrad Meyer | 2019-12-13 | 1 | -3/+1 |
* | Continuing efforts to provide hardening of FFS. This change adds a | Kirk McKusick | 2018-12-11 | 1 | -0/+1 |
* | Normally when an attempt is made to mount a UFS/FFS filesystem whose | Kirk McKusick | 2018-12-06 | 1 | -1/+1 |
* | In preparation for adding inode check-hashes, clean up and | Kirk McKusick | 2018-11-13 | 1 | -16/+17 |
* | Refactoring of reading and writing of the UFS/FFS superblock. | Kirk McKusick | 2018-01-26 | 1 | -82/+11 |
* | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -1/+3 |
* | prefix UFS symbols with UFS_ to reduce namespace pollution | Ed Maste | 2017-02-15 | 1 | -1/+1 |
* | Remove old ioctl use and support, once and for all. | Warner Losh | 2015-01-06 | 1 | -11/+0 |
* | Fix sbin/ build with a 64-bit ino_t. | Matthew D Fleming | 2012-09-27 | 1 | -2/+2 |
* | Fix warning when compiling with gcc46: | Eitan Adler | 2012-01-10 | 1 | -2/+1 |
* | Add missing static keywords for global variables to tools in sbin/. | Ed Schouten | 2011-11-04 | 1 | -1/+1 |
* | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | Kirk McKusick | 2011-01-24 | 1 | -2/+2 |
* | fsirand(8): make WARNS=3 clean | Ulrich Spörlein | 2010-05-14 | 1 | -17/+22 |
* | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 1 | -2/+3 |
* | Create a new 32-bit fs_flags word in the superblock. Add code to move | Kirk McKusick | 2002-11-27 | 1 | -2/+1 |
* | s/filesystem/file system/g as discussed on -developers | Tom Rhodes | 2002-08-21 | 1 | -4/+4 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | Kirk McKusick | 2002-06-21 | 1 | -47/+70 |
* | o __P removal. | Warner Losh | 2002-03-21 | 1 | -8/+5 |
* | Remove unused include. | Jeroen Ruigrok van der Werven | 2000-05-01 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Do not dot terminate SEE ALSO list. Add rcsid, remove unused #includes. Err(3) | Philippe Charnier | 1998-06-30 | 1 | -35/+33 |
* | Remove srandomdev fallback | Andrey A. Chernov | 1997-06-14 | 1 | -2/+1 |
* | Add Id. Staticize usage function. Typo in usage string. | Philippe Charnier | 1997-06-11 | 1 | -3/+3 |
* | Get rid of __progname. I thought I already did that... | Guido van Rooij | 1997-03-26 | 1 | -4/+2 |
* | Include missing <time.h> | Andrey A. Chernov | 1997-03-24 | 1 | -0/+4 |
* | Add generation number randomization. Newly created filesystems wil now | Guido van Rooij | 1997-03-23 | 1 | -0/+292 |