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
...
*
seccomp sandbox: Add tests for signal handling
mseaborn@chromium.org
2010-05-18
1
-3
/
+145
*
GYP changes for FreeBSD and OpenBSD
pvalchev@google.com
2010-05-14
1
-0
/
+9
*
Prevent FPU state corruption by directly creating the signal frame on the
markus@chromium.org
2010-05-11
4
-69
/
+56
*
Add a couple more tests
markus@chromium.org
2010-04-28
1
-7
/
+126
*
Correctly align memory allocations in the case where we need to allocate memory
markus@chromium.org
2010-04-28
1
-1
/
+4
*
Added support for sigreturn() and rt_sigreturn(). On x86-32, this is
markus@chromium.org
2010-04-28
5
-127
/
+239
*
Merged Mark Seaborn's changes:
markus@chromium.org
2010-04-22
18
-76
/
+427
*
Make the use of signals inside of the sandbox safe.
markus@chromium.org
2010-04-20
12
-409
/
+965
*
SELinux: add basic policy.
agl@chromium.org
2010-04-19
3
-0
/
+53
*
Fix SELinux warnings when running on Fedora.
markus@chromium.org
2010-03-30
1
-3
/
+3
*
Update/add copyright headers.
markus@chromium.org
2010-03-29
3
-30
/
+13
*
linux: turn on -Wextra
evan@chromium.org
2010-03-26
7
-22
/
+22
*
Revert "linux: turn on -Wextra"
evan@chromium.org
2010-03-25
7
-22
/
+22
*
linux: turn on -Wextra
evan@chromium.org
2010-03-25
7
-22
/
+22
*
Fix a few more places where we need to use our own allocator.
markus@chromium.org
2010-03-25
2
-5
/
+19
*
Fix the POC and some of unit tests to be build and
nsylvain@chromium.org
2010-03-23
6
-34
/
+30
*
Add #include to fix compile errors on "Linux Perf (webkit.org)" bot.
yutak@chromium.org
2010-03-18
1
-0
/
+1
*
Add a first version of a tool for analyzing performance data output by the
markus@chromium.org
2010-03-18
2
-0
/
+197
*
Compute and pring the time that it takes to execute system calls. This data
markus@chromium.org
2010-03-18
20
-84
/
+327
*
Marked UnloadDllTest.UnloadAviCapDllWithPatching as flaky.
glider@chromium.org
2010-03-17
1
-1
/
+1
*
Third change to port sandbox to 64 bits
cpu@chromium.org
2010-03-16
5
-35
/
+28
*
Re-land second sandbox round of changes
cpu@chromium.org
2010-03-13
20
-172
/
+351
*
Revert 41481 - Secound round of sbox changes for 64 bit port
ericu@google.com
2010-03-12
17
-340
/
+155
*
Secound round of sbox changes for 64 bit port
cpu@chromium.org
2010-03-12
17
-155
/
+340
*
Fix warning that is now an error.
craig.schlenter@chromium.org
2010-03-10
1
-2
/
+1
*
Make sandbox code compile as "chromium_code".
craig.schlenter@chromium.org
2010-03-10
2
-2
/
+6
*
Added missing copyright header.
markus@chromium.org
2010-03-08
22
-0
/
+88
*
- Add a custom allocator for STL objects. This fixes sandbox failures that
markus@chromium.org
2010-03-08
13
-218
/
+643
*
Sandbox: Add code for all the interceptors.
rvargas@google.com
2010-03-05
5
-14
/
+317
*
Porting sbox IPC to 64 bit
cpu@chromium.org
2010-03-03
9
-49
/
+65
*
Be more restrictive when finding file names for libraries that need patching.
markus@chromium.org
2010-02-24
1
-2
/
+17
*
Explicitly ask for unsigned values when comparing addresses. Not only is this
markus@chromium.org
2010-02-24
1
-2
/
+2
*
Treat calls to lstat() and lstat64() the same as calls to stat(). In practise,
markus@chromium.org
2010-02-24
3
-17
/
+72
*
If /tmp is not a POSIX file system, try to use /dev/shm for creating our
markus@chromium.org
2010-02-23
1
-3
/
+58
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
3
-0
/
+3
*
linux: change a type in the sandbox to fix a warning
evan@chromium.org
2010-02-15
1
-1
/
+1
*
Sandbox: Some cleanup after the previous changes.
rvargas@google.com
2010-02-11
9
-555
/
+465
*
Sandbox: Add support for EAT interceptions in 64 bit.
rvargas@google.com
2010-02-10
7
-20
/
+128
*
Sandbox: Finish the interception manager support for x64.
rvargas@google.com
2010-02-04
22
-152
/
+343
*
seccomp: allow dup/dup2
evan@chromium.org
2010-02-03
1
-0
/
+2
*
Sandbox: Add the 64-bit service resolver and a few
rvargas@google.com
2010-02-01
7
-157
/
+324
*
Add a DCHECK to make sure that SpawnTarget is not called
nsylvain@chromium.org
2010-02-01
1
-0
/
+7
*
Sandbox: Add the base code for the 46-bit service resolver.
rvargas@google.com
2010-01-29
2
-1
/
+304
*
Improve handling and testing of reparse points.
rvargas@google.com
2010-01-27
10
-101
/
+295
*
Fix integer overflow in sbox
cpu@chromium.org
2010-01-22
3
-29
/
+67
*
Make sure we can't create reg links from the sandbox.
nsylvain@chromium.org
2010-01-22
4
-6
/
+68
*
Prepare the sandbox for integration with NaCl broker for 64-bit Windows. The ...
gregoryd@google.com
2010-01-17
4
-84
/
+137
*
Try the SANDOX_INERT flag in CreateRestrictedToken
cpu@chromium.org
2010-01-12
1
-1
/
+5
*
linux: make the seccomp sandbox work again
evan@chromium.org
2010-01-08
1
-12
/
+54
*
Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to...
thestig@chromium.org
2009-12-10
4
-1
/
+83
[prev]
[next]