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
2014-02-18 11:25:02 +01:00
2013-08-20 11:37:40 +02:00
2014-03-01 09:04:51 +01:00
2014-03-01 09:04:51 +01:00
2014-03-01 09:04:51 +01:00
2014-02-18 11:25:02 +01:00
2014-03-01 09:04:51 +01:00
2013-08-21 13:53:39 +02:00
2014-03-01 09:04:51 +01:00
2014-02-18 11:25:02 +01:00
2014-02-18 11:25:02 +01:00
2014-03-01 09:04:51 +01:00
2014-02-18 11:25:01 +01:00
2014-03-01 09:04:51 +01:00
2014-03-01 09:04:51 +01:00
2013-11-12 10:15:47 -05:00
2014-02-18 11:25:01 +01:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%