summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-08-03alloc: prefer SHM_ANON on FreeBSD a la memfd_createJan Beich
2019-08-03alloc: prefer atomic close-on-exec without O_TMPFILE as wellJan Beich
2018-02-22Fix missing <limits.h> include for HAVE_UMTX branch of futexMichał Górny
2014-10-09Use linux 3.17 memfd_create syscall when availableKeith Packard
2014-06-17Add support for FreeBSD using umtx (v3).Jung-uk Kim
2013-12-03Check return value from ftruncateJulien Cristau
2013-11-20Set symbol visibility attribute to hide internal symbolsKeith Packard
2013-11-20Provide pthread-based alternative implementationKeith Packard
2013-11-20Split out futex implementation from general APIKeith Packard
2013-11-20Use O_TMPFILE if availableKeith Packard
2013-11-20Locate directory for shared memory files at configure timeKeith Packard
2013-11-20Change fence memory type from 'int32_t' to 'struct shmfence'Keith Packard
2013-11-05lint: remove usage of libxshmfence_la_SOURCESGaetan Nadon
2013-11-05make: list non installed headers under the _SOURCES variableGaetan Nadon
2013-11-05make: add $(CWARNFLAGS)Gaetan Nadon
2013-04-29Import first version of the libraryKeith Packard