Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC: r301448 | ache | 2016-06-05 | 1 | -2/+2 |
| | | | | | Reflect error indication according to POSIX and what those functions currently do. | ||||
* | Renumber clauses to reduce diffs to other versions | emaste | 2013-06-13 | 1 | -1/+1 |
| | | | | | NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier. | ||||
* | Replace access to /dev/random with the kernel pseudo-random number | delphij | 2013-04-02 | 1 | -3/+3 |
| | | | | | | | | source sysctl(KERN_ARND) and remove the fallback code. Obtained from: OpenBSD Reviewed by: secteam MFC after: 1 month | ||||
* | Add the same warning to rand48(3) as to rand(3) and random(3). | des | 2012-09-11 | 1 | -1/+0 |
| | | | | MFC after: 3 days | ||||
* | Bump dates. | des | 2012-09-04 | 1 | -1/+1 |
| | | | | Reminded by: bz@ | ||||
* | Add a prominent warning about these functions' unsuitability for | des | 2012-09-04 | 1 | -7/+10 |
| | | | | cryptographic purposes, and recommend using arc4random(3) instead. | ||||
* | Add cross-references to lrand48(3) and arc4random(3) from rand(3) | kib | 2010-10-06 | 1 | -0/+1 |
| | | | | | | | and random(3). Submitted by: Valentin Nechayev <netch netch kiev ua> MFC after: 1 week | ||||
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
| | | | | | | clause. # If I've done so improperly on a file, please let me know. | ||||
* | Sort sections. | ru | 2005-01-20 | 1 | -2/+2 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -4/+8 |
| | |||||
* | Cross-reference arc4random(3). | das | 2003-07-31 | 1 | -0/+4 |
| | |||||
* | Fix grammar bogons. | schweikh | 2003-05-31 | 1 | -1/+1 |
| | | | | MFC after: 3 days | ||||
* | Move to using .In instead of .Fd #include <> for include mark-up. | asmodai | 2001-09-07 | 1 | -1/+1 |
| | | | | Inspired by comment from: dd | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -4/+4 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | urandom(4) -> random(4) | dd | 2001-06-07 | 1 | -2/+2 |
| | | | | | | PR: 27858 Submitted by: Yoshihiro Koya <Yoshihiro.Koya@math.yokohama-cu.ac.jp> Approved by: markm | ||||
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 1 | -0/+2 |
| | | | | More libraries manpages updates following. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq | charnier | 1998-03-19 | 1 | -2/+2 |
| | |||||
* | Instead of copying fallback code over and over in each program, | ache | 1997-06-14 | 1 | -6/+1 |
| | | | | | | implement (better) falback code inside srandomdev() itself. Change return type from int to void (binary compatibility surprisely achieved). Userland code will be changed soon. | ||||
* | Remove orand* code as promised for the next release | ache | 1997-03-29 | 1 | -12/+1 |
| | |||||
* | Add srandomdev() description | ache | 1997-03-23 | 1 | -1/+24 |
| | |||||
* | Use the .Tn macro for generic FreeBSD references. Other minor cleanup. | mpp | 1997-03-21 | 1 | -3/+3 |
| | |||||
* | Fix arg types to match Lite2 | ache | 1997-03-17 | 1 | -2/+2 |
| | |||||
* | Improve seeding, the random sequence did not vary match | ache | 1996-10-09 | 1 | -9/+20 |
| | | | | with the seed. Old variant will be available via libcompat soon. | ||||
* | Added missing section numbers to a bunch of .Xr macros, or | mpp | 1996-03-27 | 1 | -4/+9 |
| | | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems. | ||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+166 |