summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* win: Remove uses of UNREFERENCED_PARAMETER.thakis2015-10-067-74/+40
* Fold away now dead NSS code.davidben2015-10-024-278/+0
* Add rickyz@ as sandbox/zygote ownerjln2015-10-011-0/+1
* [Android] Add generated wrapper script for sandbox_linux_unittests in gyp.jbudorick2015-10-011-0/+11
* On 10.10+, do not use bootstrap_look_up() directly.rsesek2015-09-304-3/+72
* Make SharedMemoryHandle a class on windows.erikchen2015-09-253-9/+11
* Sandbox: Remove myself from ownersrvargas2015-09-241-1/+0
* Use glibc's sigaction unless we are building for nonsfi nacl.rickyz2015-09-221-32/+6
* Change type of kSUIDSandboxApiNumber to intricea2015-09-222-9/+11
* Replace calls to rand_s with calls to RtlGenRandom.wfh2015-09-187-6/+102
* Refactor the bootstrap sandbox process launching integration.rsesek2015-09-187-84/+329
* Get rid of the token cache.rickyz2015-09-182-79/+3
* Fixes to possible GetLastError bugsbrucedawson2015-09-174-4/+12
* Fix a comment typo in init_process_reaper.ccki.stfu2015-09-171-1/+1
* sandbox/linux: remove some gratuitous pointersmdempsky2015-09-148-26/+20
* sandbox/linux/bpf_dsl: collapse similar ResultExprImpl subclassesmdempsky2015-09-111-57/+16
* Sandbox: Reenable tests that were disabled "temporarily" 2 years ago.rvargas2015-09-101-2/+2
* Specify sa_restorer on x86-32.rickyz2015-09-101-10/+54
* Revert "Add sbox tests related to warming up of locales."Balazs Engedy2015-09-096-141/+1
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-095-14/+1
* Add sbox tests related to warming up of locales.liamjm2015-09-096-1/+141
* Correct PROCESS_BASIC_INFORMATION for 64 bit Windows.rickyz2015-09-097-9/+81
* sandbox/linux/bpf_dsl: eliminate implicit dependency on C++ compiler behaviormdempsky2015-09-081-2/+5
* sandbox/linux/bpf_dsl: remove ErrorCode intermediary representationmdempsky2015-09-0411-599/+141
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-035-1/+14
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-025-14/+1
* Fix inherited handles conflicting with handle trackerscottmg2015-09-022-0/+64
* fix typo in comment: reverToSelf() -> revertToSelf()liamjm2015-09-021-1/+1
* Revert of Fix inherited handles conflicting with handle tracker (patchset #5 ...pneubeck2015-09-022-60/+0
* Fix inherited handles conflicting with handle trackerscottmg2015-09-022-0/+60
* sandbox/linux: remove ad-hoc bpf_dsl verifiermdempsky2015-08-3112-228/+19
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-312-0/+9
* Add Linux build packaging targets to GNbrettw2015-08-281-3/+3
* Add NamespaceSandbox::LaunchProcessWithOptions.rickyz2015-08-273-22/+100
* Fix forwarding of XPC messages to launchd on 10.10 and higher.rsesek2015-08-272-0/+17
* sandbox/linux/bpf_dsl: add golden files for compiled test policiesmdempsky2015-08-2620-28/+627
* build: On Android, disable LTO for specific targets only when targeting GCC.pcc2015-08-261-1/+1
* sandbox/linux/bpf_dsl: add DumpBPF::StringPrintProgrammdempsky2015-08-242-86/+140
* sandbox/linux: move ErrorCode into bpf_dslmdempsky2015-08-2019-218/+282
* Add support for int 2e fallback system call stub in Win10.wfh2015-08-201-9/+52
* sandbox/linux: refactor bpf_dsl dependency on die.hmdempsky2015-08-2010-25/+76
* Sandbox: Reenable test that was flaking for being too slow.rvargas2015-08-141-2/+1
* Sandbox: Reenable tests that were flaking for being too slow.rvargas2015-08-141-4/+2
* Sandbox: Check on NTClose failure.rvargas2015-08-142-19/+9
* Remove remaining legacy SplitString calls.brettw2015-08-121-10/+9
* Only prime NSS in the sandbox for NSS ports.davidben2015-08-111-1/+2
* clang/win: Try to fix 64-bit build after https://codereview.chromium.org/1261...Nico Weber2015-08-081-0/+2
* Fix version check in ValidationSuitescottmg2015-08-061-2/+2
* ThreadHelpers unit tests were racytoyoshim2015-07-293-29/+81
* Make use of '// static' consistent.ajose2015-07-281-1/+1