[Bug 252816] x11-servers/xorg-server: patch to utilize CLOCK_MONOTONIC_FAST for the clock

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 01 Jul 2021 18:35:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252816

--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=227228845cd678bfb6cc8e9183e259f88e55567b

commit 227228845cd678bfb6cc8e9183e259f88e55567b
Author:     Sean Farley <scf@FreeBSD.org>
AuthorDate: 2021-07-01 18:22:00 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-07-01 18:30:11 +0000

    x11-servers/xorg-server: patch to utilize CLOCK_MONOTONIC_FAST for the
clock

    This patches the X server to use CLOCK_MONOTONIC_FAST instead of
    CLOCK_MONOTONIC for the clock.  This is basically a reintroduction of
    r208485 by jkim@ that was removed by accident(?).

    Since the X server is fine with the Linux _COARSE clock the accuracy of
    the FreeBSD _FAST clock should work too.  I have run with this patch for
    a long time without ill effects.

    PR:             252816
    Reviewed by:    imp, markj, jkim, mhorne
    Approved by:    x11

 x11-servers/xorg-server/Makefile                     |  2 +-
 x11-servers/xorg-server/files/patch-os-utils.c (new) | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.