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
/
seccomp-bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: reuse far jumps when possible
mdempsky
2014-12-02
3
-16
/
+61
*
Linux sandbox: set policy in constructor
jln
2014-11-27
4
-24
/
+12
*
Linux sandbox: Use ScopedFD in SandboxBPF
jln
2014-11-26
3
-17
/
+99
*
Linux sandbox: do not detect seccomp on Valgrind.
jln
2014-11-26
1
-0
/
+9
*
bpf_dsl: remove some PolicyCompiler dependencies on ErrorCode
mdempsky
2014-11-26
2
-10
/
+14
*
Linux sandbox: cleanup the SandboxBPF class
jln
2014-11-26
2
-118
/
+93
*
Linux sandbox: change seccomp detection and initialization.
jln
2014-11-25
3
-304
/
+67
*
Linux sandbox: change API to start the sandbox
jln
2014-11-25
3
-99
/
+43
*
Linux sandbox: start adding syscall wrappers
jln
2014-11-20
2
-8
/
+8
*
CodeGen: rewrite implementation [3/3]
mdempsky
2014-11-20
6
-759
/
+195
*
CodeGen: simplify unit tests [2/3]
mdempsky
2014-11-18
1
-334
/
+164
*
CodeGen: refactor API [1/3]
mdempsky
2014-11-17
3
-136
/
+119
*
CodeGen: refactor unit tests using parameterized tests
mdempsky
2014-11-03
1
-173
/
+152
*
sandbox: extract PrintProgram() into a separate DumpBPF class
mdempsky
2014-10-31
3
-95
/
+3
*
SyscallSet: add ValidOnly
mdempsky
2014-10-28
3
-35
/
+77
*
bpf_dsl: rename SandboxBPFDSLPolicy to just Policy
mdempsky
2014-10-24
11
-41
/
+39
*
SyscallIterator: support C++11 range-based for loops
mdempsky
2014-10-22
5
-47
/
+129
*
Syscall: Fix Syscall::Call's X86-64 implementation for CFI unwinding
mdempsky
2014-10-20
1
-37
/
+22
*
bpf_dsl: move more implementation details out of bpf_dsl.h
mdempsky
2014-10-17
1
-2
/
+3
*
bpf_dsl: add TrapRegistry and extract PolicyCompiler
mdempsky
2014-10-16
13
-806
/
+132
*
SyscallIterator: cleanup tests too
mdempsky
2014-10-14
1
-143
/
+63
*
seccomp-bpf: Remove legacy SandboxBPFPolicy class
mdempsky
2014-10-14
11
-89
/
+37
*
sandbox_bpf: Remove Traverse method.
rickyz
2014-10-14
2
-45
/
+0
*
sandbox_bpf: rework how unsafe traps are compiled/verified
mdempsky
2014-10-09
5
-178
/
+73
*
SyscallIterator: refactor internals
mdempsky
2014-10-08
2
-73
/
+62
*
replace OVERRIDE and FINAL with override and final in sandbox/
mostynb
2014-10-07
6
-15
/
+15
*
sandbox_bpf: convert remaining policies to use bpf_dsl
mdempsky
2014-10-04
4
-26
/
+45
*
sandbox: Fix uninitialized data in non-jumping bpf instructions
leecam
2014-10-03
2
-23
/
+22
*
Linux sandbox: fill all parameters when detecting seccomp syscall.
Julien Tinnes
2014-09-25
1
-12
/
+9
*
sandbox: Convert remaining legacy tests to use policy classes
Matthew Dempsky
2014-09-23
5
-110
/
+65
*
Linux sandbox: Remove CodeGen::JoinInstructions.
rickyz
2014-09-18
3
-65
/
+25
*
Decouple CodeGen from ErrorCode
mdempsky
2014-09-17
4
-46
/
+36
*
Large IWYU cleanup for seccomp-bpf
mdempsky
2014-09-16
19
-36
/
+61
*
Decouple Trap from ErrorCode
mdempsky
2014-09-16
6
-103
/
+105
*
Split AssembleFilter into comprehensible chunks
mdempsky
2014-09-16
2
-149
/
+205
*
Convert sandbox_bpf_unittest.cc to use bpf_dsl
mdempsky
2014-09-13
1
-2425
/
+0
*
sandbox: remove seccomp-bpf demo program
mdempsky
2014-09-09
1
-542
/
+0
*
bpf_dsl: support arbitrary (arg & mask) == val expressions
Matthew Dempsky
2014-09-04
6
-338
/
+415
*
sandbox: Fix RedirectToUserSpacePolicyWrapper
leecam
2014-09-03
3
-24
/
+112
*
Disable SandboxBPF.StartSingleThreadedAsMultiThreaded under TSan v2.
jyasskin
2014-08-27
1
-0
/
+3
*
sandbox: Add support for the new seccomp() system call in kernel 3.17.
rsesek
2014-08-25
4
-28
/
+160
*
sandbox: Add Arm64 support for seccomp-BPF
leecam
2014-08-24
4
-9
/
+128
*
Annotate IA-32's SyscallAsm implementation with CFI directives
mdempsky@chromium.org
2014-08-01
1
-8
/
+8
*
Cleanup SandboxBPF policies now that we have InvalidSyscall()
mdempsky@chromium.org
2014-07-31
3
-0
/
+24
*
Android seccomp-bpf: fix a few unittests
jln@chromium.org
2014-07-30
2
-22
/
+19
*
[MIPS] Add seccomp bpf support
nedeljko.babic@imgtec.com
2014-07-25
9
-10
/
+300
*
Linux sandbox: add space for 8 parameters to the Syscall() class
nedeljko.babic@imgtec.com
2014-07-08
2
-23
/
+80
*
gcc 4.7 workaround for __uint16_t
mostynb@opera.com
2014-07-07
1
-0
/
+1
*
Linux sandbox: add test to ensure that pread64 can be forwarded.
jln@chromium.org
2014-06-27
2
-8
/
+101
*
Define regs_struct on x86 Bionic as well.
rickyz@google.com
2014-06-14
1
-1
/
+29
[next]