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
2013-04-12 18:55:40 +00:00
2013-04-09 16:43:13 +02:00
2013-07-01 23:00:47 +02:00
2013-07-01 23:00:47 +02:00
2013-07-01 23:00:47 +02:00
2013-07-01 23:00:47 +02:00
2013-06-25 09:51:45 +00:00
2013-06-02 08:14:05 -04:00
2013-07-01 23:00:47 +02:00
2013-07-01 23:00:47 +02:00
2013-07-01 23:00:47 +02:00
2013-05-13 11:18:15 +02:00
2013-06-12 07:05:11 +00:00
2013-05-26 14:12:54 +00:00
2010-01-21 10:16:05 +00:00
2013-04-04 12:50:12 +00:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%