1. a763fc5 Link libc crate against pthread by Anatol Pomozov · 7 years ago
  2. 89aab46 Auto merge of #559 - superriva:superriva-patch-1, r=alexcrichton by bors · 7 years ago
  3. 2122616 Add IPC,SHM,MSG for Freebsd by superriva · 7 years ago
  4. be1cbaf Added O_PATH, O_EXEC, O_SEARCH to musl. by Amos Onn · 7 years ago
  5. 252be4d Added O_EXEC and O_SEARCH to solaris libc. by Amos Onn · 7 years ago
  6. f4fea9b Correct sa_family_t on Solaris/Illumos by Vojtech Kral · 7 years ago
  7. c6a68f1 Auto merge of #560 - Mic92:fchown, r=alexcrichton by bors · 7 years ago
  8. 22e79d6 add UTIME_OMIT, UTIME_NOW on linux by Jörg Thalheim · 7 years ago
  9. e6864db add fchown by Jörg Thalheim · 7 years ago
  10. 1033ce7 Auto merge of #558 - Mic92:truncate64, r=alexcrichton by bors · 7 years ago
  11. 677b08e add openat64 on linux by Jörg Thalheim · 7 years ago
  12. 4b6ffe3 add readdir64 on linux by Jörg Thalheim · 7 years ago
  13. 6893609 add truncate64 on linux by Jörg Thalheim · 7 years ago
  14. 6ddc76a add AT_* constants by Jörg Thalheim · 7 years ago
  15. 913da6c Add FIONREAD for apple/b64 by Geoff Cant · 7 years ago
  16. 99a524d add fdopendir by Jörg Thalheim · 7 years ago
  17. e9238eb Auto merge of #552 - vojtechkral:patch-3, r=alexcrichton by bors · 7 years ago
  18. 636348a Solaris/Illumos: Add several more filio ioctls by Vojtech Kral · 7 years ago
  19. 64f8933 move *at family to unix by Jörg Thalheim · 7 years ago
  20. 23d4059 Add support for the `accept4` system call for FreeBSD* & NetBSD* by Alexander Schlarb · 7 years ago
  21. d197e21 Auto merge of #543 - berkowski:socket_constants, r=alexcrichton by bors · 7 years ago
  22. 985ea40 Added #[doc(hidden)] to AF_MAX, PF_MAX, others. by Zac Berkowitz · 7 years ago
  23. fa19626 Added socket constants for apple by Zac Berkowitz · 7 years ago
  24. 27ce7b1 Cleaned up unused socket constants. by Zac Berkowitz · 7 years ago
  25. 5494238 Added many socket-related constants to BSD by Zac Berkowitz · 7 years ago
  26. 1479ea8 Added many socket-related constants to linux by Zac Berkowitz · 7 years ago
  27. 612a586 Auto merge of #538 - malbarbo:ci-android, r=alexcrichton by bors · 7 years ago
  28. cda0f20 Add OXTABS and ONOEOT for BSD systems by Bryant Mairs · 7 years ago
  29. b2791db Merge branch 'master' into ci-android by Marco A L Barbosa · 7 years ago
  30. 9a20f93 Fix style by Marco A L Barbosa · 7 years ago
  31. a3759d7 Fix missing prefix :: by Marco A L Barbosa · 7 years ago
  32. bfeb360 Merge branch 'master' into ci-android by Marco A L Barbosa · 7 years ago
  33. fab2d30 Remove cfg_if from src/unix/mod.rs by Marco A L Barbosa · 7 years ago
  34. 1175c66 Remove cfg_if from src/unix/notbsd/android/ by Marco A L Barbosa · 7 years ago
  35. 39e554f Add cfmakeraw and cfsetspeed by Bryant Mairs · 7 years ago
  36. b9a0a6a Auto merge of #537 - Susurrus:master, r=alexcrichton by bors · 8 years ago
  37. dc1aa0e Auto merge of #530 - berkowski:baud_constants, r=alexcrichton by bors · 8 years ago
  38. f2f1129 Fix aarch64-linux-android failing tests by Marco A L Barbosa · 8 years ago
  39. 92ce518 Make libc-tests compile for aarch64-linux-android by Marco A L Barbosa · 8 years ago
  40. 62ec26a Changed CBAUDEX to 0b000020 on ppc and ppc64 by Zac Berkowitz · 8 years ago
  41. bd6e72d Changed CBAUDEX to 0o010000 for ppc and ppc64 by Zac Berkowitz · 8 years ago
  42. 88e37f2 Fix path for nfds_t by Bryant Mairs · 8 years ago
  43. 871f3b2 Expose ppoll on some BSDs by Bryant Mairs · 8 years ago
  44. 6d5aa56 Unify import style by Bryant Mairs · 8 years ago
  45. 029cd2d Only expose ppoll on non-BSD targets by Bryant Mairs · 8 years ago
  46. d86901e Fix timeout argument type by Bryant Mairs · 8 years ago
  47. f79eed5 Fix style errors by Bryant Mairs · 8 years ago
  48. c532518 Fix i686-linux-android failing tests by Marco A L Barbosa · 8 years ago
  49. cd84475 Add ppoll() for all unix platforms. by Bryant Mairs · 8 years ago
  50. cbdf43b Remove duplicate readdir definition by Philipp Keller · 8 years ago
  51. 780cd28 Merge branch 'master' of https://github.com/rust-lang/libc by Philipp Keller · 8 years ago
  52. 437c54c Remove again as coersion was only introduced late last year by Philipp Keller · 8 years ago
  53. 1683244 Auto merge of #532 - malbarbo:fs2-android, r=alexcrichton by bors · 8 years ago
  54. 64d954c Auto merge of #533 - raphlinus:master, r=alexcrichton by bors · 8 years ago
  55. fb11c7a Removed `BOTHER` const from powerpc and powerpc64 by Zac Berkowitz · 8 years ago
  56. 02990f2 Change return type of readdir to *mut ::dirent by Raph Levien · 8 years ago
  57. e010078 Make readdir available on all unix targets by Raph Levien · 8 years ago
  58. bad80ba Add definitions to Android to allow fs2 crate compile by Marco A L Barbosa · 8 years ago
  59. 43e8557 Added baud constants for powerpc by Zac Berkowitz · 8 years ago
  60. 7c03711 Add jail functions and constants for FreeBSD by Ryan Moeller · 8 years ago
  61. 1a9112d Moved linux baud constants into individual archs. by Zac Berkowitz · 8 years ago
  62. 6fbb8d5 Added baudrate constants. by Zac Berkowitz · 8 years ago
  63. 828c64c fix c_void by Philipp Keller · 8 years ago
  64. 010a827 Add pthread_exit by Philipp Keller · 8 years ago
  65. cf3e067 pthread_create expects an unsafe function by Philipp Keller · 8 years ago
  66. 67f1c5c Merge branch 'master' of https://github.com/rust-lang/libc by Philipp Keller · 8 years ago
  67. 3ae5203 Auto merge of #526 - monadbobo:epollexclusive, r=alexcrichton by bors · 8 years ago
  68. d6fbc0d Add EPOLLEXCLUSIVE that is added in Linux 4.5. by Simon Liu · 8 years ago
  69. 532d80c Auto merge of #524 - mersinvald:pshared_attrs, r=alexcrichton by bors · 8 years ago
  70. c0c7de7 Added *_setpshared and *_getpshared bindings by Mike Lubinets · 8 years ago
  71. 6740a8a posix definitions should be used on Solaris by Shawn Walker-Salas · 8 years ago
  72. ff8c71a Make WIFCONTINUED signature on FreeBSD consistent with MacOS and Linux by Radu Popescu · 8 years ago
  73. ab2fb24 Adding WIFCONTINUED function on "notbsd" platform by Radu Popescu · 8 years ago
  74. 463e958 Add missing MSG_PEEK definition for Solaris. by Shawn Walker-Salas · 8 years ago
  75. 86b0cab * make tidy happy by Shawn Walker-Salas · 8 years ago
  76. 8304e06 Correct solaris libc definitions: by Shawn Walker-Salas · 8 years ago
  77. 45ba8c1 Add AF_UNSPEC from Apple socket.h by Douman · 8 years ago
  78. 1fbe952 Merge branch 'master' of https://github.com/rust-lang/libc by Philipp Keller · 8 years ago
  79. 8d8264b Auto merge of #512 - dumbbell:support-aarch64-unknown-freebsd, r=alexcrichton by bors · 8 years ago
  80. 1363fe4 Add types for `aarch64-unknown-freebsd` by Jean-Sébastien Pédron · 8 years ago
  81. c01fd6f Add wcstombs by Andrii Dmytrenko · 8 years ago
  82. fdb213e Add IPPROTO_ICMP and IPPROTO_ICMPV6 system constants by Tyler Julian · 8 years ago
  83. 1b06018 Adding missing WIFCONTINUED function on FreeBSD systems by Radu Popescu · 8 years ago
  84. 6207166 Add O_TMPFILE constant by Mathias Svensson · 8 years ago
  85. 7c06730 add pipe2 to non-OSX BSD's by Jack O'Connor · 8 years ago
  86. efeb501 Auto merge of #494 - johalun:dragonfly-ttycom, r=alexcrichton by bors · 8 years ago
  87. 7a26079 unix: add fchdir(2) by Luca Bruno · 8 years ago
  88. a3634a5 Update mod.rs by Johannes Lundberg · 8 years ago
  89. 2c23fd0 Added some DragonFly-only constants. by johalun · 8 years ago
  90. 2d108fe Added defines from ttycom.h for dragonfly and freebsd. by johalun · 8 years ago
  91. cb7f667 Auto merge of #489 - zackw:add-waitid, r=alexcrichton by bors · 8 years ago
  92. 84bce94 Remove remaining copy of the comment about idtype_t being an enum. by Zack Weinberg · 8 years ago
  93. 984fb54 Changes requested by reviewers by Zack Weinberg · 8 years ago
  94. b619df8 Add MSG_PEEK socket flag by Tyler Julian · 8 years ago
  95. f05e48c Patch in id_t missing in a few places by Zack Weinberg · 8 years ago
  96. 31d9779 Reorganize again; more portability fixes. by Zack Weinberg · 8 years ago
  97. 95d5534 Auto merge of #490 - redox-os:master, r=alexcrichton by bors · 8 years ago
  98. f1a91da Another round of portability fixes: by Zack Weinberg · 8 years ago
  99. 4e6dd24 Add getpeereid function by James Brown · 8 years ago
  100. 644929a Corrections based on CI failures. by Zack Weinberg · 8 years ago