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: CloverHackyColor/CloverBootloader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5171
Choose a base ref
...
head repository: CloverHackyColor/CloverBootloader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5172
Choose a head ref
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 9, 2026

  1. squash

    squash mege
    YBronst committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    c2655ad View commit details
    Browse the repository at this point in the history
  2. Update XString.h

    YBronst committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    f2dff29 View commit details
    Browse the repository at this point in the history
  3. Last Fix

    YBronst committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    1d83dd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Syntax correction

    Syntax correction.
    YBronst committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    c9d1fe9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #815 from YBronst/master

    Stability restoration and memory management fixes
    chris1111 authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    ad120fa View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

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

Commits on Mar 16, 2026

  1. Restores the missing log messages for kexts listed in the KextsToBlock

    This change restores the missing log messages for kexts listed in the `KextsToBlock` section of `config.plist`. Users noticed that messages like "Allow IOSkywalk Downgrade" (which is a comment label for blocking `com.apple.iokit.IOSkywalkFamily`) were no longer appearing in `bdmesg`.
    
    The implementation iterates through the `KextsToBlock` array, evaluates whether each entry should be active based on user settings and macOS version compatibility, and logs the result using the `DBG` macro. This logging mirrors the behavior of other patch types in Clover, providing transparency into which kexts are being blocked during the boot process without affecting the actual blocking logic.
    YBronst committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    a8f8f9a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #816 from YBronst/master

    Restores the missing log messages for kexts listed in the `KextsToBlock`
    chris1111 authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    459b95b View commit details
    Browse the repository at this point in the history
Loading