History log of /netbsd-src/lib/libc/gen/randomid.c (Results 1 – 16 of 16)
Revision Date Author Comments
# a5c1e399 15-May-2022 andvar <andvar@NetBSD.org>

s/wich/which in comments.


# 207defd0 11-Sep-2021 andvar <andvar@NetBSD.org>

Add missing double p and d for stopped and overriden accordingly.
Fix few more typos along the way, mainly in copy-pasted comments.


# a5effc3c 27-Dec-2019 msaitoh <msaitoh@NetBSD.org>

s/inital/initial/


# 461a86f9 11-Jan-2009 christos <christos@NetBSD.org>

merge christos-time_t


# ce2c90c7 15-Oct-2006 christos <christos@NetBSD.org>

fix incomplete initializers


# d46bc942 26-Dec-2003 wiz <wiz@NetBSD.org>

Niels Provos kindly agreed to drop clauses 3 and 4 from the
license -- thanks.
Based on OpenBSD commit and hints by itojun.


# c81f32fe 10-Dec-2003 itojun <itojun@NetBSD.org>

comment from niels provos;
- seed2 is necessary, but use it as "seed2 + x" not "seed2 ^ x".
- skipping number is not needed, so disable it for 16bit generator (makes
the repetition period to 30000)


# b6a2cef9 25-Nov-2003 itojun <itojun@NetBSD.org>

"seed2" was ruining the non-repeating property of this function; remove it.
discussed on tech-net for ip_id.c (thanks for all the analysis).


# 49b0281b 16-Sep-2003 simonb <simonb@NetBSD.org>

Shut lint up.


# 94da0d16 15-Sep-2003 itojun <itojun@NetBSD.org>

avoid overflow during multiply. David Laight


# 220a1416 13-Sep-2003 itojun <itojun@NetBSD.org>

correct setup of ru_b/a for 16/20 bit case


# 1ecc9b58 13-Sep-2003 itojun <itojun@NetBSD.org>

use internal names for randomid()


# 07f2a2a3 11-Sep-2003 itojun <itojun@NetBSD.org>

check malloc failure. yamt


# ef0a2c06 10-Sep-2003 tls <tls@NetBSD.org>

Another gcc3 problem: "exp" shadows a builtin. Rename it to "expo".


# 732fa344 10-Sep-2003 tls <tls@NetBSD.org>

This didn't build with gcc3 because it was missing <string.h> for memset.


# 00552ebb 09-Sep-2003 itojun <itojun@NetBSD.org>

add randomid(3).