| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "linux: turn on -Wextra" | evan@chromium.org | 2010-03-25 | 7 | -22/+22 |
* | linux: turn on -Wextra | evan@chromium.org | 2010-03-25 | 7 | -22/+22 |
* | Fix a few more places where we need to use our own allocator. | markus@chromium.org | 2010-03-25 | 2 | -5/+19 |
* | Add #include to fix compile errors on "Linux Perf (webkit.org)" bot. | yutak@chromium.org | 2010-03-18 | 1 | -0/+1 |
* | Add a first version of a tool for analyzing performance data output by the | markus@chromium.org | 2010-03-18 | 1 | -0/+190 |
* | Compute and pring the time that it takes to execute system calls. This data | markus@chromium.org | 2010-03-18 | 20 | -84/+327 |
* | Make sandbox code compile as "chromium_code". | craig.schlenter@chromium.org | 2010-03-10 | 1 | -2/+3 |
* | Added missing copyright header. | markus@chromium.org | 2010-03-08 | 22 | -0/+88 |
* | - Add a custom allocator for STL objects. This fixes sandbox failures that | markus@chromium.org | 2010-03-08 | 12 | -218/+641 |
* | Be more restrictive when finding file names for libraries that need patching. | markus@chromium.org | 2010-02-24 | 1 | -2/+17 |
* | Explicitly ask for unsigned values when comparing addresses. Not only is this | markus@chromium.org | 2010-02-24 | 1 | -2/+2 |
* | Treat calls to lstat() and lstat64() the same as calls to stat(). In practise, | markus@chromium.org | 2010-02-24 | 3 | -17/+72 |
* | If /tmp is not a POSIX file system, try to use /dev/shm for creating our | markus@chromium.org | 2010-02-23 | 1 | -3/+58 |
* | linux: change a type in the sandbox to fix a warning | evan@chromium.org | 2010-02-15 | 1 | -1/+1 |
* | seccomp: allow dup/dup2 | evan@chromium.org | 2010-02-03 | 1 | -0/+2 |
* | linux: make the seccomp sandbox work again | evan@chromium.org | 2010-01-08 | 1 | -12/+54 |
* | Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to... | thestig@chromium.org | 2009-12-10 | 3 | -1/+81 |
* | Allow the seccomp sandbox to be enabled, even if the suid sandbox has | markus@chromium.org | 2009-11-07 | 20 | -103/+141 |
* | linux: compile fix for chrome_sandbox on 64-bit karmic | evan@chromium.org | 2009-11-04 | 1 | -0/+1 |
* | Only enable the seccomp sandbox, if the machine actually has kernel support for | markus@chromium.org | 2009-11-04 | 3 | -1/+66 |
* | Allow chrome_sandbox to act as a helper program and find the socket with a gi... | thestig@chromium.org | 2009-11-04 | 3 | -4/+162 |
* | GCC's optimizer is getting more aggressive. It is no longer good | markus@chromium.org | 2009-10-22 | 3 | -7/+14 |
* | - found all symbols that we directly access from assembly and marked them as ... | markus@chromium.org | 2009-10-21 | 13 | -486/+210 |
* | Fix minor compilation issues that can trigger on some platforms (e.g. CentOS) | markus@chromium.org | 2009-09-14 | 2 | -2/+2 |
* | Despite the futex(2) manual page telling us to include <linux/futex.h>, this | markus@chromium.org | 2009-09-14 | 2 | -1/+59 |
* | On Linux, move the passing of filedescriptors to a dedicated socketpair(). | agl@chromium.org | 2009-09-04 | 1 | -1/+1 |
* | Clean out leftover bits of the path-based Linux SUID sandbox. | thestig@chromium.org | 2009-09-01 | 1 | -4/+0 |
* | Linux: updates to the SUID sandbox | agl@chromium.org | 2009-08-28 | 1 | -84/+64 |
* | Linux: fix seccomp sandbox for GCC 4.4 | agl@chromium.org | 2009-08-13 | 1 | -2/+4 |
* | Linux sandbox: fix security issue. | agl@chromium.org | 2009-08-12 | 1 | -2/+6 |
* | Fix seccomp sandbox for gcc44 | markus@chromium.org | 2009-08-12 | 2 | -2/+2 |
* | Initial version of the Seccomp sandbox. Imported from http://code.google.com/... | markus@chromium.org | 2009-08-11 | 36 | -0/+11365 |
* | Linux sandbox: save full list of SUID unsafe environment variables. | agl@chromium.org | 2009-07-17 | 2 | -7/+78 |
* | Linux sandbox: comment typo fix. | agl@chromium.org | 2009-07-17 | 1 | -1/+1 |
* | Linux: move hardcoded paths to GYP variables. | agl@chromium.org | 2009-07-15 | 1 | -1/+10 |
* | Linux: add comment to the sandbox binary as suggested by Markus. | agl@chromium.org | 2009-07-15 | 1 | -1/+3 |
* | Linux: propagate LD_LIBRARY_PATH through the SUID sandbox. | agl@chromium.org | 2009-07-15 | 1 | -0/+15 |
* | Linux: Fix sandbox define | agl@chromium.org | 2009-07-15 | 1 | -1/+1 |
* | Linux: various sandbox changes | agl@chromium.org | 2009-07-15 | 1 | -0/+6 |
* | Linux: fix for developing on a machine with google-chrome packages installed. | agl@chromium.org | 2009-07-15 | 1 | -0/+40 |
* | Linux: don't bother passing the chroot directory fd to the zygote. | agl@chromium.org | 2009-07-10 | 1 | -19/+3 |
* | Linux: use a temp directory for the chroot. | agl@chromium.org | 2009-07-10 | 1 | -6/+41 |
* | Linux: SUID sandbox support | agl@chromium.org | 2009-07-08 | 1 | -0/+224 |