Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/xorg]: xsrc/external/mit/libxshmfence/dist initial import of libxshmfen...
details: https://anonhg.NetBSD.org/xsrc/rev/dfd5c980c417
branches: xorg
changeset: 7212:dfd5c980c417
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Oct 29 21:00:10 2022 +0000
description:
initial import of libxshmfence-1.3.1
diffstat:
external/mit/libxshmfence/dist/ChangeLog | 69 +-
external/mit/libxshmfence/dist/Makefile.am | 2 +-
external/mit/libxshmfence/dist/Makefile.in | 49 +-
external/mit/libxshmfence/dist/README.md | 29 +
external/mit/libxshmfence/dist/aclocal.m4 | 20244 ++++++++--------
external/mit/libxshmfence/dist/compile | 12 +-
external/mit/libxshmfence/dist/config.guess | 1609 +-
external/mit/libxshmfence/dist/config.h.in | 101 +-
external/mit/libxshmfence/dist/config.sub | 2942 +-
external/mit/libxshmfence/dist/configure | 14495 ++++++-----
external/mit/libxshmfence/dist/configure.ac | 11 +-
external/mit/libxshmfence/dist/depcomp | 8 +-
external/mit/libxshmfence/dist/install-sh | 170 +-
external/mit/libxshmfence/dist/ltmain.sh | 932 +-
external/mit/libxshmfence/dist/missing | 14 +-
external/mit/libxshmfence/dist/src/Makefile.in | 51 +-
external/mit/libxshmfence/dist/src/xshmfence_alloc.c | 20 +
external/mit/libxshmfence/dist/test-driver | 25 +-
external/mit/libxshmfence/dist/test/Makefile.in | 60 +-
19 files changed, 21309 insertions(+), 19534 deletions(-)
diffs (truncated from 48324 to 300 lines):
diff -r 50ba8b1f9813 -r dfd5c980c417 external/mit/libxshmfence/dist/ChangeLog
--- a/external/mit/libxshmfence/dist/ChangeLog Sat Oct 29 21:00:07 2022 +0000
+++ b/external/mit/libxshmfence/dist/ChangeLog Sat Oct 29 21:00:10 2022 +0000
@@ -1,3 +1,70 @@
+commit 43749ba6a7631f5060ef85c93942ec32dfd39bf8
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Tue Oct 18 09:38:22 2022 -0700
+
+ libxshmfence 1.3.1
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit bff067edd6c9ad231affd29283757fe6b431bc54
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Jul 17 18:05:30 2022 -0700
+
+ gitlab CI: add a basic build test
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 7aa043acaff88d5ee5a18e40796acf0da1d98a6c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Jul 17 18:03:52 2022 -0700
+
+ Fix spelling/wording issues
+
+ Found by using:
+ codespell --builtin clear,rare,usage,informal,code,names
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 48446b1610f3d4e4236bd83143718042cd6460a8
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Jul 17 18:02:46 2022 -0700
+
+ Build xz tarballs instead of bzip2
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 946f99b9e4e80d98e5af96bf7f4b0b0107cf25de
+Author: Jan Beich <jbeich%FreeBSD.org@localhost>
+Date: Sat Aug 3 21:40:37 2019 +0000
+
+ alloc: prefer SHM_ANON on FreeBSD a la memfd_create
+
+ Signed-off-by: Jan Beich <jbeich%FreeBSD.org@localhost>
+
+commit 51d4b7eafef091bd77c59777537e762fe3e586a8
+Author: Jan Beich <jbeich%FreeBSD.org@localhost>
+Date: Fri Jul 7 13:57:56 2017 +0000
+
+ alloc: prefer atomic close-on-exec without O_TMPFILE as well
+
+ Signed-off-by: Jan Beich <jbeich%FreeBSD.org@localhost>
+
+commit 87a66f2eae8016a62d1b29e38160ed38de3144ef
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri Dec 7 19:50:56 2018 -0800
+
+ Update configure.ac bug URL for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 40f80ca096251353977d3d75e63e6efd5e2321dc
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Mon Nov 19 23:08:58 2018 -0800
+
+ Update README for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
commit f38b2e73071ba516127f8f5ae47f48df58dc9d53
Author: Matt Turner <mattst88%gmail.com@localhost>
Date: Mon Feb 26 09:26:06 2018 -0800
@@ -7,7 +74,7 @@
Signed-off-by: Matt Turner <mattst88%gmail.com@localhost>
commit 30d946bc7b522ada9ec2fdbd502f9e36aae21bba
-Author: Michał Górny <mgorny%gentoo.org@localhost>
+Author: Michał Górny < <mgorny%gentoo.org@localhost>
Date: Thu Feb 22 19:23:38 2018 +0100
Fix missing <limits.h> include for HAVE_UMTX branch of futex
diff -r 50ba8b1f9813 -r dfd5c980c417 external/mit/libxshmfence/dist/Makefile.am
--- a/external/mit/libxshmfence/dist/Makefile.am Sat Oct 29 21:00:07 2022 +0000
+++ b/external/mit/libxshmfence/dist/Makefile.am Sat Oct 29 21:00:10 2022 +0000
@@ -25,7 +25,7 @@
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 -r 50ba8b1f9813 -r dfd5c980c417 external/mit/libxshmfence/dist/Makefile.in
--- a/external/mit/libxshmfence/dist/Makefile.in Sat Oct 29 21:00:07 2022 +0000
+++ b/external/mit/libxshmfence/dist/Makefile.in Sat Oct 29 21:00:10 2022 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2021 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -186,9 +186,9 @@
$(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
- cscope distdir dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
- $(LISP)config.h.in
+ cscope distdir distdir-am dist dist-all distcheck
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+ config.h.in
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
# *not* preserved.
@@ -205,12 +205,9 @@
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
- $(srcdir)/xshmfence.pc.in COPYING ChangeLog README compile \
+ $(srcdir)/xshmfence.pc.in COPYING ChangeLog README.md compile \
config.guess config.sub install-sh ltmain.sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
@@ -247,9 +244,11 @@
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
done; \
reldir="$$dir2"
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
GZIP_ENV = --best
-DIST_TARGETS = dist-bzip2 dist-gzip
+DIST_TARGETS = dist-xz dist-gzip
+# Exists only to be overridden by the user if desired.
+AM_DISTCHECK_DVI_TARGET = dvi
distuninstallcheck_listfiles = find . -type f -print
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
@@ -271,8 +270,9 @@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CHANGELOG_CMD = @CHANGELOG_CMD@
-CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
+CSCOPE = @CSCOPE@
+CTAGS = @CTAGS@
CWARNFLAGS = @CWARNFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
@@ -286,8 +286,10 @@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
+ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
+FILECMD = @FILECMD@
FILE_MAN_DIR = @FILE_MAN_DIR@
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
GREP = @GREP@
@@ -388,6 +390,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
@@ -399,7 +402,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
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
@@ -426,8 +429,8 @@
echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \
*) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -591,8 +594,10 @@
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
+distdir: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
-distdir: $(DISTFILES)
+distdir-am: $(DISTFILES)
$(am__remove_distdir)
test -d "$(distdir)" || mkdir "$(distdir)"
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -662,6 +667,7 @@
dist-gzip: distdir
tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
$(am__post_remove_distdir)
+
dist-bzip2: distdir
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
$(am__post_remove_distdir)
@@ -669,11 +675,14 @@
dist-lzip: distdir
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
$(am__post_remove_distdir)
-
dist-xz: distdir
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
$(am__post_remove_distdir)
+dist-zstd: distdir
+ tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
+ $(am__post_remove_distdir)
+
dist-tarZ: distdir
@echo WARNING: "Support for distribution archives compressed with" \
"legacy program 'compress' is deprecated." >&2
@@ -716,6 +725,8 @@
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
+ *.tar.zst*) \
+ zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
esac
chmod -R a-w $(distdir)
chmod u+w $(distdir)
@@ -731,7 +742,7 @@
$(DISTCHECK_CONFIGURE_FLAGS) \
--srcdir=../.. --prefix="$$dc_install_base" \
&& $(MAKE) $(AM_MAKEFLAGS) \
- && $(MAKE) $(AM_MAKEFLAGS) dvi \
+ && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
&& $(MAKE) $(AM_MAKEFLAGS) check \
&& $(MAKE) $(AM_MAKEFLAGS) install \
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
@@ -897,7 +908,7 @@
am--refresh check check-am clean clean-cscope clean-generic \
clean-libtool cscope cscopelist-am ctags ctags-am dist \
dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
- dist-tarZ dist-xz dist-zip distcheck distclean \
+ dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
distclean-generic distclean-hdr distclean-libtool \
distclean-tags distcleancheck distdir distuninstallcheck dvi \
dvi-am html html-am info info-am install install-am \
diff -r 50ba8b1f9813 -r dfd5c980c417 external/mit/libxshmfence/dist/README.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/libxshmfence/dist/README.md Sat Oct 29 21:00:10 2022 +0000
@@ -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 primary 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
+
diff -r 50ba8b1f9813 -r dfd5c980c417 external/mit/libxshmfence/dist/aclocal.m4
--- a/external/mit/libxshmfence/dist/aclocal.m4 Sat Oct 29 21:00:07 2022 +0000
+++ b/external/mit/libxshmfence/dist/aclocal.m4 Sat Oct 29 21:00:10 2022 +0000
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
Home |
Main Index |
Thread Index |
Old Index