minix/lib
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
..
csu Gold linker support for entire source tree 2013-06-11 22:51:02 +02:00
libasyn
libaudiodriver
libbdev
libblockdriver retire 64-bit conversion functions 2013-06-24 16:50:57 +02:00
libbz2
libc Implement getrusage 2013-07-01 23:00:47 +02:00
libchardriver
libclkconf clkconf: move clkconf from libgpio to it's own lib 2013-06-18 09:09:23 +02:00
libcompat_minix
libcrypt
libcurses
libddekit panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
libdevman panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
libedit
libelf libelf:use self hosted m4. 2013-04-24 17:22:59 +02:00
libexec Implement getrusage 2013-07-01 23:00:47 +02:00
libfetch
libgpio clkconf: move clkconf from libgpio to it's own lib 2013-06-18 09:09:23 +02:00
libhgfs
liblwip
libm
libminc a few DBG=-g build fixes, both arches 2013-06-16 15:27:41 +02:00
libminixfs panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
libminlib
libmthread
libnetdriver
libnetsock
libpadconf padconf: remove duplicate code. 2013-06-21 16:10:58 +02:00
libprop
libpuffs VFS: Implement REQ_BPEEK. 2013-04-24 10:18:16 +00:00
librefuse
librmt
libsffs VFS: Implement REQ_BPEEK. 2013-04-24 10:18:16 +00:00
libsys retire 64-bit conversion functions 2013-06-24 16:50:57 +02:00
libterminfo
libtimers
libusb panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
libutil a few DBG=-g build fixes, both arches 2013-06-16 15:27:41 +02:00
libvassert
libvboxfs
libvirtio panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
libvtreefs panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
libz
Makefile clkconf: move clkconf from libgpio to it's own lib 2013-06-18 09:09:23 +02:00
Makefile.inc