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] backports #3966

Merged
merged 5 commits into from
Oct 15, 2024
Merged

[0.2] backports #3966

merged 5 commits into from
Oct 15, 2024

Commits on Oct 15, 2024

  1. adding tcp_info struct to linux musl/glibc.

    (backport <rust-lang#3480>)
    (cherry picked from commit ee0bf57)
    devnexen authored and tgross35 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4da0c1c View commit details
    Browse the repository at this point in the history
  2. adding a handful of linux fanotify data types.

    close rust-lang#3688
    
    (backport <rust-lang#3695>)
    (cherry picked from commit 7b338f9)
    devnexen authored and tgross35 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    605aeac View commit details
    Browse the repository at this point in the history
  3. redox: Make ino_t be c_ulonglong (rust-lang#3919)

    (backport <rust-lang#3919>)
    (cherry picked from commit 7cab757)
    jackpot51 authored and tgross35 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5921e10 View commit details
    Browse the repository at this point in the history
  4. Link windows-sys crate (rust-lang#3915)

    WinAPI provides low level libc-like functions but for Windows.
    One may expect to find it here, so provide the links.
    
    `windows-sys` is provided by Microsoft. Official, looks good.
    
    (backport <rust-lang#3915>)
    (cherry picked from commit 433d019)
    stepancheg authored and tgross35 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5951de5 View commit details
    Browse the repository at this point in the history
  5. Add getpwnam_r, getpwuid_r to emscripten (rust-lang#3906)

    (backport <rust-lang#3906>)
    (cherry picked from commit d5b17d5)
    ChanTsune authored and tgross35 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a37cdde View commit details
    Browse the repository at this point in the history