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
2013-04-12 18:55:40 +00:00
2013-04-12 18:55:40 +00:00
2013-04-09 16:43:13 +02:00
2013-03-14 11:33:10 +01:00
2013-04-12 18:55:40 +00:00
2013-04-12 18:55:39 +00:00
2013-04-12 18:55:39 +00:00
2013-04-08 08:37:04 +02:00
2013-02-26 09:44:20 +00:00
2013-04-12 23:40:38 +00:00
2013-04-12 18:55:40 +00:00
2013-04-12 18:55:39 +00:00
2013-04-12 18:55:40 +00:00
2013-04-12 18:55:40 +00:00
2013-04-12 18:55:40 +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%