| Commit message (Expand) | Author | Age | Files | Lines |
* | Trying again to land OOM priority manager changes. | gspencer@google.com | 2011-08-23 | 3 | -13/+33 |
* | Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm. | mattm@chromium.org | 2011-08-22 | 3 | -33/+13 |
* | Changing OOM range to 0, 1000 and tweaking OOM algorithm. | gspencer@google.com | 2011-08-22 | 3 | -13/+33 |
* | Fixup bad include and usage of BASE_API, which should be BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | linux: components build | evan@chromium.org | 2011-05-02 | 1 | -2/+4 |
* | Revert 83629 - linux components: expose more BASE_API used by Chrome itself | maf@chromium.org | 2011-04-30 | 1 | -2/+2 |
* | linux components: expose more BASE_API used by Chrome itself | evan@chromium.org | 2011-04-29 | 1 | -2/+2 |
* | Revert 79867 - Revert 79618 - Landing for Julien Tinnes, jln@google.com: | laforge@chromium.org | 2011-03-30 | 1 | -124/+51 |
* | Revert 79618 - Landing for Julien Tinnes, jln@google.com: | laforge@chromium.org | 2011-03-30 | 1 | -51/+124 |
* | Landing for Julien Tinnes, jln@google.com: | cevans@chromium.org | 2011-03-28 | 1 | -124/+51 |
* | Pull seccomp-sandbox in via DEPS rather than using an in-tree copy | mseaborn@chromium.org | 2010-09-01 | 45 | -14319/+0 |
* | Revert 57921 - Pull seccomp-sandbox in via DEPS rather than using an in-tree ... | nsylvain@chromium.org | 2010-08-31 | 45 | -0/+14319 |
* | Pull seccomp-sandbox in via DEPS rather than using an in-tree copy | mseaborn@chromium.org | 2010-08-30 | 45 | -14319/+0 |
* | Seccomp sandbox: Add a policy flag to allow file namespace access to be disabled | mseaborn@chromium.org | 2010-08-27 | 6 | -14/+103 |
* | Remove NEWNS from the setuid sandbox. | mal@chromium.org | 2010-08-26 | 1 | -4/+0 |
* | Fix about:sandbox's network isolation indication. | agl@chromium.org | 2010-07-21 | 1 | -1/+1 |
* | Remove <iostream> where possible. | erg@google.com | 2010-07-20 | 3 | -3/+0 |
* | Add about:sandbox. | agl@chromium.org | 2010-07-13 | 1 | -1/+14 |
* | Seccomp sandbox: Add Gyp rules for building the test suite | mseaborn@chromium.org | 2010-05-24 | 1 | -0/+30 |
* | Add NEWNS and NEWNET to the SUID sandbox. | agl@chromium.org | 2010-05-24 | 1 | -15/+30 |
* | Remove a possible race in the SUID sandbox (minor) | agl@chromium.org | 2010-05-20 | 1 | -7/+18 |
* | seccomp sandbox: Split source file list into a separate .gyp file | mseaborn@chromium.org | 2010-05-20 | 1 | -0/+63 |
* | Add support for calling {rt_,}sigaction(), and for invoking signal handlers | markus@chromium.org | 2010-05-18 | 9 | -66/+624 |
* | seccomp sandbox: Add tests for signal handling | mseaborn@chromium.org | 2010-05-18 | 1 | -3/+145 |
* | Prevent FPU state corruption by directly creating the signal frame on the | markus@chromium.org | 2010-05-11 | 4 | -69/+56 |
* | Add a couple more tests | markus@chromium.org | 2010-04-28 | 1 | -7/+126 |
* | Correctly align memory allocations in the case where we need to allocate memory | markus@chromium.org | 2010-04-28 | 1 | -1/+4 |
* | Added support for sigreturn() and rt_sigreturn(). On x86-32, this is | markus@chromium.org | 2010-04-28 | 5 | -127/+239 |
* | Merged Mark Seaborn's changes: | markus@chromium.org | 2010-04-22 | 18 | -76/+427 |
* | Make the use of signals inside of the sandbox safe. | markus@chromium.org | 2010-04-20 | 11 | -409/+964 |
* | SELinux: add basic policy. | agl@chromium.org | 2010-04-19 | 3 | -0/+53 |
* | Fix SELinux warnings when running on Fedora. | markus@chromium.org | 2010-03-30 | 1 | -3/+3 |
* | Update/add copyright headers. | markus@chromium.org | 2010-03-29 | 3 | -30/+13 |
* | linux: turn on -Wextra | evan@chromium.org | 2010-03-26 | 7 | -22/+22 |
* | 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 |