summaryrefslogtreecommitdiffstats
path: root/base/shared_memory_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Removed magic number for owner rights, avoid to call close(-1).brettw@google.com2008-10-291-2/+2
* ensure that the shared memory has actually been created before trying to re-u...pinkerton@google.com2008-09-231-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Revving the shared memory to the comments on the list.avi@google.com2008-08-131-27/+29
* Make this file compile on linux. We need fcntl.h for O_RDONLY, etc.tc@google.com2008-08-121-0/+1
* The Posix shared memory implementation.avi@google.com2008-08-121-0/+189