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
*
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
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-14
4
-19
/
+18
*
Revert of Fix DEATH_BY_SIGNAL test helper (https://codereview.chromium.org/19...
mdempsky@chromium.org
2014-03-13
3
-26
/
+1
*
Fix DEATH_BY_SIGNAL test helper
mdempsky@chromium.org
2014-03-12
3
-1
/
+26
*
Remove DELETE permission on the sandboxed desktop
jschuh@chromium.org
2014-03-11
1
-0
/
+1
*
Linux Sandbox: scope child process with BrokerProcess class.
jln@chromium.org
2014-03-10
6
-20
/
+102
*
Revert 255151 "Make chrome_elf use thunks instead of function po..."
caitkp@chromium.org
2014-03-07
3
-59
/
+0
*
Revert 255478 "Style nits"
jln@chromium.org
2014-03-07
1
-2
/
+0
*
Style nits
matthew@dempsky.org
2014-03-07
1
-0
/
+2
*
Linux sandbox: add basic Yama support
jln@chromium.org
2014-03-07
14
-10
/
+667
*
Don't modify the alternate winstation DACL
jschuh@chromium.org
2014-03-06
1
-13
/
+1
*
Make chrome_elf use thunks instead of function pointers.
caitkp@chromium.org
2014-03-05
3
-0
/
+59
*
Pass correct object_type in AddKnownSidToObject
jschuh@chromium.org
2014-03-05
1
-1
/
+1
*
Correctly bounds check FileNameLength in IsSupportedRenameCall
jschuh@chromium.org
2014-03-05
1
-5
/
+8
*
Further tighten desktop permissions and cleanup style nits
jschuh@chromium.org
2014-03-05
1
-12
/
+14
*
refactor ResolveNTFunctionPtr
luken@chromium.org
2014-03-05
1
-16
/
+13
*
Handle waitpid returning EINTR.
mdempsky@chromium.org
2014-03-03
1
-2
/
+1
*
Linux Sandbox: add Credentials::SupportsNewUserNS()
jln@chromium.org
2014-03-03
3
-9
/
+72
*
Check destination in sandbox CopyParamIn
jschuh@chromium.org
2014-03-01
1
-1
/
+2
*
Convert scoped_ptr_malloc -> scoped_ptr, part 2.
viettrungluu@chromium.org
2014-02-26
6
-10
/
+14
[next]