minix/drivers/filter
Lionel Sambuc 43d985050c Use one message type for all BDEV request.
There are missing field assignements, and/or messsages being re-used
without re-initializations, which allows for fields to be implicitly
forwarded.

This prevents me from creating per request message types, as I can't
spend currently any more time debugging this issue.
2014-07-28 17:06:28 +02:00
..
crc.c Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
crc.h Removed unused variables, added const where possible. 2010-04-07 11:25:51 +00:00
driver.c Use one message type for all BDEV request. 2014-07-28 17:06:28 +02:00
inc.h Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
main.c Replaced common u64.h functions with operators. 2014-03-02 12:28:32 +01:00
Makefile Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
md5.c Kernel/servers/drivers: resolve a few warnings 2012-03-30 16:55:06 +02:00
md5.h Filter driver by Wu Bingzheng et al 2009-12-02 10:08:58 +00:00
sum.c Replaced common u64.h functions with operators. 2014-03-02 12:28:32 +01:00
util.c filter: use libblockdriver 2014-03-01 09:04:53 +01:00