minix/minix/kernel/system
David van Moolenbroek d91f738bd8 Kernel: export clock information on kernel page
Please note that this information is for use by system services only!
The clock facility is not ready to be used directly by userland, and
thus, this kernel page extension is NOT part of the userland ABI.

For service programmers' convenience, change the prototype of the
getticks(3) to return the uptime clock value directly, since the call
can no longer fail.

Correct the sys_times(2) reply message to use the right field type
for the boot time.

Restructure the kernel internals a bit so as to have all the clock
stuff closer together.

Change-Id: Ifc050b7bd253aecbe46e3bd7d7cc75bd86e45555
2015-09-23 12:00:46 +00:00
..
do_abort.c New sources layout 2014-07-31 16:00:30 +02:00
do_clear.c New sources layout 2014-07-31 16:00:30 +02:00
do_copy.c New sources layout 2014-07-31 16:00:30 +02:00
do_devio.c New sources layout 2014-07-31 16:00:30 +02:00
do_diagctl.c New sources layout 2014-07-31 16:00:30 +02:00
do_endksig.c New sources layout 2014-07-31 16:00:30 +02:00
do_exec.c New sources layout 2014-07-31 16:00:30 +02:00
do_exit.c New sources layout 2014-07-31 16:00:30 +02:00
do_fork.c New sources layout 2014-07-31 16:00:30 +02:00
do_getinfo.c kernel: Extend the sys_whoami() interface. 2015-09-16 11:01:36 +00:00
do_getksig.c New sources layout 2014-07-31 16:00:30 +02:00
do_irqctl.c New sources layout 2014-07-31 16:00:30 +02:00
do_kill.c New sources layout 2014-07-31 16:00:30 +02:00
do_mcontext.c New sources layout 2014-07-31 16:00:30 +02:00
do_memset.c New sources layout 2014-07-31 16:00:30 +02:00
do_privctl.c Improve asynsend support for process swapping 2015-09-17 14:08:30 +00:00
do_runctl.c New sources layout 2014-07-31 16:00:30 +02:00
do_safecopy.c kernel: Allow kernel calls to return ENOTREADY. 2015-09-16 11:02:31 +00:00
do_safememset.c New sources layout 2014-07-31 16:00:30 +02:00
do_schedctl.c New sources layout 2014-07-31 16:00:30 +02:00
do_schedule.c New sources layout 2014-07-31 16:00:30 +02:00
do_setalarm.c libsys: make tickdelay(3) more reliable 2015-08-08 16:55:23 +00:00
do_setgrant.c New sources layout 2014-07-31 16:00:30 +02:00
do_settime.c Kernel: export clock information on kernel page 2015-09-23 12:00:46 +00:00
do_sigreturn.c New sources layout 2014-07-31 16:00:30 +02:00
do_sigsend.c New sources layout 2014-07-31 16:00:30 +02:00
do_sprofile.c New sources layout 2014-07-31 16:00:30 +02:00
do_statectl.c kernel: Add support for IPC filters. 2015-09-16 11:02:24 +00:00
do_stime.c Kernel: export clock information on kernel page 2015-09-23 12:00:46 +00:00
do_times.c Kernel: export clock information on kernel page 2015-09-23 12:00:46 +00:00
do_trace.c Kernel: fix sys_trace 2014-08-30 19:10:12 +00:00
do_umap.c New sources layout 2014-07-31 16:00:30 +02:00
do_umap_remote.c New sources layout 2014-07-31 16:00:30 +02:00
do_update.c Improve asynsend support for process swapping 2015-09-17 14:08:30 +00:00
do_vdevio.c New sources layout 2014-07-31 16:00:30 +02:00
do_vmctl.c Kernel: IPC filter support for VM memory requests 2015-09-17 13:46:23 +00:00
do_vtimer.c New sources layout 2014-07-31 16:00:30 +02:00
do_vumap.c New sources layout 2014-07-31 16:00:30 +02:00
Makefile.inc Remove support for call profiling 2014-09-30 12:39:03 +00:00