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: serpent-os/tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.24.6
Choose a base ref
...
head repository: serpent-os/tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 17, 2024

  1. Cargo: Sync blsforme to enable per-kernel cmdlines

    Signed-off-by: Ikey Doherty <[email protected]>
    ikeycode committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    b3f7ad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53fe266 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. moss/client: Forbid linking of empty files (fixes #372)

    Turns out a whole bunch of files are unnecessarily empty and cause havoc
    with ext4 by ballooning the link_count for the initially constructed empty file
    beyond 65k, the upper limit (`u16`)
    
    Whilst Serpent OS will default to `xfs` or `f2fs` in time, we still need to
    eliminate this rather nasty `EMLINK` issue.
    
    Signed-off-by: Ikey Doherty <[email protected]>
    ikeycode committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    cbd2d3e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Cargo: Sync blsforme for autoremoval support

    Signed-off-by: Ikey Doherty <[email protected]>
    ikeycode committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    19180d5 View commit details
    Browse the repository at this point in the history
  2. moss/boot: Adapt to new blsforme by loading snippets

    Signed-off-by: Ikey Doherty <[email protected]>
    ikeycode committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    739006c View commit details
    Browse the repository at this point in the history
  3. Bump version

    Signed-off-by: Ikey Doherty <[email protected]>
    ikeycode committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    1848e26 View commit details
    Browse the repository at this point in the history
  4. Cargo.lock: Sync

    Signed-off-by: Ikey Doherty <[email protected]>
    ikeycode committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    baaea9a View commit details
    Browse the repository at this point in the history
Loading