1. c532518 Fix i686-linux-android failing tests by Marco A L Barbosa · 8 years ago
  2. 599eec3 Add test support for {aarch64, i686}-linux-android by Marco A L Barbosa · 8 years ago
  3. cd84475 Add ppoll() for all unix platforms. by Bryant Mairs · 8 years ago
  4. 684be76 Auto merge of #527 - philippkeller:master, r=alexcrichton by bors · 8 years ago
  5. cbdf43b Remove duplicate readdir definition by Philipp Keller · 8 years ago
  6. 780cd28 Merge branch 'master' of https://github.com/rust-lang/libc by Philipp Keller · 8 years ago
  7. 437c54c Remove again as coersion was only introduced late last year by Philipp Keller · 8 years ago
  8. 1683244 Auto merge of #532 - malbarbo:fs2-android, r=alexcrichton by bors · 8 years ago
  9. 64d954c Auto merge of #533 - raphlinus:master, r=alexcrichton by bors · 8 years ago
  10. fb11c7a Removed `BOTHER` const from powerpc and powerpc64 by Zac Berkowitz · 8 years ago
  11. 02990f2 Change return type of readdir to *mut ::dirent by Raph Levien · 8 years ago
  12. e010078 Make readdir available on all unix targets by Raph Levien · 8 years ago
  13. bad80ba Add definitions to Android to allow fs2 crate compile by Marco A L Barbosa · 8 years ago
  14. 0824426 Auto merge of #531 - freqlabs:master, r=alexcrichton by bors · 8 years ago
  15. 43e8557 Added baud constants for powerpc by Zac Berkowitz · 8 years ago
  16. 7c03711 Add jail functions and constants for FreeBSD by Ryan Moeller · 8 years ago
  17. 1a9112d Moved linux baud constants into individual archs. by Zac Berkowitz · 8 years ago
  18. e393a2d Adding termios.h to openbsd headers. by Zac Berkowitz · 8 years ago
  19. 6fbb8d5 Added baudrate constants. by Zac Berkowitz · 8 years ago
  20. 828c64c fix c_void by Philipp Keller · 8 years ago
  21. 010a827 Add pthread_exit by Philipp Keller · 8 years ago
  22. cf3e067 pthread_create expects an unsafe function by Philipp Keller · 8 years ago
  23. 67f1c5c Merge branch 'master' of https://github.com/rust-lang/libc by Philipp Keller · 8 years ago
  24. 3ae5203 Auto merge of #526 - monadbobo:epollexclusive, r=alexcrichton by bors · 8 years ago
  25. d6fbc0d Add EPOLLEXCLUSIVE that is added in Linux 4.5. by Simon Liu · 8 years ago
  26. 532d80c Auto merge of #524 - mersinvald:pshared_attrs, r=alexcrichton by bors · 8 years ago
  27. c0c7de7 Added *_setpshared and *_getpshared bindings by Mike Lubinets · 8 years ago
  28. 7a3754f Auto merge of #523 - binarycrusader:master, r=alexcrichton by bors · 8 years ago
  29. 6740a8a posix definitions should be used on Solaris by Shawn Walker-Salas · 8 years ago
  30. 53bb038 Auto merge of #521 - radupopescu:master, r=alexcrichton by bors · 8 years ago
  31. ff8c71a Make WIFCONTINUED signature on FreeBSD consistent with MacOS and Linux by Radu Popescu · 8 years ago
  32. ab2fb24 Adding WIFCONTINUED function on "notbsd" platform by Radu Popescu · 8 years ago
  33. cfc0165 Auto merge of #518 - binarycrusader:master, r=alexcrichton by bors · 8 years ago
  34. 463e958 Add missing MSG_PEEK definition for Solaris. by Shawn Walker-Salas · 8 years ago
  35. c9548a5 Merge pull request #1 from rust-lang/master by Shawn Walker-Salas · 8 years ago
  36. 0056dbe Auto merge of #516 - binarycrusader:master, r=alexcrichton by bors · 8 years ago
  37. 86b0cab * make tidy happy by Shawn Walker-Salas · 8 years ago
  38. 8304e06 Correct solaris libc definitions: by Shawn Walker-Salas · 8 years ago
  39. 6813109 Auto merge of #514 - DoumanAsh:missing_af_unspec, r=alexcrichton by bors · 8 years ago
  40. 45ba8c1 Add AF_UNSPEC from Apple socket.h by Douman · 8 years ago
  41. 1fbe952 Merge branch 'master' of https://github.com/rust-lang/libc by Philipp Keller · 8 years ago
  42. 8d8264b Auto merge of #512 - dumbbell:support-aarch64-unknown-freebsd, r=alexcrichton by bors · 8 years ago
  43. b491fb3 Auto merge of #510 - Antti:add-wcstombs, r=alexcrichton by bors · 8 years ago
  44. 5e16e98 Auto merge of #513 - alexcrichton:fix, r=alexcrichton by bors · 8 years ago
  45. d862a36 Fix the i686-unknown-linux-musl target by Alex Crichton · 8 years ago
  46. 1363fe4 Add types for `aarch64-unknown-freebsd` by Jean-Sébastien Pédron · 8 years ago
  47. c01fd6f Add wcstombs by Andrii Dmytrenko · 8 years ago
  48. 04d2c7a Auto merge of #508 - APTy:ipproto-icmp, r=alexcrichton by bors · 8 years ago
  49. fdb213e Add IPPROTO_ICMP and IPPROTO_ICMPV6 system constants by Tyler Julian · 8 years ago
  50. f0898c3 Auto merge of #507 - radupopescu:freebsd_wifcontinued, r=alexcrichton by bors · 8 years ago
  51. 1b06018 Adding missing WIFCONTINUED function on FreeBSD systems by Radu Popescu · 8 years ago
  52. 43f1d3f Auto merge of #504 - Idolf:tmpfile, r=alexcrichton by bors · 8 years ago
  53. 6207166 Add O_TMPFILE constant by Mathias Svensson · 8 years ago
  54. bce927b Auto merge of #502 - oconnor663:pipe2_bsd, r=alexcrichton by bors · 8 years ago
  55. 7c06730 add pipe2 to non-OSX BSD's by Jack O'Connor · 8 years ago
  56. 4eb6bf9 Auto merge of #498 - learnopengles:run-ios-tests, r=alexcrichton by bors · 8 years ago
  57. d4a5fce Touch up the iOS deploy script by Alex Crichton · 8 years ago
  58. 3800c73 Fixup target triple name by Kevin Brothaler · 8 years ago
  59. a40c92a Removed non-mandatory UIRequiredDeviceCapabilities by Kevin Brothaler · 8 years ago
  60. f8e1276 Replace Python script with Rust script. by Kevin Brothaler · 8 years ago
  61. 938955c Fix i386-apple-ios by Kevin Brothaler · 8 years ago
  62. 4bcad05 osx_image was in the wrong place? by Kevin Brothaler · 8 years ago
  63. fdee442 Pass the tests only if we find an expected positive output (rather than checking for negative output to fail the tests). by Kevin Brothaler · 8 years ago
  64. a6f50bb Update output check based on all.rs test output by Kevin Brothaler · 8 years ago
  65. c8a4d21 Run the unit tests on the iOS simulator for x86_64-apple-ios by Kevin Brothaler · 8 years ago
  66. 6ec4f81 Auto merge of #499 - alexcrichton:bump, r=alexcrichton by bors · 8 years ago
  67. d30b4c6 Bump to 0.2.20 by Alex Crichton · 8 years ago
  68. efeb501 Auto merge of #494 - johalun:dragonfly-ttycom, r=alexcrichton by bors · 8 years ago
  69. d1a7591 Auto merge of #496 - lucab:to-upstream/fchdir, r=alexcrichton by bors · 8 years ago
  70. 18a1de5 Auto merge of #497 - learnopengles:master, r=alexcrichton by bors · 8 years ago
  71. 7fbff3a Fix for removed OS X constants. by Kevin Brothaler · 8 years ago
  72. 7a26079 unix: add fchdir(2) by Luca Bruno · 8 years ago
  73. a3634a5 Update mod.rs by Johannes Lundberg · 8 years ago
  74. 2c23fd0 Added some DragonFly-only constants. by johalun · 8 years ago
  75. 4fe2cc2 Auto merge of #493 - johalun:freebsd-ttycom, r=alexcrichton by bors · 8 years ago
  76. 2d108fe Added defines from ttycom.h for dragonfly and freebsd. by johalun · 8 years ago
  77. cb7f667 Auto merge of #489 - zackw:add-waitid, r=alexcrichton by bors · 8 years ago
  78. 84bce94 Remove remaining copy of the comment about idtype_t being an enum. by Zack Weinberg · 8 years ago
  79. 984fb54 Changes requested by reviewers by Zack Weinberg · 8 years ago
  80. 33ff832 Auto merge of #492 - APTy:add-socket-peek-flag, r=alexcrichton by bors · 8 years ago
  81. b619df8 Add MSG_PEEK socket flag by Tyler Julian · 8 years ago
  82. f05e48c Patch in id_t missing in a few places by Zack Weinberg · 8 years ago
  83. 31d9779 Reorganize again; more portability fixes. by Zack Weinberg · 8 years ago
  84. 95d5534 Auto merge of #490 - redox-os:master, r=alexcrichton by bors · 8 years ago
  85. f1a91da Another round of portability fixes: by Zack Weinberg · 8 years ago
  86. 89c6c6c Auto merge of #491 - Roguelazer:add_getpeereid_function, r=alexcrichton by bors · 8 years ago
  87. 4e6dd24 Add getpeereid function by James Brown · 8 years ago
  88. 644929a Corrections based on CI failures. by Zack Weinberg · 8 years ago
  89. 52369bc Remove kind='static' by Jeremy Soller · 8 years ago
  90. 9d1e484 Add waitid and related constants and types. by Zack Weinberg · 8 years ago
  91. c900083 Auto merge of #488 - redox-os:redox, r=alexcrichton by bors · 8 years ago
  92. 7459003 Link libc and libm by Jeremy Soller · 8 years ago
  93. 3ae8c85 Merge pull request #487 from alexcrichton/bump by Alex Crichton · 8 years ago
  94. a2dd65a Bump to 0.2.19 by Alex Crichton · 8 years ago
  95. 4f3ec99 Auto merge of #485 - dhduvall:solaris-flock, r=alexcrichton by bors · 8 years ago
  96. 14eaaf8 Fix a brown-paper-bag bug: botched constant types. by Danek Duvall · 8 years ago
  97. 8c0595d Add Solaris constants for fcntl-style advisory locking by Danek Duvall · 8 years ago
  98. 7d57bdc Auto merge of #484 - eddyb:dox-unops, r=alexcrichton by bors · 8 years ago
  99. 974f7ba Support Neg and Not in no_core mode. by Eduard-Mihai Burtescu · 8 years ago
  100. 3e89579 Auto merge of #483 - japaric:sparc64, r=alexcrichton by bors · 8 years ago