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: rust-lang/libc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.185
Choose a base ref
...
head repository: rust-lang/libc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.186
Choose a head ref
  • 4 commits
  • 14 files changed
  • 3 contributors

Commits on Apr 23, 2026

  1. chore: migrate from Cirrus CI to GHA

    (cherry picked from commit 088a284)
    JohnTitor committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    f697deb View commit details
    Browse the repository at this point in the history
  2. Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE for linux

    Add `PR_SET_MEMORY_MERGE` and `PR_GET_MEMORY_MERGE` prctl constants for the linux target. These control [per-process opt-in to KSM](https://lwn.net/Articles/953141/) and have been available since kernel 6.4. They were already defined for the android target but missing from linux
    
    (cherry picked from commit 545663c)
    fspv authored and JohnTitor committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    3840939 View commit details
    Browse the repository at this point in the history
  3. apple: add KEVENT_FLAG_* constants

    These are values for the flag parameter in the Apple-specific `kevent64`
    syscall:
    
    https://github.com/apple-oss-distributions/xnu/blob/f6217f891ac0bb64f3d375211650a4c1ff8ca1ea/bsd/sys/event.h#L138-L141
    (cherry picked from commit 708f24e)
    kamalmarhubi authored and JohnTitor committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    9db2eaa View commit details
    Browse the repository at this point in the history
  4. [0.2] libc: Release 0.2.186

    JohnTitor committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    42620ff View commit details
    Browse the repository at this point in the history
Loading