summaryrefslogtreecommitdiffstats
path: root/content/zygote/zygote_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland: Bootstrap Mojo IPC independent of Chrome IPCrockot2016-03-021-0/+6
* Revert of Bootstrap Mojo IPC independent of Chrome IPC (patchset #18 id:34000...rockot2016-03-011-6/+0
* Bootstrap Mojo IPC independent of Chrome IPCrockot2016-02-291-0/+6
* update obsolete code.google.com documentation linksmostynb2016-02-081-2/+2
* Reassign all of earthdok's TODOs and remove from OWNERS.thestig2016-01-291-2/+2
* Convert Pass()→std::move() in //contentdcheng2015-12-261-1/+1
* Switch to standard integer types in content/.avi2015-12-251-0/+1
* Replace ScopedVector<ScopedFD> with std::vector<ScopedFD>mdempsky2015-12-091-21/+17
* Change callers of ScopedGeneric::Pass() to std::move()danakj2015-12-031-8/+5
* include what you use: errno.h and string.h in content/mostynb2015-11-111-0/+1
* Use ppoll and waitpid() to avoid calling Ensure Process Terminated.kerrnel2015-11-101-20/+79
* Add Get/SetUniqueIdForProcess.rickyz2015-10-211-0/+2
* Enable one PID namespace per process for NaCl processes.rickyz2015-06-191-21/+11
* Change most uses of Pickle to base::Picklebrettw2015-06-031-14/+11
* Move UnixDomainSocket to base namespacebrettw2015-06-021-6/+7
* Start all children in their own PID namespace.rickyz2015-04-131-4/+40
* Revert of Start all children in their own PID namespace. (patchset #14 id:360...spang2015-03-301-40/+4
* Start all children in their own PID namespace.rickyz2015-03-271-4/+40
* Linux Sandbox: always discover Zygote PID properlyjln2015-02-191-1/+5
* Replace the asan_coverage GYP flag with sanitizer_coverage which is to be use...glider2015-02-131-6/+3
* Mechanical rename of base::debug -> base::trace_event for /contentssid2015-02-091-1/+1
* Mechanical rename of tracing includes for /content [3/3]primiano2015-01-281-1/+1
* Move ForkWithFlags from process* to launch*.rickyz2015-01-211-1/+3
* Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.rickyz2015-01-131-1/+1
* mmap V8 snapshot and ICU data file in the android_webviewmkosiba2015-01-091-4/+4
* Revert of Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchPr...mek2015-01-071-1/+1
* Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.rickyz2015-01-071-1/+1
* Remove deprecated methods from Pickle.avi2014-12-281-22/+16
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-281-16/+22
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-3/+3
* Remove deprecated methods from Pickle.Avi Drissman2014-12-221-22/+16
* Use ForkWithFlags on the zygote.rickyz2014-12-181-1/+4
* Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on...perkj2014-12-111-0/+3
* Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux p...hidehiko2014-12-111-3/+0
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-051-1/+1
* Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...rfevang2014-12-031-1/+1
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-031-1/+1
* Introduce content_nacl_nonsfi.gyp for nacl_helper_nonsfi.hidehiko2014-11-101-0/+1
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-051-1/+1
* Add sandbox support for AsanCoverage.earthdok@chromium.org2014-06-021-3/+26
* Add support for multiple zygote fork delegatesmdempsky@chromium.org2014-05-111-33/+28
* Use RecvMsgWithPid to find real PID for zygote childrenmdempsky@chromium.org2014-05-081-98/+114
* Change UnixDomainSocket::RecvMsg to return ScopedVector<base::ScopedFD>mdempsky@chromium.org2014-04-301-15/+15
* Use RecvMsgWithPid to find zygote PID instead of chrome-sandboxmdempsky@chromium.org2014-04-281-4/+2
* Simplify ZygoteForkDelegate API furthermdempsky@chromium.org2014-04-181-13/+9
* Clean up ZygoteForkDelegate API a littlemdempsky@chromium.org2014-04-181-3/+3
* Do not call base::EnsureProcessTerminated() from the zygote process under TSanglider@chromium.org2014-04-041-0/+13
* Tell nacl_helper to use non SFI mode in HandleForkRequesthamaji@chromium.org2014-04-031-1/+1
* Revert 240527 "Revert of https://codereview.chromium.org/99133015/"jln@chromium.org2013-12-131-1/+1
* Revert of https://codereview.chromium.org/99133015/scottmg@chromium.org2013-12-131-1/+1