Ben Gras 8f2749cca8 vfs: patch for unpause()/revive() race condition
. unpause() and revive() can race - revive() can run during
	  a device i/o unblock, causing two sendnb()s to occur, and the
	  2nd one to fail
	. this can easily happen when a process is blocking on tty and
	  is then killed by a signal - tty cancels the i/o and then
	  kills the process by a signal

Change-Id: Ia319acaedfa336b78c030a2c4af7246959bdcf87
2013-06-14 23:58:43 +02:00
2013-04-12 18:55:40 +00:00
2013-04-09 16:43:13 +02:00
2013-06-10 10:51:49 +02:00
2013-06-12 07:04:52 +00:00
2013-06-02 08:14:05 -04:00
2013-06-12 07:05:11 +00:00
2013-06-02 08:14:05 -04:00
2013-06-10 10:51:49 +02:00
2013-05-13 11:18:15 +02:00
2013-06-12 07:05:11 +00:00
2013-05-26 14:12:54 +00:00
2010-01-21 10:16:05 +00:00
2013-04-04 12:50:12 +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%