[macports-legacy-support] branch master updated (736d5dd -> 49d211d)

Christopher Nielsen mascguy at macports.org
Sat Jun 21 22:08:35 UTC 2025


Christopher Nielsen (mascguy) pushed a change to branch master
in repository macports-legacy-support.

    from 736d5dd  Clarify __MPLS_TARGET_OSVER usage.
     new 1c12e6d  test_clocks: Add boottime checking and reporting.
     new fcbb782  time.c: Discard obviously bad boottime.
     new e072a3d  time.c: Un-disable sleep offset on ppc64.
     new 0ab83ed  test_clocks: Check for negative mach_clock values.
     new db8aec3  test_clocks: Remove unused dstats args.
     new a981ffc  test_clocks: Add clock offset check.
     new 2b3094a  test_clocks: Check boottime result.
     new dffef76  time.c: Add boottime length check.
     new 034c6c4  Add tool for testing boottime sysctl().
     new ccc78fb  Fix sysctl()/sysctlbyname() for boottime on 64-bit <10.6.
     new d63a882  test_clocks: Fail on bad boottime.
     new 49d211d  Update README for boottime fix.

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                        |   6 +-
 README.md                       |   5 +
 include/MacportsLegacySupport.h |   4 +
 src/sysctl.c                    | 140 +++++++++++++++
 src/time.c                      |  50 +++---
 test/test_clocks.c              | 206 +++++++++++++++++-----
 tools/boottime.c                | 372 ++++++++++++++++++++++++++++++++++++++++
 7 files changed, 715 insertions(+), 68 deletions(-)
 create mode 100644 src/sysctl.c
 create mode 100644 tools/boottime.c



More information about the macports-changes mailing list