summaryrefslogtreecommitdiffstats
path: root/base/process
Commit message (Expand)AuthorAgeFilesLines
* Alter the design of the bootstrap sandbox to only take over the bootstrap por...rsesek@chromium.org2014-06-193-0/+36
* Update OOM killer to patch out CFAllocator on 10.10.avi@chromium.org2014-06-121-4/+6
* Update OS version functions.avi@chromium.org2014-06-121-1/+1
* Revert 276039 "Another try at fixing --enable-logging on Windows"ccameron@chromium.org2014-06-101-11/+1
* Another try at fixing --enable-logging on Windowsscottmg@chromium.org2014-06-101-1/+11
* Cleanup WaitpidWithTimeoutmdempsky@chromium.org2014-06-101-34/+19
* Clear environment variables for nacl_helperelijahtaylor@chromium.org2014-06-054-18/+57
* Increase fd limit to 1024 on Mac with content shell.jbauman@chromium.org2014-05-293-0/+25
* Rewrite ScopedMachPort in terms of ScopedGeneric, making its usage more expli...rsesek@chromium.org2014-05-281-1/+1
* Fix test disabling for ProcessUtilTest.GetAppOutputRestrictedzea@chromium.org2014-05-211-1/+1
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-5/+5
* Disable ProcessUtilTest.GetAppOutputRestricted on Androidzea@chromium.org2014-05-211-0/+6
* Outputting command line if CreateProcess() fails.huangs@chromium.org2014-05-181-2/+5
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-122-48/+36
* Back out r269483 and the line of fixes that followed it.mark@chromium.org2014-05-102-36/+48
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-102-48/+36
* Use process_singleton_linux on Mac.jackhou@chromium.org2014-05-012-3/+10
* Switch from a DCHECK to RAW_LOG in base::LaunchProcess.rsesek@chromium.org2014-04-291-2/+3
* Re-enable ProcessUtilTest.GetTerminationStatusCrash on Win64 botsjschuh@chromium.org2014-04-151-3/+1
* [Linux] Use PR_SET_NO_NEW_PRIVS by default in base/process/launch.h.rsesek@chromium.org2014-04-093-0/+37
* Use TimeTicks instead of gettimeofday in ProcessMetrics.thakis@chromium.org2014-04-066-51/+18
* Use cross-platform base::UncheckedMalloc for skiab.kelemen@samsung.com2014-04-041-6/+0
* Revert of Fix --enable-logging after VS2013 switch (https://codereview.chromi...scottmg@chromium.org2014-04-031-16/+2
* Fix --enable-logging after VS2013 switchscottmg@chromium.org2014-04-031-2/+16
* Revert of Fix --enable-logging after VS2013 switch (https://codereview.chromi...tkent@chromium.org2014-04-011-9/+2
* Fix --enable-logging after VS2013 switchscottmg@chromium.org2014-04-011-2/+9
* Add unistd.h include in a file using geteuid().thakis@chromium.org2014-03-311-0/+1
* Update code related to OOM errors in sanitizer builds.earthdok@chromium.org2014-03-293-11/+9
* Use SYZYASAN instead of ADDRESS_SANITIZER.chrisha@google.com2014-03-271-1/+2
* Make possible to check memory allocations inside chromiumb.kelemen@samsung.com2014-03-216-25/+171
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-2/+2
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-173-15/+14
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-153-14/+15
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-143-15/+14
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-143-14/+15
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-143-15/+14
* Move more file_util functions to base namespace.brettw@chromium.org2014-03-131-8/+8
* Add support for FreeBSD in base/ , base/process/ , and base/threading so that...r.c.ladan@gmail.com2014-03-114-1/+12
* Get rid of multiprocess_test's debug_on_start arguments.viettrungluu@chromium.org2014-03-091-17/+15
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-062-7/+3
* Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument.viettrungluu@chromium.org2014-03-061-2/+4
* only do linux pvalloc OutOfMemoryDeathTest on non-tcmalloc glibc buildsmostynb@opera.com2014-03-043-0/+15
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-2/+3
* Convert scoped_ptr_malloc -> scoped_ptr, part 1.viettrungluu@chromium.org2014-02-162-7/+7
* Creates a way to launch the utility process with elevated privileges on Windo...haven@chromium.org2014-02-112-0/+46
* Comment typo: TASK_POWER_INFO only supported on OSX >= 10.8.4jeremy@chromium.org2014-02-051-1/+1
* Cleanup: Remove a reference to a heapchecker define that no longer exists.thestig@chromium.org2014-01-181-1/+1
* Add an 'Idle Wake Ups' metric to the task manager, implement backend on macthakis@chromium.org2014-01-147-23/+106
* Parse /proc/<pid>/stats fields as int64sheu@chromium.org2014-01-096-24/+22
* posix LaunchProcess: remove more iterator usage that was missed in r243401mattm@chromium.org2014-01-092-15/+13