minix/drivers/random
David van Moolenbroek 597151d963 libchardriver: full API rewrite
The new API now covers the entire character driver protocol, while
hiding all the message details. It should therefore be used by all
new character drivers. All existing drivers that already made use of
libchardriver have been changed to use the new API.

As one of the most important API changes, support for scatter and
gather transfers has been removed, as several key drivers already
did not support this, and it could be supported at the safecopy
level instead (for a future readv/writev).

Additional changes include:

- respond to block device open requests to avoid hanging VFS threads;
- add support for sef_cancel.

Change-Id: I1bab6c1cb66916c71b87aeb1db54a9bdf171fe6b
2014-03-01 09:04:50 +01:00
..
aes random: resolve Coverity warnings 2012-08-14 09:11:16 +00:00
main.c libchardriver: full API rewrite 2014-03-01 09:04:50 +01:00
Makefile Remove MINIXSRCDIR and use NETBSDSRCDIR 2012-06-18 10:53:35 +00:00
random.c Removing obsolete _NBSD_LIBC define 2013-02-26 09:44:24 +00:00
random.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00