summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/arc4random.3
AgeCommit message (Expand)Author
2014-07-19arc4random re-seeds with getentropy() now; ok deraadt@ jmc@Christian Weisgerber
2014-07-09Clean up after arc4random u_int32_t uint32_t changeBob Beck
2013-10-22tweak previous;Jason McIntyre
2013-10-22delete extra words; Henri KemppainenTheo de Raadt
2013-10-21update documentation for these functions. They now state the case regardingTheo de Raadt
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2012-07-26remove reference to no longer existing description of nonexistent devices;Christian Weisgerber
2008-12-23repair the ARC4 story; ok jmc djm millertTheo de Raadt
2008-06-09fix an Xr, and use a more appropriate macro;Jason McIntyre
2008-06-08arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandomTheo de Raadt
2008-03-16- add NAME entries for arc4random_buf and arc4random_uniformJason McIntyre
2008-03-16diff from djm@ committed at his request:Otto Moerbeek
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-02macros at start of line require a `.';Jason McIntyre
2007-05-02Document the lack of error return value in arc4random.Pierre-Yves Ritschard
2005-07-17punctuation and minor rewording, ok jmcJared Yanovich
2005-06-07RC4 is a trademark. Rest of text left intact.Kjell Wooding
2000-12-21typo; ciper -> cipherAaron Campbell
2000-04-28fleshTheo de Raadt
2000-04-28improve the englishTheo de Raadt
2000-04-18Repairs.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-02First appeared in OpenBSD 2.1Todd C. Miller
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-06-30clarify trade secret issueTheo de Raadt
1999-05-25punctuationAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-17spellingTheo de Raadt
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
1998-07-05add .Xr's for all the random functions in libcTodd C. Miller
1997-04-27Typo and return value for arc4random().Angelos D. Keromytis
1997-04-15documentation for arc4random. this is out of memory, might needNiels Provos