minix/sys
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
..
arch Adapt ARM print macro to match used types 2013-03-13 13:51:56 +01: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/ic Remove libkern, leave just header. 2012-02-09 18:54:42 +01:00
fs Remove libkern, leave just header. 2012-02-09 18:54:42 +01:00
lib Libraries updates and cleanup 2013-01-14 11:36:26 +01: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 libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
ufs imported code harmonisation 2012-03-14 16:02:59 +01:00
Makefile Moving all NetBSD headers back where they belong. 2013-01-14 11:36:25 +01:00
stdlib.h Remove libkern, leave just header. 2012-02-09 18:54:42 +01:00