summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Try the SANDOX_INERT flag in CreateRestrictedTokencpu@chromium.org2010-01-121-1/+5
* linux: make the seccomp sandbox work againevan@chromium.org2010-01-081-12/+54
* Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to...thestig@chromium.org2009-12-104-1/+83
* 64-bit compatibility changes for the sandbox codegregoryd@google.com2009-11-117-12/+27
* Sort the source files in sandbox.gypgregoryd@google.com2009-11-091-70/+70
* Allow the seccomp sandbox to be enabled, even if the suid sandbox hasmarkus@chromium.org2009-11-0720-103/+141
* linux: compile fix for chrome_sandbox on 64-bit karmicevan@chromium.org2009-11-041-0/+1
* Only enable the seccomp sandbox, if the machine actually has kernel support formarkus@chromium.org2009-11-043-1/+66
* Allow chrome_sandbox to act as a helper program and find the socket with a gi...thestig@chromium.org2009-11-044-4/+168
* Use scoped_array (not scoped_ptr) with new[].kuchhal@chromium.org2009-10-236-7/+7
* GCC's optimizer is getting more aggressive. It is no longer goodmarkus@chromium.org2009-10-223-7/+14
* - found all symbols that we directly access from assembly and marked them as ...markus@chromium.org2009-10-2113-486/+210
* Change yet again the way we do ResolveNTFunctionPtrcpu@chromium.org2009-10-141-2/+1