1. 9634b56 Stop using -fvisibility=hidden. by Elliott Hughes · 12 years ago
  2. 7cd6760 Make libjavacore independent of libnativehelper for the PDK. by Elliott Hughes · 12 years ago
  3. 796f0d5 Fix asynchronous interruption of Socket.connect with a timeout. by Elliott Hughes · 12 years ago
  4. 75cf149 Throw SecurityException for DNS without INTERNET permission. by Elliott Hughes · 12 years ago
  5. 679cf68 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  6. 39fd5e1 Don't try to access a long field as an int field. by Elliott Hughes · 13 years ago
  7. e3b6fa2 Expose pread and pwrite. by Elliott Hughes · 13 years ago
  8. fc041ff Remove support for deprecated IPv4 address formats. by Elliott Hughes · 13 years ago
  9. 9b510df Make ErrnoException a checked exception. by Elliott Hughes · 13 years ago
  10. 8ecbb3f Don't use mapped IPv4 addresses with MCAST_JOIN_GROUP. by Elliott Hughes · 13 years ago
  11. 9e67ca7 Expose waitpid(2). by Elliott Hughes · 13 years ago
  12. 553d98a Expose accept(2). by Elliott Hughes · 13 years ago
  13. 23ec091 Implement recvfrom(2). by Elliott Hughes · 13 years ago
  14. 90d96a4 Add sendto(2) and reimplement all network writes in terms of it. by Elliott Hughes · 13 years ago
  15. d4419fc Add getpwnam(3) and getpwuid(3). by Elliott Hughes · 13 years ago
  16. 396a9c6 Expose getpid(2) and a bunch of its friends. by Elliott Hughes · 13 years ago
  17. 98b23d4 Fix use of NULL references in poll. by Elliott Hughes · 13 years ago
  18. 70c8204 Expose poll(2) and reimplement java.nio.channels.Selector. by Elliott Hughes · 13 years ago
  19. e9f1204 Add missing ScopedLocalRef usages. by Elliott Hughes · 13 years ago
  20. 996bf79 Expose connect(2). by Elliott Hughes · 13 years ago
  21. da15009 Expose bind(2). by Elliott Hughes · 13 years ago
  22. 4664da5 Simplify our AF_INET/AF_INET6 address situation. by Elliott Hughes · 13 years ago
  23. 1c039d7 Add getaddrinfo(2). by Elliott Hughes · 13 years ago
  24. a5fb706 Add kill(2) to Libcore.os. by Elliott Hughes · 13 years ago
  25. 8dc7547 Switch readv/writev over to ScopedBytes. by Elliott Hughes · 13 years ago
  26. 0568a63 Fix ByteBuffer.put(ByteBuffer). by Elliott Hughes · 13 years ago
  27. a37e971 Rewrite NetworkInterface. by Elliott Hughes · 13 years ago
  28. 4f11ebe Add getnameinfo(3) (and gai_strerror(3)). by Elliott Hughes · 13 years ago
  29. b974666 Finish setsockopt(2). by Elliott Hughes · 13 years ago
  30. 438cb9e Add MCAST_JOIN_GROUP/MCAST_LEAVE_GROUP setsockopt(2). by Elliott Hughes · 13 years ago
  31. c63f0d4 Add more of setsockopt(2). by Elliott Hughes · 13 years ago
  32. 0ade552 Fix an error in Posix.statfs and make sure we have test coverage. by Elliott Hughes · 13 years ago
  33. 0a9d1ee Add getsockname(2) and getsockopt(2). by Elliott Hughes · 13 years ago
  34. 462bdac Add close(2). by Elliott Hughes · 13 years ago
  35. 454a95f Add socket(2) and start adding setsockopt(2). by Elliott Hughes · 13 years ago
  36. 8b15dcc Add sendfile(2). by Elliott Hughes · 13 years ago
  37. bbac92e Add readv(2)/writev(2). by Elliott Hughes · 13 years ago
  38. 461d0d8 Add ioctl(2) for int*. by Elliott Hughes · 13 years ago
  39. 78c7cc5 Add write(2). by Elliott Hughes · 13 years ago
  40. 26c7025 Add read(2). by Elliott Hughes · 13 years ago
  41. fc549a0 Add fcntl(2). by Elliott Hughes · 13 years ago
  42. 7341b9e Add uname(2). by Elliott Hughes · 13 years ago
  43. e1502d6 Add listen(2). by Elliott Hughes · 13 years ago
  44. 59e4744 Add shutdown(2). by Elliott Hughes · 13 years ago
  45. 41f0605 Add pipe(2). by Elliott Hughes · 13 years ago
  46. c7fa207 Add mkdir(2) and remove(2). by Elliott Hughes · 13 years ago
  47. b719019 Add chmod(2). by Elliott Hughes · 13 years ago
  48. 59fa716 Add statfs(2). by Elliott Hughes · 13 years ago
  49. a20cc6f Add rename(2) and symlink(2). 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. 7e13c0f Add mlock(2) and munlock(2). by Elliott Hughes · 13 years ago
  53. 7e25eff Add mmap(2), msync(2), and munmap(2). by Elliott Hughes · 13 years ago
  54. 9a3f363 Add isatty(2). by Elliott Hughes · 13 years ago
  55. dedaccd Add lseek(2). by Elliott Hughes · 13 years ago
  56. f5333fd Add ftruncate(2). by Elliott Hughes · 13 years ago
  57. 6fc1a0e Add sysconf(3). by Elliott Hughes · 13 years ago
  58. 47cb338 Add fstat(2), lstat(2), and stat(2). by Elliott Hughes · 13 years ago
  59. 52724d3 Add fsync(2) and fdatasync(2). by Elliott Hughes · 13 years ago
  60. ddfdbb9 Add access(2), strerror(3) and access to environ. by Elliott Hughes · 13 years ago
  61. ec617e2 Move the getenv(3) native code out of System as a demo. by Elliott Hughes · 13 years ago