summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* alloc: prefer SHM_ANON on FreeBSD a la memfd_createJan Beich2019-08-031-0/+4
* alloc: prefer atomic close-on-exec without O_TMPFILE as wellJan Beich2019-08-031-0/+16
* Fix missing <limits.h> include for HAVE_UMTX branch of futexMichał Górny2018-02-221-0/+1
* Use linux 3.17 memfd_create syscall when availableKeith Packard2014-10-091-8/+42
* Add support for FreeBSD using umtx (v3).Jung-uk Kim2014-06-171-0/+24
* Check return value from ftruncateJulien Cristau2013-12-031-1/+4
* Set symbol visibility attribute to hide internal symbolsKeith Packard2013-11-201-7/+9
* Provide pthread-based alternative implementationKeith Packard2013-11-204-0/+185
* Split out futex implementation from general APIKeith Packard2013-11-205-107/+164
* Use O_TMPFILE if availableKeith Packard2013-11-202-4/+12
* Locate directory for shared memory files at configure timeKeith Packard2013-11-201-1/+5
* Change fence memory type from 'int32_t' to 'struct shmfence'Keith Packard2013-11-203-23/+30
* lint: remove usage of libxshmfence_la_SOURCESGaetan Nadon2013-11-051-1/+1
* make: list non installed headers under the _SOURCES variableGaetan Nadon2013-11-051-3/+2
* make: add $(CWARNFLAGS)Gaetan Nadon2013-11-051-0/+2
* Import first version of the libraryKeith Packard2013-04-294-0/+281