1. 0ab1a26 Rearrange how AF_UNIX sockets are handled for accept() by Neil Fuller · 9 years ago
  2. 90246a0 Add getxattr/setxattr/removexattr syscalls. by Jeff Sharkey · 9 years ago
  3. e027351 Fix an ntohs/htons issue. by Lorenzo Colitti · 9 years ago
  4. f5fc4ad Also support IPv4 fallback in the SocketAddress version of sendto. by Lorenzo Colitti · 9 years ago
  5. 00bb2a5 Support packet sockets in libcore. by Lorenzo Colitti · 9 years ago
  6. a8b7587 Add a version of sendto that takes a SocketAddress. by Lorenzo Colitti · 9 years ago
  7. b2a9923 Make it possible to use AF_INET sockets created by libcore. by Lorenzo Colitti · 10 years ago
  8. 8f5b46d Add support for netlink sockets and addresses. by Erik Kline · 10 years ago
  9. 30c6691 Remove fcntlLong, use fcntlInt for F_SETFD instead. by Narayan Kamath · 10 years ago
  10. c8d9ea6 Add fcntlInt. by Narayan Kamath · 10 years ago
  11. 8f0f2ac Add various system calls needed by the zygote. by Elliott Hughes · 10 years ago
  12. 5643128 Don't TEMP_FAILURE_RETRY calls that can't fail. by Elliott Hughes · 10 years ago
  13. fa54209 Fix poll to never return EINTR. by Elliott Hughes · 10 years ago
  14. f2ea64c Fix Mac build (control reaches end of non-void function). by Elliott Hughes · 10 years ago
  15. 5e92aa6 Fix Mac build (unused parameter). by Elliott Hughes · 10 years ago
  16. 62eda73 Fix Mac build. by Elliott Hughes · 10 years ago
  17. 75781e7 Fix native registration. by Elliott Hughes · 10 years ago
  18. 0d8b5c3 Add pipe2 and O_CLOEXEC to the libcore POSIX API. by Elliott Hughes · 10 years ago
  19. c544b58 Don't include private bionic headers. by Elliott Hughes · 10 years ago
  20. 99a0c82 Fix crash in selector.wakeup() with closed selector by Neil Fuller · 10 years ago
  21. a5e1285 resolved conflicts for merge of f9a3c05f to stage-aosp-master by Ian Rogers · 10 years ago
  22. b3aacde Move from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  23. ae1d4c6 am b45d8a14: Merge "bionic has always had gettid." by Elliott Hughes · 10 years ago
  24. 11592af bionic has always had gettid. by Elliott Hughes · 10 years ago
  25. ee3b18b am ca6fa02b: am 236f03fd: Merge "Don\'t return NULL as a jint." by Ian Rogers · 10 years ago
  26. fec498e Don't return NULL as a jint. by Ian Rogers · 10 years ago
  27. 1522991 am 209d4528: am 0a58ece3: Merge "Fix Mac build." by Ian Rogers · 10 years ago
  28. 07faf03 am cc6d37df: am 4aa9da3f: Merge "Build fix." by Ian Rogers · 10 years ago
  29. e47efca am a97fc534: am a3f1cb68: Merge "Remove deprecated WITH_HOST_DALVIK." by Ian Rogers · 10 years ago
  30. efae383 Fix Mac build. by Ian Rogers · 10 years ago
  31. 37dd0ac Build fix. by Ian Rogers · 10 years ago
  32. 3deabd2 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  33. a87d87c am 1163499c: am 1c4ee545: Merge "Add interruptibility/wake on close to FileChannel.lock()" by Neil Fuller · 10 years ago
  34. 8add322 Add interruptibility/wake on close to FileChannel.lock() by Neil Fuller · 10 years ago
  35. d0670ff am 1ebe5eaf: am 4447d4ae: am 8e34bfb3: Merge "Ensure NET_FAILURE_RETRY return -1 in case of an error" by Neil Fuller · 10 years ago
  36. 5d7c0a3 Ensure NET_FAILURE_RETRY return -1 in case of an error by Serguei Katkov · 10 years ago
  37. 3e58734 Add support for network-specific host name resolution. by Paul Jensen · 10 years ago
  38. 04428d6 Add android.system.Os.link for link(2). by Elliott Hughes · 10 years ago
  39. 5215e4c add prctl / PR_SET_NO_NEW_PRIVS by Nick Kralevich · 10 years ago
  40. 5d930ca Groundwork towards making the Libcore.os functionality public. by Elliott Hughes · 10 years ago
  41. f0d40d6 libcore changes to support asynchronous close interruption by Neil Fuller · 10 years ago
  42. df29508 Implementation of MulticastChannel. by Neil Fuller · 11 years ago
  43. 11f07d3 Add posix_fallocate to Libcore.os. by Elliott Hughes · 11 years ago
  44. 0b6b3e1 Move the hidden File.readlink into Libcore.os. by Elliott Hughes · 11 years ago
  45. 15c1945 Remove dependency on JNIHelp header side effects. by Ruben Brunk · 11 years ago
  46. 55c4a2d Remove StaticAssert.h. by Elliott Hughes · 11 years ago
  47. 069525a Add gettid. by Elliott Hughes · 11 years ago
  48. 721ceca Switch libcore from statfs to statvfs. by Elliott Hughes · 11 years ago
  49. ea2bade Remove a workaround for a bionic bug that's been fixed. by Elliott Hughes · 11 years ago
  50. ad9208a resolved conflicts for merge of f78109f6 to dalvik-dev by Elliott Hughes · 11 years ago
  51. 763f8ed Add strsignal(3) to Libcore.os. by Elliott Hughes · 11 years ago
  52. 482a3fc Add support for Unix domain sockets. by Elliott Hughes · 11 years ago
  53. 798f855 Add support for Libcore.os.exec*() by Nick Kralevich · 11 years ago
  54. 6c1e5f4 Manually update the libcore native code. by Elliott Hughes · 12 years ago
  55. c1cee0d Don't call GetMethodID with a pending exception. by Elliott Hughes · 12 years ago
  56. 039f759 Add tcsendbreak(3). by Elliott Hughes · 12 years ago
  57. 895a613 Add setenv(3) and unsetenv(3) to Libcore.os. by Elliott Hughes · 12 years ago
  58. c79d3ef Posix_umask: throw IllegalArgumentException on malformed mask by Nick Kralevich · 12 years ago
  59. 3218082 Rewrite NIO Pipe to use socketpair(2). by Elliott Hughes · 12 years ago
  60. acba45c Fix umask. by Elliott Hughes · 12 years ago
  61. 6c9b537 Add setsid. by Elliott Hughes · 12 years ago
  62. bb5816a Make FileDescriptor.sync() work on ttys by Johan Redestig · 13 years ago
  63. 1124a81 Fix two unused variable warnings, and tidy up NET_FAILURE_RETRY. by Elliott Hughes · 12 years ago
  64. 44f7875 Add chown, fchmod, fchown, lchown, and umask. by Elliott Hughes · 12 years ago
  65. 9634b56 Stop using -fvisibility=hidden. by Elliott Hughes · 12 years ago
  66. 7cd6760 Make libjavacore independent of libnativehelper for the PDK. by Elliott Hughes · 12 years ago
  67. 796f0d5 Fix asynchronous interruption of Socket.connect with a timeout. by Elliott Hughes · 12 years ago
  68. 75cf149 Throw SecurityException for DNS without INTERNET permission. by Elliott Hughes · 12 years ago
  69. 679cf68 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  70. 39fd5e1 Don't try to access a long field as an int field. by Elliott Hughes · 13 years ago
  71. e3b6fa2 Expose pread and pwrite. by Elliott Hughes · 13 years ago
  72. fc041ff Remove support for deprecated IPv4 address formats. by Elliott Hughes · 13 years ago
  73. 9b510df Make ErrnoException a checked exception. by Elliott Hughes · 13 years ago
  74. 8ecbb3f Don't use mapped IPv4 addresses with MCAST_JOIN_GROUP. by Elliott Hughes · 13 years ago
  75. 9e67ca7 Expose waitpid(2). by Elliott Hughes · 13 years ago
  76. 553d98a Expose accept(2). by Elliott Hughes · 13 years ago
  77. 23ec091 Implement recvfrom(2). by Elliott Hughes · 13 years ago
  78. 90d96a4 Add sendto(2) and reimplement all network writes in terms of it. by Elliott Hughes · 13 years ago
  79. d4419fc Add getpwnam(3) and getpwuid(3). by Elliott Hughes · 13 years ago
  80. 396a9c6 Expose getpid(2) and a bunch of its friends. by Elliott Hughes · 13 years ago
  81. 98b23d4 Fix use of NULL references in poll. by Elliott Hughes · 13 years ago
  82. 70c8204 Expose poll(2) and reimplement java.nio.channels.Selector. by Elliott Hughes · 13 years ago
  83. e9f1204 Add missing ScopedLocalRef usages. by Elliott Hughes · 13 years ago
  84. 996bf79 Expose connect(2). by Elliott Hughes · 13 years ago
  85. da15009 Expose bind(2). by Elliott Hughes · 13 years ago
  86. 4664da5 Simplify our AF_INET/AF_INET6 address situation. by Elliott Hughes · 13 years ago
  87. 1c039d7 Add getaddrinfo(2). by Elliott Hughes · 13 years ago
  88. a5fb706 Add kill(2) to Libcore.os. by Elliott Hughes · 13 years ago
  89. 8dc7547 Switch readv/writev over to ScopedBytes. by Elliott Hughes · 13 years ago
  90. 0568a63 Fix ByteBuffer.put(ByteBuffer). by Elliott Hughes · 13 years ago
  91. a37e971 Rewrite NetworkInterface. by Elliott Hughes · 13 years ago
  92. 4f11ebe Add getnameinfo(3) (and gai_strerror(3)). by Elliott Hughes · 13 years ago
  93. b974666 Finish setsockopt(2). by Elliott Hughes · 13 years ago
  94. 438cb9e Add MCAST_JOIN_GROUP/MCAST_LEAVE_GROUP setsockopt(2). by Elliott Hughes · 13 years ago
  95. c63f0d4 Add more of setsockopt(2). by Elliott Hughes · 13 years ago
  96. 0ade552 Fix an error in Posix.statfs and make sure we have test coverage. by Elliott Hughes · 13 years ago
  97. 0a9d1ee Add getsockname(2) and getsockopt(2). by Elliott Hughes · 13 years ago
  98. 462bdac Add close(2). by Elliott Hughes · 13 years ago
  99. 454a95f Add socket(2) and start adding setsockopt(2). by Elliott Hughes · 13 years ago
  100. 8b15dcc Add sendfile(2). by Elliott Hughes · 13 years ago