index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
rnd.c
Age
Commit message (
Expand
)
Author
2000-07-02
Take just the low-order 32 bits of cpu_counter() here.
sommerfeld
2000-06-06
Replace "timestamp" with "counter" in previous change, to avoid any
sommerfeld
2000-06-05
/dev/random code cleanups:
sommerfeld
2000-05-19
Add missing field in static initialization.
thorpej
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
1999-06-12
Guard global `rnd_mempool' against interrupts.
pk
1999-04-01
don't allow /dev/random to be opened (return ENXIO) until there is at least
explorer
1999-02-28
don't collect or estimate on network devices by default
explorer
1999-02-28
Cleanup (in preparation for using gzip to estimate entropy)
explorer
1999-01-27
KNF anality.
mrg
1998-05-27
Move RND_ENTROPY_THRESHOLD to sys/rnd.h. Use sha1 rather than md5, and
explorer
1997-10-20
clean up the event queue more. Add volatile where needed.
explorer
1997-10-20
Clean up the timeout and queue code.
explorer
1997-10-19
o Remove most of the splhigh() protected regions, making them
explorer
1997-10-15
clean up ioctl arguments.
explorer
1997-10-13
Update notice to indicate the the IDEAS were derived from Ted's code, not the
explorer
1997-10-13
update copyright to include the CORRECT spelling of Ted Ts'o's name
explorer
1997-10-13
o Make usage of /dev/random dependant on
explorer
1997-10-12
Don't be verbose by default.
thorpej
1997-10-10
For network devices, collect timing information and mix into the pool,
explorer
1997-10-09
Addition of /dev/random and in-kernel random value generation.
explorer