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
*
Fix compilation error triggered by gcc-4.7+ running in C++-11 mode.
markus@chromium.org
2012-06-17
1
-1
/
+2
*
Use binary search to optimize code generation for BPF filters.
markus@chromium.org
2012-06-15
3
-38
/
+123
*
Added support for SECCOMP_RET_TRAP handlers.
markus@chromium.org
2012-06-15
4
-97
/
+330
*
Instead of outputting one BPF check per possible system call coalesce
markus@chromium.org
2012-06-15
3
-53
/
+177
*
Added a new Verifier class to the BPF compiler.
markus@chromium.org
2012-06-14
6
-8
/
+286
*
Don't break sandboxed sub-processes out of jobs on Win8.
siggi@chromium.org
2012-06-14
2
-4
/
+18
*
Second try at landing this patch list. This time, we are super careful about ...
markus@chromium.org
2012-06-14
5
-25
/
+75
*
Revert 141938 - Improve logging, if we fail due to an internal error when exe...
sergeyu@chromium.org
2012-06-13
2
-65
/
+19
*
Improve logging, if we fail due to an internal error when executing supportsS...
markus@chromium.org
2012-06-13
2
-19
/
+65
*
Avoid all library calls (including calls to destructors) after enabling the s...
markus@chromium.org
2012-06-13
2
-17
/
+38
*
Explicitly test bit 30 in the system call number to distinguish between the n...
markus@chromium.org
2012-06-08
2
-6
/
+27
*
Build seccomp 1 for supported architecture only
jln@chromium.org
2012-06-08
1
-1
/
+2
*
Compile the new sandbox-bpf API code, don't use it yet.
jln@chromium.org
2012-06-07
1
-1
/
+16
*
Revert 140971 - Broke compile on CrOS Daisy bot
rsleevi@chromium.org
2012-06-07
1
-16
/
+1
*
Compile the new sandbox-bpf API code
jln@chromium.org
2012-06-07
1
-1
/
+16
*
BPF: Fix status_ not being set properly
jln@chromium.org
2012-06-07
1
-2
/
+2
*
SVN was apparently quite confused by all the changes that we made during the ...
markus@chromium.org
2012-06-06
3
-5
/
+5
*
Linux: bump the setuid sandbox API number
jln@chromium.org
2012-06-05
1
-1
/
+1
*
Setuid sandbox API versioning
jln@chromium.org
2012-06-05
2
-2
/
+59
*
Initial snapshot of the new BPF-enabled seccomp sandbox. This code is
markus@chromium.org
2012-06-04
6
-0
/
+1087
*
Revert 130716 - Use ScopedProcessInformation and other RAII types in sandbox.
rvargas@google.com
2012-06-01
9
-163
/
+168
*
Don't fork Zygote as a background process
jln@chromium.org
2012-06-01
1
-2
/
+67
*
Added markus@chromium.org for Linux sandbox work
markus@chromium.org
2012-05-31
1
-0
/
+1
*
Retain permissions on duplicated handle in DuplicateHandleProxy
jschuh@chromium.org
2012-05-24
1
-1
/
+1
*
Disable UnloadAviCapDllNoPatching because it is flaky.
vandebo@chromium.org
2012-05-23
1
-7
/
+3
*
Revert setuid sandbox as a "init process" changes
jln@chromium.org
2012-05-23
4
-344
/
+46
*
Add a sandbox policy for duplicating handles into the broker.
jschuh@chromium.org
2012-05-19
5
-16
/
+71
*
Sandbox: Limit the memory buffers of the Sandbox IP to 32 bits.
rvargas@google.com
2012-05-14
10
-89
/
+107
*
Fix Mario (32-bit) build.
gspencer@chromium.org
2012-05-03
1
-1
/
+1
*
This creates a field trial to determine the best level for low memory
gspencer@chromium.org
2012-05-03
6
-9
/
+96
*
win: Fix a few minor issues found by clang.
thakis@chromium.org
2012-05-02
4
-5
/
+5
*
win: Fix some preprocessor confusion clang complains about.
thakis@chromium.org
2012-05-02
2
-7
/
+7
*
win sandbox: Fix minor c++ violation, no functionality change
thakis@chromium.org
2012-05-01
1
-3
/
+2
*
Set svn:executable on windows executables.
maruel@chromium.org
2012-04-27
1
-0
/
+0
*
Mark UnloadAviCapDllNoPatching flaky
jbates@chromium.org
2012-04-19
1
-1
/
+1
*
Sandbox: Add support for interceptions on Windows 8.
rvargas@google.com
2012-04-17
4
-25
/
+169
*
Better check if argc is 0 because argv[0] is later used.
erik.sjolund@gmail.com
2012-04-17
1
-0
/
+4
*
Prevent sandboxed processes from opening each other
jschuh@chromium.org
2012-04-16
5
-25
/
+112
*
Add sandbox support for associating peer processes
jschuh@chromium.org
2012-04-13
7
-28
/
+174
*
Revert 131940 - Add sandbox support for associating peer processes
jbauman@chromium.org
2012-04-12
7
-160
/
+28
*
Add sandbox support for associating peer processes
jschuh@chromium.org
2012-04-12
7
-28
/
+160
*
Revert 131778 - Add sandbox support for associating peer processes
jschuh@chromium.org
2012-04-11
7
-166
/
+27
*
Add sandbox support for associating peer processes
jschuh@chromium.org
2012-04-11
7
-27
/
+166
*
Revert 131671 - Add sandbox support for associating peer processes
jschuh@chromium.org
2012-04-11
7
-166
/
+27
*
Add sandbox support for associating peer processes
jschuh@chromium.org
2012-04-10
7
-27
/
+166
*
Use ScopedProcessInformation and other RAII types in sandbox.
erikwright@chromium.org
2012-04-04
9
-168
/
+163
*
Fix race in CrossCallParamsEx::CreateFromBuffer
cpu@chromium.org
2012-04-03
1
-0
/
+6
*
Fix some grammar in comments, error messages and documentation.
gavinp@chromium.org
2012-04-03
1
-1
/
+1
*
Add a sandbox API for broker handle duplication
jschuh@chromium.org
2012-03-31
18
-15
/
+506
*
Revert 129627 - Add a sandbox API for broker handle duplication
jschuh@chromium.org
2012-03-29
18
-506
/
+15
[next]