summaryrefslogtreecommitdiffstats
path: root/base/process_util_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-18/+18
* Move APSL code into third_party.avi@chromium.org2010-10-181-63/+8
* Clean up orphaned testserver processes before launching a new one in net::Tes...rsimha@chromium.org2010-10-051-3/+12
* Avoid spawning a thread while enabling the OOM killer on the Mac.avi@chromium.org2010-08-241-7/+14
* Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-7/+122
* Revert 51371 - Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-120/+7
* Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-7/+120
* Disable CFAllocator patching on systems for which we don't know their interna...avi@chromium.org2010-06-021-26/+36
* Patch out posix_memalign in the out-of-memory killer.avi@chromium.org2010-05-191-9/+78
* Fix definition of CFAllocator (malloc_zone_t changed size between 10.5 and 10...avi@chromium.org2010-05-191-3/+27
* Speed up the Task Manager on linux.erg@chromium.org2010-05-111-3/+9
* Move common code into process_util.cc.maruel@chromium.org2010-04-291-46/+38
* Die on an OOM situation in many more cases.avi@chromium.org2010-03-191-15/+137
* Reverting 41834; ui tests are asploding.avi@chromium.org2010-03-171-136/+16
* Die on an OOM situation in many more cases.avi@chromium.org2010-03-171-16/+136
* Temporarily allow writing to the default malloc zone structure while modifyin...avi@chromium.org2010-02-011-0/+24
* Reverting 37721.avi@chromium.org2010-02-011-24/+0
* Temporarily allow writing to the default malloc zone structure while modifyin...avi@chromium.org2010-02-011-0/+24
* Mac: Fix %cpu in task manager.thakis@chromium.org2010-01-251-4/+3
* Mac: UI tweaks for task manager.thakis@chromium.org2010-01-131-3/+3
* Mac: Create a pid->task_t mapping in the browser process.thakis@chromium.org2009-12-211-4/+4
* Revert 35025 - Revert 34994, maybe it regressed startup perf Fix cpu/memory ...viettrungluu@chromium.org2009-12-191-7/+118
* Revert 34994, maybe it regressed startup perf - Fix cpu/memory measurements o...thakis@chromium.org2009-12-191-118/+7
* Fix cpu/memory measurements on OS X.thakis@chromium.org2009-12-181-7/+118
* Don't use logging from the OOM killers; it allocates memory.avi@google.com2009-11-211-9/+9
* Log warnings, not errors, if we can't fetch memory status forsgk@google.com2009-11-131-3/+5
* Ensure OOM is a killer on the Mac.avi@chromium.org2009-11-121-0/+90
* More memory stats code cleanup:sgk@chromium.org2009-11-091-0/+22
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-4/+5
* Some scaffolding for the task manager.thakis@chromium.org2009-09-151-0/+11
* When forking, restore the default exception handler port.mark@chromium.org2009-09-031-0/+19
* Remove the Mac-specific implementation of LaunchApp, and share the Linux vers...stuartmorgan@google.com2009-08-061-72/+0
* Update the comments on why these really can't be done, and remove the notimpls.thomasvl@chromium.org2009-06-121-10/+11
* Revert 18159 since it wasn't using all the data it should be.thomasvl@chromium.org2009-06-111-42/+4
* Some basic memory api support that is needed for perf tests and i think the t...thomasvl@chromium.org2009-06-111-4/+42
* Add memory stats for linux page cycler. On linux, we collecttc@google.com2009-05-111-0/+20
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-011-1/+2
* The PPID is in kp_eproc, not kp_proc. (The field we were previously looking a...avi@google.com2009-04-231-1/+1
* Cleanup in chrome/browserphajdan.jr@chromium.org2009-03-251-1/+1
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-6/+6
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-5/+5
* Rewrite the mac named process iterator:thomasvl@chromium.org2009-02-061-67/+103
* Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naokimark@chromium.org2009-02-051-14/+104
* Use _NSGetEnviron instead of environ (see "man environ"). environ isn'tmark@chromium.org2009-02-031-5/+2
* Add routine to close file descriptors on execjeremy@chromium.org2009-01-291-7/+1
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-171-12/+52
* Reverting 7156.ojan@google.com2008-12-171-52/+12
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-171-12/+52
* Don't require tlslite to be installed, just use what's in the treemark@chromium.org2008-12-111-1/+5
* * Add timeout support to POSIX WaitForSingleProcess()jeremy@chromium.org2008-12-051-7/+0