notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: x11-servers/xorg-server/files/patch-os-utils.c
SVNWeb

Number of commits found: 4

Thu, 1 Jul 2021
[ 18:30 Warner Losh (imp) search for other commits by this committer Author: Sean Farley ]    commit hash:227228845cd678bfb6cc8e9183e259f88e55567b  commit hash:227228845cd678bfb6cc8e9183e259f88e55567b  commit hash:227228845cd678bfb6cc8e9183e259f88e55567b  2272288 
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
Sat, 21 Apr 2012
[ 17:03 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 214 ports in this commit are shown above. View all ports for this commit)
- Please welcome Xorg 7.5.2

       The Xorg Team is pleased to announce the next round of Xorg updates.
       The team created a new flag called WITH_NEW_XORG that users can include
       in /etc/make.conf. This was created for the intel KMS work being done
       althouthough It probably works for other chips. Unfortunately, the intel
       KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
       Older version of FreeBSD will not be supported. Intel users will need
       to patch their source manually with Konstantin?s KMS kernel patch to get
       the newer chips to work. Please carefully read UPDATING entry.

Changes:

        - libdrm 2.4.31 (including KMS support)
        - mesa 7.11.2
        - xorg-server 1.10.6
        - a lot of new Graphic Drivers.

    I would like to thank:

         Koop Mast
         Eitan Adler
         Niclas Zeising
         and all helpers and testers from x11@.
Tue, 18 Oct 2011
[ 18:25 kwm search for other commits by this committer ] Original commit 
Fix CVE-2011-4028 and CVE-2011-4029.

Obtained from:  upstream xorg-server
Security:       8441957c-f9b4-11e0-a78a-bcaec565249c
Thu, 6 Mar 2008
[ 00:48 jkim search for other commits by this committer ] Original commit 
- Check correct POSIX spec. date for clock_gettime(2) whether
CLOCK_MONOTONIC is available.
- If FreeBSD-specific CLOCK_MONOTONIC_FAST is available, use it
instead of precise but slow gettimeofday(2) or CLOCK_MONOTONIC.

Reviewed by:    stable, x11

Number of commits found: 4