minix/servers
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
..
devman Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
ds Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
ext2 retire 64-bit conversion functions 2013-06-24 16:50:57 +02:00
hgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inet fix inet warnings 2013-05-31 14:30:52 +00:00
init init: handle getty string of "" (default) 2013-06-12 07:04:53 +00:00
ipc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
is is: leave newline for stacktrace for SF9 dump 2013-06-12 07:04:53 +00:00
iso9660fs retire 64-bit conversion functions 2013-06-24 16:50:57 +02:00
lwip fix some warnings 2013-05-31 20:57:39 +00:00
mfs retire 64-bit conversion functions 2013-06-24 16:50:57 +02:00
pfs libc syslog, syslogd, logger, uds fixes 2013-06-12 07:04:52 +00:00
pm Implement getrusage 2013-07-01 23:00:47 +02:00
procfs panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
rs libexec: mmap support, prealloc variants 2013-04-24 10:18:16 +00:00
sched Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
vbfs Add VBFS: VirtualBox Shared Folder File System 2012-04-11 00:27:48 +02:00
vfs Implement getrusage 2013-07-01 23:00:47 +02:00
vm Implement getrusage 2013-07-01 23:00:47 +02:00
Makefile lwip (inet's alternative) is compiled by default 2013-03-25 16:51:25 +01:00
Makefile.inc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00