minix/servers
Ben Gras cef94e096e vfs: make m_out non-global
m_out is shared between threads as the reply message, and it can happen
results get overwritten by another thread before the reply is sent. This
change

	. makes m_out local to the message handling function,
	  declared on the stack of the caller
	. forces callers of reply() to give it a message, or
	  declare the reply message has no significant fields except
	  for the return code by calling replycode()

Change-Id: Id06300083a63c72c00f34f86a5c7d96e4bbdf9f6
2013-04-12 23:40:38 +00: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 Subsecond timestamps support for FS 2013-04-12 11:11:59 +02:00
hgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inet inet: silence message about exceptions 2013-04-04 15:06:18 +02:00
init Move MINIX reboot definitions into minix/reboot.h 2013-03-20 16:50:01 +00:00
ipc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
is libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
iso9660fs libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
lwip make minix lwip make explicit use of 'int' 2013-04-11 22:37:30 +02:00
mfs Subsecond timestamps support for FS 2013-04-12 11:11:59 +02:00
pfs libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
pm utimens(2) system call 2013-04-12 18:55:39 +00:00
procfs libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
rs libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02: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: make m_out non-global 2013-04-12 23:40:38 +00:00
vm libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +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