minix/servers
David van Moolenbroek 701f2b4dd5 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
2014-03-01 09:04:51 +01:00
..
devman Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
ds Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
ext2 Block protocol: use own [RW]_BIT definitions 2014-02-19 11:22:15 +01:00
hgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inet INET: use libchardriver 2014-03-01 09:04:51 +01:00
init init: handle getty string of "" (default) 2013-06-12 07:04:53 +00:00
ipc moving prototypes to lib.h 2014-02-18 11:25:01 +01:00
is Retire the synchronous character driver protocol 2014-02-18 11:25:02 +01:00
iso9660fs Block protocol: use own [RW]_BIT definitions 2014-02-19 11:22:15 +01:00
lwip libnetsock: use libchardriver 2014-03-01 09:04:51 +01:00
mfs Block protocol: use own [RW]_BIT definitions 2014-02-19 11:22:15 +01:00
pfs PFS: use libchardriver; clean up 2014-03-01 09:04:51 +01:00
pm Retire ptrace(T_DUMPCORE), dumpcore(1), gcore(1) 2014-02-18 11:25:03 +01:00
procfs VFS: remove FP_BLOCKED_ON_DOPEN 2014-02-18 11:25:03 +01:00
rs Retire the synchronous character driver protocol 2014-02-18 11:25:02 +01:00
sched kernel: spelling fixes 2013-10-09 20:24:17 -04:00
vbfs Add VBFS: VirtualBox Shared Folder File System 2012-04-11 00:27:48 +02:00
vfs VFS: select(2) fixes 2014-03-01 09:04:51 +01:00
vm Removing CSU patches 2014-02-18 11:25:02 +01:00
Makefile lwip (inet's alternative) is compiled by default 2013-03-25 16:51:25 +01:00
Makefile.inc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00