Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luni | Peter Hallam | 2010-05-04 | 1 | -419/+0 |
| | | | | Merge xml except xmlpull and kxml into luni | ||||
* | Move the libcore registration out of libnativehelpers and into libcore. | Elliott Hughes | 2010-04-16 | 1 | -4/+1 |
| | | | | | Bug: 754114 Change-Id: Iaa03def509c10cbaa12fd2128584b93d4be4a6b7 | ||||
* | Implement ProcessBuilder.redirectErrorStream. | Elliott Hughes | 2009-10-28 | 1 | -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 Hughes | 2009-10-23 | 1 | -0/+419 |
Bug 2180063 will require changes to ProcessManager, so now's a good time to make the switch in this directory. |