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 5643c894115885d0e8b261bf5e0a6edebbc97fc5 (commit)
via 77cc64b989cffb1e351efce92e176fe67e4708de (commit)
from e3690e5874d6cfb13285511a20d925b0c6612d2c (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 5643c894115885d0e8b261bf5e0a6edebbc97fc5
Author: Michael Kelly <[email protected]>
Date: Wed Apr 15 19:03:07 2026 +0100
host_adjust_time64() to return outstanding time adjustment without altering
it.
It's awkward to support an interface that returns 'old_adjustment'
without modifying 'new_adjustment' because the latter is not an
optional parameter. This solution disregards 'new_adjustment'
specifically when the nanoseconds component has the value
MACH_ADJTIME_NSECS_OMIT (which is beyond the normally permissible
range).
Message-ID: <[email protected]>
commit 77cc64b989cffb1e351efce92e176fe67e4708de
Author: Mike Kelly <[email protected]>
Date: Wed Apr 15 22:11:56 2026 +0200
host_adjust_time64: Fix negative big adjustments
We also need a 10-factor when a big negative adjustment is requested.
-----------------------------------------------------------------------
Summary of changes:
include/mach/time_value.h | 9 +++++++++
kern/mach_clock.c | 30 +++++++++++++++++-------------
2 files changed, 26 insertions(+), 13 deletions(-)
hooks/post-receive
--
GNU Mach