summaryrefslogtreecommitdiff
path: root/sys/shm/shmpipe.c
Commit message (Expand)AuthorAgeFilesLines
* shmpipe: Ensure string received from recv() is NULL-terminatedEdward Hervey2015-04-201-1/+3
* shmsink: add an shm-area-name propertyGuillaume Emont2015-04-021-1/+15
* shm: remove dead codeVincent Penquerc'h2014-04-091-5/+1
* shm: call close() after shutdown()Aleix Conchillo Flaqué2014-02-101-1/+5
* shm: use shutdown() instead of close()Aleix Conchillo Flaqué2014-02-101-3/+3
* shm: Make sure the zero-sized array is always last in the structOlivier Crête2013-03-281-2/+3
* shmsink: Add custom allocator to allow for zero-copy shared memory useOlivier Crête2013-02-281-13/+28
* shm: use O_CLOEXEC where appropriate in shmpipeBlake Tregre2013-02-281-0/+8
* shmsink: Error out if memory area is smaller than bufferOlivier Crête2013-02-271-0/+9
* shm: Initialize shm_area_buf to invalid valueOlivier Crête2013-01-171-0/+1
* shm: apply shm area permissions to shmpipe control socketRoland Elek2013-01-171-0/+6
* shm: Fix compilation of shm on OSXEmmanuel Durand2012-11-281-0/+10
* shmsrc: memory corruption when a client disconnects (fixes #679385)Aleix Conchillo Flaque2012-07-051-1/+1
* shmsink: fix memory corruption when a client disconnects (fixes #675640)Aleix Conchillo Flaque2012-05-071-7/+24
* 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