Index of /pub/NetBSD/NetBSD-release-9/xsrc/external/mit/libxshmfence/dist

Icon  Name                                                         Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] COPYING 2016-08-14 07:04 1.1K [DIR] CVS/ 2020-03-20 07:41 - [   ] ChangeLog 2018-03-11 19:36 11K [TXT] Makefile.am 2016-08-14 07:04 1.4K [TXT] Makefile.in 2018-03-11 19:36 29K [TXT] README 2016-08-14 07:04 1.0K [TXT] aclocal.m4 2018-03-11 19:36 443K [TXT] compile 2018-03-11 19:36 7.2K [TXT] config.guess 2018-03-11 19:36 43K [TXT] config.h.in 2018-03-11 19:36 3.0K [TXT] config.sub 2018-03-11 19:36 36K [TXT] configure 2018-03-11 19:36 605K [   ] configure.ac 2018-03-11 19:36 5.1K [TXT] depcomp 2018-03-11 19:36 23K [TXT] install-sh 2018-03-11 19:36 14K [   ] ltmain.sh 2018-03-11 19:36 318K [TXT] missing 2018-03-11 19:36 6.7K [DIR] src/ 2020-03-20 07:40 - [TXT] test-driver 2018-03-11 19:36 4.5K [DIR] test/ 2020-03-20 07:40 - [TXT] xshmfence.pc.in 2016-08-14 07:04 272
libxshmfence - Shared memory 'SyncFence' synchronization primitive

This library offers a CPU-based synchronization primitive compatible
with the X SyncFence objects that can be shared between processes
using file descriptor passing.

There are two underlying implementations:

 1) On Linux, the library uses futexes

 2) On other systems, the library uses posix mutexes and condition
    variables.

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/lib/libxshmfence

        http://cgit.freedesktop.org/xorg/lib/libxshmfence

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage