1. 787420a Auto merge of #946 - bgermann:master, r=alexcrichton by bors · 7 years ago
  2. 650d58e Auto merge of #947 - bgermann:master, r=alexcrichton by bors · 7 years ago
  3. cf70168 Edit documentation by bgermann · 7 years ago
  4. 4c1d1f8 Add ___errno() for Solaris by bgermann · 7 years ago
  5. ebb3d05 Auto merge of #945 - wictory:rectract_ucred_from_openbsd, r=alexcrichton by bors · 7 years ago
  6. ba2e460 Retract ucred type alias for sockpeercred from OpenBSD and Bitrig by Wictor Lund · 7 years ago
  7. 837310d Auto merge of #942 - wictory:pledge_changed, r=alexcrichton by bors · 7 years ago
  8. 1669334 Auto merge of #943 - wictory:recycle_ffi_openbsd, r=alexcrichton by bors · 7 years ago
  9. 30c205c Auto merge of #944 - wictory:invalid_functions_in_openbsd, r=alexcrichton by bors · 7 years ago
  10. 88c536d Recycle IFF_NOTRAILERS into IFF_STATICARP in OpenBSD but not in Bitrig. by Wictor Lund · 7 years ago
  11. 6b20b37 getpwent_r() and getgrent_r() exists in NetBSD, but not in OpenBSD and Bitrig. by Wictor Lund · 7 years ago
  12. 349d343 Arguments of pledge(2) changed. by Wictor Lund · 7 years ago
  13. 659de79 Auto merge of #941 - wictory:ucred_openbsd, r=alexcrichton by bors · 7 years ago
  14. 2e38d9a Added ucred (sockpeercred) for OpenBSD and Bitrig by Wictor Lund · 7 years ago
  15. ed04152 Auto merge of #939 - ctrlcctrlv:master, r=alexcrichton by bors · 7 years ago
  16. 528374e Add FreeBSD `get[pw|gr]ent_r`, forgotten in #934 by Fredrick Brennan · 7 years ago
  17. 936e16b Auto merge of #934 - ctrlcctrlv:master, r=alexcrichton by bors · 7 years ago
  18. d058e0c Refresh Cargo.lock by Fredrick Brennan · 7 years ago
  19. 6d959f1 Fix BSD errors (hopefully) by Fredrick Brennan · 7 years ago
  20. 99869e0 Fix failure to document for Open/NetBSD by Fredrick Brennan · 7 years ago
  21. 0f24a66 Fix long line by Fredrick Brennan · 7 years ago
  22. 6228556 Fix issues raised by @gnzlbg by Fredrick Brennan · 7 years ago
  23. f59c095 Remove "double blank line" by Fredrick Brennan · 7 years ago
  24. 74c554c Fix build error on stable Rust by Fredrick Brennan · 7 years ago
  25. 5f9538d Add passwd/group APIs needed for nix-rust/nix#864 by Fredrick Brennan · 7 years ago
  26. 68d4848 Auto merge of #937 - bdrewery:freebsd-ino64-compat, r=alexcrichton by bors · 7 years ago
  27. 78f9322 Use pre-ino64 FreeBSD symbols to resolve binary compatibility. by Bryan Drewery · 7 years ago
  28. f093861 Auto merge of #936 - bdrewery:freebsd-kevent-compat, r=alexcrichton by bors · 7 years ago
  29. 969ad2b Link against kevent@FBSD_1.0 to fix ABI compat with FreeBSD12. by Bryan Drewery · 7 years ago
  30. 677b645 Auto merge of #935 - bgermann:master, r=alexcrichton by bors · 7 years ago
  31. c299cc4 Add Solaris constants needed by net2 by bgermann · 7 years ago
  32. 2bfacc8 Auto merge of #933 - raphlinus:ipv6_fuchsia, r=alexcrichton by bors · 7 years ago
  33. 709709d Add IPV6_UNICAST_HOPS to fuchsia module by Raph Levien · 7 years ago
  34. 8bed48a Auto merge of #931 - bdrewery:posix_spawn_freebsd, r=alexcrichton by bors · 7 years ago
  35. 92d3739 Auto merge of #930 - gnzlbg:fix_musl, r=alexcrichton by bors · 7 years ago
  36. 78320c7 retry by gnzlbg · 7 years ago
  37. 2938d1c fix style by gnzlbg · 7 years ago
  38. 5c95d8d wrap target_vendor with stdbuild by gnzlbg · 7 years ago
  39. f9c3968 perform ctest with and without std by gnzlbg · 7 years ago
  40. 5b890a3 fix ci script by gnzlbg · 7 years ago
  41. 4c0b6ea fix style by gnzlbg · 7 years ago
  42. 9888438 test --no-default-features and fix musl builds by gnzlbg · 7 years ago
  43. bb2a95c Auto merge of #927 - bluejekyll:master, r=alexcrichton by bors · 7 years ago
  44. 5a50bec 0.2.37 for release by Benjamin Fry · 7 years ago
  45. 92d50c9 Add posix_spawn bindings for FreeBSD by Bryan Drewery · 7 years ago
  46. 8650afb Auto merge of #926 - faern:add-netfilter-fields, r=alexcrichton by bors · 7 years ago
  47. 42377bb Auto merge of #925 - bluejekyll:master, r=alexcrichton by bors · 7 years ago
  48. 0e421c9 add IPV6_UNICAST_HOPS by Benjamin Fry · 7 years ago
  49. b89d662 Add missing NFT_ constants from nf_tables.h by Linus Färnstrand · 7 years ago
  50. 750fcf5 Add missing netfilter constants by Linus Färnstrand · 7 years ago
  51. c8fb675 Add INT_MIN and INT_MAX by Linus Färnstrand · 7 years ago
  52. 7ed5599 add IPV6_MULTICAST_IF and IPV6_MULTICAST_HOPS by Benjamin Fry · 7 years ago
  53. c473691 Auto merge of #924 - kristate:android_eth_p_fix, r=alexcrichton by bors · 7 years ago
  54. 28224df android: removing some newer constants included since kernel v4.12.3; by kristopher tate · 7 years ago
  55. 8ed5966 android: fixes style errors; by kristopher tate · 7 years ago
  56. d160a59 android: ETH_* constants from linux/if_ether.h ; ref nix-rust/nix#865 by kristopher tate · 7 years ago
  57. 2c97816 Auto merge of #922 - faern:add-netlink-structs, r=alexcrichton by bors · 7 years ago
  58. 95befb4 Bump NFT_*_MAXNAMELEN to 256 by Linus Färnstrand · 7 years ago
  59. fe49994 Move non-musl GENL_ constants to correct submodules by Linus Färnstrand · 7 years ago
  60. 69ae346 Add genetlink.h constants by Linus Färnstrand · 7 years ago
  61. 3932711 Add NLA_ALIGN(TO) constant/function by Linus Färnstrand · 7 years ago
  62. 6e211cd Add netlink/genetlink structs to notbsd by Linus Färnstrand · 7 years ago
  63. 88c33d4 Auto merge of #920 - glaubitz:sparc64, r=alexcrichton by bors · 7 years ago
  64. a9cddbc Prefer hexadecimal representation of O_TMPFILE on linux-sparc64 by John Paul Adrian Glaubitz · 7 years ago
  65. a4fb64a Auto merge of #919 - Susurrus:netbsd_termios_ioctl, r=alexcrichton by bors · 7 years ago
  66. 3dd2162 Add termios ioctl constants to NetBSD by Bryant Mairs · 7 years ago
  67. bbda50d Auto merge of #916 - LuoZijun:patch-1, r=alexcrichton by bors · 7 years ago
  68. 0f4ae0b Add constants IFF_TUN, IFF_TAP and IFF_NO_PI on linux, android and fuchsia system by luozijun · 7 years ago
  69. 9e8447d Auto merge of #912 - gnzlbg:macosx_shmem, r=alexcrichton by bors · 7 years ago
  70. 53e4733 add macosx sysv ipc shared memory by gnzlbg · 7 years ago
  71. 7827949 Auto merge of #902 - gnzlbg:missing_linux_intrinsics, r=malbarbo by bors · 7 years ago
  72. ea58a8c remove memfd_create by gnzlbg · 7 years ago
  73. c9e67b8 Auto merge of #911 - faern:add-netfilter, r=alexcrichton by bors · 7 years ago
  74. 4d5ed47 Add netfilter constants to Linux and Android by Linus Färnstrand · 7 years ago
  75. 11cabde Auto merge of #909 - alexcrichton:posix-spawn, r=alexcrichton by bors · 7 years ago
  76. 4621a34 Add posix_spawn bindings by Alex Crichton · 7 years ago
  77. 56444a4 Auto merge of #908 - malbarbo:musl-mips-static, r=alexcrichton by bors · 7 years ago
  78. 9613051 Auto merge of #887 - myfreeweb:freebsd-procdesc, r=alexcrichton by bors · 7 years ago
  79. c13302d Add rtprio (realtime priority) API for FreeBSD and DragonFly by Greg V · 7 years ago
  80. e228797 Auto merge of #907 - malbarbo:musl-ppc64-syscall, r=alexcrichton by bors · 7 years ago
  81. 6a7dd87 Add syscall table for musl/powerpc64 by Marco A L Barbosa · 7 years ago
  82. 042b707 Do not assume dynamic linking in musl mips by Marco A L Barbosa · 7 years ago
  83. 2aeb382 Ignore new FreeBSD constants in tests by Greg V · 7 years ago
  84. 6725fd6 Add FreeBSD process descriptors API by Greg V · 7 years ago
  85. ecea23a Add missing kqueue event filters on FreeBSD by Greg V · 7 years ago
  86. 6fa612f Auto merge of #905 - wfraser:dt_unknown, r=alexcrichton by bors · 7 years ago
  87. 1ada396 add DT_UNKNOWN by Bill Fraser · 7 years ago
  88. c099bb9 add sys/auxv.h to build.rs by gnzlbg · 7 years ago
  89. 049b43e make malloc_usable size take a *mut instead of *const by gnzlbg · 7 years ago
  90. 5e290c5 Auto merge of #903 - gnzlbg:bsd_domainname, r=alexcrichton by bors · 7 years ago
  91. 6d5c28b Auto merge of #904 - alexcrichton:fix-ci, r=alexcrichton by bors · 7 years ago
  92. ac4afe7 Switch to sparc64 to debian:stretch by Alex Crichton · 7 years ago
  93. 1f29ac3 Move some containers to ubuntu 18.04 by Alex Crichton · 7 years ago
  94. 9908dce move to linux::other by gnzlbg · 7 years ago
  95. 6c63b9d fix style by gnzlbg · 7 years ago
  96. c918643 Adds Linux's memfd_create by gnzlbg · 7 years ago
  97. b2cfdf2 remove getauxval and malloc_usable_size from musl by gnzlbg · 7 years ago
  98. 7c074b8 remove gethosname, use proper types depending on bsd flavour by gnzlbg · 7 years ago
  99. f6b64f0 Disable mallinfo on musl by gnzlbg · 7 years ago
  100. dca8a31 Add gethostname. by gnzlbg · 7 years ago