1. a8a817a Auto merge of #1252 - vi:ORIGDSTADDR, r=gnzlbg by bors · 6 years ago
  2. 810b8c6 Auto merge of #1251 - jasonbking:solarish-sq, r=gnzlbg by bors · 6 years ago
  3. 821fd8a Fix style by Jason King · 6 years ago
  4. 4d0694c Add IP[V6]_[RECV]ORIGDSTADDR for Linux and Android by Vitaly _Vi Shukela · 6 years ago
  5. 9638d0d Rename solaris dir to solarish to indicate it's including both Solaris by Jason King · 6 years ago
  6. c408759 unbreak openbsd after #1217 by Sébastien Marie · 6 years ago
  7. a17a91c Fix build on all platforms by gnzlbg · 6 years ago
  8. eddc8d3 Specialize CMSG_NXTHDR for Android and Emscripten by Alan Somers · 6 years ago
  9. 4300666 Fix Linux's CMSG_NXTHDR and CMSG_SPACE definitions. by Alan Somers · 6 years ago
  10. 73df81f Fix CMSG_NXTHDR for OSX. by Alan Somers · 6 years ago
  11. 942f6ae Auto merge of #1217 - Susurrus:rfc_2235, r=gnzlbg by bors · 6 years ago
  12. 1f63b26 Auto merge of #1230 - vdagonneau:master, r=gnzlbg by bors · 6 years ago
  13. dfb7c0c Added the proper libc header to libc-test; Removed some defines as they seem to be too new. by Vincent Dagonneau · 6 years ago
  14. f368458 Check for Copy impls for all types by Bryant Mairs · 6 years ago
  15. fa9cb78 Check for Debug impls for all types by Bryant Mairs · 6 years ago
  16. cd1e16d Implement Hash for all types by Bryant Mairs · 6 years ago
  17. 79ae121 Implement Debug for all types by Bryant Mairs · 6 years ago
  18. 868a85d Implement PartialEq,Eq for all types by Bryant Mairs · 6 years ago
  19. 69c9c54 char is unsigned on FreeBSD aarch64 and powerpc64 by MikaelUrankar · 6 years ago
  20. 6c1e2de Add powerpc64-unknown-freebsd by Your Name · 6 years ago
  21. 118c7ae Merge pull request #1236 from MikaelUrankar/freebsd_arm by Alex Crichton · 6 years ago
  22. e628de2 Add armv6 and armv7 FreeBSD targets by MikaelUrankar · 6 years ago
  23. 01752b3 Added inotify bindings. by Vincent Dagonneau · 6 years ago
  24. 5e18756 FreeBSD 10.x is EOL, in FreeBSD 11 and later, ss_sp is actually a void* [1] by Your Name · 6 years ago
  25. 70284d7 Auto merge of #1212 - asomers:cmsg, r=alexcrichton by bors · 6 years ago
  26. 8067378 Fix CMSG_DATA(3) and friends on BSD by Alan Somers · 6 years ago
  27. 6b8ef41 Auto merge of #1211 - asomers:netbsd_aio, r=gnzlbg by bors · 6 years ago
  28. ac6e2a7 Auto merge of #1201 - thendiscard:master, r=gnzlbg by bors · 6 years ago
  29. 18b0102 Auto merge of #1188 - pusateri:netbsd8, r=gnzlbg by bors · 6 years ago
  30. e2d584d Fix linking aio_read(3) and friends on NetBSD by Alan Somers · 6 years ago
  31. b8efb9c Rectify line length by alecmocatta · 6 years ago
  32. de64c55 Fix https://github.com/rust-lang/libc/pull/1200#issuecomment-453712616 by alecmocatta · 6 years ago
  33. 8bb09e2 Auto merge of #1202 - acfoltzer:greg-offsets, r=alexcrichton by bors · 6 years ago
  34. 696b8b7 fix typo in x86 register constants by Adam C. Foltzer · 6 years ago
  35. ae06c2b glibc x86: add the register offset constants for mcontext_t.gregs by Adam C. Foltzer · 6 years ago
  36. 3ecdcff Remove fexecve from netbsdlike as it's not implemented by Andrei-Marius Radu · 6 years ago
  37. f97d3c4 add FIO* for netbsd by alecmocatta · 6 years ago
  38. 6ce007f add FIO* for freebsd by alecmocatta · 6 years ago
  39. 36baf93 Fix uname on FreeBSD by Alan Somers · 6 years ago
  40. 2c95a0d Add IP_RECVDSTADDR on netbsd. by Tom Pusateri · 6 years ago
  41. 7b3d2c6 Auto merge of #1184 - pusateri:recvif, r=gnzlbg by bors · 6 years ago
  42. 0f712b3 NetBSD 8 adds new address family chaning AF_MAX and new ifaddrs flags. by Tom Pusateri · 6 years ago
  43. 3229fca Add IP_RECVIF to BSD and IP_RECVDSTADDR to apple. by Tom Pusateri · 6 years ago
  44. 63d1a8c Define missing F_RDLCK, F_WRLCK and F_UNLCK constants on linux-s390x by John Paul Adrian Glaubitz · 6 years ago
  45. 44fd808 Define missing F_RDLCK, F_WRLCK and F_UNLCK constants on linux-mips by John Paul Adrian Glaubitz · 6 years ago
  46. 8ee2700 Auto merge of #1175 - Ralith:ip-tos, r=alexcrichton by bors · 6 years ago
  47. b8e6454 Add `NI_*` constants from `netdb.h` for macOS. by Markus Reiter · 6 years ago
  48. 2a9c0c3 Add `AI_*` constants from `netdb.h` for macOS. by Markus Reiter · 6 years ago
  49. 0de81a6 Narrow IPTOS_ECN_... definitions by Benjamin Saunders · 6 years ago
  50. 26c34b7 No IP_RECVTOS for DragonFlyBSD by Benjamin Saunders · 6 years ago
  51. 948f2ab Add BSD IP_RECVTOS definitions by Benjamin Saunders · 6 years ago
  52. 076edb2 Add IPV6 analogs by Benjamin Saunders · 6 years ago
  53. ae6a262 Handle inconsistent spelling by Benjamin Saunders · 6 years ago
  54. 0f9d41f Style fix by Benjamin Saunders · 6 years ago
  55. ba5bfc6 Fix BSD IP_TOS value by Benjamin Saunders · 6 years ago
  56. 94e30df Expose unix ECN-related constants by Benjamin Saunders · 6 years ago
  57. df277e2 Add MFD_HUGETLB const for linux by Tobias Klauser · 6 years ago
  58. 6d22f54 Add support for SysV semaphores on Apple platform by Craig M. Brandenburg · 6 years ago
  59. bbed4d4 Move SOL_BLUETOOTH to notbsd module by Jon Magnuson · 6 years ago
  60. f5fa416 Auto merge of #1158 - strake:TIMER_ABSTIME, r=gnzlbg by bors · 6 years ago
  61. 7ada017 Auto merge of #1164 - AdelieLinux:musl-endianness, r=alexcrichton by bors · 6 years ago
  62. 9a8908c Auto merge of #1165 - xd009642:gid-funcs, r=gnzlbg by bors · 6 years ago
  63. 7d65de6 not define `TIMER_ABSTIME` on Apple by M Farkas-Dyck · 6 years ago
  64. b668e77 NetBSD: unbreak tests; neither TCP_NOPUSH or TCP_NOOPT yet exist here by Jonathan A. Kollasch · 6 years ago
  65. 1604cf5 Added setegid function by xd009642 · 6 years ago
  66. 06bf363 musl: 64-bit: Ensure proper (c)msghdr layout on big-endian by A. Wilcox · 6 years ago
  67. cc22997 Add AF_XDP, PF_XDP and SOL_XDP consts for linux by Tobias Klauser · 6 years ago
  68. 89faefe Auto merge of #1160 - levex:dfly-add-missing-errnos, r=alexcrichton by bors · 6 years ago
  69. 5a3374a DragonflyBSD: add ENOMEDIUM and EASYNC by Levente Kurusa · 6 years ago
  70. 92d5026 define `TIMER_ABSTIME` on BSD by M Farkas-Dyck · 6 years ago
  71. 832828f Add SO_PASSCRED for sparc64 by Bryant Mairs · 6 years ago
  72. af6e4fd Auto merge of #1155 - semarie:openbsd-unbreak, r=gnzlbg by bors · 6 years ago
  73. 8bd330a Auto merge of #1153 - gnzlbg:fuchsia2, r=alexcrichton by bors · 6 years ago
  74. a1fb747 openbsd: add KERN_CPUSTATS and increment KERN_MAXID by Sébastien Marie · 6 years ago
  75. 969b650 openbsd: unbreak: TCP_* flags by Sébastien Marie · 6 years ago
  76. 596ba58 Auto merge of #1146 - mwanner:musl-pthread-affinity, r=alexcrichton by bors · 6 years ago
  77. 81a0e2c openbsd: unbreak: chflags family by Sébastien Marie · 6 years ago
  78. 32a7d17 Add some TCP constants by Fensteer · 6 years ago
  79. 9acd5ea Remove unreachable fuchsia branches by gnzlbg · 6 years ago
  80. 50719a3 Auto merge of #1105 - gz:fix-timestamping, r=gnzlbg by bors · 6 years ago
  81. 01feb16 Update sparc64 value for SO_TIMESTAMPING. by Gerd Zellweger · 6 years ago
  82. 268a282 Add a couple pthread function definitions and get_sched for musl. by Markus Wanner · 6 years ago
  83. 75071fe Merge branch 'master' into strcase-various by Tom Parker-Shemilt · 6 years ago
  84. a5bfa1a Add alias for MAP_ANONYMOUS to Apple targets. by gnzlbg · 6 years ago
  85. 9e62682 Remove some SOF_TIMESTAMPING_ options not supported with musl. by Gerd Zellweger · 6 years ago
  86. 1f038a5 Break long line to make style check pass. by Gerd Zellweger · 6 years ago
  87. 52b2015 Add SOF_TIMESTAMPING_* from linux/net_tstamp.h. by Gerd Zellweger · 6 years ago
  88. f68d06e Move SO_TIMESTAMPING and SCM_TIMESTAMPING. by Gerd Zellweger · 6 years ago
  89. 08eaa2c Split out strcase* into unix, MSVC and Windows-GNU by Tom Parker-Shemilt · 6 years ago
  90. d931cd2 Merge branch 'master' into strcase-various by Tom Parker-Shemilt · 6 years ago
  91. 91bd079 Prepare for being included via crates.io into std by Alex Crichton · 6 years ago
  92. 5b40375 Auto merge of #1129 - gnzlbg:sgx, r=gnzlbg by bors · 6 years ago
  93. 5c1a6b8 splice the common libc functions and ctypes throughout the library by gnzlbg · 6 years ago
  94. c97a771 Add missing condition for musl mips64 by Mike Hommey · 6 years ago
  95. a145cf7 Fix line-length unix style issue by Tom Parker-Shemilt · 6 years ago
  96. b81bb4a Fix missing imports for unix module by Tom Parker-Shemilt · 6 years ago
  97. 9c6714e Define _WITH_GETLINE for FreeBSD so we can move getline into general Unix by Tom Parker-Shemilt · 6 years ago
  98. 9828bd9 Split out getline and strcasestr to supported platforms by Tom Parker-Shemilt · 6 years ago
  99. 3bc400d Add chflags(2) and friends by Alan Somers · 6 years ago
  100. 2475278 android: restore signalfd fields to c_ulonglong by Stephen Barber · 6 years ago