1. 034227a Add UDP_ENCAP Constants to OsConstants.java by Nathan Harold · 7 years ago
  2. 5744e4a Libcore: Add support for capabilities by Andreas Gampe · 7 years ago
  3. 89499ee Only tag/untag AF_INET and AF_INET6 sockets. by Jeff Sharkey · 7 years ago
  4. 3128b30 Add a test for IP_MULTICAST_ALL for DatagramSocket by Yi Kong · 8 years ago
  5. 117a57a Fix system.Os.posix_fallocate manual link by Yi Kong · 8 years ago
  6. 48e205e Implement root-less ICMP for InetAddress#isReachable by Yi Kong · 8 years ago
  7. 76fa41a Unhide {get,set,list,remove}xattr by Yi Kong · 8 years ago
  8. 55dd377 Revert "Revert "Implement Libcore.os.listxattr"" by Yi Kong · 8 years ago
  9. a422a96 Revert "Implement Libcore.os.listxattr" by Nicolas Geoffray · 8 years ago
  10. 2e40806 Implement Libcore.os.listxattr by Yi Kong · 8 years ago
  11. 40afa6b Fix getxattr API by Yi Kong · 8 years ago
  12. ee24b63 Unhide if_nametoindex by Yi Kong · 8 years ago
  13. 6d1649c Move NetworkInterface logic away from JNI by Yi Kong · 8 years ago
  14. ea47d5d Expose TCP_USER_TIMEOUT as a settable socket option. by Tobias Thierer · 8 years ago
  15. 6a625c6 Expose MAP_POPULATE via OsConstants. by Alex Klyubin · 8 years ago
  16. 80bc6ed Add ETH_P_ALL to OsConstants.java by pauljensen · 8 years ago
  17. eab063d Separate java stdio from native stdio by Nick Kralevich · 9 years ago
  18. c42b3c9 Fix @code escapes by Neil Fuller · 9 years ago
  19. c38ff12 Add an IP_RECVTOS OsConstant by Erik Kline · 9 years ago
  20. 32b0817 am adcee61e: Merge "Use O_DSYNC instead of O_SYNC when opening a file with mode="rwd"." by Narayan Kamath · 9 years ago
  21. 49bd5fa Use O_DSYNC instead of O_SYNC when opening a file with mode="rwd". by Philippe Longepe · 9 years ago
  22. da7c556 am 3ac95481: Merge "Fix sockaddr_un length calculation" by Neil Fuller · 9 years ago
  23. 2550a25 Fix sockaddr_un length calculation by Neil Fuller · 9 years ago
  24. 8ccce6c am ba956108: Merge "Add Os.unlink" by Neil Fuller · 9 years ago
  25. ba95610 Merge "Add Os.unlink" by Neil Fuller · 9 years ago
  26. abc39ad am 495081c7: Merge "Add EUSERS to OsConstants." by Narayan Kamath · 9 years ago
  27. cfef2bb Add EUSERS to OsConstants. by Lazar Trsic · 9 years ago
  28. b3697ef am d30aac6c: Merge "Rearrange how AF_UNIX sockets are handled for accept()" by Neil Fuller · 9 years ago
  29. 5e8f82f Add Os.unlink by Neil Fuller · 9 years ago
  30. 0ab1a26 Rearrange how AF_UNIX sockets are handled for accept() by Neil Fuller · 9 years ago
  31. 4c1a4a3 am bfa4c455: Merge "Add OsConstants.TIOCOUTQ" by Neil Fuller · 9 years ago
  32. bfa4c45 Merge "Add OsConstants.TIOCOUTQ" by Neil Fuller · 9 years ago
  33. bfeb65c Add OsConstants.TIOCOUTQ by Neil Fuller · 9 years ago
  34. 90246a0 Add getxattr/setxattr/removexattr syscalls. by Jeff Sharkey · 9 years ago
  35. 82d076b Add getxattr/setxattr/removexattr syscalls. by Jeff Sharkey · 9 years ago
  36. bfa687f Add ENONET to OsConstants by Erik Kline · 9 years ago
  37. 959a23e Add ENONET to OsConstants by Erik Kline · 9 years ago
  38. 2e669f1 am 6ff8e03e: am ba6caa1c: Merge "Expose the SocketAddress variant to bundled apps." by Lorenzo Colitti · 9 years ago
  39. 36f73b3 Expose the SocketAddress variant to bundled apps. by Lorenzo Colitti · 9 years ago
  40. 2a28c71 am 1dacfbb4: am 7d6411b7: Merge "Support packet sockets in libcore." by Lorenzo Colitti · 9 years ago
  41. a4ca7f4 am 1ab902ac: am 9322c6d2: Merge "Add a PacketSocketAddress class that represents sockaddr_ll." by Lorenzo Colitti · 9 years ago
  42. 00bb2a5 Support packet sockets in libcore. by Lorenzo Colitti · 9 years ago
  43. a616186 Add a PacketSocketAddress class that represents sockaddr_ll. by Lorenzo Colitti · 9 years ago
  44. b186e3c am 24c68680: am 649f614e: am 2882e512: Merge "Add support for netlink sockets and addresses." by Erik Kline · 9 years ago
  45. 8f5b46d Add support for netlink sockets and addresses. by Erik Kline · 9 years ago
  46. 9a1401d expose ST_* in OsConstants by Nick Kralevich · 9 years ago
  47. b86b510 Add ST_* constants to OsConstants by Nick Kralevich · 9 years ago
  48. 30c6691 Remove fcntlLong, use fcntlInt for F_SETFD instead. by Narayan Kamath · 10 years ago
  49. c8d9ea6 Add fcntlInt. by Narayan Kamath · 10 years ago
  50. 8f0f2ac Add various system calls needed by the zygote. by Elliott Hughes · 10 years ago
  51. fa54209 Fix poll to never return EINTR. by Elliott Hughes · 10 years ago
  52. 0d8b5c3 Add pipe2 and O_CLOEXEC to the libcore POSIX API. by Elliott Hughes · 10 years ago
  53. 99a0c82 Fix crash in selector.wakeup() with closed selector by Neil Fuller · 10 years ago
  54. 1fc6b04 OsConstants: add PR_GET_DUMPABLE / PR_SET_DUMPABLE by Nick Kralevich · 10 years ago
  55. 3e58734 Add support for network-specific host name resolution. by Paul Jensen · 10 years ago
  56. 47dab51 am bd07b48b: am dfde0674: am 5c1acb43: Merge "Add android.system.Os.link for link(2)." by Elliott Hughes · 10 years ago
  57. 04428d6 Add android.system.Os.link for link(2). by Elliott Hughes · 10 years ago
  58. 938612c Unhide android.system.Os. by Elliott Hughes · 10 years ago
  59. 34721e8 Basic documentation for android.system. by Elliott Hughes · 10 years ago
  60. 793dd41 Merge "Make sure every struct has a toString." by Elliott Hughes · 10 years ago
  61. fe77f81 Make sure every struct has a toString. by Elliott Hughes · 10 years ago
  62. 5215e4c add prctl / PR_SET_NO_NEW_PRIVS by Nick Kralevich · 10 years ago
  63. ad85992 libcore.io.OsConstants is dead; long live android.system.OsConstants! by Elliott Hughes · 10 years ago
  64. 41d8acb Move ErrnoException into android.system. by Elliott Hughes · 10 years ago
  65. a2fac5b Move StructStat and StructStatVfs now all the callers have switched over. by Elliott Hughes · 10 years ago
  66. 5d930ca Groundwork towards making the Libcore.os functionality public. by Elliott Hughes · 10 years ago