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
/
content
/
zygote
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup zygote_main_linux.cc includes.
mdempsky@chromium.org
2014-05-16
1
-13
/
+1
*
MemorySanitizer: remove msan_unpoison_string() from zygote_main_linux.cc
earthdok@chromium.org
2014-05-13
1
-15
/
+4
*
Add support for multiple zygote fork delegates
mdempsky@chromium.org
2014-05-11
4
-52
/
+49
*
Use RecvMsgWithPid to find real PID for zygote children
mdempsky@chromium.org
2014-05-08
2
-101
/
+121
*
Get rid of kZygoteIdFd from content
mdempsky@chromium.org
2014-05-02
1
-5
/
+1
*
Make PID translation sanity checks more robust
mdempsky@chromium.org
2014-05-01
1
-0
/
+6
*
Change UnixDomainSocket::RecvMsg to return ScopedVector<base::ScopedFD>
mdempsky@chromium.org
2014-04-30
2
-18
/
+19
*
Use RecvMsgWithPid to find zygote PID instead of chrome-sandbox
mdempsky@chromium.org
2014-04-28
2
-14
/
+11
*
Simplify ZygoteForkDelegate API further
mdempsky@chromium.org
2014-04-18
1
-13
/
+9
*
Clean up ZygoteForkDelegate API a little
mdempsky@chromium.org
2014-04-18
2
-4
/
+4
*
NaCl Linux: use own setuid sandbox instance
jln@chromium.org
2014-04-17
1
-13
/
+12
*
Linux Sandbox: Move setuid sandbox localization code.
jln@chromium.org
2014-04-15
1
-1
/
+10
*
Cache the maximal virtual mem after setting it but before turning the sandbox on
jochen@chromium.org
2014-04-12
1
-1
/
+0
*
Expose the virtual memory limit to blink
jochen@chromium.org
2014-04-08
1
-0
/
+1
*
Do not call base::EnsureProcessTerminated() from the zygote process under TSan
glider@chromium.org
2014-04-04
1
-0
/
+13
*
Tell nacl_helper to use non SFI mode in HandleForkRequest
hamaji@chromium.org
2014-04-03
1
-1
/
+1
*
Report PPAPI plugin load error code to UMA.
xhwang@chromium.org
2014-03-25
1
-2
/
+2
*
MemorySanitizer: fix the annotations in zygote_main_linux.cc
earthdok@chromium.org
2014-03-20
1
-0
/
+15
*
Linux Sandbox: setuid sandbox initialization cleanup.
jln@chromium.org
2014-03-03
1
-91
/
+88
*
Annotate the libc overrides in zygote_main_linux.cc for MemorySanitizer.
earthdok@chromium.org
2014-02-17
1
-4
/
+21
*
Revert 250320 "Make the libc overrides in zygote_main_linux.cc s..."
jln@chromium.org
2014-02-12
1
-19
/
+5
*
Make the libc overrides in zygote_main_linux.cc sanitizer-friendly.
earthdok@chromium.org
2014-02-11
1
-5
/
+19
*
TSANv2: disable non sandbox-related threading checks under TSAN.
jln@chromium.org
2014-01-29
1
-0
/
+2
*
Revert 240527 "Revert of https://codereview.chromium.org/99133015/"
jln@chromium.org
2013-12-13
2
-2
/
+2
*
Revert of https://codereview.chromium.org/99133015/
scottmg@chromium.org
2013-12-13
2
-2
/
+2
*
Linux Sandbox: split the GPU policies to their own files.
jln@chromium.org
2013-12-13
2
-2
/
+2
*
Instrument pepper plugin load failures.
ihf@chromium.org
2013-12-10
1
-3
/
+4
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
1
-2
/
+2
*
Move Posix file utils to the base namespace.
brettw@chromium.org
2013-11-27
1
-3
/
+2
*
Extract CreateInitProcessReaper() from the Zygote.
jln@chromium.org
2013-11-27
1
-75
/
+11
*
Cache the numberOfProcessors value on posix and expose it to blink
jochen@chromium.org
2013-11-20
1
-0
/
+1
*
Reland "Enable SysInfo::AmountOfPhysicalMemory to be called from within the L...
rmcilroy@chromium.org
2013-11-04
1
-0
/
+1
*
Revert 232274 "Reland "Enable SysInfo::AmountOfPhysicalMemory to..."
dglazkov@chromium.org
2013-11-01
1
-1
/
+0
*
Reland "Enable SysInfo::AmountOfPhysicalMemory to be called from within the L...
rmcilroy@chromium.org
2013-11-01
1
-0
/
+1
*
Revert 231613 "Enable SysInfo::AmountOfPhysicalMemory to be call..."
dglazkov@chromium.org
2013-10-29
1
-1
/
+0
*
Enable SysInfo::AmountOfPhysicalMemory to be called from within the Linux san...
rmcilroy@chromium.org
2013-10-29
1
-0
/
+1
*
NaCl: Clean up how FDs are passed to nacl_helper instances on Linux
mseaborn@chromium.org
2013-10-11
2
-5
/
+21
*
Fix a bug where killing pages doesn't yield a sad-tab
ccameron@chromium.org
2013-09-17
1
-10
/
+1
*
Define magic descriptors in one place.
dongseong.hwang@intel.com
2013-09-11
3
-13
/
+10
*
Linux Zygote: add sanity checks and cleanup
jln@chromium.org
2013-09-05
1
-13
/
+18
*
Zygote: small cleanup
jln@chromium.org
2013-08-21
2
-28
/
+31
*
Support a new remote IPC for for GetTerminationStatus.
jln@chromium.org
2013-08-21
2
-37
/
+119
*
Revert 218584 "Support a new remote IPC for for GetTerminationSt..."
dbeam@chromium.org
2013-08-21
2
-119
/
+37
*
Support a new remote IPC for for GetTerminationStatus.
jln@chromium.org
2013-08-21
2
-37
/
+119
*
Zygote: fix real PID reporting when using a fork delegate.
jln@chromium.org
2013-08-14
1
-1
/
+5
*
Revert 216530 "Linux Zygote: cleanup and sanity checks."
jln@chromium.org
2013-08-09
1
-29
/
+20
*
Linux Zygote: cleanup and sanity checks.
jln@chromium.org
2013-08-09
1
-20
/
+29
*
Update include paths in miscellaneous content/ directories for base/process c...
rsesek@chromium.org
2013-07-25
3
-3
/
+2
*
Split PepperPluginRegistry into the pieces that are needed in each process. c...
jam@chromium.org
2013-07-25
1
-2
/
+25
*
Replace third_party/icu/public with third_party/icu/source in the include dir...
jshin@chromium.org
2013-07-18
1
-1
/
+1
[next]