aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsirand/fsirand.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Do not dot terminate SEE ALSO list. Add rcsid, remove unused #includes. Err(3)Philippe Charnier1998-06-301-35/+33
| | | | | | | messages should start with a lowercase letter. Notes: svn path=/head/; revision=37275
* Remove srandomdev fallbackAndrey A. Chernov1997-06-141-2/+1
| | | | Notes: svn path=/head/; revision=26625
* Add Id. Staticize usage function. Typo in usage string.Philippe Charnier1997-06-111-3/+3
| | | | Notes: svn path=/head/; revision=26558
* Get rid of __progname. I thought I already did that...Guido van Rooij1997-03-261-4/+2
| | | | Notes: svn path=/head/; revision=24303
* Include missing <time.h>Andrey A. Chernov1997-03-241-0/+4
| | | | | | | | Add missing RNG initialization Use srandomdev() for RNG initialization Notes: svn path=/head/; revision=24216
* Add generation number randomization. Newly created filesystems wil nowGuido van Rooij1997-03-231-0/+292
automatically have random generation numbers. The kenel way of handling those also changed. Further it is advised to run fsirand on all your nfs exported filesystems. the code is mostly copied from OpenBSD, with the randomization chanegd to use /dev/urandom Reviewed by: Garrett Obtained from: OpenBSD Notes: svn path=/head/; revision=24149