minix/lib/libbdev
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
..
bdev.c Block protocol: add user endpoint to IOCTL request 2014-02-19 11:22:15 +01:00
call.c libbdev: extended version 2011-12-05 16:28:09 +01:00
const.h libbdev: extended version 2011-12-05 16:28:09 +01:00
driver.c libbdev: resolve Coverity warnings 2012-07-30 12:10:12 +00:00
ipc.c Add fbd -- Faulty Block Device driver 2011-12-11 22:45:46 +01:00
Makefile libbdev: extended version 2011-12-05 16:28:09 +01:00
minor.c libbdev: extended version 2011-12-05 16:28:09 +01:00
NOTES libbdev: extended version 2011-12-05 16:28:09 +01:00
proto.h libbdev: extended version 2011-12-05 16:28:09 +01:00
type.h libbdev: extended version 2011-12-05 16:28:09 +01:00