index
:
lib/libxshmfence
master
Shared memory fence interface library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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-02-22
Fix missing <limits.h> include for HAVE_UMTX branch of futex
Michał Górny
2014-10-09
Use linux 3.17 memfd_create syscall when available
Keith Packard
2014-06-17
Add support for FreeBSD using umtx (v3).
Jung-uk Kim
2013-12-03
Check return value from ftruncate
Julien Cristau
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
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-04-29
Import first version of the library
Keith Packard