summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Remove a possible race in the SUID sandbox (minor)agl@chromium.org2010-05-201-7/+18
* seccomp sandbox: Split source file list into a separate .gyp filemseaborn@chromium.org2010-05-202-52/+67
* Add support for calling {rt_,}sigaction(), and for invoking signal handlersmarkus@chromium.org2010-05-1810-66/+625
* seccomp sandbox: Add tests for signal handlingmseaborn@chromium.org2010-05-181-3/+145
* GYP changes for FreeBSD and OpenBSDpvalchev@google.com2010-05-141-0/+9
* Prevent FPU state corruption by directly creating the signal frame on themarkus@chromium.org2010-05-114-69/+56
* Add a couple more testsmarkus@chromium.org2010-04-281-7/+126
* Correctly align memory allocations in the case where we need to allocate memorymarkus@chromium.org2010-04-281-1/+4
* Added support for sigreturn() and rt_sigreturn(). On x86-32, this ismarkus@chromium.org2010-04-285-127/+239
* Merged Mark Seaborn's changes:markus@chromium.org2010-04-2218-76/+427
* Make the use of signals inside of the sandbox safe.markus@chromium.org2010-04-2012-409/+965
* SELinux: add basic policy.agl@chromium.org2010-04-193-0/+53
* Fix SELinux warnings when running on Fedora.markus@chromium.org2010-03-301-3/+3
* Update/add copyright headers.markus@chromium.org2010-03-293-30/+13
* linux: turn on -Wextraevan@chromium.org2010-03-267-22/+22
* Revert "linux: turn on -Wextra"evan@chromium.org2010-03-257-22/+22
* linux: turn on -Wextraevan@chromium.org2010-03-257-22/+22
* Fix a few more places where we need to use our own allocator.markus@chromium.org2010-03-252-5/+19
* Fix the POC and some of unit tests to be build andnsylvain@chromium.org2010-03-236-34/+30
* Add #include to fix compile errors on "Linux Perf (webkit.org)" bot.yutak@chromium.org2010-03-181-0/+1
* Add a first version of a tool for analyzing performance data output by themarkus@chromium.org2010-03-182-0/+197
* Compute and pring the time that it takes to execute system calls. This datamarkus@chromium.org2010-03-1820-84/+327
* Marked UnloadDllTest.UnloadAviCapDllWithPatching as flaky.glider@chromium.org2010-03-171-1/+1
* Third change to port sandbox to 64 bitscpu@chromium.org2010-03-165-35/+28
* Re-land second sandbox round of changescpu@chromium.org2010-03-1320-172/+351
* Revert 41481 - Secound round of sbox changes for 64 bit portericu@google.com2010-03-1217-340/+155
* Secound round of sbox changes for 64 bit portcpu@chromium.org2010-03-1217-155/+340
* Fix warning that is now an error.craig.schlenter@chromium.org2010-03-101-2/+1
* Make sandbox code compile as "chromium_code".craig.schlenter@chromium.org2010-03-102-2/+6
* Added missing copyright header.markus@chromium.org2010-03-0822-0/+88
* - Add a custom allocator for STL objects. This fixes sandbox failures thatmarkus@chromium.org2010-03-0813-218/+643
* Sandbox: Add code for all the interceptors.rvargas@google.com2010-03-055-14/+317
* Porting sbox IPC to 64 bitcpu@chromium.org2010-03-039-49/+65
* Be more restrictive when finding file names for libraries that need patching.markus@chromium.org2010-02-241-2/+17
* Explicitly ask for unsigned values when comparing addresses. Not only is thismarkus@chromium.org2010-02-241-2/+2
* Treat calls to lstat() and lstat64() the same as calls to stat(). In practise,markus@chromium.org2010-02-243-17/+72
* If /tmp is not a POSIX file system, try to use /dev/shm for creating ourmarkus@chromium.org2010-02-231-3/+58
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-193-0/+3
* linux: change a type in the sandbox to fix a warningevan@chromium.org2010-02-151-1/+1
* Sandbox: Some cleanup after the previous changes.rvargas@google.com2010-02-119-555/+465
* Sandbox: Add support for EAT interceptions in 64 bit.rvargas@google.com2010-02-107-20/+128
* Sandbox: Finish the interception manager support for x64.rvargas@google.com2010-02-0422-152/+343
* seccomp: allow dup/dup2evan@chromium.org2010-02-031-0/+2
* Sandbox: Add the 64-bit service resolver and a fewrvargas@google.com2010-02-017-157/+324
* Add a DCHECK to make sure that SpawnTarget is not callednsylvain@chromium.org2010-02-011-0/+7
* Sandbox: Add the base code for the 46-bit service resolver.rvargas@google.com2010-01-292-1/+304
* Improve handling and testing of reparse points.rvargas@google.com2010-01-2710-101/+295
* Fix integer overflow in sboxcpu@chromium.org2010-01-223-29/+67
* Make sure we can't create reg links from the sandbox.nsylvain@chromium.org2010-01-224-6/+68
* Prepare the sandbox for integration with NaCl broker for 64-bit Windows. The ...gregoryd@google.com2010-01-174-84/+137