1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
• rewrite manpages in proper mdoc
• deal with Debian BTS issues:
#504044 start from udev
#792406 rdrand (possibly fixed by putting suitable
modules into initramfs, by our testing for
devices and exiting 0 if none was found,
or by eventually fixing #504044, but who knows)
Old TODO from hmh’s rng-tools 2-unofficial-mt.14:
! do not try to use /dev/foo in VIAPadlock mode
(initscript)
! find a way to waste less system time when VIA xstore
does not return data. Busy-loop option. Nanosleep
option (very nice to system, but only 68kbit/s on
2.6).
* Maybe define NDEBUG to remove assert() from
the packaged binary?
Stats:
- detect/store overflow on stat counters?
- stats: average only since last stat dump?
- add system resource usage stats (CPUTIME, etc)
Ideas:
- TCP/IP sink mode (multiple streams)
- TCP/IP source mode, compatible with the above
- Protect the above with good crypto (TLS).
Backburner:
- i18n (including argp)
- file input with deletion of used bits
|