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
*
Sandbox Linux Unittests: fix silly spurious error
jln@chromium.org
2014-04-18
1
-1
/
+2
*
Linux sandbox test: temporarily allow fork() with threads
jln@chromium.org
2014-04-18
2
-10
/
+22
*
Linux sandbox tests: wait for threads to disappear.
jln@chromium.org
2014-04-18
1
-5
/
+23
*
Remove unused input_shlib_path
cjhopman@chromium.org
2014-04-17
1
-4
/
+0
*
Reland: Add seccomp sandbox for non-SFI NaCl
hamaji@chromium.org
2014-04-17
6
-8
/
+61
*
Broker process unittest build fail after r263147
pgal.u-szeged@partner.samsung.com
2014-04-17
1
-0
/
+1
*
Revert of Add seccomp sandbox for non-SFI NaCl (https://codereview.chromium.o...
jln@chromium.org
2014-04-17
5
-55
/
+8
*
Add seccomp sandbox for non-SFI NaCl
hamaji@chromium.org
2014-04-17
5
-8
/
+55
*
NaCl Linux: use own setuid sandbox instance
jln@chromium.org
2014-04-17
2
-10
/
+84
*
Linux Sandbox: Move setuid sandbox localization code.
jln@chromium.org
2014-04-15
3
-2
/
+88
*
Linux sandbox: style cleanup for setuid sandbox.
jln@chromium.org
2014-04-14
7
-55
/
+52
*
Fix BrokerProcess.RecvMsgDescriptorLeak under Valgrind
mdempsky@chromium.org
2014-04-12
1
-2
/
+8
*
Enable the new test launcher for sandbox_linux_unittests
phajdan.jr@chromium.org
2014-04-11
4
-18
/
+10
*
Add unit test to check for broker FD leak
mdempsky@chromium.org
2014-04-11
5
-0
/
+90
*
sandbox_bpf_unittest.cc: Remove old code.
jorgelo@chromium.org
2014-04-10
1
-7
/
+0
*
Fixes for sandbox unit tests on Android
zhenyu.liang@intel.com
2014-04-10
1
-0
/
+26
*
Always output seccomp error messages to stderr
hamaji@chromium.org
2014-04-09
1
-10
/
+9
*
[Linux] Use PR_SET_NO_NEW_PRIVS by default in base/process/launch.h.
rsesek@chromium.org
2014-04-09
1
-3
/
+11
*
Switch broker_process.cc to use ScopedFD.
mdempsky@chromium.org
2014-04-09
1
-5
/
+9
*
Removed a single legacy windows function from the sandbox code.
Blurrech@gmail.com
2014-04-07
9
-76
/
+2
*
sandbox: Add support for starting seccomp-bpf with threads.
rsesek@chromium.org
2014-04-05
5
-13
/
+58
*
Revert of sandbox: Add support for starting seccomp-bpf with threads. (https:...
scottmg@chromium.org
2014-04-05
5
-56
/
+13
*
sandbox: Add support for starting seccomp-bpf with threads.
rsesek@chromium.org
2014-04-05
5
-13
/
+56
*
Linux sandbox: componentize almost everything.
jln@chromium.org
2014-04-05
12
-24
/
+52
*
Fix clang warnings and errors in sandbox/win
rnk@chromium.org
2014-04-04
4
-10
/
+9
*
Linux sandbox: make seccomp_bpf a component target.
jln@chromium.org
2014-04-04
9
-36
/
+78
*
Linux sandbox: add unit test sanity check.
jln@chromium.org
2014-04-04
1
-0
/
+21
*
Linux sandbox tests: change a magic exit code value.
jln@chromium.org
2014-04-03
1
-1
/
+3
*
Linux sandbox: reformat codegen_unittest.cc
jln@chromium.org
2014-03-31
1
-81
/
+76
*
Linux Sandbox: fix BPF compiler bug
jln@chromium.org
2014-03-28
2
-1
/
+121
*
Fix masking error in InterceptionManager::PatchNtdll
jschuh@chromium.org
2014-03-28
1
-1
/
+1
*
Add HANDLE_EINTR in some places missing it.
brettw@chromium.org
2014-03-27
1
-1
/
+1
*
Add x86_64 ucontext structure for Android x64
zhenyu.liang@intel.com
2014-03-27
2
-0
/
+90
*
Linux sandbox: disable bare BPF tests on TSANv2
thakis@chromium.org
2014-03-26
1
-2
/
+2
*
Linux: do not associate SIGSYS with the StackDumpSignalHandler
jln@chromium.org
2014-03-26
1
-2
/
+5
*
Make seccomp-bpf mandatory on ARM.
jln@chromium.org
2014-03-25
1
-4
/
+3
*
Linux sandbox: use openat() instead of open() in broker process.
jln@chromium.org
2014-03-22
1
-3
/
+18
*
Revert 258683 "Linux sandbox: use openat() instead of open() in ..."
jln@chromium.org
2014-03-21
1
-1
/
+1
*
Linux sandbox: use openat() instead of open() in broker process.
jln@chromium.org
2014-03-21
1
-1
/
+1
*
Linux sandbox: add a few missing HANDLE_EINTR()
jln@chromium.org
2014-03-21
2
-3
/
+3
*
Fix DEATH_BY_SIGNAL helper
mdempsky@chromium.org
2014-03-19
3
-1
/
+34
*
Make chrome_elf use thunks instead of function pointers.
caitkp@chromium.org
2014-03-18
3
-0
/
+59
*
Move ScopedFILE to base namespace and scoped_file.h
brettw@chromium.org
2014-03-17
1
-1
/
+1
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-17
4
-19
/
+18
*
Don't explicitly set DEP flags on Vista
jschuh@chromium.org
2014-03-15
1
-3
/
+1
*
Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...
jochen@chromium.org
2014-03-15
4
-18
/
+19
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-14
4
-19
/
+18
*
Fix unreachable code in sandbox/. Found with MSVC warning 4702.
pkasting@chromium.org
2014-03-14
1
-2
/
+3
*
Pass expected value as first argument to ASSERT_EQ
mdempsky@chromium.org
2014-03-14
1
-3
/
+3
*
Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...
thakis@chromium.org
2014-03-14
4
-18
/
+19
[next]