1. eb75e53 Auto merge of #1004 - canndrew:fix-size_of, r=alexcrichton by bors · 6 years ago
  2. 020a68a fix size_of function in dox.rs by Andrew Cann · 6 years ago
  3. 9f3681c Auto merge of #998 - canndrew:linux-socket-ioctls, r=alexcrichton by bors · 6 years ago
  4. b02c6a3 Remove ioctl symbols for emscripten by Andrew Cann · 6 years ago
  5. dfaa8f6 correct some ioctl request values by Andrew Cann · 6 years ago
  6. 93f9167 Add linux socket ioctl defs by Andrew Cann · 6 years ago
  7. 4083c89 Auto merge of #994 - bkchr:android_fixes, r=alexcrichton by bors · 6 years ago
  8. 6a6dc86 Fixes test for android `getifaddrs` by Bastian Köcher · 6 years ago
  9. 0280db3 Moves `ifaddrs` and some functions to common Linux module by Bastian Köcher · 6 years ago
  10. a0edf29 Auto merge of #993 - redox-os:master, r=alexcrichton by bors · 6 years ago
  11. 786495f c_int over usize, whoops by jD91mZM2 · 6 years ago
  12. 030e503 Add SIG* on redox by jD91mZM2 · 6 years ago
  13. ad4d492 Auto merge of #992 - redox-os:master, r=alexcrichton by bors · 6 years ago
  14. 24cf502 Add a bunch of functions on redox and hope for the best by jD91mZM2 · 6 years ago
  15. 7d64d5a Auto merge of #990 - lucab:ups/android-sysconf, r=alexcrichton by bors · 6 years ago
  16. 725608c android: add POSIX sysconf constants by Luca Bruno · 6 years ago
  17. c5fb6db Auto merge of #989 - faern:release-0-2-41, r=alexcrichton by bors · 6 years ago
  18. 6bbe441 Bump to 0.2.41 by Linus Färnstrand · 6 years ago
  19. 5e025d6 Auto merge of #988 - morrowa:new_freebsd_sf_flags, r=alexcrichton by bors · 6 years ago
  20. 96ee7bf Add new sendfile flags for FreeBSD by Andrew Morrow · 6 years ago
  21. d0a5726 Auto merge of #985 - longshorej:sem_getvalue, r=alexcrichton by bors · 6 years ago
  22. b58c25d Temporarily disable s390x by Jason Longshore · 6 years ago
  23. 802bd7d Temporarily disable sparc64 by Jason Longshore · 6 years ago
  24. 18ff683 Add sem_getvalue to unix by Jason Longshore · 6 years ago
  25. f717d4b Auto merge of #984 - kpcyrd:openbsd-TIOCGWINSZ, r=alexcrichton by bors · 6 years ago
  26. 4861720 Add TIOCGWINSZ to openbsd by kpcyrd · 6 years ago
  27. 3054d3e Auto merge of #983 - mcginty:bsd-pktinfo, r=alexcrichton by bors · 6 years ago
  28. 6f0e67a add remaining pktinfo consts/structs for the other BSDs by Jake McGinty · 6 years ago
  29. 66190b3 Auto merge of #982 - aep:for-upstream, r=alexcrichton by bors · 6 years ago
  30. 09c7181 define more TCP_ sockopts on bsd by Arvid E. Picciani · 6 years ago
  31. 297fc41 Auto merge of #980 - mcginty:pktinfo, r=alexcrichton by bors · 6 years ago
  32. 0e3cf47 add pktinfo consts and structs for linux and apple by Jake McGinty · 6 years ago
  33. 73af363 Auto merge of #979 - tspiteri:readme-url-domain, r=alexcrichton by bors · 6 years ago
  34. 254bf2e fix README.md links by Trevor Spiteri · 6 years ago
  35. 484f275 Auto merge of #977 - tspiteri:url-domain, r=alexcrichton by bors · 6 years ago
  36. ec3a29c fix domain of html_root_url to be rust-lang.github.io by Trevor Spiteri · 6 years ago
  37. c8c3fb5 Auto merge of #975 - return:haiku, r=alexcrichton by bors · 6 years ago
  38. 353d645 haiku: Add RLIMIT_STACK and fix RTLD_* definitions by Calvin Hill · 6 years ago
  39. 69769fb Auto merge of #972 - gnzlbg:packed, r=alexcrichton by bors · 6 years ago
  40. 735a5a9 Auto merge of #974 - hawkingrei:feat/add_fread_unlock, r=alexcrichton by bors · 6 years ago
  41. 19a4c20 feat: add fread_unulock for linux by 真人 · 6 years ago
  42. 77837a0 bump compat Rust version from 1.0.0 to 1.13.0 by gnzlbg · 6 years ago
  43. dfee17f fix this for stdbuild only by gnzlbg · 6 years ago
  44. dc1956e fix undefined behavior due to incorrect packing on macosx by gnzlbg · 6 years ago
  45. 28b4d16 Auto merge of #971 - faern:public-netlink-fields, r=alexcrichton by bors · 6 years ago
  46. 540d7bb Auto merge of #970 - glandium:ctest, r=alexcrichton by bors · 6 years ago
  47. c8e9232 Make fields in all netlink related structs public by Linus Färnstrand · 6 years ago
  48. 4c5e483 Fix statvfs on mips and powerpc glibc by Mike Hommey · 6 years ago
  49. 0037222 Refresh Cargo.lock by Mike Hommey · 6 years ago
  50. 846ecb0 Auto merge of #960 - glandium:mutex-init, r=alexcrichton by bors · 6 years ago
  51. d901327 Add PTHREAD_*_MUTEX_INITIALIZER_NP for glibc by Mike Hommey · 6 years ago
  52. 4355dfc Add PTHREAD_MUTEX_ADAPTIVE_NP for glibc by Mike Hommey · 6 years ago
  53. 7eb6055 Auto merge of #967 - semarie:openbsd-sigstksz, r=alexcrichton by bors · 6 years ago
  54. 04aa1bb openbsd: SIGSTKSZ has been reduced by Sébastien Marie · 6 years ago
  55. c202081 Auto merge of #965 - cmbrandenburg:fcntl_file_lock, r=alexcrichton by bors · 6 years ago
  56. 263abfe Add flock type value definitions for Linux/other/x86_64 by Craig M. Brandenburg · 6 years ago
  57. 6771368 Auto merge of #952 - semarie:map_stack, r=alexcrichton by bors · 6 years ago
  58. cc835c9 Auto merge of #964 - npmccallum:master, r=alexcrichton by bors · 6 years ago
  59. 585e115 Default RHS to Self for Div and Shl by Nathaniel McCallum · 6 years ago
  60. 5123801 Auto merge of #962 - glandium:dox, r=alexcrichton by bors · 6 years ago
  61. e2bfbc5 Add dox::{Copy, Clone} impls for pointer and integer types. by Mike Hommey · 6 years ago
  62. 829d020 Auto merge of #958 - draganmladjenovic:uclibc_mips32, r=alexcrichton by bors · 6 years ago
  63. 6bc7e25 Fix style for #958. by dragan.mladjenovic · 6 years ago
  64. c8ab9e1 Auto merge of #957 - matttproud:support/netbsd/terminal-ioctl, r=alexcrichton by bors · 6 years ago
  65. ba0e4bb Fix libstd build for mips*-unknown-linux-uclibc by dragan.mladjenovic · 6 years ago
  66. 22d078e netbsdlike: add TIOCSCTTY and TIOCSWINSZ ioctls. by Matt T. Proud · 6 years ago
  67. a7e78a7 Auto merge of #955 - afck:master, r=alexcrichton by bors · 6 years ago
  68. 9d6556c Auto merge of #954 - cphrn:master, r=alexcrichton by bors · 6 years ago
  69. 6fd31ae Auto merge of #951 - FraGag:rename-dox-cfg, r=alexcrichton by bors · 6 years ago
  70. 0bb381c Add MCL_CURRENT and MCL_FUTURE to s390. by Andreas Fackler · 6 years ago
  71. 8744ca1 Add strtonum to OpenBSD by Jan S · 6 years ago
  72. 1652763 Add MAP_STACK constant to OpenBSD by Sébastien Marie · 6 years ago
  73. e1fd577 Bump to 0.2.40 by Francis Gagné · 6 years ago
  74. 18341fd Rename the dox configuration option to cross_platform_docs by Francis Gagné · 6 years ago
  75. 3e9ccfa Auto merge of #799 - asomers:fdatasync, r=alexcrichton by bors · 6 years ago
  76. 549da8a Define fdatasync on FreeBSD. It was introduced in FreeBSD 11.1. by Alan Somers · 7 years ago
  77. 12bdc41 Auto merge of #950 - wezm:update-freebsd-ci-image, r=alexcrichton by bors · 6 years ago
  78. cddc338 Merge branch 'fix-build-freebsd' into update-freebsd-ci-image by Wesley Moore · 6 years ago
  79. c1fa4b6 Update FreeBSD docker CI to use FreeBSD 11.1 image by Wesley Moore · 6 years ago
  80. d3e6651 Update the instructions for building a FreeBSD CI image by Wesley Moore · 6 years ago
  81. 9c56176 Auto merge of #949 - humenda:master, r=alexcrichton by bors · 6 years ago
  82. aa6afb9 redefine pthread_t for l4re-uclibc by Sebastian Humenda · 6 years ago
  83. be2f062 Fix test suite on FreeBSD 11 by Wesley Moore · 6 years ago
  84. 787420a Auto merge of #946 - bgermann:master, r=alexcrichton by bors · 6 years ago
  85. 650d58e Auto merge of #947 - bgermann:master, r=alexcrichton by bors · 6 years ago
  86. cf70168 Edit documentation by bgermann · 6 years ago
  87. 4c1d1f8 Add ___errno() for Solaris by bgermann · 6 years ago
  88. ebb3d05 Auto merge of #945 - wictory:rectract_ucred_from_openbsd, r=alexcrichton by bors · 6 years ago
  89. ba2e460 Retract ucred type alias for sockpeercred from OpenBSD and Bitrig by Wictor Lund · 6 years ago
  90. 837310d Auto merge of #942 - wictory:pledge_changed, r=alexcrichton by bors · 6 years ago
  91. 1669334 Auto merge of #943 - wictory:recycle_ffi_openbsd, r=alexcrichton by bors · 6 years ago
  92. 30c205c Auto merge of #944 - wictory:invalid_functions_in_openbsd, r=alexcrichton by bors · 6 years ago
  93. 88c536d Recycle IFF_NOTRAILERS into IFF_STATICARP in OpenBSD but not in Bitrig. by Wictor Lund · 6 years ago
  94. 6b20b37 getpwent_r() and getgrent_r() exists in NetBSD, but not in OpenBSD and Bitrig. by Wictor Lund · 6 years ago
  95. 349d343 Arguments of pledge(2) changed. by Wictor Lund · 6 years ago
  96. 659de79 Auto merge of #941 - wictory:ucred_openbsd, r=alexcrichton by bors · 6 years ago
  97. 2e38d9a Added ucred (sockpeercred) for OpenBSD and Bitrig by Wictor Lund · 6 years ago
  98. ed04152 Auto merge of #939 - ctrlcctrlv:master, r=alexcrichton by bors · 6 years ago
  99. 528374e Add FreeBSD `get[pw|gr]ent_r`, forgotten in #934 by Fredrick Brennan · 6 years ago
  100. 936e16b Auto merge of #934 - ctrlcctrlv:master, r=alexcrichton by bors · 6 years ago