Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zap trailing whitespace; | jmc | 2019-09-29 | 1 | -3/+3 |
| | |||||
* | Xr random 4 in a better way | deraadt | 2019-09-28 | 1 | -3/+5 |
| | |||||
* | rand48(3) not drand48(3) to align with the actual man page and Xr | millert | 2014-11-25 | 1 | -3/+3 |
| | | | | entries. | ||||
* | arc4random re-seeds with getentropy() now; ok deraadt@ jmc@ | naddy | 2014-07-19 | 1 | -3/+3 |
| | |||||
* | Clean up after arc4random u_int32_t uint32_t change | beck | 2014-07-09 | 1 | -5/+5 |
| | | | | ok jsing@ | ||||
* | tweak previous; | jmc | 2013-10-22 | 1 | -4/+2 |
| | |||||
* | delete extra words; Henri Kemppainen | deraadt | 2013-10-22 | 1 | -3/+2 |
| | |||||
* | update documentation for these functions. They now state the case regarding | deraadt | 2013-10-21 | 1 | -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 schwarze | tedu | 2013-06-05 | 1 | -3/+3 |
| | |||||
* | remove reference to no longer existing description of nonexistent devices; | naddy | 2012-07-26 | 1 | -7/+4 |
| | | | | ok deraadt@ tedu@, wording tweaks jmc@ | ||||
* | repair the ARC4 story; ok jmc djm millert | deraadt | 2008-12-23 | 1 | -5/+7 |
| | |||||
* | fix an Xr, and use a more appropriate macro; | jmc | 2008-06-09 | 1 | -4/+4 |
| | |||||
* | arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandom | deraadt | 2008-06-08 | 1 | -4/+6 |
| | |||||
* | - add NAME entries for arc4random_buf and arc4random_uniform | jmc | 2008-03-16 | 1 | -2/+4 |
| | | | | - simplify a macro call (Do/Dc -> Dq) | ||||
* | diff from djm@ committed at his request: | otto | 2008-03-16 | 1 | -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; | jmc | 2007-05-31 | 1 | -2/+2 |
| | |||||
* | macros at start of line require a `.'; | jmc | 2007-05-02 | 1 | -2/+2 |
| | |||||
* | Document the lack of error return value in arc4random. | pyr | 2007-05-02 | 1 | -1/+4 |
| | | | | Sync the documentation in getpid with arc4random's format. | ||||
* | punctuation and minor rewording, ok jmc | jaredy | 2005-07-17 | 1 | -2/+2 |
| | |||||
* | RC4 is a trademark. Rest of text left intact. | kjell | 2005-06-07 | 1 | -2/+2 |
| | |||||
* | typo; ciper -> cipher | aaron | 2000-12-21 | 1 | -2/+2 |
| | |||||
* | flesh | deraadt | 2000-04-28 | 1 | -3/+23 |
| | |||||
* | improve the english | deraadt | 2000-04-28 | 1 | -4/+5 |
| | |||||
* | Repairs. | aaron | 2000-04-18 | 1 | -5/+5 |
| | |||||
* | Mostly punctuation fixes. | aaron | 2000-04-15 | 1 | -3/+4 |
| | |||||
* | First appeared in OpenBSD 2.1 | millert | 2000-04-02 | 1 | -1/+4 |
| | |||||
* | - remove all trailing whitespace | aaron | 1999-07-09 | 1 | -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 macros | aaron | 1999-07-04 | 1 | -5/+2 |
| | |||||
* | clarify trade secret issue | deraadt | 1999-06-30 | 1 | -4/+9 |
| | |||||
* | punctuation | aaron | 1999-05-25 | 1 | -2/+2 |
| | |||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | aaron | 1999-05-23 | 1 | -2/+2 |
| | | | | is used instead; kwesterback@home.com | ||||
* | spelling | deraadt | 1999-05-17 | 1 | -3/+3 |
| | |||||
* | Cleanup xrefs under SEE ALSO. Specifically: | alex | 1999-05-16 | 1 | -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, | aaron | 1998-09-07 | 1 | -2/+2 |
| | | | | | then/than and such. Other miscellaneous problems fixed across these source files. | ||||
* | add .Xr's for all the random functions in libc | millert | 1998-07-05 | 1 | -1/+2 |
| | |||||
* | Typo and return value for arc4random(). | angelos | 1997-04-27 | 1 | -3/+3 |
| | |||||
* | documentation for arc4random. this is out of memory, might need | provos | 1997-04-15 | 1 | -0/+82 |
some corrections. |