minix/distrib/sets/lists
Xiaoguang Sun 64f10ee644 Implement getrusage
Implement getrusage.
These fields of struct rusage are not supported and always set to zero at this time
long ru_nswap;           /* swaps */
long ru_inblock;         /* block input operations */
long ru_oublock;         /* block output operations */
long ru_msgsnd;          /* messages sent */
long ru_msgrcv;          /* messages received */
long ru_nvcsw;           /* voluntary context switches */
long ru_nivcsw;          /* involuntary context switches */

test75.c is the unit test for this new function

Change-Id: I3f1eb69de1fce90d087d76773b09021fc6106539
2013-07-01 23:00:47 +02:00
..
base Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
comp Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
etc Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
games Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
man Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
minix Implement getrusage 2013-07-01 23:00:47 +02:00
misc Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
modules Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
tests Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
text Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
xbase Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
xcomp Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
xetc Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
xfont Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
xserver Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00