minix/drivers/filter
David van Moolenbroek 95624ae072 Block protocol: add user endpoint to IOCTL request
I/O control requests now come with the endpoint of the user process
that initiated the ioctl(2) call. It is stored in a new BDEV_USER
field, which is an alias for BDEV_FLAGS. The contents of this field
are to be used only in highly specific situations. It should be
preserved (not replaced!) by services that forward IOCTL requests,
and may be set to NONE for service-initiated IOCTL requests.

Change-Id: I68a01b9ce43eca00e61b985a9cf87f55ba683de4
2014-02-19 11:22:15 +01: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 Block protocol: add user endpoint to IOCTL request 2014-02-19 11:22:15 +01:00
inc.h Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
main.c Block drivers: reply ENOTTY to unknown IOCTLs 2014-02-19 11:22:15 +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 libsys: 64-bit numbers support for printf() 2012-07-26 09:45:05 +00:00
util.c libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00