1. 05 Feb, 2025 2 commits
  2. 01 Feb, 2025 1 commit
    • team's avatar
      log off · 01b5ea76
      team authored
      01b5ea76
  3. 30 Jan, 2025 1 commit
  4. 19 Jan, 2025 2 commits
  5. 18 Jan, 2025 7 commits
  6. 16 Jan, 2025 2 commits
  7. 10 Jan, 2025 2 commits
  8. 09 Jan, 2025 1 commit
  9. 08 Jan, 2025 2 commits
  10. 19 Dec, 2024 2 commits
  11. 18 Dec, 2024 1 commit
  12. 16 Dec, 2024 1 commit
  13. 13 Dec, 2024 1 commit
  14. 12 Dec, 2024 1 commit
  15. 11 Dec, 2024 1 commit
  16. 09 Dec, 2024 1 commit
  17. 04 Dec, 2024 1 commit
  18. 24 Nov, 2024 2 commits
    • Youjie Zheng's avatar
      [fix] remove useless file · a843abe3
      Youjie Zheng authored
      a843abe3
    • Firefly's avatar
      Added the framework for compiling and running musl app (#4) · 8e3afa98
      Firefly authored
      * [app] Add testcases for musl libc
      
      * [feat] Support for loading musl app and entering main function
      
      * [syscall] Add some necessary syscalls for base musl applications
      
      * [ci] Add deploy CI and update test CI
      
      * [syscall] Split syscalls into multiple files according to the syscall categories
      
      * [build] Add configuration for user space
      
      * [loader] Move IO methods to axmem module and simplify codes.
      
      * [CI] Continue on error for clippy and fmt test
      
      * [CI] Update dependencies for qemu build
      
      * [style] Fix code style according to the PR content
      
      * [fix] Set the base address for static-ELF as 0 by default
      
      * [feat] Support complie and test musl app on rv64 and aarch64
      
      * [config] Fix the format for config file
      
      * [style] format the code style
      
      * [style] format crate import style:
      ```rust
      mod sub_mod1;
      mod sub_mod2;
      
      use core::foo::Bar;
      use alloc::bar::Foo;
      
      use ext_crate::bar;
      
      use crate::baz;
      use self::sub_mo...
      Unverified
      8e3afa98
  19. 06 Aug, 2024 2 commits
  20. 02 Aug, 2024 2 commits
  21. 01 Aug, 2024 1 commit
  22. 31 Jul, 2024 3 commits
  23. 30 Jul, 2024 1 commit