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