1. 8b15dcc Add sendfile(2). by Elliott Hughes · 13 years ago
  2. 94aa98c Merge "Add readv(2)/writev(2)." into dalvik-dev by Elliott Hughes · 13 years ago
  3. bbac92e Add readv(2)/writev(2). by Elliott Hughes · 13 years ago
  4. f16edfe Follow up on enh's comments for CollectionUtils.uniqueCopy() by Jesse Wilson · 13 years ago
  5. 0843c02 Move ClassMembers' members into Class; remove ClassMembers. by Jesse Wilson · 13 years ago
  6. 9babc04 Don't include duplicates when an interface is implemented through two paths. by Jesse Wilson · 13 years ago
  7. b4fc2e5 Fix getMethods to include superclass' interface methods. by Jesse Wilson · 13 years ago
  8. ee1d547 Remove the caching from ClassMembers. by Jesse Wilson · 13 years ago
  9. ad7d39d Merge "Don't lookup all fields to get a single field." into dalvik-dev by Jesse Wilson · 13 years ago
  10. 461d0d8 Add ioctl(2) for int*. by Elliott Hughes · 13 years ago
  11. efaf389 Don't lookup all fields to get a single field. by Jesse Wilson · 13 years ago
  12. 4af0d8c Support read-only ByteBuffers. by Elliott Hughes · 13 years ago
  13. 6789e65 Permit general and parameter entity features to be disabled for Expat SAX. by Jesse Wilson · 13 years ago
  14. 53eaa09 Merge "Add write(2)." into dalvik-dev by Elliott Hughes · 13 years ago
  15. fd837f4 Merge "Fix cts-tf tests by using InetAddress.getLoopbackAddress()." into dalvik-dev by Tsu Chiang Chuang · 13 years ago
  16. 6b89e5f Merge "Minor tweak to NativeStart" into dalvik-dev by Andy McFadden · 13 years ago
  17. 821ff8e Merge "Rescue some XML tests to a libcore.xml package." into dalvik-dev by Jesse Wilson · 13 years ago
  18. 1c92541 Rescue some XML tests to a libcore.xml package. by Jesse Wilson · 13 years ago
  19. 78c7cc5 Add write(2). by Elliott Hughes · 13 years ago
  20. da5f38a Fix build (javadoc). by Elliott Hughes · 13 years ago
  21. 26c7025 Add read(2). by Elliott Hughes · 13 years ago
  22. d4ce68d Minor tweak to NativeStart by Andy McFadden · 13 years ago
  23. 5a1d955 Get AnnotationsTest to compile by throwing the right exceptions. by Jesse Wilson · 13 years ago
  24. d19897a Merge "Fast-path annotations for methods and constructors." into dalvik-dev by Jesse Wilson · 13 years ago
  25. e62cb8b Fast-path annotations for methods and constructors. by Jesse Wilson · 13 years ago
  26. 0519c0d Better detail message when HttpURLConnection.setRequestMethod fails. by Elliott Hughes · 13 years ago
  27. bfc28f5 Merge "Remove dead cruft." into dalvik-dev by Elliott Hughes · 13 years ago
  28. ac0bbf7 Remove dead cruft. by Elliott Hughes · 13 years ago
  29. 4b928b9 Merge "Fix inconsistencies in HttpURLConnection docs." into dalvik-dev by Jesse Wilson · 13 years ago
  30. b4088b3 resolved conflicts for merge of cfa84a2a to dalvik-dev by Brian Carlstrom · 13 years ago
  31. 8ee594c Fix cts-tf tests by using InetAddress.getLoopbackAddress(). by Tsu Chiang Chuang · 13 years ago
  32. cfa84a2 Import SamplingProfiler from http://code.google.com/p/dalvik/ by Brian Carlstrom · 13 years ago
  33. 151a354 Merge "Optimize annotation lookups on types." into dalvik-dev by Jesse Wilson · 13 years ago
  34. cdd3452 Merge "Add fcntl(2)." into dalvik-dev by Elliott Hughes · 13 years ago
  35. 0e40a5c Fix a doc typo in TimSort. by Jesse Wilson · 13 years ago
  36. fc549a0 Add fcntl(2). by Elliott Hughes · 13 years ago
  37. a0b862a Optimize annotation lookups on types. by Jesse Wilson · 13 years ago
  38. 7341b9e Add uname(2). by Elliott Hughes · 13 years ago
  39. e1502d6 Add listen(2). by Elliott Hughes · 13 years ago
  40. 59e4744 Add shutdown(2). by Elliott Hughes · 13 years ago
  41. 41f0605 Add pipe(2). by Elliott Hughes · 13 years ago
  42. 6c93792 Clean up File's absolute path handling. by Elliott Hughes · 13 years ago
  43. c7fa207 Add mkdir(2) and remove(2). by Elliott Hughes · 13 years ago
  44. b719019 Add chmod(2). by Elliott Hughes · 13 years ago
  45. 8fcfe95 Fix an initialization. by Elliott Hughes · 13 years ago
  46. 59fa716 Add statfs(2). by Elliott Hughes · 13 years ago
  47. f8c4009 Fix build. by Elliott Hughes · 13 years ago
  48. a20cc6f Add rename(2) and symlink(2). by Elliott Hughes · 13 years ago
  49. 2ffce92 Move File.createNewFile into Java. by Elliott Hughes · 13 years ago
  50. 0ac77ac Add open(2). by Elliott Hughes · 13 years ago
  51. 0f746ff5 Add mincore(2). by Elliott Hughes · 13 years ago
  52. e6ce85b Merge "Remove more dead SecurityManager cruft." into dalvik-dev by Elliott Hughes · 13 years ago
  53. 8647680 Remove more dead SecurityManager cruft. by Elliott Hughes · 13 years ago
  54. 8294b84 Merge "Move finalization into the core library." into dalvik-dev by Carl Shapiro · 13 years ago
  55. bbfadc8 Move finalization into the core library. by Carl Shapiro · 13 years ago
  56. 7e13c0f Add mlock(2) and munlock(2). by Elliott Hughes · 13 years ago
  57. e3ed211 Merge "Add mmap(2), msync(2), and munmap(2)." into dalvik-dev by Elliott Hughes · 13 years ago
  58. c49f634 Merge "Prefer the user's stream handlers to the built-in ones." into dalvik-dev by Jesse Wilson · 13 years ago
  59. 7e25eff Add mmap(2), msync(2), and munmap(2). by Elliott Hughes · 13 years ago
  60. c2ebff3 Prefer the user's stream handlers to the built-in ones. by Jesse Wilson · 13 years ago
  61. 029da69 Add a missing @hide to a non-public API. by Jesse Wilson · 13 years ago
  62. eb09bc3 Fix inconsistencies in HttpURLConnection docs. by Jesse Wilson · 13 years ago
  63. 10959ae Don't block a selector if the current thread has been interrupted. by Jesse Wilson · 13 years ago
  64. 450d930 Merge "Add isatty(2)." into dalvik-dev by Elliott Hughes · 13 years ago
  65. 9a3f363 Add isatty(2). by Elliott Hughes · 13 years ago
  66. 5aafac4 Move URLConnection classes to libcore.net. by Jesse Wilson · 13 years ago
  67. e191b51 Merge "Add lseek(2)." into dalvik-dev by Elliott Hughes · 13 years ago
  68. 0785935 Merge "Move sqlite-jdbc to be a static library" into dalvik-dev by Brian Carlstrom · 13 years ago
  69. dedaccd Add lseek(2). by Elliott Hughes · 13 years ago
  70. 37a816a Move sqlite-jdbc to be a static library by Brian Carlstrom · 13 years ago
  71. f5333fd Add ftruncate(2). by Elliott Hughes · 13 years ago
  72. cdf58e1 am 482f8305: (-s ours) am 5c21cb19: (-s ours) am a33fb54f: (-s ours) am 44fa6764: DO NOT MERGE: Ensure sslSelect is non-blocking by Brian Carlstrom · 13 years ago
  73. 482f830 am 5c21cb19: (-s ours) am a33fb54f: (-s ours) am 44fa6764: DO NOT MERGE: Ensure sslSelect is non-blocking by Brian Carlstrom · 13 years ago
  74. 5c21cb1 am a33fb54f: (-s ours) am 44fa6764: DO NOT MERGE: Ensure sslSelect is non-blocking by Brian Carlstrom · 13 years ago
  75. a33fb54 am 44fa6764: DO NOT MERGE: Ensure sslSelect is non-blocking by Brian Carlstrom · 13 years ago
  76. 44fa676 DO NOT MERGE: Ensure sslSelect is non-blocking by Brian Carlstrom · 14 years ago
  77. 492cd0c Minor cleanup: remove useless "return"s and dead package-private methods. by Elliott Hughes · 13 years ago
  78. e1ee5a2 Reimplement Runtime.availableProcessors. by Elliott Hughes · 13 years ago
  79. 6fc1a0e Add sysconf(3). by Elliott Hughes · 13 years ago
  80. 2f75ad8 Merge "Add fstat(2), lstat(2), and stat(2)." into dalvik-dev by Elliott Hughes · 13 years ago
  81. f34b023 resolved conflicts for merge of b5d9f82a to dalvik-dev by Brian Carlstrom · 13 years ago
  82. a879e74 Merge "Use the '@hide' tag rather than reflection and initialization order tricks." into dalvik-dev by Jesse Wilson · 13 years ago
  83. b74b0c7 Use the '@hide' tag rather than reflection and initialization order tricks. by Jesse Wilson · 13 years ago
  84. 47cb338 Add fstat(2), lstat(2), and stat(2). by Elliott Hughes · 13 years ago
  85. b5d9f82 Remove sqlite-jdbc sources that moved to external/javasqlite by Brian Carlstrom · 13 years ago
  86. 5b6296d Also give errno names (like EINVAL) when we know them. by Elliott Hughes · 13 years ago
  87. bdb717a Simplify the constant initialization. by Elliott Hughes · 13 years ago
  88. d1e402e Merge "Remove bogus "super()" calls." into dalvik-dev by Elliott Hughes · 13 years ago
  89. 32c2297 Remove bogus "super()" calls. by Elliott Hughes · 13 years ago
  90. 31d5bfb am 2db55fa8: Don\'t build our own copy of javasqlite now there\'s one in external. by Elliott Hughes · 13 years ago
  91. 52724d3 Add fsync(2) and fdatasync(2). by Elliott Hughes · 13 years ago
  92. 2db55fa Don't build our own copy of javasqlite now there's one in external. by Elliott Hughes · 13 years ago
  93. ddfdbb9 Add access(2), strerror(3) and access to environ. by Elliott Hughes · 13 years ago
  94. ec617e2 Move the getenv(3) native code out of System as a demo. by Elliott Hughes · 13 years ago
  95. 951b4c6 Merge "More POSIX constants." into dalvik-dev by Elliott Hughes · 13 years ago
  96. 5335127 Merge "Deflater doc and test tidying" into dalvik-dev by Brian Carlstrom · 13 years ago
  97. 8601d6b Deflater doc and test tidying by Brian Carlstrom · 13 years ago
  98. 2822a84 More POSIX constants. by Elliott Hughes · 13 years ago
  99. ebab5f5 Merge "Update exception messages to track VM-internal change." into dalvik-dev by Dan Bornstein · 13 years ago
  100. b507d06 Merge "Collapse the FileChannel implementations." into dalvik-dev by Elliott Hughes · 13 years ago