summaryrefslogtreecommitdiffstats
path: root/content/zygote/zygote_main_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Use SOCK_SEQPACKET for synchronous IPC.glider@google.com2013-01-181-2/+2
* NaCl: Clean up file descriptor setup in nacl_helper on linuxmseaborn@chromium.org2013-01-101-2/+1
* NaCl: Remove unused "sandboxed_" field and argument from NaClForkDelegatemseaborn@chromium.org2013-01-091-2/+1
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-1/+1
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...jam@chromium.org2012-10-211-1/+1
* Create a LinuxSandbox class.jln@chromium.org2012-08-021-55/+14
* Revert 149692 - Create a LinuxSandbox class.mazda@chromium.org2012-08-021-14/+55
* Create a LinuxSandbox class.jln@chromium.org2012-08-021-55/+14
* Create a new SetuidSandboxClient class.jln@chromium.org2012-07-231-57/+27
* Share the zygote's fopen overrides with nacl_helper.ncbray@chromium.org2012-07-131-134/+2
* Omit -w from ASan CFLAGS and fix a warning.eugenis@chromium.org2012-06-141-0/+3
* Setuid sandbox API versioningjln@chromium.org2012-06-051-2/+26
* Tighten up DEPS some more. NaCl/service process code are including internal c...jam@chromium.org2012-06-041-1/+1
* Fix SELinux build after refactoring of the zygote (https://chromiumcodereview...phajdan.jr@chromium.org2012-06-021-25/+0
* Zygote Init: close all file descriptors properlyjln@chromium.org2012-06-011-3/+6
* Cleanup: Remove the C version of GetUrandomFD()mseaborn@chromium.org2012-05-301-5/+4
* Zygote: warn if setuid sandbox is acting as initjln@chromium.org2012-05-261-8/+19
* Roll the revision of the seccomp sandbox forward. In the process, we alsomarkus@chromium.org2012-05-231-0/+2
* Have Zygote fork a init-like process if requiredjln@chromium.org2012-05-231-0/+83
* zygote: Redirect 64-bit libc localtime and localtime_r routines.hshi@chromium.org2012-05-161-2/+60
* Split the Zygote class out of zygote_main_linux and into its own file.brettw@chromium.org2012-05-131-507/+33
* Move the Linux zygote stuff into its own per-process directory.brettw@chromium.org2012-05-081-0/+1017