summaryrefslogtreecommitdiffstats
path: root/sandbox/linux
Commit message (Expand)AuthorAgeFilesLines
* include what you use: errno.h in sandbox/mostynb2015-11-074-1/+5
* Explicitly defines the kClockSystemTrace in the syscall parameters testcharliea2015-11-041-12/+0
* Revert of StackDumpSignalHandler() should reraise the signal. (patchset #8 id...jorgelo2015-11-041-6/+7
* StackDumpSignalHandler() should reraise the signal.erikchen2015-11-031-7/+6
* 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
* 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
* Attempt to isolate sandbox_linux_unittests on android.stip2015-10-141-0/+20
* Use -fgnu-inline-asm flag for Non-SFI sandbox GYP buildphosek2015-10-061-1/+3
* 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
* 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
* 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
* Specify sa_restorer on x86-32.rickyz2015-09-101-10/+54
* 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
* sandbox/linux: remove ad-hoc bpf_dsl verifiermdempsky2015-08-3112-228/+19
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+5
* Add NamespaceSandbox::LaunchProcessWithOptions.rickyz2015-08-273-22/+100
* 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
* sandbox/linux: refactor bpf_dsl dependency on die.hmdempsky2015-08-2010-25/+76
* Only prime NSS in the sandbox for NSS ports.davidben2015-08-111-1/+2
* ThreadHelpers unit tests were racytoyoshim2015-07-293-29/+81
* Make use of '// static' consistent.ajose2015-07-281-1/+1
* Set a new TLS when using CLONE_VM.rickyz2015-07-242-3/+52
* PlatformThreadHandle: remove public id() interfacetoyoshim2015-07-241-1/+1
* Revert of Set a new TLS when using CLONE_VM. (patchset #4 id:80001 of https:/...glider2015-07-232-46/+3
* Use sys/types.h instead of sys/cdefs to pull in __BIONIC__.rickyz2015-07-232-8/+1
* Set a new TLS when using CLONE_VM.rickyz2015-07-232-3/+46
* Add GN isolate support for a bunch of unittests.dpranke2015-07-221-0/+9
* bpf_dsl: handle negative int32_t valuesmdempsky2015-07-223-6/+37
* Remove legacy StartsWithASCII function.brettw2015-07-161-2/+3
* Increase linux sandbox timeout for Chromecast build lab deviceshalliwell2015-06-301-2/+9
* sandbox: Add MIPS signal definitions in linux_signal.hrickyz2015-06-201-0/+31
* Enable one PID namespace per process for NaCl processes.rickyz2015-06-195-10/+25
* Build ForkWithFlags and part of NamespaceSandbox under nonsfi newlib.rickyz2015-06-193-37/+56
* Cleanup: Remove various DoNothing functions and use base::DoNothing().thestig2015-06-182-7/+5
* MIPS: Use correct sigset and sigaction structures for MIPSGordana.Cmiljanovic2015-06-182-26/+51
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* Increase linux sandbox unittest timeout for Chromecasthalliwell2015-06-031-2/+2