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: oztc/Theseus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: theseus_main
Choose a base ref
...
head repository: theseus-os/Theseus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: theseus_main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Aug 20, 2024

  1. Add size option (-s) to the ls command (theseus-os#1102)

    * Lists the size in bytes of each file when `ls -s` is invoked
    * Prints '--' to indicate directory sizes are not calculated yet
    
    Co-authored-by: Nathan Hsiao <nnh12@DESKTOP-EQ10QSJ>
    nnh12 and Nathan Hsiao authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8a1d149 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Frame Allocator: avoid creating duplicate free regions during init (t…

    …heseus-os#1105)
    
    The duplicate region was created due to a bug
    in the `check_and_add_free_region` function:
    After returning from a recursive call, the original area's
    end frame should be updated to *not include* th
     region that was just added to the free list.
    Ramla-I authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    68cc3ae View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 22, 2024

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