minix/servers
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
..
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 panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
hgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inet fix inet warnings 2013-05-31 14:30:52 +00:00
init init: handle getty string of "" (default) 2013-06-12 07:04:53 +00:00
ipc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
is is: leave newline for stacktrace for SF9 dump 2013-06-12 07:04:53 +00:00
iso9660fs filesystems: return ENOSYS for REQ_PEEK 2013-04-24 10:18:10 +00:00
lwip fix some warnings 2013-05-31 20:57:39 +00:00
mfs libminixfs, mfs, ext2: may re-evaluate cache size 2013-04-26 13:57:08 +00:00
pfs libc syslog, syslogd, logger, uds fixes 2013-06-12 07:04:52 +00:00
pm fix some warnings 2013-05-31 20:57:39 +00:00
procfs panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
rs libexec: mmap support, prealloc variants 2013-04-24 10:18:16 +00:00
sched Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
vbfs Add VBFS: VirtualBox Shared Folder File System 2012-04-11 00:27:48 +02:00
vfs vfs: patch for unpause()/revive() race condition 2013-06-14 23:58:43 +02:00
vm arm:remove pre 1:1 mapping workarounds. 2013-06-12 16:42:20 +02: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