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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux sandbox: Remove CodeGen::JoinInstructions.
rickyz
2014-09-18
3
-65
/
+25
*
[MIPS] Fix seccomp-bpf compile error for MIPS
Gordana.Cmiljanovic
2014-09-17
1
-0
/
+5
*
fix sandbox memory leak
cpu
2014-09-17
1
-11
/
+20
*
Decouple CodeGen from ErrorCode
mdempsky
2014-09-17
4
-46
/
+36
*
Large IWYU cleanup for seccomp-bpf
mdempsky
2014-09-16
21
-41
/
+67
*
Decouple Trap from ErrorCode
mdempsky
2014-09-16
6
-103
/
+105
*
Split AssembleFilter into comprehensible chunks
mdempsky
2014-09-16
2
-149
/
+205
*
Linux sandbox: Disallow get_robust_list and set_robust_list.
rickyz
2014-09-16
2
-1
/
+3
*
Linux sandbox: restrict clock_gettime() and clock_getres()
jln
2014-09-13
3
-1
/
+14
*
Convert sandbox_bpf_unittest.cc to use bpf_dsl
mdempsky
2014-09-13
7
-419
/
+461
*
Make "rt" library Linux-only in GN build.
Brett Wilson
2014-09-12
1
-1
/
+4
*
Add "rt" to libs of GN build linux sandbox unittests.
Brett Wilson
2014-09-12
1
-0
/
+2
*
Remove --find-inode-switch hack from chrome-sandbox
mdempsky
2014-09-12
6
-194
/
+3
*
Linux sandbox: fix MIPS Android compilation bug.
jln
2014-09-12
1
-0
/
+5
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/
thestig
2014-09-12
7
-7
/
+7
*
Linux sandbox: move RestrictClockID() to sandbox/
jln
2014-09-12
6
-0
/
+165
*
Enable futex tests on Android.
jln
2014-09-12
2
-5
/
+12
*
Linux sandbox: allow sigaltstack in Android baseline policy.
jln
2014-09-11
1
-4
/
+3
*
Linux sandbox: restrict {set,get}priority() in baseline policy.
Julien Tinnes
2014-09-11
4
-1
/
+54
*
Fix sbox_validation_tests for Server 2012R2
drbasic
2014-09-11
1
-1
/
+1
*
GN: Enable blink and (nearly) all of content in android build
James Robinson
2014-09-10
1
-29
/
+33
*
Reorganize sandbox operator new, add a comment.
Nico Weber
2014-09-10
1
-8
/
+14
*
bpf_dsl: fix argument-dependent lookup of BoolExpr operators
mdempsky
2014-09-10
2
-5
/
+8
*
Remove NT_PLACE, it's not really used.
thakis
2014-09-10
3
-3
/
+10
*
Sandbox: Don't CloseHandle after calling DuplicateHandle
rvargas
2014-09-10
1
-4
/
+0
*
sandbox: remove seccomp-bpf demo program
mdempsky
2014-09-09
3
-574
/
+0
*
Mark gtest and gmock as testonly in GN.
Brett Wilson
2014-09-08
1
-0
/
+1
*
NonSFI sandbox: restrict futex(2) operations.
jln
2014-09-08
1
-2
/
+0
*
win: Don't use precision with %wZ, it's ignored.
Nico Weber
2014-09-08
1
-2
/
+2
*
Added logging in PolicyBase::AddRule.
vitalybuka
2014-09-07
2
-78
/
+93
*
bpf_dsl: support Switch/Case expressions
Matthew Dempsky
2014-09-06
4
-28
/
+202
*
Linux sandbox: whitelist allowed Futex operations.
Julien Tinnes
2014-09-05
3
-19
/
+75
*
More compiler whack-a-mole.
Nico Weber
2014-09-05
1
-28
/
+14
*
Add more casts.
thakis
2014-09-05
1
-6
/
+6
*
win/clang: Fix all remaining -Wformat warnings.
Nico Weber
2014-09-05
5
-23
/
+23
*
bpf_dsl: support arbitrary (arg & mask) == val expressions
Matthew Dempsky
2014-09-04
9
-372
/
+457
*
sandbox: Fix RedirectToUserSpacePolicyWrapper
leecam
2014-09-03
3
-24
/
+112
*
Revert of Revert of clang/win: Fix a few warnings in targets not in chromium_...
thakis
2014-08-31
1
-1
/
+1
*
Revert of clang/win: Fix a few warnings in targets not in chromium_builder_te...
thakis
2014-08-30
1
-1
/
+1
*
clang/win: Fix a few warnings in targets not in chromium_builder_tests.
Nico Weber
2014-08-29
1
-1
/
+1
*
sandbox: style cleanup
Matthew Dempsky
2014-08-29
3
-52
/
+96
*
Remove cevans@ from OWNERS files.
thestig
2014-08-29
1
-1
/
+0
*
Revert of Disable slow BootstrapSandboxTest.DistributedNotifications_SandboxD...
rsesek
2014-08-27
1
-2
/
+1
*
Remove implicit conversions from scoped_refptr to T* in sandbox/
dcheng
2014-08-27
2
-2
/
+2
*
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
*
Disable slow BootstrapSandboxTest.DistributedNotifications_SandboxDeny
Paweł Hajdan, Jr
2014-08-25
1
-1
/
+2
*
sandbox: Add Arm64 support for seccomp-BPF
leecam
2014-08-24
14
-70
/
+1342
*
[MIPS] Fix build issue for MIPS
petarj@mips.com
2014-08-22
1
-1
/
+1
*
sandbox: Update known syscalls to kernel 3.17
leecam@chromium.org
2014-08-22
7
-2
/
+127
[next]