minix/test/blocktest
Thomas Cort e67fc5771d libc: add clock_getres()/clock_gettime() system calls.
In order to make it more clear that ticks should be used for timers
and realtime should be used for timestamps / displaying the date/time,
getuptime() was renamed to getticks() and getuptime2() was renamed to
getuptime().

Servers, drivers, libraries, tests, etc that use getuptime()/getuptime2()
have been updated. In instances where a realtime was calculated, the
calculation was changed to use realtime.

System calls clock_getres() and clock_gettime() were added to PM/libc.
2013-04-04 15:04:53 +02:00
..
blocktest.c libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
Makefile blocktest: resolve label/minor in userland 2011-12-11 22:35:37 +01:00
Makefile.inc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
README blocktest: resolve label/minor in userland 2011-12-11 22:35:37 +01:00
support.sh blocktest: make script more newbie-friendly 2012-09-07 14:25:46 +00:00
system.conf blocktest: add system.conf file, too 2011-11-07 18:26:16 +01:00
test.sh blocktest: make script more newbie-friendly 2012-09-07 14:25:46 +00:00

Instructions on how to use blocktest:

1) compile it by running 'make'
2) read test.sh
3) edit and uncomment one line from test.sh
4) run './test.sh'
5) read the output in /var/log/messages