| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't try and adjust the oom_adj of renderers on SELinux systems. | agl@chromium.org | 2010-05-07 | 1 | -3/+36 |
* | [Linux] Fix race in ZygoteHost where socket read and writes were getting inte... | kkania@chromium.org | 2010-05-07 | 1 | -9/+16 |
* | Revert 46384 - Fix race in zygote_host_linux where socket was being read from... | kkania@chromium.org | 2010-05-05 | 1 | -4/+0 |
* | Fix race in zygote_host_linux where socket was being read from and written to... | kkania@chromium.org | 2010-05-04 | 1 | -0/+4 |
* | posix: handle the return value of close() in more places. | evan@chromium.org | 2010-04-16 | 1 | -2/+4 |
* | linux: enable seccomp sandbox by default | evan@chromium.org | 2010-03-30 | 1 | -2/+6 |
* | Linux: Pass --user-data-dir to the Zygote. (Reland r41369 now that the direct... | thestig@chromium.org | 2010-03-17 | 1 | -0/+6 |
* | This should stop the random hangs due to chrome/app/chrome_dll_main.cc(616)] ... | thestig@chromium.org | 2010-03-13 | 1 | -6/+0 |
* | Linux: Pass --user-data-dir to the Zygote. | thestig@chromium.org | 2010-03-12 | 1 | -0/+6 |
* | Revert "linux: enable seccomp sandbox by default" | evan@chromium.org | 2010-02-18 | 1 | -2/+43 |
* | linux: enable seccomp sandbox by default | evan@chromium.org | 2010-02-18 | 1 | -43/+2 |
* | Linux: print the sandbox binary path in use when it fails. Helps pinpoint san... | mdm@chromium.org | 2010-01-04 | 1 | -1/+2 |
* | Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to... | thestig@chromium.org | 2009-12-10 | 1 | -11/+30 |
* | Linux: Make sure the suid sandbox is owned by root. | thestig@chromium.org | 2009-11-18 | 1 | -1/+2 |
* | Launch processes asynchronously so as not to block the UI thread. For now, re... | jam@chromium.org | 2009-11-18 | 1 | -2/+2 |
* | Inodes can be 64-bit, use Int64ToString. | thestig@chromium.org | 2009-11-11 | 1 | -1/+1 |
* | Use GetSwitchValueASCII. | tony@chromium.org | 2009-11-06 | 1 | -2/+2 |
* | Only enable the seccomp sandbox, if the machine actually has kernel support for | markus@chromium.org | 2009-11-04 | 1 | -0/+3 |
* | Add support for getting the real process id from within the suid sandbox. The... | thestig@chromium.org | 2009-11-04 | 1 | -23/+70 |
* | Revert 30938 - Add support for getting the real process id from within the su... | thestig@chromium.org | 2009-11-04 | 1 | -70/+23 |
* | Add support for getting the real process id from within the suid sandbox. The... | thestig@chromium.org | 2009-11-04 | 1 | -23/+70 |
* | Deprecate PathService::Get(..., wstring*) and use FilePath instead. | evan@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | Small comment updates. No code change. | mdm@chromium.org | 2009-09-09 | 1 | -0/+1 |
* | Linux: about:memory | agl@chromium.org | 2009-09-01 | 1 | -0/+1 |
* | Linux: forward --log-level from the browser to the zygote. | mdm@chromium.org | 2009-08-05 | 1 | -0/+13 |
* | linux: add command-line flag to allow debugging of sandboxed processes | piman@google.com | 2009-07-22 | 1 | -0/+3 |
* | Linux sandbox: save full list of SUID unsafe environment variables. | agl@chromium.org | 2009-07-17 | 1 | -6/+24 |
* | Revert "Linux: reap the sandbox helper process." | agl@chromium.org | 2009-07-16 | 1 | -9/+0 |
* | Linux: reap the sandbox helper process. | agl@chromium.org | 2009-07-16 | 1 | -0/+9 |
* | Linux: move hardcoded paths to GYP variables. | agl@chromium.org | 2009-07-15 | 1 | -9/+8 |
* | Linux: propagate LD_LIBRARY_PATH through the SUID sandbox. | agl@chromium.org | 2009-07-15 | 1 | -0/+7 |
* | Linux: various sandbox changes | agl@chromium.org | 2009-07-15 | 1 | -3/+10 |
* | Linux: fix for developing on a machine with google-chrome packages installed. | agl@chromium.org | 2009-07-15 | 1 | -4/+8 |
* | Linux: use a temp directory for the chroot. | agl@chromium.org | 2009-07-10 | 1 | -9/+2 |
* | Build fix: string/wstring mismatch on Linux. | agl@chromium.org | 2009-07-08 | 1 | -1/+1 |
* | Linux: SUID sandbox support | agl@chromium.org | 2009-07-08 | 1 | -0/+29 |
* | Linux: fix font fallback for charactors missing from the primary font. | agl@chromium.org | 2009-06-26 | 1 | -1/+1 |
* | Linux: Enable metrics_service_uitest.cc. Take 2. | willchan@chromium.org | 2009-06-18 | 1 | -0/+35 |
* | Revert r18641: "Linux: Enable metrics_service_uitest.cc." | willchan@chromium.org | 2009-06-17 | 1 | -35/+0 |
* | Linux: Enable metrics_service_uitest.cc. | willchan@chromium.org | 2009-06-17 | 1 | -0/+35 |
* | Linux: Add support for chrooted renderers. | agl@chromium.org | 2009-06-15 | 1 | -0/+6 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-12 | 1 | -0/+90 |
* | Revert 18109, 18111: Windows UI tests failed. | agl@chromium.org | 2009-06-10 | 1 | -90/+0 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-10 | 1 | -0/+90 |