summaryrefslogtreecommitdiffstats
path: root/base/process_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* POSIX: don't spawn zombies.agl@chromium.org2009-04-281-2/+3
* Use portable typedef for PIDs (process IDs).phajdan.jr@chromium.org2009-04-011-1/+1
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Convert some little-used process function NOTIMPLEMENTED()s into a bug.evan@chromium.org2009-02-261-4/+5
* Lie on the priority change and saw we did it w/ a comment about why we won'tthomasvl@chromium.org2009-02-231-1/+4
* Add simple terminate support for now to help bring up browser/renderer, willthomasvl@chromium.org2009-02-051-1/+8
* More Mac & Linux fixes for base namespaces.brettw@google.com2008-11-141-3/+3
* Linux build bustage fix.brettw@google.com2008-11-141-1/+1
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-0/+11
* Remove some Windows-specific stuff from RenderProcessHost by having callers g...brettw@google.com2008-11-111-1/+1
* Port parts of base/process_util to Linux.evanm@google.com2008-10-141-0/+48