summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/arc4random.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* rand48(3) not drand48(3) to align with the actual man page and Xrmillert2014-11-251-3/+3
* 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
* 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
* 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
* 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
* diff from djm@ committed at his request:otto2008-03-161-2/+21
* 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
* 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
* 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
* spellingderaadt1999-05-171-3/+3
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-2/+2
* More man page fixes. Particularly fix uses of it's/its, affect/effect,aaron1998-09-071-2/+2
* 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