minix/sys
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
..
arch LLVM bitcode for almost the whole source tree 2013-06-18 10:49:53 +02:00
compat/sys Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
conf Rewrite osrelease.sh to parse Minix version 2012-06-18 10:53:36 +00:00
dev include: Import dev/i2c/i2c_io.h 2013-06-27 14:20:12 -04:00
fs Remove libkern, leave just header. 2012-02-09 18:54:42 +01:00
lib Downgrading to netbsd zlib version 2013-04-09 16:43:13 +02:00
net Moving all NetBSD headers back where they belong. 2013-01-14 11:36:25 +01:00
netinet Moving all NetBSD headers back where they belong. 2013-01-14 11:36:25 +01:00
netinet6 Moving all NetBSD headers back where they belong. 2013-01-14 11:36:25 +01:00
sys Implement getrusage 2013-07-01 23:00:47 +02:00
ufs imported code harmonisation 2012-03-14 16:02:59 +01:00
Makefile include: Import dev/i2c/i2c_io.h 2013-06-27 14:20:12 -04:00
stdlib.h Remove libkern, leave just header. 2012-02-09 18:54:42 +01:00