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
*
Android sandbox: fix most BaselinePolicy tests
jln@chromium.org
2014-07-30
4
-14
/
+67
*
Android seccomp-bpf: fix a few unittests
jln@chromium.org
2014-07-30
3
-22
/
+26
*
[MIPS] Add seccomp bpf support
nedeljko.babic@imgtec.com
2014-07-25
20
-75
/
+1909
*
Make HandleCloserAgent walk in 4x multiples on x64
jschuh@chromium.org
2014-07-24
2
-2
/
+2
*
Patch NtOpenKeyEx on Windows Server 2008
jschuh@chromium.org
2014-07-24
1
-1
/
+4
*
GN: Add //ui/base/ime, fix up printing on mac
jamesr@chromium.org
2014-07-23
1
-0
/
+2
*
Fix the //sandbox/mac build when using a modern (10.7+) SDK.
rsesek@chromium.org
2014-07-21
4
-40
/
+61
*
Run XPCMessageServerTest on 10.8+ rather than 10.7+.
rsesek@chromium.org
2014-07-19
1
-1
/
+1
*
Add an XPC implementation of sandbox::MessageServer.
rsesek@chromium.org
2014-07-19
10
-1
/
+446
*
Add domain-specific language for BPF policies
mdempsky@chromium.org
2014-07-17
9
-0
/
+885
*
Create DispatchSourceMach to run a MACH_RECV dispatch source.
rsesek@chromium.org
2014-07-17
7
-33
/
+258
*
Revert of Add domain-specific language for BPF policies (https://codereview.c...
tapted@chromium.org
2014-07-16
9
-865
/
+0
*
Do not create a reply IPCMessage for every message received.
rsesek@chromium.org
2014-07-16
5
-35
/
+46
*
Add domain-specific language for BPF policies
mdempsky@chromium.org
2014-07-16
9
-0
/
+865
*
Fixes for re-enabling more MSVC level 4 warnings: sandbox/ edition
pkasting@chromium.org
2014-07-10
9
-58
/
+47
*
Rename source_prereqs to inputs in the GN build.
brettw@chromium.org
2014-07-09
1
-1
/
+1
*
Linux sandbox: add space for 8 parameters to the Syscall() class
nedeljko.babic@imgtec.com
2014-07-08
2
-23
/
+80
*
Add mdempsky as OWNER for sandbox/linux
mdempsky@chromium.org
2014-07-08
1
-0
/
+1
*
Revert of Revert of Disable yama on 3.2 kernels with 32bit userland and 64bit...
machenbach@chromium.org
2014-07-08
1
-0
/
+17
*
Revert of Disable yama on 3.2 kernels with 32bit userland and 64bit kernel. (...
eseidel@chromium.org
2014-07-08
1
-17
/
+0
*
build fix (see r281666 and r281672, I screwed up the re-land)
thakis@chromium.org
2014-07-08
1
-1
/
+4
*
Disable two yama tests on 3.2 kernels with 32bit userland and 64bit kernel.
thakis@chromium.org
2014-07-08
1
-0
/
+17
*
Revert 281666 "Disable two yama tests on 3.2 kernels with 32bit ..."
nhiroki@chromium.org
2014-07-08
1
-19
/
+1
*
Disable two yama tests on 3.2 kernels with 32bit userland and 64bit kernel.
thakis@chromium.org
2014-07-08
1
-1
/
+19
*
gcc 4.7 workaround for __uint16_t
mostynb@opera.com
2014-07-07
1
-0
/
+1
*
win sandbox tests: Rename OpenFile to OpenFileCmd.
thakis@chromium.org
2014-07-07
2
-11
/
+11
*
Fix Mac bootstrap sandbox for 64-bit builds
jiangj@opera.com
2014-07-03
1
-0
/
+2
*
Extract a virtual interface out of MachMessageServer that can be implemented ...
rsesek@chromium.org
2014-07-01
9
-77
/
+145
*
Linux sandbox: add test to ensure that pread64 can be forwarded.
jln@chromium.org
2014-06-27
8
-44
/
+253
*
Add UIPI support for sandbox alternate desktop
jschuh@chromium.org
2014-06-24
5
-2
/
+33
*
Fix a shutdown crash in the bootstrap sandbox.
rsesek@chromium.org
2014-06-23
4
-5
/
+120
*
Alter the design of the bootstrap sandbox to only take over the bootstrap por...
rsesek@chromium.org
2014-06-19
7
-48
/
+66
*
Linux sandbox: add sandbox_linux_unittests.isolate
jln@chromium.org
2014-06-19
2
-0
/
+45
*
Fix no-op builds, caused by an incorrect output in //sandbox/mac:generate_stubs.
rsesek@chromium.org
2014-06-18
1
-1
/
+1
*
Revert of Linux sandbox: add sandbox_linux_unittests.isolate (https://coderev...
jln@chromium.org
2014-06-17
2
-41
/
+0
*
Linux sandbox: add sandbox_linux_unittests.isolate
jln@chromium.org
2014-06-17
2
-0
/
+41
*
Add dynamic library stubs for XPC in //sandbox/mac.
rsesek@chromium.org
2014-06-17
6
-0
/
+167
*
Define regs_struct on x86 Bionic as well.
rickyz@google.com
2014-06-14
1
-1
/
+29
*
Use PTRACE_SET_SYSCALL to override syscalls on ARM.
rickyz@google.com
2014-06-13
1
-2
/
+34
*
Clean-up the SandboxSyscall interface
jln@chromium.org
2014-06-13
8
-411
/
+388
*
Seccomp_bpf. Fix compilation error for Android x64.
anton@chromium.org
2014-06-12
1
-1
/
+1
*
Update OS version functions.
avi@chromium.org
2014-06-12
1
-1
/
+1
*
Attempt to fix a NULL deref in sandbox::LaunchdInterceptionServer::HandleLook...
rsesek@chromium.org
2014-06-12
2
-14
/
+15
*
Linux Sandbox: Add support for SECCOMP_RET_TRACE.
rickyz@google.com
2014-06-12
8
-1
/
+223
*
Sandbox policy and intercepts for the MITIGATION_WIN32K_DISABLE policy for re...
ananta@chromium.org
2014-06-11
14
-6
/
+343
*
Split the generic MachMessageServer logic out of the LaunchdInterceptionServer.
rsesek@chromium.org
2014-06-11
6
-190
/
+300
*
Make sbox_unittests work with DCHECKs enabled
jschuh@chromium.org
2014-06-10
4
-14
/
+5
*
Do not instrument the suid sandbox binary with sanitizer tools.
earthdok@chromium.org
2014-06-10
1
-0
/
+7
*
Remove HandleCloser::SetupHandleInterceptions
jschuh@chromium.org
2014-06-10
8
-114
/
+1
*
Add Mac sandbox to the GN build.
brettw@chromium.org
2014-06-10
2
-3
/
+44
[next]