Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bytecodealliance/rustix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.3
Choose a base ref
...
head repository: bytecodealliance/rustix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.5
Choose a head ref
  • 7 commits
  • 16 files changed
  • 2 contributors

Commits on Apr 1, 2025

  1. Configuration menu
    Copy the full SHA
    92cd57a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd5427c View commit details
    Browse the repository at this point in the history
  3. Handle Duration overflow gracefully in kevent. (#1427)

    Add a `kevent_timespec` function, which is similar to `kevent`, but
    which takes a `Timespec` rather than a `Duration`, so that it can behave
    consistently with the other functions in `rustix::event`. This also
    more closely reflects how the underlying `kevent` function takes a
    `timespec` argument.
    
    And, change the existing `kevent` to treat overflow in its `Duration`
    argument by saturating to an effectively infinite timeout. This supports
    users that use `Duration::MAX` to indicate an effectively infinite
    timeout.
    sunfishcode authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    416b4c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2fe327 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1997940 View commit details
    Browse the repository at this point in the history
  6. Mark 32-bit x86 freebsd as needing y2038 fixes. (#1430)

    On 32-bit x86 freebsd, time_t is 32-bit, so enable y2038 fixes.
    sunfishcode authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    310f8ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb01fbe View commit details
    Browse the repository at this point in the history
Loading