1. c408759 unbreak openbsd after #1217 by Sébastien Marie · 6 years ago
  2. a17a91c Fix build on all platforms by gnzlbg · 6 years ago
  3. 73df81f Fix CMSG_NXTHDR for OSX. by Alan Somers · 6 years ago
  4. 942f6ae Auto merge of #1217 - Susurrus:rfc_2235, r=gnzlbg by bors · 6 years ago
  5. f368458 Check for Copy impls for all types by Bryant Mairs · 6 years ago
  6. fa9cb78 Check for Debug impls for all types by Bryant Mairs · 6 years ago
  7. cd1e16d Implement Hash for all types by Bryant Mairs · 6 years ago
  8. 79ae121 Implement Debug for all types by Bryant Mairs · 6 years ago
  9. 868a85d Implement PartialEq,Eq for all types by Bryant Mairs · 6 years ago
  10. 69c9c54 char is unsigned on FreeBSD aarch64 and powerpc64 by MikaelUrankar · 6 years ago
  11. 6c1e2de Add powerpc64-unknown-freebsd by Your Name · 6 years ago
  12. 118c7ae Merge pull request #1236 from MikaelUrankar/freebsd_arm by Alex Crichton · 6 years ago
  13. e628de2 Add armv6 and armv7 FreeBSD targets by MikaelUrankar · 6 years ago
  14. 5e18756 FreeBSD 10.x is EOL, in FreeBSD 11 and later, ss_sp is actually a void* [1] by Your Name · 6 years ago
  15. 70284d7 Auto merge of #1212 - asomers:cmsg, r=alexcrichton by bors · 6 years ago
  16. 8067378 Fix CMSG_DATA(3) and friends on BSD by Alan Somers · 6 years ago
  17. 6b8ef41 Auto merge of #1211 - asomers:netbsd_aio, r=gnzlbg by bors · 6 years ago
  18. ac6e2a7 Auto merge of #1201 - thendiscard:master, r=gnzlbg by bors · 6 years ago
  19. 18b0102 Auto merge of #1188 - pusateri:netbsd8, r=gnzlbg by bors · 6 years ago
  20. e2d584d Fix linking aio_read(3) and friends on NetBSD by Alan Somers · 6 years ago
  21. b8efb9c Rectify line length by alecmocatta · 6 years ago
  22. de64c55 Fix https://github.com/rust-lang/libc/pull/1200#issuecomment-453712616 by alecmocatta · 6 years ago
  23. 3ecdcff Remove fexecve from netbsdlike as it's not implemented by Andrei-Marius Radu · 6 years ago
  24. f97d3c4 add FIO* for netbsd by alecmocatta · 6 years ago
  25. 6ce007f add FIO* for freebsd by alecmocatta · 6 years ago
  26. 36baf93 Fix uname on FreeBSD by Alan Somers · 6 years ago
  27. 2c95a0d Add IP_RECVDSTADDR on netbsd. by Tom Pusateri · 6 years ago
  28. 0f712b3 NetBSD 8 adds new address family chaning AF_MAX and new ifaddrs flags. by Tom Pusateri · 6 years ago
  29. 3229fca Add IP_RECVIF to BSD and IP_RECVDSTADDR to apple. by Tom Pusateri · 6 years ago
  30. 8ee2700 Auto merge of #1175 - Ralith:ip-tos, r=alexcrichton by bors · 6 years ago
  31. b8e6454 Add `NI_*` constants from `netdb.h` for macOS. by Markus Reiter · 6 years ago
  32. 2a9c0c3 Add `AI_*` constants from `netdb.h` for macOS. by Markus Reiter · 6 years ago
  33. 0de81a6 Narrow IPTOS_ECN_... definitions by Benjamin Saunders · 6 years ago
  34. 26c34b7 No IP_RECVTOS for DragonFlyBSD by Benjamin Saunders · 6 years ago
  35. 948f2ab Add BSD IP_RECVTOS definitions by Benjamin Saunders · 6 years ago
  36. 076edb2 Add IPV6 analogs by Benjamin Saunders · 6 years ago
  37. ae6a262 Handle inconsistent spelling by Benjamin Saunders · 6 years ago
  38. ba5bfc6 Fix BSD IP_TOS value by Benjamin Saunders · 6 years ago
  39. 94e30df Expose unix ECN-related constants by Benjamin Saunders · 6 years ago
  40. 6d22f54 Add support for SysV semaphores on Apple platform by Craig M. Brandenburg · 6 years ago
  41. f5fa416 Auto merge of #1158 - strake:TIMER_ABSTIME, r=gnzlbg by bors · 6 years ago
  42. 7d65de6 not define `TIMER_ABSTIME` on Apple by M Farkas-Dyck · 6 years ago
  43. b668e77 NetBSD: unbreak tests; neither TCP_NOPUSH or TCP_NOOPT yet exist here by Jonathan A. Kollasch · 6 years ago
  44. 89faefe Auto merge of #1160 - levex:dfly-add-missing-errnos, r=alexcrichton by bors · 6 years ago
  45. 5a3374a DragonflyBSD: add ENOMEDIUM and EASYNC by Levente Kurusa · 6 years ago
  46. 92d5026 define `TIMER_ABSTIME` on BSD by M Farkas-Dyck · 6 years ago
  47. a1fb747 openbsd: add KERN_CPUSTATS and increment KERN_MAXID by Sébastien Marie · 6 years ago
  48. 969b650 openbsd: unbreak: TCP_* flags by Sébastien Marie · 6 years ago
  49. 81a0e2c openbsd: unbreak: chflags family by Sébastien Marie · 6 years ago
  50. 32a7d17 Add some TCP constants by Fensteer · 6 years ago
  51. a5bfa1a Add alias for MAP_ANONYMOUS to Apple targets. by gnzlbg · 6 years ago
  52. 91bd079 Prepare for being included via crates.io into std by Alex Crichton · 6 years ago
  53. 5c1a6b8 splice the common libc functions and ctypes throughout the library by gnzlbg · 6 years ago
  54. 3bc400d Add chflags(2) and friends by Alan Somers · 6 years ago
  55. 56fd329 NetBSD: these extattr functions are not in libutil, but libc by Jonathan A. Kollasch · 6 years ago
  56. 091669f Auto merge of #1117 - jakllsch:netbsd-extattr-signatures, r=gnzlbg by bors · 6 years ago
  57. b95fa26 Auto merge of #1115 - asomers:libutil_overlinking, r=alexcrichton by bors · 6 years ago
  58. 9525816 Auto merge of #1108 - jakllsch:netbsd-pthread-types, r=alexcrichton by bors · 6 years ago
  59. 21258da NetBSD: fix extattr_set_* return types by Jonathan A. Kollasch · 6 years ago
  60. e2b69a3 On FreeBSD and Dragonfly, don't unnecessarily link to libutil by Alan Somers · 6 years ago
  61. 2d807ee wrap a long line by Jonathan A. Kollasch · 6 years ago
  62. 00b9372 Add extattr(2) and extattr(3) definitions for FreeBSD and NetBSD by Alan Somers · 6 years ago
  63. 7924fcc NetBSD: fix previous for targets other than aarch64 by Jonathan A. Kollasch · 6 years ago
  64. 5cca062 NetBSD: rework recent pthread type corrections to avoid cfg_if! by Jonathan A. Kollasch · 6 years ago
  65. a81f45e whitespace fix for previous by Jonathan A. Kollasch · 6 years ago
  66. 04a13d1 Auto merge of #1098 - andrewtj:atj-cmsg-macros, r=alexcrichton by bors · 6 years ago
  67. 4182efd update osx constants for xcode10 by gnzlbg · 6 years ago
  68. 6346e17 NetBSD: fix pthread types on arm and powerpc by Jonathan A. Kollasch · 6 years ago
  69. 8915f42 Added dup3() support on FreeBSD, NetBSD, OpenBSD and Solaris. by Koutheir Attouchi · 6 years ago
  70. 2701f62 Add CMSG macros for unix/bsd and unix/notbsd by Andrew Tunnell-Jones · 6 years ago
  71. c58d7ab Add acct(2) to BSD tree by Josh Abraham · 6 years ago
  72. da73827 Add acct(2) to BSD tree by Josh Abraham · 6 years ago
  73. f6e6be1 Added PT_FIRSTMACH by xd009642 · 6 years ago
  74. e6d8c8d Added openbsdlike and fixed netbsd/x86_64.rs by xd009642 · 6 years ago
  75. 3a10e23 Fixed import by xd009642 · 6 years ago
  76. 08e34d7 Arch specific ptrace commands for netbsd by xd009642 · 6 years ago
  77. 57b136a Add ptrace for non-apple BSDs by xd009642 · 6 years ago
  78. 4e21f4a Fixed TRACE_ME typo by xd009642 · 6 years ago
  79. 1e04fb6 Added ptrace constants for apple by xd009642 · 6 years ago
  80. 3a04c32 Auto merge of #1088 - m-hilgendorf:patch-1, r=alexcrichton by bors · 6 years ago
  81. f1d56f6 Add ftok on MacOS by m-hilgendorf · 6 years ago
  82. ea3b319 add missing semi-colons by Jeremy Larkin · 6 years ago
  83. 4928bd9 Add fcntl constants for advisory locking on BSDs by Jeremy Larkin · 6 years ago
  84. 622cc28 Expose futimens and utimensat on FreeBSD and DragonFly by Julio Merino · 6 years ago
  85. b8245e3 Expose futimens and utimensat on Apple platforms by Julio Merino · 6 years ago
  86. 2f218e9 Add new FreeBSD socket option SO_REUSEPORT_LB. by Johannes Lundberg · 6 years ago
  87. b6dacea Merge pull request #1063 from jakllsch/netbsd-time50-fixes by Alex Crichton · 6 years ago
  88. c0fab38 NetBSD: correct link_name of some time-related functions by Jonathan A. Kollasch · 6 years ago
  89. 504f286 Push function into lower modules by debris · 6 years ago
  90. 56dde29 Two variants of exchangedata by debris · 6 years ago
  91. 195d63a Merge branch 'master' of github.com:rust-lang/libc into exchangedata by debris · 6 years ago
  92. c67224e Use u32 for exchangedata by debris · 6 years ago
  93. 0478c60 NetBSD: add basic types for aarch64 by Jonathan A. Kollasch · 6 years ago
  94. 80f2d7d fix syntax error in previous by Jonathan A. Kollasch · 6 years ago
  95. 174888f NetBSD: correct c_char signedness on arm and powerpc by Jonathan A. Kollasch · 6 years ago
  96. 83f78df Fix OSX builders on CI by Alex Crichton · 6 years ago
  97. e131bd1 change exchangedata param c_long -> c_ulong by debris · 6 years ago
  98. 3d5c968 exchangedata is osx only, fix the function signature by debris · 6 years ago
  99. 019f429 Merge branch 'master' into exchangedata by debris · 6 years ago
  100. 86e8394 remove FIOCLEX and FIONBIO which were shadowing a bsd-wide declaration by alecmocatta · 6 years ago