minix/servers/ds
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
..
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
proto.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
store.c drop safemap code 2012-10-30 13:55:42 +01:00
store.h libsys: various updates 2014-03-01 09:05:00 +01:00