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-542-g5fdc928d


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-542-g5fdc928d
Date: Sun, 12 Feb 2023 12:28:57 -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  5fdc928d3d29fdc93ad00cea5f5c877a19013d44 (commit)
      from  b0d39e2ffda3cdd67d81022f40b2a73518fda6d0 (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 5fdc928d3d29fdc93ad00cea5f5c877a19013d44
Author: Luca Dariz <luca@orpolo.org>
Date:   Sun Feb 12 18:03:11 2023 +0100

    fix rpc time value for 64 bit
    
    * include/mach/task_info.h: use rpc variant of time_value_t
    * include/mach/thread_info.h: Likewise
    * kern/mach_clock.c: use rpc variant of time_value_t in
      read_time_stamp()
    * kern/mach_clock.h: Likewise
    * kern/thread.c: use rpc variant of thread_read_times()
    * kern/timer.h_ add thread_read_times_rpc() by converting time_value_t
      to the corresponding rpc structures inline.
    Message-Id: <20230212170313.1501404-5-luca@orpolo.org>

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

Summary of changes:
 include/mach/task_info.h   | 10 +++++-----
 include/mach/thread_info.h |  6 +++---
 kern/mach_clock.c          |  2 +-
 kern/mach_clock.h          |  2 +-
 kern/thread.c              |  2 +-
 kern/timer.h               | 12 ++++++++++++
 6 files changed, 23 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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