1. 2cdb21e Use docker for MIPS by Alexander Polakov · 9 years ago
  2. fb83189 Merge pull request #107 from brson/emscripten by Alex Crichton · 9 years ago
  3. 9d014e9 Remove emscripten docs by Brian Anderson · 9 years ago
  4. 7d1d575 Add emscripten support by Brian Anderson · 9 years ago
  5. e0c0bf4 Merge pull request #109 from semarie/openbsd-si_addr by Alex Crichton · 9 years ago
  6. 73a2dbc openbsd: map `si_addr` inside `struct siginfo_t` by Sébastien Marie · 9 years ago
  7. 4b9b07c Merge pull request #88 from alexcrichton/update-android by Alex Crichton · 9 years ago
  8. 881ef9b Update the android CI image by Alex Crichton · 9 years ago
  9. 2c7e08c Merge pull request #108 from mmcco/sc by Alex Crichton · 9 years ago
  10. 3d372e6 Fix build by adding type prefix colons by Michael McConville · 9 years ago
  11. 405e557 Add getentropy(2)'s syscall number as a const by Michael McConville · 9 years ago
  12. 31423a3 Merge pull request #106 from alexcrichton/bump by Alex Crichton · 9 years ago
  13. ff38c3a Bump to 0.2.4 by Alex Crichton · 9 years ago
  14. 9863d56 Merge pull request #105 from alexcrichton/fix-bsd by Alex Crichton · 9 years ago
  15. 37b7142 Fix compiles on various BSDs by Alex Crichton · 9 years ago
  16. 3e1791c Merge pull request #102 from fhahn/add-memrchr by Alex Crichton · 9 years ago
  17. 6bb23a1 Add binding for memrchr on Linux, FreeBSD, OpenBSD and NetBSD by Florian Hahn · 9 years ago
  18. ab53d5e Merge pull request #103 from alexcrichton/bump by Alex Crichton · 9 years ago
  19. 79d9899 Bump to 0.2.3 by Alex Crichton · 9 years ago
  20. 0ac0bc0 Merge pull request #93 from alexcrichton/nix-additions by Alex Crichton · 9 years ago
  21. 8dce9ad Add a load of constants/definitions from nix by Alex Crichton · 9 years ago
  22. 4920c7e Merge pull request #101 from maghoff/master by Alex Crichton · 9 years ago
  23. 4b32065 Expose functionality to get peer credentials for a Unix socket on Linux by Magnus Hoff · 9 years ago
  24. 64da6d2 Merge pull request #98 from j16r/master by Alex Crichton · 9 years ago
  25. 761f7bd Hoist PATH_MAX into src/bsd it's common to all the BSDs by John Barker · 9 years ago
  26. 93d6e98 Add PATH_MAX for FreeBSDlike, defined in /usr/src/sys/sys/syslimits.h by John Barker · 9 years ago
  27. a02fdc2 Merge pull request #96 from polachok/shm by Alex Crichton · 9 years ago
  28. 5ad78b8 Merge branch 'master' into shm by Alexander Polakov · 9 years ago
  29. 5850156 SysV shared memory APIs by Alexander Polakov · 9 years ago
  30. e432357 Merge pull request #95 from dimbleby/path-max by Alex Crichton · 9 years ago
  31. 8b296bd Add PATH_MAX by David Hotham · 9 years ago
  32. 087b5a4 Merge pull request #91 from alexcrichton/more-constants by Alex Crichton · 9 years ago
  33. e0f3fe3 Add KERN_PROC_* constants for OpenBSD by Alex Crichton · 9 years ago
  34. 47f1439 Merge pull request #90 from alexcrichton/more-constants by Alex Crichton · 9 years ago
  35. cd24bbd Add some constants for learning about cpus by Alex Crichton · 9 years ago
  36. 6736e10 Merge pull request #89 from alexcrichton/dirent-defns by Alex Crichton · 9 years ago
  37. f811901 Add dirent DT_* definitions by Alex Crichton · 9 years ago
  38. 9042478 Merge pull request #87 from polachok/xattr by Alex Crichton · 9 years ago
  39. 30baed0 Add getxattr()/setxattr()/listxattr()/removexattr() variations by Alexander Polakov · 9 years ago
  40. 6a13db9 Merge pull request #86 from alexcrichton/rumprun by Alex Crichton · 9 years ago
  41. 49d7bca Add rumprun CI and get tests passing by Alex Crichton · 9 years ago
  42. f25765f Merge pull request #85 from alexcrichton/lock by Alex Crichton · 9 years ago
  43. 0af5e23 Check in Cargo.lock for libc-test by Alex Crichton · 9 years ago
  44. aad297a Merge pull request #79 from polachok/sched by Alex Crichton · 9 years ago
  45. 557c670 Add sched_get_priority_* by Alexander Polakov · 9 years ago
  46. 26974c7 Add SCHED_* constants for linux & freebsd by Alexander Polakov · 9 years ago
  47. e09951c sched_getscheduler() / sched_setscheduler() by Alexander Polakov · 9 years ago
  48. 94e9b3c Merge pull request #84 from dongz9/master by Alex Crichton · 9 years ago
  49. 188bef6 Fix build by Dong Zhou · 9 years ago
  50. 51ed574 Add RTLD_NEXT and RTLD_DEFAULT by Dong Zhou · 9 years ago
  51. c7a7f4e Merge pull request #83 from bossmc/add-umask by Alex Crichton · 9 years ago
  52. dd54f29 Only applicable on unix systems by Andy Caldwell · 9 years ago
  53. 15d9207 Add umask (POSIX.1-2001) by Andy Caldwell · 9 years ago
  54. 2a5f445 Merge pull request #82 from dignati/fix-bsd-stage2 by Alex Crichton · 9 years ago
  55. 6d6567c Fix freebsd-likes stage2 build by Ole Krüger · 9 years ago
  56. 867c6ff Merge pull request #80 from semarie/librt by Alex Crichton · 9 years ago
  57. b83e43b unbreak openbsd and bitrig after linking to rt by Sébastien Marie · 9 years ago
  58. 0bf374f Merge pull request #78 from skade/fix-netbsd by Alex Crichton · 9 years ago
  59. b9865f8 Add netbsds pthread_setname_np by Florian Gilcher · 9 years ago
  60. e6714f3 Merge pull request #73 from petrochenkov/staged by Alex Crichton · 9 years ago
  61. 5ede62f Remove `#[staged_api]` by Vadim Petrochenkov · 9 years ago
  62. c27f416 Merge pull request #72 from alexcrichton/no-rt-on-android by Alex Crichton · 9 years ago
  63. 0c8e61a Don't link librt on android by Alex Crichton · 9 years ago
  64. 90e0cea Merge pull request #67 from polachok/netlink by Alex Crichton · 9 years ago
  65. 5d86064 Merge branch 'master' into netlink by Alexander Polakov · 9 years ago
  66. 69ca9e9 Netlink constants by Alexander Polakov · 9 years ago
  67. 453add4 Merge pull request #66 from alexcrichton/librt by Alex Crichton · 9 years ago
  68. 68a5c44 Link to librt on non-apple platforms by Alex Crichton · 9 years ago
  69. 8531cc1 Merge pull request #65 from devonhollowood/master by Alex Crichton · 9 years ago
  70. 772f891 Remove reference to raw_pointer_derive lint by Devon Hollowood · 9 years ago
  71. 904ffb2 Merge pull request #64 from dignati/freebsd-sigstksz by Alex Crichton · 9 years ago
  72. 8e35e26 Fix SIGSTKSZ for FreeBSD by Ole Krüger · 9 years ago
  73. 761f04a Merge pull request #63 from alexcrichton/fix-dox by Alex Crichton · 9 years ago
  74. ba0aea0 Fix links to docs by Alex Crichton · 9 years ago
  75. b375fae Merge pull request #62 from dimbleby/hostent by Alex Crichton · 9 years ago
  76. ccacbe8 Add hostent structure by David Hotham · 9 years ago
  77. 76587b1 Merge pull request #60 from mneumann/dragonfly_sigstksz2 by Alex Crichton · 9 years ago
  78. dab9b8b Fix SIGSTKSZ for DragonFly by Michael Neumann · 9 years ago
  79. 83ac25a Merge pull request #50 from polachok/netlink by Alex Crichton · 9 years ago
  80. e0cde4e Merge branch 'master' into netlink by Alexander Polakov · 9 years ago
  81. a3d5695 Merge pull request #57 from mneumann/dragonfly_ss_sp by Alex Crichton · 9 years ago
  82. 88bd2d7 DragonFly/FreeBSD: Make ss_sp *mut c_void as in the other implementations by Michael Neumann · 9 years ago
  83. 420f2e4 Disable sockaddr_nl on musl target by Alexander Polakov · 9 years ago
  84. 6b58ed3 Add netlink.h in attempt to fix test by Alexander Polakov · 9 years ago
  85. 440bd53 sockaddr_nl for netlink sockets by Alexander Polakov · 9 years ago
  86. e7ff66b Merge pull request #53 from romanb/bugfix/android-aarch64 by Alex Crichton · 9 years ago
  87. 5a8485b Fix undeclared type name errors when targeting android aarch64. by Roman S. Borschel · 9 years ago
  88. 62ce956 Merge pull request #54 from alexcrichton/bump by Alex Crichton · 9 years ago
  89. f70787b Bump to 0.2.2 by Alex Crichton · 9 years ago
  90. a224b17 Merge pull request #52 from alexcrichton/bytes-bits by Alex Crichton · 9 years ago
  91. ef66d12 There are 8 bits in a byte by Alex Crichton · 9 years ago
  92. b1a043f Merge pull request #51 from alexcrichton/musl-organize by Alex Crichton · 9 years ago
  93. 62a6c82 Reorganize mips/musl/other slightly by Alex Crichton · 9 years ago
  94. 67567df Revert "Fix links to docs" by Alex Crichton · 9 years ago
  95. 5f98113 Fix type of FIOCLEX/FIONBIO on musl by Alex Crichton · 9 years ago
  96. 767ba14 Fix links to docs by Alex Crichton · 9 years ago
  97. c821847 Merge pull request #46 from alexcrichton/ni-maxhost by Alex Crichton · 9 years ago
  98. 9f52b89 Add NI_MAXHOST by Alex Crichton · 9 years ago
  99. d7d4fed Fix type of android constant by Alex Crichton · 9 years ago
  100. 5977f5b Merge pull request #44 from alexcrichton/more-android by Alex Crichton · 9 years ago