]> Zhao Yanbai Git Server - minix.git/commit
VFS: select(2) fixes 75/975/2
authorDavid van Moolenbroek <david@minix3.org>
Tue, 10 Sep 2013 23:13:59 +0000 (01:13 +0200)
committerLionel Sambuc <lionel@minix3.org>
Sat, 1 Mar 2014 08:04:51 +0000 (09:04 +0100)
commit701f2b4dd5572a98bc8da921a86fc1f87c872e3d
tree482f396e2abf650618dd8585c6b8d3f4671bd57a
parentb443e9244ddb694b2a5590217a1ee424609b5d16
VFS: select(2) fixes

- check each file descriptor's open access mode (filp_mode);
- treat an error returned by a character driver as a select error;
- check all filps in each set before finishing select;
- do not copy back file descriptor sets if an error occurred;
- remove the hardcoded list of supported character major devices,
  since all drivers should now be capable of responding properly;
- add tests to test40 and fix its error count aggregation.

Change-Id: I57ef58d3afb82640fc50b59c859ee4b25f02db17
distrib/sets/lists/minix/mi
servers/vfs/select.c
test/Makefile
test/t40c.c
test/t40g.c [new file with mode: 0644]
test/test40.c