summaryrefslogtreecommitdiffstats
path: root/content/zygote
Commit message (Expand)AuthorAgeFilesLines
* Change Zygote ownership in content/.jln2014-09-221-1/+1
* Linux sandbox: add behind-flag USR2 handler for crash debugging.Julien Tinnes2014-09-201-0/+44
* Include Pepper headers only if ENABLE_PLUGINS is defineddnicoara2014-09-081-2/+5
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-051-1/+1
* Remove cevans@ from OWNERS files.thestig2014-08-291-1/+0
* Switch to BoringSSL.davidben@chromium.org2014-07-221-3/+8
* AsanCoverage: make the filenames of zygote/gpu coverage files more unique.earthdok@chromium.org2014-06-031-1/+5
* Add sandbox support for AsanCoverage.earthdok@chromium.org2014-06-023-12/+153
* Cleanup zygote_main_linux.cc includes.mdempsky@chromium.org2014-05-161-13/+1
* MemorySanitizer: remove msan_unpoison_string() from zygote_main_linux.ccearthdok@chromium.org2014-05-131-15/+4
* Add support for multiple zygote fork delegatesmdempsky@chromium.org2014-05-114-52/+49
* Use RecvMsgWithPid to find real PID for zygote childrenmdempsky@chromium.org2014-05-082-101/+121
* Get rid of kZygoteIdFd from contentmdempsky@chromium.org2014-05-021-5/+1
* Make PID translation sanity checks more robustmdempsky@chromium.org2014-05-011-0/+6
* Change UnixDomainSocket::RecvMsg to return ScopedVector<base::ScopedFD>mdempsky@chromium.org2014-04-302-18/+19
* Use RecvMsgWithPid to find zygote PID instead of chrome-sandboxmdempsky@chromium.org2014-04-282-14/+11
* Simplify ZygoteForkDelegate API furthermdempsky@chromium.org2014-04-181-13/+9
* Clean up ZygoteForkDelegate API a littlemdempsky@chromium.org2014-04-182-4/+4
* NaCl Linux: use own setuid sandbox instancejln@chromium.org2014-04-171-13/+12
* Linux Sandbox: Move setuid sandbox localization code.jln@chromium.org2014-04-151-1/+10
* Cache the maximal virtual mem after setting it but before turning the sandbox onjochen@chromium.org2014-04-121-1/+0
* Expose the virtual memory limit to blinkjochen@chromium.org2014-04-081-0/+1
* 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
* Report PPAPI plugin load error code to UMA.xhwang@chromium.org2014-03-251-2/+2
* MemorySanitizer: fix the annotations in zygote_main_linux.ccearthdok@chromium.org2014-03-201-0/+15
* Linux Sandbox: setuid sandbox initialization cleanup.jln@chromium.org2014-03-031-91/+88
* Annotate the libc overrides in zygote_main_linux.cc for MemorySanitizer.earthdok@chromium.org2014-02-171-4/+21
* Revert 250320 "Make the libc overrides in zygote_main_linux.cc s..."jln@chromium.org2014-02-121-19/+5
* Make the libc overrides in zygote_main_linux.cc sanitizer-friendly.earthdok@chromium.org2014-02-111-5/+19
* TSANv2: disable non sandbox-related threading checks under TSAN.jln@chromium.org2014-01-291-0/+2
* Revert 240527 "Revert of https://codereview.chromium.org/99133015/"jln@chromium.org2013-12-132-2/+2
* Revert of https://codereview.chromium.org/99133015/scottmg@chromium.org2013-12-132-2/+2
* Linux Sandbox: split the GPU policies to their own files.jln@chromium.org2013-12-132-2/+2
* Instrument pepper plugin load failures.ihf@chromium.org2013-12-101-3/+4
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-2/+2
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-271-3/+2
* Extract CreateInitProcessReaper() from the Zygote.jln@chromium.org2013-11-271-75/+11
* Cache the numberOfProcessors value on posix and expose it to blinkjochen@chromium.org2013-11-201-0/+1
* Reland "Enable SysInfo::AmountOfPhysicalMemory to be called from within the L...rmcilroy@chromium.org2013-11-041-0/+1
* Revert 232274 "Reland "Enable SysInfo::AmountOfPhysicalMemory to..."dglazkov@chromium.org2013-11-011-1/+0
* Reland "Enable SysInfo::AmountOfPhysicalMemory to be called from within the L...rmcilroy@chromium.org2013-11-011-0/+1
* Revert 231613 "Enable SysInfo::AmountOfPhysicalMemory to be call..."dglazkov@chromium.org2013-10-291-1/+0
* Enable SysInfo::AmountOfPhysicalMemory to be called from within the Linux san...rmcilroy@chromium.org2013-10-291-0/+1
* NaCl: Clean up how FDs are passed to nacl_helper instances on Linuxmseaborn@chromium.org2013-10-112-5/+21
* Fix a bug where killing pages doesn't yield a sad-tabccameron@chromium.org2013-09-171-10/+1
* Define magic descriptors in one place.dongseong.hwang@intel.com2013-09-113-13/+10
* Linux Zygote: add sanity checks and cleanupjln@chromium.org2013-09-051-13/+18
* Zygote: small cleanupjln@chromium.org2013-08-212-28/+31
* Support a new remote IPC for for GetTerminationStatus.jln@chromium.org2013-08-212-37/+119