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 <[email protected]>
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 <[email protected]>
    Message-ID: <[email protected]>

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

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