[Bug 252816] x11-servers/xorg-server: patch to utilize CLOCK_MONOTONIC_FAST for the clock
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252816 --- Comment #10 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=227228845cd678bfb6cc8e9183e259f88e55567b commit 227228845cd678bfb6cc8e9183e259f88e55567b Author: Sean Farley <[email protected]> AuthorDate: 2021-07-01 18:22:00 +0000 Commit: Warner Losh <[email protected]> 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.