Skip to content
Snippets Groups Projects
  1. Jan 09, 2019
  2. Jan 03, 2019
  3. Jan 02, 2019
  4. Dec 28, 2018
    • Tom Pusateri's avatar
      Add IP_RECVDSTADDR on netbsd. · 2c95a0dc
      Tom Pusateri authored
      2c95a0dc
    • bors's avatar
      Auto merge of #1184 - pusateri:recvif, r=gnzlbg · 7b3d2c6f
      bors authored
      Add IP_RECVIF to BSD and IP_RECVDSTADDR to apple.
      
      FreeBSD/OpenBSD do not support IP_PKTINFO for IPv4 but use IP_RECVIF for interface index and IP_RECVDSTADDR for destination address.
      NetBSD and macOS also support IP_RECVIF and IP_RECVDSTADDR in addition to IP_PKTINFO.
      (For IPv6, all use IPV6_PKTINFO)
      7b3d2c6f
  5. Dec 27, 2018
  6. Dec 26, 2018
    • bors's avatar
      Auto merge of #1186 - glaubitz:fcntl-fixes, r=alexcrichton · 16b6c0ee
      bors authored
      Define missing F_RDLCK, F_WRLCK and F_UNLCK constants on linux-mips -and s390x
      
      These are defined in the fcntl.h glibc header on MIPS and s390x
      systems on Linux but missing in the libc crate, so add them as they
      are required for the file locking API in rustc.
      16b6c0ee
  7. Dec 25, 2018
  8. Dec 24, 2018
  9. Dec 23, 2018
  10. Dec 21, 2018
  11. Dec 20, 2018
  12. Dec 18, 2018
  13. Dec 17, 2018
  14. Dec 15, 2018
Loading