Thomas Veerman badec36b33 VFS: fix deadlock when out of worker threads
There is a deadlock vulnerability when there are no worker threads
available and all of them blocked on a worker thread that's waiting for a
reply from a driver or a reply from an FS that needs to make a back call. In
these cases the deadlock resolver thread should kick in, but didn't in all
cases. Moreover, POSIX calls from File Servers weren't handled properly
anymore, which also could lead to deadlocks.
2012-11-14 13:12:37 +00:00
2010-10-25 08:32:14 +00:00
2011-11-18 11:11:04 +01:00
2012-10-24 13:42:44 +02:00
2012-11-08 11:40:35 +01:00
2012-10-30 13:55:42 +01:00
2012-11-08 12:36:38 +01:00
2012-10-24 13:42:44 +02:00
2012-10-24 13:42:44 +02:00
2012-08-28 13:49:27 -04:00
2012-10-12 01:03:36 +02:00
2012-11-07 23:15:52 +01:00
2012-06-18 10:54:52 +00:00
2012-06-18 10:54:55 +00:00
2012-06-18 10:54:51 +00: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%