commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. v1.8-979-gfc494bfe


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-979-gfc494bfe
Date: Sat, 28 Dec 2024 20:22:41 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  fc494bfe3fb6363e1077dc035eb119970d84a9d1 (commit)
      from  0bd3b64ff3af9a7c1b65bafb5cbf5189c52dc85a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fc494bfe3fb6363e1077dc035eb119970d84a9d1
Author: Zhaoming Luo <zhmingluo@163.com>
Date:   Tue Dec 24 09:57:51 2024 +0800

    kern: Add a mach host operation which returns elapsed time since bootup
    
    Add host_get_uptime64() mach interface operation. It can be used to get
    the time passed since the boot up.
    
    * doc/mach.texi: Add the documentation for the operation
    * include/mach/mach_host.defs: Add the interface
    * include/mach/time_value.h: Extend the mappable time variable
    * kern/mach_clock.c: Operation implementation
    * kern/mach_clock.h: Add a new variable for storing uptime
    
    Signed-off-by: Zhaoming Luo <zhmingluo@163.com>
    Message-ID: <20241224015751.1282-1-zhmingluo@163.com>

-----------------------------------------------------------------------

Summary of changes:
 doc/mach.texi               |  5 +++++
 include/mach/mach_host.defs |  7 +++++++
 include/mach/time_value.h   |  2 ++
 kern/mach_clock.c           | 39 +++++++++++++++++++++++++++++++++++++++
 kern/mach_clock.h           |  1 +
 5 files changed, 54 insertions(+)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]