summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/shm.c
Commit message (Expand)AuthorAgeFilesLines
* make PA_GCC_PACKED and PA_GCC_MALLOC actually workLennart Poettering2009-02-131-2/+2
* make shm marker architecture independant, patch from michich, closes #401Lennart Poettering2008-11-011-4/+4
* remove a few more gcc warningsLennart Poettering2008-08-301-2/+2
* fix a few compiler warnings on older gccLennart Poettering2008-08-291-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-3/+3
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-13/+17
* allow compilation on systems that lack POSIX shared memory. Patch from matthi...Lennart Poettering2008-02-151-1/+3
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-71/+176
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-23/+23
* fix an misdesigned assert()Lennart Poettering2006-08-281-6/+5
* Fix up portability of memory pool handling a bit.Pierre Ossman2006-08-221-33/+43
* Fix detection of shared memory support and proper fallback.Pierre Ossman2006-08-221-1/+24
* if MAP_ANONYMOUS is not supported use posix_memalign if possible to allocate ...Lennart Poettering2006-08-191-2/+19
* fix allocation of anonymous memoryLennart Poettering2006-08-191-1/+1
* remove all occurences of Lennart Poettering2006-08-181-9/+9
* add abstracted shared memory APILennart Poettering2006-08-181-0/+224