summaryrefslogtreecommitdiff
path: root/sys/dev/rndpool.c
AgeCommit message (Expand)Author
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2002-11-10Fix signed/unsigned comparison warnings.thorpej
2002-10-09Account for 1 bit of entropy for each timestamp added duringdan
2002-10-08Comment initialisation conditions for rnd better, and don't uselesslydan
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-09-09Cosmetic changes.enami
2001-07-07bcopy -> memcpythorpej
2000-06-10portability fix: when rotating, don't do shifts >= wordsize.sommerfeld
2000-06-05/dev/random code cleanups:sommerfeld
1999-01-27KNF anality.mrg
1998-05-27missed one constant '20' to RND_ENTROPY_THRESHOLD changeexplorer
1998-05-27Move RND_ENTROPY_THRESHOLD to sys/rnd.h. Use sha1 rather than md5, andexplorer
1997-10-20Don't pretned to maintain an internal "global" entropy pool. In-kernelexplorer
1997-10-13Update notice to indicate the the IDEAS were derived from Ted's code, not theexplorer
1997-10-13update copyright to include the CORRECT spelling of Ted Ts'o's nameexplorer
1997-10-13o Make usage of /dev/random dependant onexplorer
1997-10-09Addition of /dev/random and in-kernel random value generation.explorer