Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add HermitOS support to branch v0.8.x #1775

Open
wants to merge 8 commits into
base: v0.8.x
Choose a base branch
from

Commits on Apr 23, 2024

  1. add support of HermitOS

    HermitOS is a library operating system. It it is partly compatible
    to Unix. Consequently, the system interface to unix is revised
    to support HermitOS.
    stlankes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    292161e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    827c4f2 View commit details
    Browse the repository at this point in the history
  3. use latest hermit-abi

    stlankes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3ae4d4b View commit details
    Browse the repository at this point in the history
  4. disable clippy warnings

    also the master branch disable these warnings
    stlankes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4d55743 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Update src/sys/unix/waker.rs

    Co-authored-by: Thomas de Zeeuw <thomasdezeeuw@gmail.com>
    stlankes and Thomasdezeeuw committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bd2e021 View commit details
    Browse the repository at this point in the history
  2. Update src/sys/unix/waker.rs

    Co-authored-by: Thomas de Zeeuw <thomasdezeeuw@gmail.com>
    stlankes and Thomasdezeeuw committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f5d912e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Update src/sys/unix/mod.rs

    Co-authored-by: Thomas de Zeeuw <thomasdezeeuw@gmail.com>
    stlankes and Thomasdezeeuw committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a8a5c5b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Revert "Update src/sys/unix/mod.rs"

    This reverts commit a8a5c5b.
    stlankes committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7f7bfbb View commit details
    Browse the repository at this point in the history