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_posix.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GTTF] Add an always-working timeout for browser_tests.
phajdan.jr@chromium.org
2010-03-16
1
-0
/
+19
*
Noop change to trigger a rebuild.
agl@chromium.org
2010-03-11
1
-1
/
+0
*
POSIX: don't allocate memory after forking.
agl@chromium.org
2010-03-11
1
-97
/
+208
*
Revert "POSIX: don't allocate memory after forking."
agl@chromium.org
2010-03-10
1
-210
/
+97
*
POSIX: don't allocate memory after forking.
agl@chromium.org
2010-03-10
1
-97
/
+210
*
BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUX
pvalchev@google.com
2010-03-10
1
-4
/
+5
*
solaris: minor ifdefs
evan@chromium.org
2010-02-17
1
-1
/
+4
*
linux: check the return value passed through HANDLE_EINTR
evan@chromium.org
2010-02-02
1
-5
/
+12
*
Style cleanup in preparation for auto-linting base/.
erg@google.com
2010-01-26
1
-2
/
+2
*
OpenBSD/FreeBSD ifdefs and GYP changes for base/
pvalchev@google.com
2010-01-25
1
-0
/
+3
*
Mac: Remove some unneccesary IPC from fork_and_get_task.
thakis@chromium.org
2010-01-13
1
-45
/
+0
*
Mac: Other approach for IPCing child task_ts.
thakis@chromium.org
2010-01-12
1
-1
/
+143
*
Revert 35888 - Mac: Other approach for IPCing child task_ts.
thakis@chromium.org
2010-01-10
1
-146
/
+0
*
Mac: Other approach for IPCing child task_ts.
thakis@chromium.org
2010-01-10
1
-0
/
+146
*
Revert 35883 - Mac: Other approach for IPCing child task_ts.
thakis@chromium.org
2010-01-10
1
-143
/
+0
*
Mac: Other approach for IPCing child task_ts.
thakis@chromium.org
2010-01-10
1
-0
/
+143
*
Mac: stop zombie ps processes from being created.
viettrungluu@chromium.org
2010-01-04
1
-10
/
+12
*
Revert 35025 - Revert 34994, maybe it regressed startup perf Fix cpu/memory ...
viettrungluu@chromium.org
2009-12-19
1
-47
/
+20
*
Revert 34994, maybe it regressed startup perf - Fix cpu/memory measurements o...
thakis@chromium.org
2009-12-19
1
-20
/
+47
*
Fix cpu/memory measurements on OS X.
thakis@chromium.org
2009-12-18
1
-47
/
+20
*
Fix environment variables not being used after switching to ChildProcessLaunc...
jam@chromium.org
2009-11-23
1
-6
/
+7
*
posix: use PLOG to print useful error messages
evan@chromium.org
2009-11-20
1
-6
/
+3
*
Launch processes asynchronously so as not to block the UI thread. For now, re...
jam@chromium.org
2009-11-18
1
-4
/
+2
*
Mac: Implement about:memory.
viettrungluu@chromium.org
2009-11-05
1
-9
/
+49
*
Move console stack dumping code to a function so it can be reused in test_she...
maruel@chromium.org
2009-10-27
1
-58
/
+86
*
Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate).
viettrungluu@chromium.org
2009-10-20
1
-2
/
+2
*
Eliminate all uses of strerror() in code that uses src/base. strerror() is in...
tschmelcher@chromium.org
2009-10-13
1
-3
/
+2
*
linux: implement GetCPUUsage() so the task manager shows CPU
evan@chromium.org
2009-09-19
1
-5
/
+9
*
posix: trivial error message cleanup
evan@chromium.org
2009-09-12
1
-1
/
+1
*
posix: better launchapp error message
evan@chromium.org
2009-09-09
1
-2
/
+2
*
When forking, restore the default exception handler port.
mark@chromium.org
2009-09-03
1
-0
/
+8
*
Port some of the base module to FreeBSD. Extracted from
wtc@chromium.org
2009-08-31
1
-1
/
+4
*
Revert r23911, which switched from fork to vfork().
deanm@chromium.org
2009-08-21
1
-28
/
+22
*
Switch to using vfork() instead of fork() when we can.
deanm@chromium.org
2009-08-20
1
-22
/
+28
*
Remove the Mac-specific implementation of LaunchApp, and share the Linux vers...
stuartmorgan@google.com
2009-08-06
1
-0
/
+76
*
Linux: Use _exit() instead of exit() in the child after fork() in failure con...
mdm@chromium.org
2009-07-23
1
-0
/
+5
*
Linux/Mac: Use _exit() instead of exit() in the child after fork() in failure...
mdm@chromium.org
2009-07-22
1
-3
/
+3
*
Fix KillProcess so it doesn't report everything as a failure.
stuartmorgan@chromium.org
2009-07-13
1
-4
/
+11
*
Fix tools/valgrind/chrome_tests.sh to always use --log-file option
dank@chromium.org
2009-07-07
1
-0
/
+6
*
Consistently use int64 for integers holding number of milliseconds.
phajdan.jr@chromium.org
2009-06-17
1
-6
/
+6
*
POSIX: read subprocess output before waiting for termination.
agl@chromium.org
2009-06-10
1
-8
/
+7
*
CloseSuperfluousFiles shouldn't close the directory it's reading from
dkegel@google.com
2009-06-07
1
-0
/
+3
*
Fixes a bug where we were inadvertently closing Valgrind-owned FDs
rohitrao@chromium.org
2009-05-06
1
-23
/
+30
*
POSIX: Add a macro for handling EINTR.
agl@chromium.org
2009-05-01
1
-25
/
+15
*
POSIX: Add code for shuffling file descriptors.
agl@chromium.org
2009-04-30
1
-13
/
+84
*
Make task_manager_resource_providers.cc compile on POSIX.
phajdan.jr@chromium.org
2009-04-30
1
-0
/
+6
*
POSIX: don't spawn zombies.
agl@chromium.org
2009-04-28
1
-10
/
+23
*
Revert r14620 which was a rollback of r14549 and r14508. This
tc@google.com
2009-04-27
1
-2
/
+7
*
Speculatively roll back r14549 and r14508. The chrome browser
tc@google.com
2009-04-27
1
-7
/
+2
*
Port unload_uitest.cc and enable some of the tests on linux.
estade@chromium.org
2009-04-24
1
-2
/
+7
[next]