]> Zhao Yanbai Git Server - minix.git/commit
Kernel: export clock information on kernel page 77/3177/2
authorDavid van Moolenbroek <david@minix3.org>
Mon, 21 Sep 2015 13:07:55 +0000 (13:07 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 23 Sep 2015 12:00:46 +0000 (12:00 +0000)
commitd91f738bd8d93aa6befa2a8d07581040607a512a
tree8338c3e28a9d2febbb1c604d53693dfca9e0c1a2
parent594df55e53732746ac76b15ad87a3eac02ec1619
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
37 files changed:
minix/drivers/net/dpeth/3c501.c
minix/drivers/net/dpeth/3c509.c
minix/drivers/storage/fbd/fbd.c
minix/drivers/storage/filter/util.c
minix/fs/procfs/root.c
minix/fs/procfs/tree.c
minix/include/minix/ipc.h
minix/include/minix/sysutil.h
minix/include/minix/type.h
minix/kernel/arch/earm/memory.c
minix/kernel/arch/i386/memory.c
minix/kernel/clock.c
minix/kernel/glo.h
minix/kernel/main.c
minix/kernel/proto.h
minix/kernel/system/do_settime.c
minix/kernel/system/do_stime.c
minix/kernel/system/do_times.c
minix/kernel/usermapped_data.c
minix/lib/libddekit/src/timer.c
minix/lib/liblwip/sys_arch.c
minix/lib/libsys/arch/earm/spin.c
minix/lib/libsys/arch/i386/spin.c
minix/lib/libsys/clock_time.c
minix/lib/libsys/getticks.c
minix/lib/libsys/getuptime.c
minix/lib/libsys/sef.c
minix/lib/libsys/timers.c
minix/net/inet/clock.c
minix/servers/is/dmp_pm.c
minix/servers/pm/alarm.c
minix/servers/rs/main.c
minix/servers/rs/manager.c
minix/servers/rs/request.c
minix/servers/rs/update.c
minix/servers/rs/utility.c
minix/tests/blocktest/blocktest.c