minix/minix/servers/rs
David van Moolenbroek 0eabb93c0c procfs: retrieve both RS tables from RS at once
Previously, procfs would retrieve the rproc and rprocpub tables from
RS in two separate calls.  This allowed for a race condition where the
tables could change in between the calls, resulting in a panic in
procfs under certain circumstances.  RS now implements a new method
for getsysinfo that allows the retrieval of both tables at once.

Change-Id: I5ec22d25898361270c90e805a43fc6d76ad9e29d
2015-06-29 10:56:30 +00:00
..
const.h New sources layout 2014-07-31 16:00:30 +02:00
error.c New sources layout 2014-07-31 16:00:30 +02:00
exec.c minix/ changes for arm llvm build 2014-12-03 23:40:56 +01:00
glo.h New sources layout 2014-07-31 16:00:30 +02:00
inc.h New sources layout 2014-07-31 16:00:30 +02:00
main.c New sources layout 2014-07-31 16:00:30 +02:00
Makefile Move all services to /service 2014-07-31 16:00:31 +02:00
manager.c minix/ changes for arm llvm build 2014-12-03 23:40:56 +01:00
memory.c New sources layout 2014-07-31 16:00:30 +02:00
proto.h New sources layout 2014-07-31 16:00:30 +02:00
request.c procfs: retrieve both RS tables from RS at once 2015-06-29 10:56:30 +00:00
table.c New sources layout 2014-07-31 16:00:30 +02:00
type.h New sources layout 2014-07-31 16:00:30 +02:00
utility.c New sources layout 2014-07-31 16:00:30 +02:00