Commit Graph

13 Commits

Author SHA1 Message Date
peter
e226894fa0 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
charnier
827e0e0d53 Do not dot terminate SEE ALSO list. Add rcsid, remove unused #includes. Err(3)
messages should start with a lowercase letter.
1998-06-30 06:18:44 +00:00
charnier
44e4eb0c65 .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-19 07:46:04 +00:00
max
e1b64c7051 Typo fix.
PR:		3868
Submitted by:	Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-06-16 06:54:30 +00:00
ache
5260e7d7e4 Remove srandomdev fallback 1997-06-14 00:17:53 +00:00
charnier
f762397308 Add Id. Staticize usage function. Typo in usage string. 1997-06-11 07:18:18 +00:00
mpp
444cb9b4e4 Update HISTORY to reflect that this will first appear in 2.2.5. 1997-03-27 18:47:05 +00:00
mpp
e9cbe38ffb Typo fix (now how did that one get by me :-).
Submitted by:	Philippe Charnier
1997-03-27 00:27:50 +00:00
guido
1d449be41b Get rid of __progname. I thought I already did that... 1997-03-26 19:07:54 +00:00
mpp
137d45bc11 Typo police. Also update HISTORY to reflect when this first appeared
in FreeBSD.
1997-03-24 20:50:57 +00:00
ache
a219a410df Include missing <time.h>
Add missing RNG initialization
Use srandomdev() for RNG initialization
1997-03-24 15:51:11 +00:00
bde
38f9d1f759 Changed MAN to MAN8 so that this builds. 1997-03-24 03:38:16 +00:00
guido
a44caa2076 Add generation number randomization. Newly created filesystems wil now
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
1997-03-23 20:08:22 +00:00