summaryrefslogtreecommitdiffstats
path: root/luni-kernel/src
Commit message (Expand)AuthorAgeFilesLines
* Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-0439-15124/+0
* Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-164-13/+111
* Latest java.util.concurrent from the JSR 166 project.Jesse Wilson2010-04-091-0/+3
* resolved conflicts for merge of 19252faf to dalvik-devElliott Hughes2010-04-081-32/+10
|\
| * Disable System.setSecurityManager.Elliott Hughes2010-04-081-34/+10
* | Improve the ThreadGroup documentation.Elliott Hughes2010-03-241-128/+97
* | Remove all remaining "@since Android" tags.Elliott Hughes2010-03-2219-494/+16
* | Add Java 6's java.io.Console.Elliott Hughes2010-03-161-0/+12
* | Back out my droiddoc-breaking Object.getClass signature change.Elliott Hughes2010-03-121-1/+1
* | Fix all instances of "new Integer" (et cetera).Elliott Hughes2010-03-111-5/+5
* | Plug a resource leak with "finally" and make Object.getClass' return type mat...Elliott Hughes2010-03-112-6/+3
* | Merge "Minor fixes." into dalvik-devAndy McFadden2010-03-101-1/+1
|\ \
| * | Minor fixes.Andy McFadden2010-03-101-1/+1
* | | Add Java 6 additions to Double, Enum, Float, and String.Elliott Hughes2010-03-102-4/+3
|/ /
* | am f76b01c6: Merge "Document that Class.getSigners() always returns null."Elliott Hughes2010-02-281-60/+6
|\ \ | |/
| * Document that Class.getSigners() always returns null.Elliott Hughes2010-02-251-60/+6
* | Remove more useless annotations: logging, luni-kernel, and math.Elliott Hughes2010-02-231-47/+0
* | Resync a load of tests with upstream, make our build faster.Elliott Hughes2010-02-192-2/+2
* | Fix FindBugs' "high" warnings about java.lang.Class.Elliott Hughes2010-02-161-3/+5
|/
* Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException.Elliott Hughes2010-01-281-1/+1
* The SecurityManager doesn't work, so advertise that shouldn't be used.Jesse Wilson2010-01-071-3/+7
* Implement ProcessBuilder.redirectErrorStream.Elliott Hughes2009-10-283-52/+57
* Switch ProcessManager and System over to C++.Elliott Hughes2009-10-233-71/+50
* Fix build.Elliott Hughes2009-10-143-0/+127
* Fix Constructor and Method to not expose their internals.Elliott Hughes2009-10-133-9/+37
* Throw meaningful IOException instances from native code.Elliott Hughes2009-09-301-2/+1
* Phantom fun.Andy McFadden2009-09-101-4/+4
* Fix Package.isCompatibleWith.Elliott Hughes2009-09-041-3/+2
* Merge change 23208 into eclairAndroid (Google) Code Review2009-09-031-5/+11
|\
| * Fix Class.getConstructor("whatever", (Class[]) null).Elliott Hughes2009-09-031-5/+11
* | DO NOT MERGE: Fix implementation of Thread.isAliveAndy McFadden2009-09-021-3/+1
|/
* Integrate luni module (but not tests) to Harmony r772995.Jesse Wilson2009-07-242-103/+104
* Fixing wakeups caused by Thread.join() interacting with LockSupport.unpark.Jesse Wilson2009-07-161-11/+49
* am 4ce12e65: Fixes deadlock in Runtime.exec(). We can\'t malloc() or free() a...crazybob2009-07-021-18/+14
|\
| * Fixes deadlock in Runtime.exec(). We can't malloc() or free() after fork() be...crazybob2009-07-011-18/+14
* | am 5f9aa938: Merge change 4334 into donutAndroid (Google) Code Review2009-06-161-0/+2
|\ \ | |/
| * Modified Thread to copy the context class loader from parent to child threads...crazybob2009-06-161-0/+2
* | am 4e3cc66: am 4645b7c: AI 147732: fix broken linksScott Main2009-04-293-3/+3
|\ \ | |/
| * am 4645b7c: AI 147732: fix broken linksScott Main2009-04-283-3/+3
| |\
| | * AI 147732: fix broken linksScott Main2009-04-243-3/+3
| | * AI 145288: Removing tabs from tests.Urs Grob2009-04-091-3/+4
| | * AI 143453: Bringing the luni tests down to zero failures.Jorg Pleumann2009-03-301-0/+7
* | | am 1c7ba87: Fix an infinite loop in ClassLoader.isAncestorOf()Urs Grob2009-04-291-1/+1
|\ \ \ | |/ /
| * | Fix an infinite loop in ClassLoader.isAncestorOf()Urs Grob2009-04-281-1/+1
| * | AI 145612: am: CL 145288 Removing tabs from tests.Urs Grob2009-04-091-3/+4
| * | AI 143626: am: CL 143453 Bringing the luni tests down to zero failures.Jorg Pleumann2009-03-311-0/+7
| |/
* | AI 145649: am: CL 145612 am: CL 145288 Removing tabs from tests.Urs Grob2009-04-091-3/+4
* | AI 145086: Use process groups to avoid a collision between dexopt and Process...Andy McFadden2009-04-081-1/+2
* | AI 143657: am: CL 143626 am: CL 143453 Bringing the luni tests down to zero f...Jorg Pleumann2009-03-311-0/+7
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0334-0/+15454