minix/servers/pm
David van Moolenbroek 80bd109cd3 libsys: various updates
- move system calls for use by services from libminlib into libsys;
- move srv_fork(2) and srv_kill(2) from RS and into libsys;
- replace getprocnr(2) with sef_self(3);
- rename previous getnprocnr(2) to getprocnr(2);
- clean up getepinfo(2);
- change all libsys calls that used _syscall to use _taskcall, so as
  to avoid going through errno to pass errors; this is already how
  most calls work anyway, and many of the calls previously using
  _syscall were already assumed to return the actual error;
- initialize request messages to zero, for future compatibility
  (note that this does not include PCI calls, which are in need of a
  much bigger overhaul, nor kernel calls);
- clean up more of dead DS code as a side effect.

Change-Id: I8788f54c68598fcf58e23486e270c2d749780ebb
2014-03-01 09:05:00 +01:00
..
alarm.c PM: remove obsolete ALARM, PAUSE, TIMES calls 2014-03-01 09:04:59 +01:00
break.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
const.h Fix a few compile time warnings 2010-07-02 12:41:19 +00:00
exec.c PM: send replies immediately 2014-03-01 09:05:00 +01:00
forkexit.c PM: send replies immediately 2014-03-01 09:05:00 +01:00
getset.c fix some warnings 2013-05-31 20:57:39 +00:00
glo.h PM: remove obsolete sys_getkinfo() 2013-08-06 11:46:46 +02:00
main.c PM: send replies immediately 2014-03-01 09:05:00 +01:00
Makefile Remove support for MKTRACE, MKMCONTEXT, MKSTATECTL 2014-03-01 09:04:59 +01:00
mcontext.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
misc.c libsys: various updates 2014-03-01 09:05:00 +01:00
mproc.h PM: send replies immediately 2014-03-01 09:05:00 +01:00
param.h PM: remove obsolete ALARM, PAUSE, TIMES calls 2014-03-01 09:04:59 +01:00
pm.h Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
profile.c profiling related cleanup 2012-07-15 21:56:55 +02:00
proto.h libsys: various updates 2014-03-01 09:05:00 +01:00
schedule.c Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
signal.c PM: send replies immediately 2014-03-01 09:05:00 +01:00
table.c libsys: various updates 2014-03-01 09:05:00 +01:00
time.c PM: remove obsolete ALARM, PAUSE, TIMES calls 2014-03-01 09:04:59 +01:00
trace.c PM: send replies immediately 2014-03-01 09:05:00 +01:00
type.h Removed 'system process' magic from PM and FS. 2005-05-13 08:57:08 +00:00
utility.c Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00