summaryrefslogtreecommitdiffstats
path: root/luni-kernel/src/main/native/java_lang_ProcessManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-041-419/+0
| | | | Merge xml except xmlpull and kxml into luni
* Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-161-4/+1
| | | | | Bug: 754114 Change-Id: Iaa03def509c10cbaa12fd2128584b93d4be4a6b7
* Implement ProcessBuilder.redirectErrorStream.Elliott Hughes2009-10-281-13/+16
| | | | | | | Also simplify and correct the security to ensure that the user can't modify the command to be executed after the SecurityManager has approved it. Bug: 2180063
* Switch ProcessManager and System over to C++.Elliott Hughes2009-10-231-0/+419
Bug 2180063 will require changes to ProcessManager, so now's a good time to make the switch in this directory.