Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for FreeBSD CURRENT (aka freebsd13) #1440

Merged
merged 21 commits into from Aug 10, 2019

Commits on Jul 15, 2019

  1. Copy the full SHA
    fd5eb3d View commit details
    Browse the repository at this point in the history
  2. Add constants and types

    AdminXVII committed Jul 15, 2019
    Copy the full SHA
    e6671e3 View commit details
    Browse the repository at this point in the history
  3. Style

    AdminXVII committed Jul 15, 2019
    Copy the full SHA
    0af8f18 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0da26d4 View commit details
    Browse the repository at this point in the history
  5. Style

    AdminXVII committed Jul 15, 2019
    Copy the full SHA
    f6c0ead View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Add support for FreeBSD CURRENT (aka freebsd13)

    Currently, libc supports and detects freebsd11 and freebsd13
    Unknown versions, like freebsd13, is treated as freebsd11.
    This patch solve the issues, detecting freebsd13 and treating it like
    freebsd12.
    Inverting the logic not(freebsd12) -> freebsd11 where possible
    pizzamig committed Jul 21, 2019
    Copy the full SHA
    96ea9c9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c2c62cc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    72aa226 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Copy the full SHA
    e21be8c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Copy the full SHA
    98dc609 View commit details
    Browse the repository at this point in the history
  2. Auto merge of rust-lang#1442 - gnzlbg:fix_ci2, r=gnzlbg

    Disable testing that thumbv6m-none-eabi builds properly
    bors committed Jul 26, 2019
    Copy the full SHA
    737b7d6 View commit details
    Browse the repository at this point in the history
  3. Don't forget the cfg_attr

    AdminXVII committed Jul 26, 2019
    Copy the full SHA
    4d4a423 View commit details
    Browse the repository at this point in the history
  4. Auto merge of rust-lang#1437 - sunfishcode:master, r=gnzlbg

    Update wasmtime to the latest master.
    
    The previous wasmtime revision is broken because one of its dependencies, `memoffset` 0.3, was yanked, which appears to make it unavailable. This was fixed by downgrading to `memoffset` 0.2.
    bors committed Jul 26, 2019
    Copy the full SHA
    d660c38 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. Copy the full SHA
    214d32d View commit details
    Browse the repository at this point in the history
  2. Auto merge of rust-lang#1438 - AdminXVII:extra-traits-redox, r=gnzlbg

    Increase Redox & Relibc support
    
    - Add a lot of constants from relibc
    - Fix the timezone not found error found previously on Redox
    - Wrap WIFEXITED _et al._ in an unsafe block to match the rest of the API
    - Add support for the extra_traits feature and Redox
    - Fmt
    
    cc @jackpot51
    bors committed Jul 27, 2019
    Copy the full SHA
    7c8e397 View commit details
    Browse the repository at this point in the history
  3. Auto merge of rust-lang#1443 - androm3da:hexagon_27jul_2019, r=gnzlbg

    Add support for hexagon-unknown-linux-musl
    bors committed Jul 27, 2019
    Copy the full SHA
    2b01f7e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Add support for FreeBSD CURRENT (aka freebsd13)

    Currently, libc supports and detects freebsd11 and freebsd13
    Unknown versions, like freebsd13, is treated as freebsd11.
    This patch solve the issues, detecting freebsd13 and treating it like
    freebsd12.
    Inverting the logic not(freebsd12) -> freebsd11 where possible
    pizzamig committed Jul 28, 2019
    Copy the full SHA
    4a74f1e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bde8b84 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    64bc745 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a3681f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Fix format

    pizzamig committed Aug 9, 2019
    Copy the full SHA
    154e58d View commit details
    Browse the repository at this point in the history