aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/unix_procs/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-1/+10
|
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-171-9/+0
| | | | | | Remove support for (unused) modset settings. Move tss, fpe, cryptobox, and aont to new dir constructs
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
| | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that.
* Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+4
|
* Change unix_procs entropy source to be a plain EntropySource instead oflloyd2008-11-231-4/+0
| | | | | | | | | | | | | a Buffered_EntropySource. Data used in the poll is directly accumulated into the output buffer using XOR, wrapping around as needed. The implementation uses xor_into_buf from xor_buf.h This is simpler and more convincingly secure than the method used by Buffered_EntropySource. In particular the collected data is persisted in the buffer there much longer than needed. It is also much harder for entropy sources to signal errors or a failure to collected data using Buffered_EntropySource. And, with the simple xor_into_buf function, it is actually quite easy to remove without major changes.
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+33
them modules now. In any case there is no distinction so info.txt seems better.