summaryrefslogtreecommitdiff
path: root/sys/shm
AgeCommit message (Expand)AuthorFilesLines
2010-11-24shm: Don't pass the ShmPipe to the function closing the shm areaOlivier Crête1-26/+27
2010-11-24shm: Use the right counter when freeing buffersOlivier Crête1-2/+2
2010-11-24shmalloc: Manually decide to use GLib or not in the shmallocOlivier Crête2-2/+2
2010-11-24shm: Remove duplicated arguementOlivier Crête1-16/+14
2010-11-24shm: Fix socket leak on connect() errorOlivier Crête1-5/+3
2010-11-24shm: sp_client_recv returns negative on error, so make the retval signedOlivier Crête2-2/+2
2010-11-24shm: Rename confusingly named variableOlivier Crête1-12/+13
2010-11-24shm: Change permissions on old shm areas tooOlivier Crête1-1/+7
2010-11-24shm: Use the macro for the last error tooOlivier Crête1-4/+2
2010-11-24shm: Use "ablock" for all ShmAllocBlock variablesOlivier Crête1-8/+8
2010-11-24shm: Add more commentsOlivier Crête1-0/+2
2010-11-24shm: stylist improvementsYouness Alaoui1-19/+20
2010-11-24shm: Explain some fieldsYouness Alaoui1-0/+8
2010-10-08shm: Add C++ protectionOlivier Crête1-0/+4
2010-06-04shmsink: Verify that pipe exists before resizing itOlivier Crête1-6/+7
2010-06-04shm: Add copyright notices to shmalloc.[ch] and shmpipe.[ch]Olivier Crête4-0/+93
2010-06-03shm: fix debug messagesTim-Philipp Müller2-9/+10
2010-06-03shmsink: Make static function staticOlivier Crête1-1/+1
2010-06-03shm: Use gst_element_class_set_details_simpleOlivier Crête2-15/+10
2010-06-03shm: Move to sys/ since it doesn't exist on windowsOlivier Crête10-0/+2304