index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
net
/
res_random.c
Age
Commit message (
Collapse
)
Author
2002-06-27
%d -> %u. mostly in #ifdef DEBUG.
Jun-ichiro itojun Hagino
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ↵
Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-01-04
grammer/spelling
Todd T. Fries
1999-08-26
add an inner xor to make prediction attacks against the ids harder, due
Niels Provos
to an attack pointed out by David Wagner.
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-04-30
Be more careful about possible type promotion
Thorsten Lockert
1997-04-25
skipped too many ids
Niels Provos
1997-04-23
pmod to u_int16_t, Angelos kindly reminded me
Niels Provos
1997-04-19
change time() to gettimeofday()
Niels Provos
1997-04-19
make things more complicated.
Niels Provos
1997-04-13
the before mentioned random number generator.
Niels Provos