index
:
xorg/lib/libxshmfence
master
Shared memory fences using futexes (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxshmfence)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-22
alloc: Allow disabling memfd usage at runtime with XSHMFENCE_NO_MEMFD=1
HEAD
master
Asahi Lina
1
-2
/
+11
2024-04-05
src/xshmfence_futex.h: fix build on 32-bit architectures using 64-bit time_t
Thomas Devoogdt
1
-0
/
+4
2023-12-02
configure: replace deprecated AC_TRY_COMPILE with AC_COMPILE_IFELSE
Alan Coopersmith
1
-6
/
+6
2023-03-08
configure: replace deprecated AC_HELP_STRING with AS_HELP_STRING
Alan Coopersmith
1
-1
/
+1
2023-03-08
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Alan Coopersmith
1
-1
/
+5
2022-12-08
libxshmfence 1.3.2
libxshmfence-1.3.2
Matt Turner
1
-1
/
+1
2022-11-29
configure: Use AC_SYS_LARGEFILE to enable large file support
Matt Turner
1
-1
/
+3
2022-10-18
libxshmfence 1.3.1
libxshmfence-1.3.1
Alan Coopersmith
1
-2
/
+3
2022-07-17
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2022-07-17
Fix spelling/wording issues
Alan Coopersmith
2
-2
/
+2
2022-07-17
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2019-08-03
alloc: prefer SHM_ANON on FreeBSD a la memfd_create
Jan Beich
1
-0
/
+4
2019-08-03
alloc: prefer atomic close-on-exec without O_TMPFILE as well
Jan Beich
2
-1
/
+17
2018-12-07
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2018-11-19
Update README for gitlab migration
Alan Coopersmith
2
-13
/
+6
2018-02-26
libxshmfence 1.3
libxshmfence-1.3
Matt Turner
1
-1
/
+1
2018-02-22
Fix missing <limits.h> include for HAVE_UMTX branch of futex
Michał Górny
1
-0
/
+1
2018-01-29
Revert "configure: Nerf a thing"
Adam Jackson
1
-1
/
+1
2018-01-29
configure.ac: call AC_USE_SYSTEM_EXTENSIONS
Ross Burton
1
-0
/
+2
2017-12-14
configure: Nerf a thing
Adam Jackson
1
-1
/
+1
2017-01-26
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2017-01-26
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
2017-01-26
autogen.sh: use exec instead of waiting for configure to finish
Peter Hutterer
1
-1
/
+1
2015-01-02
Bump version to 1.2
libxshmfence-1.2
Keith Packard
1
-1
/
+1
2014-10-09
Use linux 3.17 memfd_create syscall when available
Keith Packard
2
-8
/
+48
2014-06-17
Use /dev/shm as an optional shared memory directory
Keith Packard
1
-1
/
+1
2014-06-17
Add support for FreeBSD using umtx (v3).
Jung-uk Kim
2
-1
/
+34
2014-06-04
autogen.sh: Honor NOCONFIGURE=1
Alan Coopersmith
1
-1
/
+3
2014-06-04
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith
2
-2
/
+1
2013-12-03
Check return value from ftruncate
Julien Cristau
1
-1
/
+4
2013-11-26
Update to version 1.1
libxshmfence-1.1
Keith Packard
1
-1
/
+1
2013-11-25
Describe the library better in the README file
Keith Packard
1
-1
/
+12
2013-11-20
Ignore test build files and release announcements
Keith Packard
1
-0
/
+6
2013-11-20
Set symbol visibility attribute to hide internal symbols
Keith Packard
3
-8
/
+53
2013-11-20
Provide pthread-based alternative implementation
Keith Packard
7
-1
/
+212
2013-11-20
Split out futex implementation from general API
Keith Packard
5
-107
/
+164
2013-11-20
Add test program
Keith Packard
4
-1
/
+189
2013-11-20
Use O_TMPFILE if available
Keith Packard
2
-4
/
+12
2013-11-20
Locate directory for shared memory files at configure time
Keith Packard
2
-1
/
+49
2013-11-20
Change fence memory type from 'int32_t' to 'struct shmfence'
Keith Packard
3
-23
/
+30
2013-11-05
lint: remove usage of libxshmfence_la_SOURCES
Gaetan Nadon
1
-1
/
+1
2013-11-05
make: list non installed headers under the _SOURCES variable
Gaetan Nadon
1
-3
/
+2
2013-11-05
make: add $(CWARNFLAGS)
Gaetan Nadon
1
-0
/
+2
2013-11-05
Add the required README file
Gaetan Nadon
1
-0
/
+25
2013-11-05
Add mandatory COPYING file.
Gaetan Nadon
1
-0
/
+19
2013-11-01
Copy autotools boilerplate from http://www.x.org/wiki/NewModuleGuidelines/
Aaron Plattner
1
-17
/
+18
2013-11-01
Copy the standard .gitignore from other lib packages
Aaron Plattner
1
-0
/
+78
2013-10-31
Update to verion 1.0
libxshmfence-1.0
Keith Packard
1
-1
/
+1
2013-04-29
Import first version of the library
Keith Packard
8
-0
/
+394