FreeBSD Bugzilla – Attachment 158639 Details for
Bug 201489
random_harvest(9) man page has an incorrect function definition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
unified diff for /usr/share/man/man9/random_harvest.9
random_harvest.9.diff (text/plain), 1.05 KB, created by
kenji.rikitake
on 2015-07-12 06:19:27 UTC
(
hide
)
Description:
unified diff for /usr/share/man/man9/random_harvest.9
Filename:
MIME Type:
Creator:
kenji.rikitake
Created:
2015-07-12 06:19:27 UTC
Size:
1.05 KB
patch
obsolete
>--- /usr/src/share/man/man9/random_harvest.9 2013-10-30 23:46:16.000000000 +0900 >+++ new_random_harvest.9 2015-07-12 15:10:49.812105000 +0900 >@@ -39,7 +39,6 @@ > .Fa "void *entropy" > .Fa "u_int size" > .Fa "u_int bits" >-.Fa "u_int frac" > .Fa "enum esource source" > .Fc > .Sh DESCRIPTION >@@ -64,28 +63,17 @@ > in the sample, > and pass this in > .Fa bits >-or >-.Fa frac . >-If the estimated number of bits per sample is an integer, then >-.Fa bits >-is used, and >-.Fa frac >-is 0. >-Otherwise, >-for low-entropy samples, >-.Dq fractional >-entropy can be supplied in >-.Fa frac . >-(This is considered to be >-.Fa frac / >-1024 bits of entropy.) >+in integer. > The > .Fa source > is chosen from >-.Dv RANDOM_WRITE , RANDOM_KEYBOARD , RANDOM_MOUSE , RANDOM_NET >-and >+.Dv RANDOM_WRITE , RANDOM_KEYBOARD , RANDOM_MOUSE , RANDOM_NET , > .Dv RANDOM_INTERRUPT , >-and is used to indicate the source of the entropy. >+and other sources defined in >+.In sys/random.h . >+The >+.Fa source >+is used to indicate the source of the entropy. > .Pp > Interrupt harvesting has been simplified > for the kernel programmer.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201489
: 158639