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
/
base
/
process_util_linux.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable TCMalloc on Linux by default.
willchan@chromium.org
2009-11-25
1
-10
/
+2
*
Make calloc return NULL while initializing.
vandebo@chromium.org
2009-11-24
1
-18
/
+37
*
For Linux, override malloc and friends so that we can detect and then stop on...
vandebo@chromium.org
2009-11-18
1
-1
/
+99
*
linux: Remove NOTIMPL cluttering test output
evan@chromium.org
2009-11-16
1
-1
/
+0
*
Log warnings, not errors, if we can't fetch memory status for
sgk@google.com
2009-11-13
1
-3
/
+4
*
Ensure OOM is a killer on the Mac.
avi@chromium.org
2009-11-12
1
-0
/
+5
*
More memory stats code cleanup:
sgk@chromium.org
2009-11-09
1
-0
/
+46
*
Linux: use /proc/pid/statm to get memory stats when /proc/pid/smaps is unavai...
thestig@chromium.org
2009-11-04
1
-30
/
+48
*
Make the memory resource functions return bools so that we know when the info...
vandebo@chromium.org
2009-10-27
1
-1
/
+1
*
Eliminate all uses of strerror() in code that uses src/base. strerror() is in...
tschmelcher@chromium.org
2009-10-13
1
-1
/
+1
*
Linux: remove the concept of physical memory from the task manager.
agl@chromium.org
2009-10-07
1
-6
/
+4
*
linux: implement GetCPUUsage() so the task manager shows CPU
evan@chromium.org
2009-09-19
1
-0
/
+96
*
Remove code doing a no-op due to float -> int rounding.
phajdan.jr@chromium.org
2009-09-14
1
-6
/
+5
*
Linux: about:memory
agl@chromium.org
2009-09-01
1
-5
/
+4
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-5
/
+6
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-6
/
+5
*
Remove the Mac-specific implementation of LaunchApp, and share the Linux vers...
stuartmorgan@google.com
2009-08-06
1
-77
/
+0
*
Linux: Use _exit() instead of exit() in the child after fork() in failure con...
mdm@chromium.org
2009-07-23
1
-2
/
+7
*
This implements the functions necessary for the task manager on Linux.
deanm@chromium.org
2009-07-22
1
-4
/
+62
*
Set GTK_PATH to CHROMIUM_SAVED_GTK_PATH before launching xdg-open.
thestig@chromium.org
2009-07-21
1
-1
/
+23
*
Convert NOTIMPLs into a bug.
estade@chromium.org
2009-07-09
1
-4
/
+4
*
Linux: Add support for chrooted renderers.
agl@chromium.org
2009-06-15
1
-0
/
+5
*
Linux: refactor zygote support
agl@chromium.org
2009-06-12
1
-17
/
+0
*
Revert 18109, 18111: Windows UI tests failed.
agl@chromium.org
2009-06-10
1
-0
/
+17
*
Linux: refactor zygote support
agl@chromium.org
2009-06-10
1
-17
/
+0
*
Enable zygote manager by default.
dkegel@google.com
2009-06-08
1
-1
/
+45
*
Prototype implementation of zygotes.
dkegel@google.com
2009-06-06
1
-0
/
+19
*
Revert r17575 and r17576. They are causing layout test errors.
agl@chromium.org
2009-06-04
1
-5
/
+0
*
Linux: Add support for chrooted renderers.
agl@chromium.org
2009-06-04
1
-0
/
+5
*
Extract Windows-specific parts of TaskManager.
phajdan.jr@chromium.org
2009-05-14
1
-0
/
+10
*
Add memory stats for linux page cycler. On linux, we collect
tc@google.com
2009-05-11
1
-1
/
+48
*
POSIX: Add a macro for handling EINTR.
agl@chromium.org
2009-05-01
1
-1
/
+2
*
POSIX: Add code for shuffling file descriptors.
agl@chromium.org
2009-04-30
1
-17
/
+9
*
Get rid of variable length arrays.
willchan@chromium.org
2009-04-24
1
-2
/
+2
*
Cleanup in LaunchApp:
phajdan.jr@chromium.org
2009-04-18
1
-17
/
+11
*
Cleanup in chrome/browser
phajdan.jr@chromium.org
2009-03-25
1
-1
/
+1
*
Removed unneeded includes of base/time.h.
thestig@chromium.org
2009-03-16
1
-1
/
+0
*
Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naoki
mark@chromium.org
2009-02-05
1
-57
/
+0
*
Add routine to close file descriptors on exec
jeremy@chromium.org
2009-01-29
1
-7
/
+1
*
Share DidProcessCrash between Linux and Mac.
deanm@chromium.org
2009-01-21
1
-25
/
+1
*
Clean up a bunch of style errors in process_util_linux.cc.
deanm@chromium.org
2009-01-21
1
-27
/
+30
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-4
/
+5
*
Move KillProcess from linux to posix so it can be used on the Mac.
dkegel@google.com
2009-01-05
1
-24
/
+0
*
* On POSIX, make sure we don't leak FDs when launching child Processes.
jeremy@chromium.org
2008-12-17
1
-2
/
+31
*
Reverting 7156.
ojan@google.com
2008-12-17
1
-31
/
+2
*
* On POSIX, make sure we don't leak FDs when launching child Processes.
jeremy@chromium.org
2008-12-17
1
-2
/
+31
*
Improve sleep resolution in process_util_linux.
phajdan.jr@chromium.org
2008-12-11
1
-2
/
+2
*
* Add timeout support to POSIX WaitForSingleProcess()
jeremy@chromium.org
2008-12-05
1
-6
/
+0
*
Implement GetCPUUsage; it was causing link errors because of its absence on t...
avi@google.com
2008-12-02
1
-5
/
+0
*
More Mac & Linux fixes for base namespaces.
brettw@google.com
2008-11-14
1
-3
/
+3
[next]