minix/lib/libddekit/src
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
..
common.h Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
condvar.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
dde.c Upgrade libddekit and introduce devmand. 2012-06-18 09:23:42 +02:00
dde.h added libddekit 2011-02-25 12:40:31 +00:00
debug.h added libddekit 2011-02-25 12:40:31 +00:00
initcall.c Upgrade libddekit and introduce devmand. 2012-06-18 09:23:42 +02:00
irq.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
irq.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
lock.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
mem.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
msg_queue.c Upgrade libddekit and introduce devmand. 2012-06-18 09:23:42 +02:00
panic.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
pci.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
pgtab.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
printf.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
resource.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
semaphore.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
thread.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
thread.h added libddekit 2011-02-25 12:40:31 +00:00
timer.c libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
timer.h added libddekit 2011-02-25 12:40:31 +00:00
usb_client.c Upgrade libddekit and introduce devmand. 2012-06-18 09:23:42 +02:00
usb_server.c Upgrade libddekit and introduce devmand. 2012-06-18 09:23:42 +02:00
util.h added libddekit 2011-02-25 12:40:31 +00:00