Skip to content
Snippets Groups Projects
  1. Aug 18, 2019
  2. Aug 17, 2019
  3. Aug 16, 2019
  4. Aug 15, 2019
  5. Aug 14, 2019
  6. Aug 13, 2019
  7. Aug 12, 2019
  8. Aug 10, 2019
    • bors's avatar
      Auto merge of #1440 - pizzamig:invert-freebsd12, r=gnzlbg · 245b0f89
      bors authored
      Add support for FreeBSD CURRENT (aka freebsd13)
      
      Using the last FreeBSD-CURRENT (development snapshot) the libc build, but tests fail.
      This patch detects and supports FreeBSD CURRENT as freebsd13, and reworks the conditional compilation to use the `freebsd11` attribute instead of `not(freebsd12)`
      For now, freebsd13 is reusing all freebsd12 definitions, except for `ELAST`
      While here, add a new `errno`introduced in freebsd13
      245b0f89
    • bors's avatar
      Auto merge of #1462 - jbaublitz:musl-netlink-support, r=gnzlbg · 692dc544
      bors authored
      Move musl-compatible constants to linux/mod.rs
      
      This is a continuation of #1452. I think CI is ready to run fully and the PR is ready to be merged if the pipelines pass based on the CI I've done using musl libc in my own projects.
      692dc544
    • bors's avatar
      Auto merge of #1408 - BaoshanPang:vxworks, r=gnzlbg · 9b09188d
      bors authored
      Support Vxworks
      
      Define the C interface to VxWorks
      9b09188d
Loading