From 40f80ca096251353977d3d75e63e6efd5e2321dc Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 19 Nov 2018 23:08:58 -0800 Subject: Update README for gitlab migration Signed-off-by: Alan Coopersmith --- Makefile.am | 2 +- README | 36 ------------------------------------ README.md | 29 +++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 37 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/Makefile.am b/Makefile.am index 670cdcb..1d7043b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ SUBDIRS = src test pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xshmfence.pc -EXTRA_DIST = xshmfence.pc.in ChangeLog +EXTRA_DIST = xshmfence.pc.in ChangeLog README.md MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog diff --git a/README b/README deleted file mode 100644 index db193b7..0000000 --- a/README +++ /dev/null @@ -1,36 +0,0 @@ -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 - diff --git a/README.md b/README.md new file mode 100644 index 0000000..748fe8a --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +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: + + https://lists.x.org/mailman/listinfo/xorg + +The master development code repository can be found at: + + https://gitlab.freedesktop.org/xorg/lib/libxshmfence + +Please submit bug reports and requests to merge patches there. + +For patch submission instructions, see: + + https://www.x.org/wiki/Development/Documentation/SubmittingPatches + -- cgit v1.2.3