summaryrefslogtreecommitdiffstats
path: root/base/process_util_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add url_request_unittest to mac build.ericroman@google.com2008-11-191-6/+21
* More Mac & Linux fixes for base namespaces.brettw@google.com2008-11-141-2/+2
* make sure we match all the tests and files that linux has running. We were ne...pinkerton@google.com2008-11-111-0/+5
* Enable stats_tabe_unittest.cc on OS X.jeremy@chromium.org2008-10-271-0/+61