summaryrefslogtreecommitdiffstats
path: root/base/shared_memory_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Properly honor base::SharedMemory semantics for name="" to meanjrg@chromium.org2009-02-041-17/+129
* Unit test addition, cleanup for render_process/thread.jrg@chromium.org2009-01-281-5/+1
* We need to loop on waiting as there are plenty of reasons why it might not take.avi@google.com2008-12-111-2/+6
* addressing commentsagl@chromium.org2008-11-181-9/+8
* Check ftruncate resultagl@chromium.org2008-11-181-13/+17
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-0/+3
* 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