summaryrefslogtreecommitdiffstats
path: root/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Remove shared_handles.{cc,h}rickyz2015-10-304-179/+0
* Removes support for using the system clock on ChromeOScharliea2015-10-303-42/+2
* Reland: Fix sandbox_linux_unittests_deps on GN & Androidpkotwicz2015-10-291-20/+29
* Do not set include_dirs in direct_dependent_settings.rickyz2015-10-281-12/+0
* Remove unmaintained sandbox_linux_jni_unittestspkotwicz2015-10-282-55/+1
* Revert of Fix sandbox_linux_unittests_deps on GN & Android (patchset #3 id:80...jbudorick2015-10-271-31/+20
* Fix sandbox_linux_unittests_deps on GN & Androidpkotwicz2015-10-271-20/+31
* Build nacl_helper_nonsfi with GNphosek2015-10-271-4/+69
* Fix IsFunctionAService() for Windows 10 WOW64drbasic2015-10-214-12/+84
* mac: Make Mach port scopers better ScopedGenericsmark2015-10-203-5/+5
* Attempt to isolate sandbox_linux_unittests on android.stip2015-10-142-0/+38
* Fix order of initialization warning in target_process.cc.Hans Wennborg2015-10-131-3/+3
* Rework target process creation to minimize creation routesforshaw2015-10-136-93/+62
* Enforce WARN_UNUSED_RESULT attribute on Windowsdcheng2015-10-102-2/+4
* Use -fgnu-inline-asm flag for Non-SFI sandbox GYP buildphosek2015-10-061-1/+3
* 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