summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/arc4random.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap trailing whitespace;jmc2019-09-291-3/+3
|
* Xr random 4 in a better wayderaadt2019-09-281-3/+5
|
* rand48(3) not drand48(3) to align with the actual man page and Xrmillert2014-11-251-3/+3
| | | | entries.
* arc4random re-seeds with getentropy() now; ok deraadt@ jmc@naddy2014-07-191-3/+3
|
* Clean up after arc4random u_int32_t uint32_t changebeck2014-07-091-5/+5
| | | | ok jsing@
* tweak previous;jmc2013-10-221-4/+2
|
* delete extra words; Henri Kemppainenderaadt2013-10-221-3/+2
|
* update documentation for these functions. They now state the case regardingderaadt2013-10-211-63/+45
| | | | | | | pthreads and chroot, and safe initialization without /dev/random and such junk. If you are in control of an arc4random in another library, please look at these pages and get caught up. ok various
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* remove reference to no longer existing description of nonexistent devices;naddy2012-07-261-7/+4
| | | | ok deraadt@ tedu@, wording tweaks jmc@
* repair the ARC4 story; ok jmc djm millertderaadt2008-12-231-5/+7
|
* fix an Xr, and use a more appropriate macro;jmc2008-06-091-4/+4
|
* arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandomderaadt2008-06-081-4/+6
|
* - add NAME entries for arc4random_buf and arc4random_uniformjmc2008-03-161-2/+4
| | | | - simplify a macro call (Do/Dc -> Dq)
* diff from djm@ committed at his request:otto2008-03-161-2/+21
| | | | | | | | | | | | | | introduce two new APIs for requesting strong random numbers: arc4random_buf() - fill an arbitrary memory range with random numbers arc4random_uniform() - return a uniformly distributed random number below a specified upper bound, avoiding the bias that comes from a naive "arc4random() % upper_bound" construction. these mirror similarly-named functions in the kernel; lots of discussion deraadt@ mcbride@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* macros at start of line require a `.';jmc2007-05-021-2/+2
|
* Document the lack of error return value in arc4random.pyr2007-05-021-1/+4
| | | | Sync the documentation in getpid with arc4random's format.
* punctuation and minor rewording, ok jmcjaredy2005-07-171-2/+2
|
* RC4 is a trademark. Rest of text left intact.kjell2005-06-071-2/+2
|
* typo; ciper -> cipheraaron2000-12-211-2/+2
|
* fleshderaadt2000-04-281-3/+23
|
* improve the englishderaadt2000-04-281-4/+5
|
* Repairs.aaron2000-04-181-5/+5
|
* Mostly punctuation fixes.aaron2000-04-151-3/+4
|
* First appeared in OpenBSD 2.1millert2000-04-021-1/+4
|
* - remove all trailing whitespaceaaron1999-07-091-6/+6
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* trash some old leftover macros and replace them with -mdoc macrosaaron1999-07-041-5/+2
|
* clarify trade secret issuederaadt1999-06-301-4/+9
|
* punctuationaaron1999-05-251-2/+2
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* spellingderaadt1999-05-171-3/+3
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-2/+2
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* More man page fixes. Particularly fix uses of it's/its, affect/effect,aaron1998-09-071-2/+2
| | | | | then/than and such. Other miscellaneous problems fixed across these source files.
* add .Xr's for all the random functions in libcmillert1998-07-051-1/+2
|
* Typo and return value for arc4random().angelos1997-04-271-3/+3
|
* documentation for arc4random. this is out of memory, might needprovos1997-04-151-0/+82
some corrections.