minix/servers/inet
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
..
generic Removing obsolete _NBSD_LIBC define 2013-02-26 09:44:24 +00:00
buf.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
clock.c libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
const.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
inet.c Removing obsolete _MINIX_SOURCE define 2013-02-26 09:44:21 +00:00
inet.h Removing obsolete _NBSD_LIBC define 2013-02-26 09:44:24 +00:00
inet_config.c Removing obsolete _MINIX_SOURCE define 2013-02-26 09:44:21 +00:00
inet_config.h Removing obsolete _NBSD_LIBC define 2013-02-26 09:44:24 +00:00
Makefile Let the build system manage compilation flags 2013-03-08 09:41:49 +01:00
mnx_eth.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
mq.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
mq.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
osdep_eth.h This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
proto.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
qp.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
qp.h More stack for tcpd. 2006-07-13 13:19:48 +00:00
queryparam.c Convert drivers/ and servers/ over to bsdmake 2010-03-22 21:25:22 +00:00
queryparam.h retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
sr.c various warning/errorwarning fixes for gcc47 2012-08-27 16:19:18 +02:00
sr_int.h More use of endpoint_t. Other code cleanup. 2010-03-30 14:07:15 +00:00
version.c New inet with partial select implementation 2005-06-28 15:19:58 +00:00