aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsirand/fsirand.c
Commit message (Expand)AuthorAgeFilesLines
* Filesystem utilities that modify the filesystem (growfs(8), tunefs(8),Kirk McKusick2020-10-251-0/+6
* fsirand(8): Just use arc4random(3)Conrad Meyer2019-12-131-3/+1
* Continuing efforts to provide hardening of FFS. This change adds aKirk McKusick2018-12-111-0/+1
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-061-1/+1
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-131-16/+17
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-82/+11
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-1/+1
* Remove old ioctl use and support, once and for all.Warner Losh2015-01-061-11/+0
* Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-2/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-1/+1
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-241-2/+2
* fsirand(8): make WARNS=3 cleanUlrich Spörlein2010-05-141-17/+22
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+3
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-271-2/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-4/+4
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-47/+70
* o __P removal.Warner Losh2002-03-211-8/+5
* Remove unused include.Jeroen Ruigrok van der Werven2000-05-011-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Do not dot terminate SEE ALSO list. Add rcsid, remove unused #includes. Err(3)Philippe Charnier1998-06-301-35/+33
* Remove srandomdev fallbackAndrey A. Chernov1997-06-141-2/+1
* Add Id. Staticize usage function. Typo in usage string.Philippe Charnier1997-06-111-3/+3
* Get rid of __progname. I thought I already did that...Guido van Rooij1997-03-261-4/+2
* Include missing <time.h>Andrey A. Chernov1997-03-241-0/+4
* Add generation number randomization. Newly created filesystems wil nowGuido van Rooij1997-03-231-0/+292