1. bea4879 Pin aarch64 musl to 1.22.0 by Alex Crichton · 7 years ago
  2. 6978440 Fix wasm tests by Alex Crichton · 7 years ago
  3. 4d7fa24 Fix the FreeBSD target by Alex Crichton · 7 years ago
  4. 614199a Auto merge of #853 - bgermann:master, r=alexcrichton by bors · 7 years ago
  5. 9e70e60 Style by bgermann · 7 years ago
  6. 85680dc Add some Solaris quirks by bgermann · 7 years ago
  7. 13624c8 Solaris type correction by bgermann · 7 years ago
  8. d9208b3 Correct port and dirent types by bgermann · 7 years ago
  9. c69f0b9 get rid of unnecessary configuration by bgermann · 7 years ago
  10. cf29ee6 Correct some interface constants' types by bgermann · 7 years ago
  11. b3870b4 Prerequisites for Solaris testing support by bgermann · 7 years ago
  12. 2b94882 Remove fflags_t from Solaris by bgermann · 7 years ago
  13. 892115a Change futimes to futimesat on Solaris by bgermann · 7 years ago
  14. 5054b3c Auto merge of #851 - mneumann:dragonfly-several-fixes, r=alexcrichton by bors · 7 years ago
  15. a9d80d6 No fexecve() on DragonFly by Michael Neumann · 7 years ago
  16. 62ac76c Add WCONTINUED and WSTOPPED for DragonFly by Michael Neumann · 7 years ago
  17. ce48715 Add MADV_SETMAP for DragonFly by Michael Neumann · 7 years ago
  18. 5cacf97 Auto merge of #850 - Susurrus:errno, r=malbarbo by bors · 7 years ago
  19. c9d1e39 Add errno getter for Android by Bryant Mairs · 7 years ago
  20. a72a79b Auto merge of #849 - cramertj:separate-fuchsia, r=alexcrichton by bors · 7 years ago
  21. b4cfe88 Reorganize Fuchsia module by Taylor Cramer · 7 years ago
  22. 42b57da Update Fuchsia open flags by Taylor Cramer · 7 years ago
  23. f7f9be3 Move Fuchsia out of unix and into its own module by Taylor Cramer · 7 years ago
  24. 73f531b Auto merge of #847 - roblabla:feature-aarch64Newlib, r=alexcrichton by bors · 7 years ago
  25. ae81dc8 Add aarch64 support to newlib bindings by roblabla · 7 years ago
  26. c1068cd Auto merge of #846 - malbarbo:syscall-sparch64, r=alexcrichton by bors · 7 years ago
  27. 34aa991 Add syscall table for Linux sparc64 by Marco A L Barbosa · 7 years ago
  28. 55c03cd Auto merge of #844 - dereckson:unix-agnosticity, r=malbarbo by bors · 7 years ago
  29. 97a81d7 Use more convenient and UNIX-agnostic shebang by Sébastien Santoro · 7 years ago
  30. 9e59cf9 Auto merge of #843 - sfackler:dylib, r=alexcrichton by bors · 7 years ago
  31. 44458f5 Auto merge of #842 - sfackler:dl_iterate_phdr, r=alexcrichton by bors · 7 years ago
  32. bbba4bf Add dyld functions and related types by Steven Fackler · 7 years ago
  33. 8f7839f Add dl_iterate_phdr and related types by Steven Fackler · 7 years ago
  34. ecc3e01 Auto merge of #840 - LuoZijun:patch-1, r=alexcrichton by bors · 7 years ago
  35. 165bbc3 FIX: line longer than 80 chars by luozijun · 7 years ago
  36. 1c87180 Merge branch 'patch-2' into patch-1 by luozijun · 7 years ago
  37. f8b9cf5 Revert "Add network interface flag constants for all platforms" by luozijun · 7 years ago
  38. 9108f5b Add network interface flag constants for all platforms by luozijun · 7 years ago
  39. c124acb Add network interface flag constants for all platforms by luozijun · 7 years ago
  40. 86b4281 Auto merge of #838 - Susurrus:mfd, r=alexcrichton by bors · 7 years ago
  41. fa81ab3 Expose MFD_ constants on all Linux targets. by Bryant Mairs · 7 years ago
  42. 17e0106 Auto merge of #837 - myfreeweb:freebsd-shm-anon, r=alexcrichton by bors · 7 years ago
  43. 715ed8c Add SHM_ANON for FreeBSD by Greg V · 7 years ago
  44. e38483f Auto merge of #836 - Susurrus:memfd, r=alexcrichton by bors · 7 years ago
  45. 600ea12 Auto merge of #835 - GuillaumeGomez:rustdoc-warning, r=alexcrichton by bors · 7 years ago
  46. c0935ac Add MFD_ constants for memfd_create by Bryant Mairs · 7 years ago
  47. 3a61e7a Fix rustdoc warning by Guillaume Gomez · 7 years ago
  48. 833e67f Auto merge of #830 - malbarbo:getrandom_const, r=alexcrichton by bors · 7 years ago
  49. ae49626 Add constants used by getrandom linux syscall by Marco A L Barbosa · 7 years ago
  50. d96bf17 Auto merge of #831 - alexcrichton:wasm, r=malbarbo by bors · 7 years ago
  51. d9933b7 Compile an empty library on wasm32 non-Emscripten by Alex Crichton · 7 years ago
  52. 48cc0c9 Auto merge of #828 - malbarbo:sparc64-fix-test, r=alexcrichton by bors · 7 years ago
  53. f150863 Auto merge of #820 - malbarbo:s390x-test, r=alexcrichton by bors · 7 years ago
  54. 8fe5875 Fix O_TMPFILE const for sparc64-unknown-linux-gnu by Marco A L Barbosa · 7 years ago
  55. 6fa3870 Run sparc64-unknown-linux-gnu tests on qemu system by Marco A L Barbosa · 7 years ago
  56. a6c7091 Fix some s390x constants by Marco A L Barbosa · 7 years ago
  57. cd2e87d Run s390x test in qemu system instead of qemu user by Marco A L Barbosa · 7 years ago
  58. 4feda87 Auto merge of #827 - worr:master, r=alexcrichton by bors · 7 years ago
  59. e83f20b Add WCONTINUED const for OpenBSD by William Orr · 7 years ago
  60. 68f9959 Auto merge of #819 - andrewtj:atj-rel, r=alexcrichton by bors · 7 years ago
  61. 9ff7111 Bump to 0.2.33 by Andrew Tunnell-Jones · 7 years ago
  62. 10ac3df Auto merge of #824 - malbarbo:x32-1, r=alexcrichton by bors · 7 years ago
  63. 25fb72e Auto merge of #823 - malbarbo:sparc64-test, r=alexcrichton by bors · 7 years ago
  64. c6abfc1 Auto merge of #821 - malbarbo:mips64el-test, r=alexcrichton by bors · 7 years ago
  65. 84d72c6 Auto merge of #818 - malbarbo:powerpc64le-test, r=alexcrichton by bors · 7 years ago
  66. 93a11fd Auto merge of #825 - malbarbo:android-fix-ci, r=alexcrichton by bors · 7 years ago
  67. 8617317 Disable i686-linux-android temporarily by Alex Crichton · 7 years ago
  68. a9115d5 Fix android ci by Marco A L Barbosa · 7 years ago
  69. e63f46a Add issue for linux x32 failing to build by Marco A L Barbosa · 7 years ago
  70. d1eabe6 Enable x86_64-unknown-linux-gnux32 on CI by Marco A L Barbosa · 7 years ago
  71. 0ee3935 Add x86_64-unknown-linux-gnux32 docker image by Marco A L Barbosa · 7 years ago
  72. c9aba5f Use ctest from git to allow testing linux x32 by Marco A L Barbosa · 7 years ago
  73. 9a0d37f Add sparc64-unknown-linux-gnu to CI (with disabled tests) by Marco A L Barbosa · 7 years ago
  74. 56b3403 Add mips64el to CI by Marco A L Barbosa · 7 years ago
  75. 19530c0 More fixes for x86_64-unknown-linux-gnux32 by Marco A L Barbosa · 7 years ago
  76. 3130953 Add powerpc64le to CI by Marco A L Barbosa · 7 years ago
  77. 42b24bf Auto merge of #787 - vojtechkral:master, r=alexcrichton by bors · 7 years ago
  78. a0e683e Fix kqueue filter consts type on NetBSD by Vojtech Kral · 7 years ago
  79. 0a52819 Auto merge of #815 - ndusart:sys, r=alexcrichton by bors · 7 years ago
  80. b7b316b fix ABI breakage in syscall constants by Nicolas Dusart · 7 years ago
  81. 7e33065 Auto merge of #812 - malbarbo:x32, r=alexcrichton by bors · 7 years ago
  82. b06739d Auto merge of #813 - ndusart:syscall-android, r=alexcrichton by bors · 7 years ago
  83. 07088d2 Auto merge of #810 - oherrala:pthread_cancel, r=alexcrichton by bors · 7 years ago
  84. 2172bb4 Auto merge of #802 - Mic92:setfsuid, r=alexcrichton by bors · 7 years ago
  85. 9a9f71e Auto merge of #711 - Susurrus:termios2, r=alexcrichton by bors · 7 years ago
  86. 3406fe9 provide setfsgid/setfsuid also on android by Joerg Thalheim · 7 years ago
  87. 4b240a6 SYS_* constants are of type long in Android by Nicolas Dusart · 7 years ago
  88. f024fe7 Trying to fix for i686-apple by Ossi Herrala · 7 years ago
  89. 6d55c24 Add termios2 for Android & Linux by Bryant Mairs · 7 years ago
  90. 12cfa1e Add BOTHER to Android & Linux by Bryant Mairs · 7 years ago
  91. a5bd4b5 Fix style by Marco A L Barbosa · 7 years ago
  92. 1ff3817 Move down c_long and c_ulong of linux/other/b64 to accommodate x32 by Marco A L Barbosa · 7 years ago
  93. 1994be3 Linux x32 does not have some SYS_ constants by Marco A L Barbosa · 7 years ago
  94. 343b7c1 Linux x32 does not support sysctl by Marco A L Barbosa · 7 years ago
  95. c3408c1 Fix utmpx.ut_session for linux x32 by Marco A L Barbosa · 7 years ago
  96. bbc2cfa Fix timespec, stat, stat64 for linux x32 by Marco A L Barbosa · 7 years ago
  97. 4774254 Fix mq_attr for linux x32 by Marco A L Barbosa · 7 years ago
  98. 968bce4 Fix c_long, c_ulong and sysinfo for linux x32 by Marco A L Barbosa · 7 years ago
  99. 2ca5bc5 Auto merge of #811 - alexcrichton:syscalls, r=alexcrichton by bors · 7 years ago
  100. 9029cfb Add more Linux-based syscall tables by Alex Crichton · 7 years ago