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: r-efi/r-efi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.0
Choose a base ref
...
head repository: r-efi/r-efi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 7 commits
  • 50 files changed
  • 2 contributors

Commits on Feb 2, 2026

  1. Configuration menu
    Copy the full SHA
    60793e0 View commit details
    Browse the repository at this point in the history
  2. r-efi: update remaining prototypes to unsafe fn

    Some prototypes were missed by the previous conversion. Update all to
    `unsafe fn`.
    
    Signed-off-by: David Rheinsberg <[email protected]>
    dvdhrm committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    6f2330e View commit details
    Browse the repository at this point in the history
  3. build: synchronize AUTHORS

    Synchronize the AUTHORS file with recent updates.
    
    Signed-off-by: David Rheinsberg <[email protected]>
    dvdhrm committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    e701536 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. r-efi: extend the transpose guidelines

    Extend the transpose guidelines with 2 changes:
    
     - Document the `always unsafe fn` for function prototypes.
     - Improve the reasoning why we use `*mut T` as default.
    
    Signed-off-by: David Rheinsberg <[email protected]>
    dvdhrm committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    48b1a11 View commit details
    Browse the repository at this point in the history
  2. build: drop unused feature flags

    With the upcoming major version bump, we can drop the obsolete `efiabi`
    and `examples` feature flags.
    
    Signed-off-by: David Rheinsberg <[email protected]>
    dvdhrm committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    ea21433 View commit details
    Browse the repository at this point in the history
  3. r-efi: inline eficall!{}

    The `extern "efiapi"` annotation has been stable for a while, and the
    eficall! macro is a straightforward edit to add `extern "efiapi"` to our
    function prototypes. Inline it, given that it is not needed, anymore.
    
    Signed-off-by: David Rheinsberg <[email protected]>
    dvdhrm committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    96504bb View commit details
    Browse the repository at this point in the history
  4. r-efi: prepare v6.0.0

    Prepare for the upcoming release v6.0.0. Fill in the release notes and
    bump the version number.
    
    Signed-off-by: David Rheinsberg <[email protected]>
    dvdhrm committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    7e1b032 View commit details
    Browse the repository at this point in the history
Loading