minix/servers/rs
David van Moolenbroek 44d3230e40 For common calls, give servers unique call numbers
The getsysinfo(2), getrusage(2), and svrctl(2) calls used the same
call number to different services. Since we want to give each service
its own call number ranges, this is no longer tenable. This patch
introduces per-service call numbers for these calls.

Note that the remainder of the COMMON_ range is left intact, as these
the remaining requests in it are processed by SEF and thus server-
agnostic. The range should really be prefixed with SEF_ now.

Change-Id: I80d728bbeb98227359c525494c433965b40fefc3
2014-03-01 09:05:00 +01:00
..
const.h VFS: further cleanup of device code 2014-03-01 09:04:58 +01:00
error.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
exec.c Removing CSU patches 2014-02-18 11:25:02 +01:00
glo.h various coverity-inspired fixes 2012-07-16 14:00:56 +02:00
inc.h Input infrastructure, INPUT server, PCKBD driver 2014-03-01 09:04:55 +01:00
main.c For common calls, give servers unique call numbers 2014-03-01 09:05:00 +01:00
Makefile Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
manager.c libsys: various updates 2014-03-01 09:05:00 +01:00
memory.c VM: full munmap 2012-09-18 13:17:52 +02:00
proto.h libsys: various updates 2014-03-01 09:05:00 +01:00
request.c VM: support for shared call mask ACLs 2013-08-08 23:22:58 +02:00
table.c VFS: further cleanup of device code 2014-03-01 09:04:58 +01:00
type.h VFS: further cleanup of device code 2014-03-01 09:04:58 +01:00
utility.c VFS: further cleanup of device code 2014-03-01 09:04:58 +01:00