| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for calling {rt_,}sigaction(), and for invoking signal handlers | markus@chromium.org | 2010-05-18 | 1 | -29/+190 |
* | Prevent FPU state corruption by directly creating the signal frame on the | markus@chromium.org | 2010-05-11 | 1 | -36/+5 |
* | Added support for sigreturn() and rt_sigreturn(). On x86-32, this is | markus@chromium.org | 2010-04-28 | 1 | -79/+140 |
* | Make the use of signals inside of the sandbox safe. | markus@chromium.org | 2010-04-20 | 1 | -18/+136 |
* | - Add a custom allocator for STL objects. This fixes sandbox failures that | markus@chromium.org | 2010-03-08 | 1 | -12/+17 |
* | Be more restrictive when finding file names for libraries that need patching. | markus@chromium.org | 2010-02-24 | 1 | -2/+17 |
* | Allow the seccomp sandbox to be enabled, even if the suid sandbox has | markus@chromium.org | 2009-11-07 | 1 | -9/+34 |
* | Only enable the seccomp sandbox, if the machine actually has kernel support for | markus@chromium.org | 2009-11-04 | 1 | -1/+55 |
* | GCC's optimizer is getting more aggressive. It is no longer good | markus@chromium.org | 2009-10-22 | 1 | -0/+7 |
* | - found all symbols that we directly access from assembly and marked them as ... | markus@chromium.org | 2009-10-21 | 1 | -5/+7 |
* | Fix minor compilation issues that can trigger on some platforms (e.g. CentOS) | markus@chromium.org | 2009-09-14 | 1 | -1/+1 |
* | Fix seccomp sandbox for gcc44 | markus@chromium.org | 2009-08-12 | 1 | -1/+1 |
* | Initial version of the Seccomp sandbox. Imported from http://code.google.com/... | markus@chromium.org | 2009-08-11 | 1 | -0/+421 |