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. f368458 Check for Copy impls for all types by Bryant Mairs · 6 years ago
  4. fa9cb78 Check for Debug impls for all types by Bryant Mairs · 6 years ago
  5. 70284d7 Auto merge of #1212 - asomers:cmsg, r=alexcrichton by bors · 6 years ago
  6. 8067378 Fix CMSG_DATA(3) and friends on BSD by Alan Somers · 6 years ago
  7. 6b8ef41 Auto merge of #1211 - asomers:netbsd_aio, r=gnzlbg by bors · 6 years ago
  8. ac6e2a7 Auto merge of #1201 - thendiscard:master, r=gnzlbg by bors · 6 years ago
  9. 18b0102 Auto merge of #1188 - pusateri:netbsd8, r=gnzlbg by bors · 6 years ago
  10. e2d584d Fix linking aio_read(3) and friends on NetBSD by Alan Somers · 6 years ago
  11. b8efb9c Rectify line length by alecmocatta · 6 years ago
  12. de64c55 Fix https://github.com/rust-lang/libc/pull/1200#issuecomment-453712616 by alecmocatta · 6 years ago
  13. 3ecdcff Remove fexecve from netbsdlike as it's not implemented by Andrei-Marius Radu · 6 years ago
  14. f97d3c4 add FIO* for netbsd by alecmocatta · 6 years ago
  15. 36baf93 Fix uname on FreeBSD by Alan Somers · 6 years ago
  16. 2c95a0d Add IP_RECVDSTADDR on netbsd. by Tom Pusateri · 6 years ago
  17. 0f712b3 NetBSD 8 adds new address family chaning AF_MAX and new ifaddrs flags. by Tom Pusateri · 6 years ago
  18. 3229fca Add IP_RECVIF to BSD and IP_RECVDSTADDR to apple. by Tom Pusateri · 6 years ago
  19. 076edb2 Add IPV6 analogs by Benjamin Saunders · 6 years ago
  20. f5fa416 Auto merge of #1158 - strake:TIMER_ABSTIME, r=gnzlbg by bors · 6 years ago
  21. 7d65de6 not define `TIMER_ABSTIME` on Apple by M Farkas-Dyck · 6 years ago
  22. b668e77 NetBSD: unbreak tests; neither TCP_NOPUSH or TCP_NOOPT yet exist here by Jonathan A. Kollasch · 6 years ago
  23. a1fb747 openbsd: add KERN_CPUSTATS and increment KERN_MAXID by Sébastien Marie · 6 years ago
  24. 969b650 openbsd: unbreak: TCP_* flags by Sébastien Marie · 6 years ago
  25. 81a0e2c openbsd: unbreak: chflags family by Sébastien Marie · 6 years ago
  26. 32a7d17 Add some TCP constants by Fensteer · 6 years ago
  27. 3bc400d Add chflags(2) and friends by Alan Somers · 6 years ago
  28. 56fd329 NetBSD: these extattr functions are not in libutil, but libc by Jonathan A. Kollasch · 6 years ago
  29. 091669f Auto merge of #1117 - jakllsch:netbsd-extattr-signatures, r=gnzlbg by bors · 6 years ago
  30. 9525816 Auto merge of #1108 - jakllsch:netbsd-pthread-types, r=alexcrichton by bors · 6 years ago
  31. 21258da NetBSD: fix extattr_set_* return types by Jonathan A. Kollasch · 6 years ago
  32. 2d807ee wrap a long line by Jonathan A. Kollasch · 6 years ago
  33. 00b9372 Add extattr(2) and extattr(3) definitions for FreeBSD and NetBSD by Alan Somers · 6 years ago
  34. 7924fcc NetBSD: fix previous for targets other than aarch64 by Jonathan A. Kollasch · 6 years ago
  35. 5cca062 NetBSD: rework recent pthread type corrections to avoid cfg_if! by Jonathan A. Kollasch · 6 years ago
  36. a81f45e whitespace fix for previous by Jonathan A. Kollasch · 6 years ago
  37. 6346e17 NetBSD: fix pthread types on arm and powerpc by Jonathan A. Kollasch · 6 years ago
  38. 8915f42 Added dup3() support on FreeBSD, NetBSD, OpenBSD and Solaris. by Koutheir Attouchi · 6 years ago
  39. f6e6be1 Added PT_FIRSTMACH by xd009642 · 6 years ago
  40. e6d8c8d Added openbsdlike and fixed netbsd/x86_64.rs by xd009642 · 6 years ago
  41. 3a10e23 Fixed import by xd009642 · 6 years ago
  42. 08e34d7 Arch specific ptrace commands for netbsd by xd009642 · 6 years ago
  43. 57b136a Add ptrace for non-apple BSDs by xd009642 · 6 years ago
  44. c0fab38 NetBSD: correct link_name of some time-related functions by Jonathan A. Kollasch · 6 years ago
  45. 0478c60 NetBSD: add basic types for aarch64 by Jonathan A. Kollasch · 6 years ago
  46. 80f2d7d fix syntax error in previous by Jonathan A. Kollasch · 6 years ago
  47. 174888f NetBSD: correct c_char signedness on arm and powerpc by Jonathan A. Kollasch · 6 years ago
  48. 5ac35c8 Auto merge of #1039 - alesharik:master, r=alexcrichton by bors · 6 years ago
  49. 5ec8699 Implement statfs for dragonfly, freebsd and openbsd by alesharik · 6 years ago
  50. 280976e fix struct arphdr alignment on OpenBSD by Sébastien Marie · 6 years ago
  51. 9d203f5 adjust SIGSTKSZ value for OpenBSD 6.3-current by Sébastien Marie · 6 years ago
  52. ec026d6 add HW_NCPUONLINE sysctl (number of cpus being used) on OpenBSD by Sébastien Marie · 6 years ago
  53. 14f6cf8 add KERN_AUDIO and inc KERN_MAXID on OpenBSD by Sébastien Marie · 6 years ago
  54. c70efd8 TCP_KEEP* constants are netbsd specific by Sébastien Marie · 6 years ago
  55. 93bc59e Auto merge of #1018 - scottlamb:pr-fdopendir, r=alexcrichton by bors · 6 years ago
  56. 322ba04 add fdopendir on macOS by Scott Lamb · 6 years ago
  57. 1cc2f1e add net/if_arp.h definitions by Andrew Cann · 6 years ago
  58. 18ff683 Add sem_getvalue to unix by Jason Longshore · 6 years ago
  59. 4861720 Add TIOCGWINSZ to openbsd by kpcyrd · 6 years ago
  60. 3054d3e Auto merge of #983 - mcginty:bsd-pktinfo, r=alexcrichton by bors · 6 years ago
  61. 6f0e67a add remaining pktinfo consts/structs for the other BSDs by Jake McGinty · 6 years ago
  62. 09c7181 define more TCP_ sockopts on bsd by Arvid E. Picciani · 6 years ago
  63. 04aa1bb openbsd: SIGSTKSZ has been reduced by Sébastien Marie · 6 years ago
  64. 6771368 Auto merge of #952 - semarie:map_stack, r=alexcrichton by bors · 6 years ago
  65. 22d078e netbsdlike: add TIOCSCTTY and TIOCSWINSZ ioctls. by Matt T. Proud · 6 years ago
  66. 8744ca1 Add strtonum to OpenBSD by Jan S · 6 years ago
  67. 1652763 Add MAP_STACK constant to OpenBSD by Sébastien Marie · 6 years ago
  68. ba2e460 Retract ucred type alias for sockpeercred from OpenBSD and Bitrig by Wictor Lund · 6 years ago
  69. 837310d Auto merge of #942 - wictory:pledge_changed, r=alexcrichton by bors · 6 years ago
  70. 1669334 Auto merge of #943 - wictory:recycle_ffi_openbsd, r=alexcrichton by bors · 6 years ago
  71. 88c536d Recycle IFF_NOTRAILERS into IFF_STATICARP in OpenBSD but not in Bitrig. by Wictor Lund · 6 years ago
  72. 6b20b37 getpwent_r() and getgrent_r() exists in NetBSD, but not in OpenBSD and Bitrig. by Wictor Lund · 6 years ago
  73. 349d343 Arguments of pledge(2) changed. by Wictor Lund · 6 years ago
  74. 2e38d9a Added ucred (sockpeercred) for OpenBSD and Bitrig by Wictor Lund · 6 years ago
  75. 6d959f1 Fix BSD errors (hopefully) by Fredrick Brennan · 6 years ago
  76. 99869e0 Fix failure to document for Open/NetBSD by Fredrick Brennan · 6 years ago
  77. 6228556 Fix issues raised by @gnzlbg by Fredrick Brennan · 6 years ago
  78. 3dd2162 Add termios ioctl constants to NetBSD by Bryant Mairs · 7 years ago
  79. 6c63b9d fix style by gnzlbg · 7 years ago
  80. a8c0a3b Auto merge of #871 - asomers:mq, r=alexcrichton by bors · 7 years ago
  81. 831ca99 POSIX mqueue bindings for the BSDs by Alan Somers · 7 years ago
  82. 94827af add aarch64-unknown-openbsd definition by Sébastien Marie · 7 years ago
  83. b63e15f openbsd: update errno definition by Sébastien Marie · 7 years ago
  84. 385a822 Auto merge of #866 - LuoZijun:patch-1, r=alexcrichton by bors · 7 years ago
  85. b3fca24 Add missing EAI_* flags for multiple platforms by Josh Driver · 7 years ago
  86. 789fd5e Add `sockaddr_dl` for all bsdlike by luozijun · 7 years ago
  87. 011ba6d Add ucred-like structs for FreeBSDs and NetBSD by Bryant Mairs · 7 years ago
  88. 6cf652e Remove unnecessary unsafe block by Bryant Mairs · 7 years ago
  89. 7ba66f7 Add additional errno constants for NetBSD by Bryant Mairs · 7 years ago
  90. 9108f5b Add network interface flag constants for all platforms by luozijun · 7 years ago
  91. e83f20b Add WCONTINUED const for OpenBSD by William Orr · 7 years ago
  92. a0e683e Fix kqueue filter consts type on NetBSD by Vojtech Kral · 7 years ago
  93. 7a06a32 netbsd: add KERN_PROC_ARGS sysctl MIB subtypes by Jonathan A. Kollasch · 7 years ago
  94. e26a5d5 add utimensat to netbsdlike by Sébastien Marie · 7 years ago
  95. 787addf Add DCCP constant definitions. by Jack Pappas · 7 years ago
  96. e8dd192 Define additional IPPROTO_* constants. by Jack Pappas · 7 years ago
  97. 22b98de Add asmjs/wasm32 to CI by Alex Crichton · 7 years ago
  98. 13478d0 Auto merge of #729 - Susurrus:ptrace_request, r=alexcrichton by bors · 7 years ago
  99. e41975a Remove fexecve() from Haiku and MacOS/iOS. by Bryant Mairs · 7 years ago
  100. 800dbfd Fix spelling of ptrace's request argument by Bryant Mairs · 7 years ago