summaryrefslogtreecommitdiff
path: root/sys/shm/shmpipe.c
Commit message (Expand)AuthorAgeFilesLines
* shm: Add ability to add uint64 tags on buffersSjoerd Simons2011-10-121-2/+22
* shm: Make gcc 4.6 happyOlivier Crête2011-05-181-6/+1
* shm: Don't use PATH_MAXPino Toscano2011-05-161-2/+2
* shm: Don't use "sun" as a variable name, breaks on SolarisOlivier Crête2011-03-171-10/+10
* shm: Allow ShmPipe to save a data pointer for applicationsSjoerd Simons2011-03-161-0/+13
* shm: Keep the ShmPipe alive as long as there are blocks leftSjoerd Simons2011-03-161-4/+33
* shm: Don't pass the ShmPipe to the function closing the shm areaOlivier Crête2010-11-241-26/+27
* shm: Use the right counter when freeing buffersOlivier Crête2010-11-241-2/+2
* shm: Remove duplicated arguementOlivier Crête2010-11-241-16/+14
* shm: Fix socket leak on connect() errorOlivier Crête2010-11-241-5/+3
* shm: sp_client_recv returns negative on error, so make the retval signedOlivier Crête2010-11-241-1/+1
* shm: Rename confusingly named variableOlivier Crête2010-11-241-12/+13
* shm: Change permissions on old shm areas tooOlivier Crête2010-11-241-1/+7
* shm: Use the macro for the last error tooOlivier Crête2010-11-241-4/+2
* shm: Use "ablock" for all ShmAllocBlock variablesOlivier Crête2010-11-241-8/+8
* shm: stylist improvementsYouness Alaoui2010-11-241-19/+20
* shm: Add copyright notices to shmalloc.[ch] and shmpipe.[ch]Olivier Crête2010-06-041-0/+23
* shm: Move to sys/ since it doesn't exist on windowsOlivier Crête2010-06-031-0/+831