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

[0.2] Backport of three pull requests #3876

Merged
merged 3 commits into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. Add missing constant S_ISVTX for vxworks

    (backport <rust-lang#3768>)
    [ Change to `c_int` rather than `mode_t`. We should make everything
      consistent at some point, just not a partial change here. - Trevor ]
    (cherry picked from commit e9b1b9c)
    B I Mohammed Abbas authored and tgross35 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4c0eaac View commit details
    Browse the repository at this point in the history
  2. OpenBSD: add sendmmsg and recvmmsg support.

    (backport <rust-lang#3831>)
    (cherry picked from commit c369185)
    devnexen authored and tgross35 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9b88c55 View commit details
    Browse the repository at this point in the history
  3. Unify the ioctl declarations on linux

    This uses the existing Ioctl type to reduce the duplication.
    
    (backport <rust-lang#3722>)
    (cherry picked from commit 01a3617)
    espindola authored and tgross35 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    adafc28 View commit details
    Browse the repository at this point in the history