Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Jul 2021 18:35:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 252816] x11-servers/xorg-server: patch to utilize CLOCK_MONOTONIC_FAST for the clock
Message-ID:  <bug-252816-7141-XLSowVolTo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-252816-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-252816-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252816

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D227228845cd678bfb6cc8e9183e259f=
88e55567b

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(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252816-7141-XLSowVolTo>