]> Zhao Yanbai Git Server - minix.git/commit
Message type for PM_ time-related calls
authorLionel Sambuc <lionel@minix3.org>
Mon, 12 May 2014 21:40:11 +0000 (23:40 +0200)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:35 +0000 (17:05 +0200)
commit1ae60bd2e8d09f2cdf6ea6753ba0ec5e769852ab
treed3007a44e5198d225e959834c9339d1ce3edeffa
parentee2f1ee4cd97c2f851611c8284bcb2ec19493b86
Message type for PM_ time-related calls

 - Message type for PM_CLOCK_SETTIME, PM_CLOCK_GETTIME,
   PM_CLOCK_GETRES, PM_GETTIMEOFDAY, PM_SETTIME.

 - Small adaptation, message only transfert sub-second time in
   nanoseconds, instead of both nano- and micro-seconds. Conversion
   is done in userland, as required.

Change-Id: Ie4a6e0c457cc12626e85d2102c086a95311cf3e7
include/minix/callnr.h
include/minix/ipc.h
lib/libc/sys-minix/adjtime.c
lib/libc/sys-minix/clock_getres.c
lib/libc/sys-minix/clock_gettime.c
lib/libc/sys-minix/clock_settime.c
lib/libc/sys-minix/gettimeofday.c
lib/libc/sys-minix/stime.c
servers/pm/time.c