Sjoerd Simons
|
52a7d015cd
|
shm: Add ability to add uint64 tags on buffers
|
2011-10-12 08:49:02 +01:00 |
|
Olivier Crête
|
58ee65fe20
|
shm: Make gcc 4.6 happy
Remove warnings due to initialized but never used warnings
|
2011-05-18 16:49:26 -04:00 |
|
Pino Toscano
|
01b7b10d0b
|
shm: Don't use PATH_MAX
PATH_MAX is not defined on GNU Hurd and others. Also fix
format string.
|
2011-05-16 09:07:57 +02:00 |
|
Olivier Crête
|
81b0d87746
|
shm: Don't use "sun" as a variable name, breaks on Solaris
Seems like the Solaris compiler has -Dsun=1, so don't use
sun as a variable name
Patch by Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>
https://bugzilla.gnome.org/show_bug.cgi?id=645053
|
2011-03-17 16:41:52 -04:00 |
|
Sjoerd Simons
|
ca9d60702f
|
shm: Allow ShmPipe to save a data pointer for applications
|
2011-03-16 18:53:19 +00:00 |
|
Sjoerd Simons
|
f6efb3e397
|
shm: Keep the ShmPipe alive as long as there are blocks left
|
2011-03-16 18:53:10 +00:00 |
|
Olivier Crête
|
ecb7674640
|
shm: Don't pass the ShmPipe to the function closing the shm area
|
2010-11-24 19:12:10 -05:00 |
|
Olivier Crête
|
56c4a9b692
|
shm: Use the right counter when freeing buffers
|
2010-11-24 19:12:10 -05:00 |
|
Olivier Crête
|
01f1cc20d7
|
shm: Remove duplicated arguement
|
2010-11-24 19:12:10 -05:00 |
|
Olivier Crête
|
70b8d2ab93
|
shm: Fix socket leak on connect() error
|
2010-11-24 19:12:10 -05:00 |
|
Olivier Crête
|
225bc1dd0b
|
shm: sp_client_recv returns negative on error, so make the retval signed
|
2010-11-24 19:12:10 -05:00 |
|
Olivier Crête
|
2aaf51af49
|
shm: Rename confusingly named variable
|
2010-11-24 19:12:10 -05:00 |
|
Olivier Crête
|
de9905db03
|
shm: Change permissions on old shm areas too
Change the permissions on old shm areas
|
2010-11-24 19:12:10 -05:00 |
|
Olivier Crête
|
0b99919c55
|
shm: Use the macro for the last error too
|
2010-11-24 19:12:10 -05:00 |
|
Olivier Crête
|
a533c30ab8
|
shm: Use "ablock" for all ShmAllocBlock variables
Use the ablock variable name for ShmAllocBlocks and block for
ShmBlock
|
2010-11-24 19:12:10 -05:00 |
|
Youness Alaoui
|
768319b866
|
shm: stylist improvements
|
2010-11-24 19:12:10 -05:00 |
|
Olivier Crête
|
0aba59782b
|
shm: Add copyright notices to shmalloc.[ch] and shmpipe.[ch]
|
2010-06-04 15:54:33 -04:00 |
|
Olivier Crête
|
21686e3077
|
shm: Move to sys/ since it doesn't exist on windows
|
2010-06-03 15:27:43 -04:00 |
|