summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/shm.c
Commit message (Expand)AuthorAgeFilesLines
* consolidate close() calls to pa_close(), and make sure on every occasion that...Lennart Poettering2007-09-121-4/+4
* on systems where we know that POSIX shm is mapped to /dev/shm, add the abilit...Lennart Poettering2007-09-111-5/+113
* remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-111-35/+34
* make use of new memory page alignment macros, reindentLennart Poettering2007-09-021-36/+33
* Convert most snprintf() calls to pa_snprintf()Lennart Poettering2007-07-251-1/+2
* make untabifyLennart Poettering2007-06-111-16/+16
* 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