index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sandbox
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Thumb asm directives to allow unwinding through SyscallAsm.
kmackay
2015-05-04
1
-2
/
+1
*
Non-SFI mode: Enable seccomp-bpf sandbox on nacl_helper_nonsfi.
hidehiko
2015-05-01
10
-44
/
+82
*
Expose the process's PID for debugging.
rickyz
2015-04-30
1
-6
/
+3
*
sandbox/mac: Remove basictypes.h include from dispatch_source_mach.h.
tfarina
2015-04-28
1
-1
/
+0
*
Re-enable Trap.SigSysAction test under tsan.
hidehiko
2015-04-28
2
-12
/
+17
*
Disable the failing Trap.SigSysAction test under TSan.
jyasskin
2015-04-25
1
-0
/
+2
*
Reland: Introduce sys_sigprocmask and sys_sigaction. (patchset #4 id:80001 of...
hidehiko
2015-04-24
21
-112
/
+380
*
Linux sandbox: workaround colliding system call.
jln
2015-04-23
1
-0
/
+31
*
Update {virtual,override} to follow C++11 style in sandbox.
nick
2015-04-23
3
-8
/
+8
*
Revert of Reland: Introduce sys_sigprocmask and sys_sigaction. (patchset #5 i...
magjed
2015-04-22
21
-356
/
+112
*
Reland: Introduce sys_sigprocmask and sys_sigaction. (patchset #5 id:160001 o...
hidehiko
2015-04-22
21
-112
/
+356
*
sandbox/linux: Remove basictypes.h includes from services/ directory.
tfarina
2015-04-20
10
-12
/
+7
*
sandbox: Add missing 'base' namespace qualifier to MD5DigestToBase16 call.
Thiago Farina
2015-04-19
1
-1
/
+1
*
Revert of Introduce sys_sigprocmask and sys_sigaction. (patchset #5 id:160001...
johnme
2015-04-17
19
-319
/
+112
*
Introduce sys_sigprocmask and sys_sigaction.
hidehiko
2015-04-17
19
-112
/
+319
*
Revert of Revert of Small refactor around futex.h. (patchset #1 id:1 of https...
dnicoara
2015-04-15
5
-10
/
+9
*
Revert of Small refactor around futex.h. (patchset #1 id:20001 of https://cod...
dnicoara
2015-04-15
5
-9
/
+10
*
Small refactor around futex.h.
hidehiko
2015-04-14
5
-10
/
+9
*
[Android] Move testing/android/ to testing/android/native_test/
jbudorick
2015-04-09
1
-1
/
+1
*
Non-SFI mode: Enable namespace sandbox for nacl_helper_nonsfi.
hidehiko
2015-04-09
4
-9
/
+26
*
Cleanup: Remove basictypes.h includes from seccomp-bpf-helpers.
tfarina
2015-04-09
4
-4
/
+4
*
Remove #include <asm/unistd.h> from linux_syscall_ranges.h and syscall.cc.
hidehiko
2015-04-09
2
-6
/
+7
*
Introduce linux_filter.h and replace #include <linux/filter.h>
hidehiko
2015-04-08
11
-32
/
+164
*
Cleanup: Remove basictypes.h includes from seccomp-bpf.
tfarina
2015-04-06
2
-2
/
+1
*
sandbox/linux/syscall_broker: Remove includes of of basictypes.h header.
tfarina
2015-04-04
2
-2
/
+1
*
sandbox/linux/tests: Migrate away from basictypes.h include.
tfarina
2015-04-03
5
-8
/
+7
*
Annotate raw syscalls for MemorySanitizer.
eugenis
2015-04-01
1
-6
/
+30
*
Add utility functions for forking new PID namespaces.
rickyz
2015-04-01
6
-37
/
+267
*
Revert of Start all children in their own PID namespace. (patchset #14 id:360...
spang
2015-03-30
6
-267
/
+37
*
Use syscall_wrappers for some system calls in Credentials.
hidehiko
2015-03-30
4
-4
/
+62
*
Start all children in their own PID namespace.
rickyz
2015-03-27
6
-37
/
+267
*
Add return statement to LinuxCapabilityToKernelValue.
rickyz
2015-03-17
1
-0
/
+1
*
Remove sys/capability.h dependency from credentials.cc.
rickyz
2015-03-17
9
-62
/
+243
*
bpf_dsl: move Verifier into PolicyCompiler
mdempsky
2015-03-09
8
-68
/
+90
*
bpf_dsl: switch PolicyCompiler from seccomp-bpf/die.h to base/logging.h
mdempsky
2015-03-07
2
-44
/
+33
*
bpf_dsl: Change bpf_dsl_unittests into actual standalone unit tests
mdempsky
2015-03-07
5
-79
/
+161
*
bpf_dsl: decouple PolicyCompiler from Syscall
mdempsky
2015-03-05
6
-46
/
+40
*
Roll Clang 223108:231191
hans
2015-03-05
1
-0
/
+5
*
Revert "Roll Clang 223108:230914"
hans
2015-03-03
1
-5
/
+0
*
Roll Clang 223108:230914
hans
2015-03-02
1
-0
/
+5
*
Revert of Roll Clang 223108:230631 (+revert of r229678) (patchset #5 id:80001...
hans
2015-03-01
1
-5
/
+0
*
Roll Clang 223108:230631 (+revert of r229678)
hans
2015-03-01
1
-0
/
+5
*
Apply gn format with 'sources' sorting to src/
scottmg
2015-02-28
1
-2
/
+2
*
Linux Sandbox: make sure Credentials test pass on TSAN
jln
2015-02-24
3
-0
/
+20
*
Linux sandbox: better APIs with /proc/ arguments
jln
2015-02-24
13
-119
/
+134
*
Add GN for sandbox_linux_jni_unittests
rockot
2015-02-21
1
-19
/
+22
*
sandbox: Change directory names in ProcUtil test to support Android
leecam
2015-02-20
1
-8
/
+8
*
Revert of bpf_dsl: decouple PolicyCompiler from Syscall (patchset #3 id:40001...
kaliamoorthi
2015-02-20
6
-40
/
+46
*
Revert of bpf_dsl: switch PolicyCompiler from seccomp-bpf/die.h to base/loggi...
mdempsky
2015-02-20
2
-33
/
+44
*
Revert of bpf_dsl: Change bpf_dsl_unittests into actual standalone unit tests...
kaliamoorthi
2015-02-20
5
-161
/
+79
[next]