aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/unix_procs/es_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Use size_t instead of u32bit in entropy and rnglloyd2010-10-121-9/+9
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-1/+1
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-1/+1
* Fix comparison functorlloyd2010-09-031-3/+3
* Clean up the unix process running entropy source a little bit. Tweaklloyd2010-09-031-2/+9
* Remove calling getsid, it causes problems with too many differentlloyd2010-09-031-3/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-2/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-1/+3
* In es_unix, two changeslloyd2009-01-311-6/+3
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-271-60/+39
* In the Unix entropy source fast poll, clear the stat buf beforelloyd2009-01-031-0/+1
* Previously es_unix would always try to get 16K, then return. Now itlloyd2008-11-231-4/+3
* Limit the output size of fast polls by the BeOS, Unix, and Win32 entropylloyd2008-11-231-0/+1
* Fix indexing of ids array. Don't zeroize stat/rusage bufs before uselloyd2008-11-231-8/+4
* Use template version of xor_into_buf wherever useful in es_unix.cpplloyd2008-11-231-3/+3
* Use template version of xor_into_buf in es_unixlloyd2008-11-231-1/+1
* Change unix_procs entropy source to be a plain EntropySource instead oflloyd2008-11-231-16/+43
* Substantially change Randpool's reseed logic. Now when a reseedlloyd2008-10-271-1/+1
* Move all modules into src/ directorylloyd2008-09-281-0/+112