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

Automated pull from rust-lang/libc #66

Merged
merged 15 commits into from
Oct 26, 2023

Commits on Aug 18, 2023

  1. Adding to missing macros

    BrandonMFong committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    87c577e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    8bf0a5c View commit details
    Browse the repository at this point in the history
  2. Adding to semver

    BrandonMFong committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    45b1d00 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Revert "Disable FreeBSD 14 CI temporarily"

    This reverts commit c9643c8.
    
    New FreeBSD images have been available in gcloud since July.  Update the
    testing image to the latest, 14.0-BETA2
    asomers committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8dc0a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f43f14 View commit details
    Browse the repository at this point in the history
  3. Update FreeBSD 14 CI image to 14.0-RC1

    And update the definition of struct tcp_info for FreeBSD 14.
    asomers committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    eb3ff11 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    asomers committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    01bfa0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84b6565 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    2c3bf6f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Add vxworks mmap/shm

    jdygert-spok committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    aa992ce View commit details
    Browse the repository at this point in the history
  2. Auto merge of #3320 - BrandonMFong:main, r=JohnTitor

    Adding missing macros from linux/if_tun.h
    
    Close rust-lang/libc#3151
    
    I found the missing lines from my debian environment.
    ```
    brandonmfong@kama:~/brando/sources/repo/rust-libc/libc-test$ lsb_release  -a
    No LSB modules are available.
    Distributor ID:	Debian
    Description:	Debian GNU/Linux 11 (bullseye)
    Release:	11
    Codename:	bullseye
    ```
    bors committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6314c9f View commit details
    Browse the repository at this point in the history
  3. Auto merge of #3406 - jdygert-spok:patch-1, r=JohnTitor

    vxworks: Add mman.h consts and shm functions
    
    Add constants for memory management and shm_open/shm_unlink functions. Also remove unneeded `any` in `cfg`s.
    bors committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    43f0c3e View commit details
    Browse the repository at this point in the history
  4. Re-disable linux-mips targets

    Though not mentioned in the commit message, change
    c9643c8 disabled these along with
    FreeBSD 14.
    asomers committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    58121b2 View commit details
    Browse the repository at this point in the history
  5. Auto merge of #3355 - asomers:freebsd-14-beta2, r=JohnTitor

    Reenable FreeBSD 14 CI, and update definitions to match 14.0-RC1.
    
    This reverts commit c9643c8.
    
    New FreeBSD images have been available in gcloud since July.  Update the testing image to the latest, 14.0-BETA2
    bors committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0644a87 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    5617eeb View commit details
    Browse the repository at this point in the history