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

Create an independent eventfd crate without depending other modules #150

Closed
wants to merge 436 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 3, 2023

  1. feat: 新增了gcc功能

    Azure-stars committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    626d364 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    b49f991 View commit details
    Browse the repository at this point in the history
  2. feat: 实现了将测例加载到内存中

    当前新增了test feature,用于测试环境,此时会将生成的镜像以汇编形式插入到内核镜像,并且映射到0x9000_0000,如果是上机环境,此时测例镜像
    会固定拷贝到0xffff_ffc0_9000_0000,此时也做映射即可。
    若开了test feature,则可以不使用qemu进行挂载,而是直接加载到内存中。
    Azure-stars committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    fa9719c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

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

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    46ab41d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e34039d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c7d6c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    794f72e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c18954 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89267a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eede472 View commit details
    Browse the repository at this point in the history
  5. run busybox sh

    elliott10 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8711890 View commit details
    Browse the repository at this point in the history
  6. To support fu740

    elliott10 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a07fe63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3effa6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    7c9a96a View commit details
    Browse the repository at this point in the history
  2. Update build-fu740.sh

    elliott10 authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a7313e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f2a9d2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #18 from elliott10/starry

    To support sifive fu740 board
    Azure-stars authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7b522ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4e9173 View commit details
    Browse the repository at this point in the history
  6. Merge pull request arceos-org#19 from Azure-stars/revert-18-starry

    Revert "To support sifive fu740 board"
    Azure-stars authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    bbe0fef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18ca7d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    372d8dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7614b36 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a23eb15 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

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

Commits on Aug 18, 2023

  1. doc:fs update

    chunchunyd committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    efa0597 View commit details
    Browse the repository at this point in the history
  2. feat: 跑通了qemu测例

    Azure-stars committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    978c196 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

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

Commits on Aug 20, 2023

  1. feat: 上板通过

    Azure-stars committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    e12ec0f View commit details
    Browse the repository at this point in the history
  2. problem2_v0

    chunchunyd committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    dd2cf3a View commit details
    Browse the repository at this point in the history
  3. feat: syscall renameat2()

    c0per committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    448913c View commit details
    Browse the repository at this point in the history
  4. feat: /proc/interrupts

    c0per committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    9ce1eb9 View commit details
    Browse the repository at this point in the history
  5. problem2_v1

    chunchunyd committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    65c9066 View commit details
    Browse the repository at this point in the history
  6. fix: /proc dev fs

    c0per committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    ab5b682 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1af3406 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a25b80 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e402d1d View commit details
    Browse the repository at this point in the history
  10. feat: syscall shmget()

    c0per committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    f243013 View commit details
    Browse the repository at this point in the history
  11. feat: syscall shmat()

    c0per committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    d25afed View commit details
    Browse the repository at this point in the history
  12. feat: enable syscall pwrite64()

    c0per committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    b85b8b3 View commit details
    Browse the repository at this point in the history
  13. feat: 通过了copy测例

    Azure-stars committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    cfcffeb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e2359fe View commit details
    Browse the repository at this point in the history
  15. fix: deadlock in pwrite64()

    c0per committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    4657b1c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    93a39ba View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a867bec View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    352d68c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    80d0762 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e1f5458 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ddff94f View commit details
    Browse the repository at this point in the history
  22. doc: axmem, axnet

    c0per committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    a047922 View commit details
    Browse the repository at this point in the history
  23. mkdocs

    chunchunyd committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    122e960 View commit details
    Browse the repository at this point in the history
  24. mkdocs

    chunchunyd committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    6c81c46 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d2373cf View commit details
    Browse the repository at this point in the history
  26. feat: 添加了readme

    Azure-stars committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    023d8dc View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

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

Commits on Aug 29, 2023

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

Commits on Aug 30, 2023

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

Commits on Aug 31, 2023

  1. 删除外部依赖

    Azure-stars committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7790d4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a51f8f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    11eee14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb96ff1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

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

Commits on Sep 3, 2023

  1. feat: 实现了cyslictest测例

    做出改动如下:
    1. 新增了SCHED_SETSCHEDULER、SCHED_SETAFFINITY等相关四个测例,其中SCHED_SETAFFINITY和SCHED_GETAFFINITY实现对应功能,而SCHED_SETSCHEDULER调度
    始终使用FIFO调度方式。
    
    2. 新增CLOCK_GETRES等调用,但仅使用monolithic种类的时钟。
    
    3. 关闭了preempt功能,在多核下运行会出现问题
    Azure-stars committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    b6181f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9757150 View commit details
    Browse the repository at this point in the history
  3. bug: 修改了加载测例的bug

    bug出现原因是trap上下文的结构没有加入浮点数寄存器,但是在trap.S中因为比赛需求手动加入了编译浮点寄存器的指令,此时导致了内核栈操作溢出,出现了
    莫名其妙的错误。
    
    考虑到后续开发不以比赛测例为核心,因此暂时把浮点数寄存器移除trap上下文结构。
    Azure-stars committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    0b58183 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    e072b17 View commit details
    Browse the repository at this point in the history
  2. feat: 通过了interrupts测例

    当前仅是将interrups作为一个独特的文件节点类型进行处理,将来应该将其与其他file类型进行统一
    Azure-stars committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    73e804c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    e53392c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into update

    添加了arceos_posix_api接口,留待实现
    Azure-stars committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    a3cab27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84b457e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge branch 'dev' into main

    refactor the starry
    Azure-stars committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5498db8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    941536f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    7de418e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58832d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62f55df View commit details
    Browse the repository at this point in the history
  4. Merge pull request arceos-org#24 from Azure-stars/dev

    解决了socket的bug,可以运行libc和iperf
    Azure-stars authored Sep 16, 2023
    Configuration menu
    Copy the full SHA
    33657d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 24, 2023

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

Commits on Sep 26, 2023

  1. add axbacktrace

    scPointer committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    cca1794 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffd4505 View commit details
    Browse the repository at this point in the history
  3. add more doc; close backtrace by default

    scPointer committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2752dea View commit details
    Browse the repository at this point in the history
  4. remove unused code

    scPointer committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    489b17d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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

Commits on Sep 28, 2023

  1. Merge pull request arceos-org#26 from scPointer/feat/module

    add the axbacktrace layer to check the argument
    Azure-stars authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    098e199 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    d5a7db9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17fbb78 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

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

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    cd97d12 View commit details
    Browse the repository at this point in the history
  2. Merge pull request arceos-org#29 from Azure-stars/feat/module

    添加一系列的性能测例,用于 OS train
    Azure-stars authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    96a4cc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. fix arceos-org#28: 线程退出时 主线程卡死问题

    添加了对各种信号的 default 处理情况,对 SIGSEGV 等信号采取类似 Linux 的直接退出当前进程的方式进行处理,从而解决了卡死问题。
    Azure-stars committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d14f7b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request arceos-org#31 from Azure-stars/fix/futex

    fix arceos-org#28: 线程退出时 主线程卡死问题
    Azure-stars authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ff42c2a View commit details
    Browse the repository at this point in the history
  3. feat: add week 4 repo

    Azure-stars committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1acca0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64d635b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37a29fb View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

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

Commits on Oct 22, 2023

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

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    83610a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd84cc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3639623 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    4ffd115 View commit details
    Browse the repository at this point in the history
  2. feat: 拆分了fs模块

    Azure-stars committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    993e714 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

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

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    3f66029 View commit details
    Browse the repository at this point in the history
  2. fixed arceos-org#32 Returns all the characters in the pipeline, wheth…

    …er or not they reached the expected length.
    Azure-stars committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0f46cc9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request arceos-org#33 from Azure-stars/feat/module

    merged:完成了 syscall 层的重构,将 axstarry 拆分为几个小的模块,彼此之间可以通过 feature 选择是否启用
    Azure-stars authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    467c73f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

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

Commits on Nov 19, 2023

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

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    9337389 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ed5746 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    ad1d078 View commit details
    Browse the repository at this point in the history
  2. Merge pull request arceos-org#35 from Azure-stars/feat/module

    merge feat/modules to dev branch to update contents
    Azure-stars authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    29061ee View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    81c59e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42cc277 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    65a4895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    766de02 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. support x86_64

    yfblock committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a560a3d View commit details
    Browse the repository at this point in the history
  2. add scripts for build x86

    scPointer committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e565c46 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. add basic libs & update scripts

    scPointer committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    686ef2e View commit details
    Browse the repository at this point in the history
  2. add basic support for rseq and fstatat of STDOUT

    scPointer committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2711a4b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. feat: add the initial support for ZLM_X86_64

        1. To modify the memory size to hold the image of the ZLM
        2. To add the non-excute permission for the fault page in x86_64
        3. To add the dependency library for ZLM in x86_64
    
    TODO:
        Now the glibc will report the error like: "./MediaServer: /lib/libssl.so.3: version `Gcc 3.0' not found (required by ./MediaServer)"
    Azure-stars committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    c747411 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Add VFORK support

    Ye Junzhe committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    681510e View commit details
    Browse the repository at this point in the history
  2. zlm_1_8

    Shl1015CS committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d4e1d65 View commit details
    Browse the repository at this point in the history
  3. add doc for 1_5; recover SDCARD_TESTCASES; reviewed

    scPointer committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    0c82145 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from Arceos-monolithic/zlm_1_5

    Zlm 第一阶段任务五(杨金博、叶钧喆)
    scPointer authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b912295 View commit details
    Browse the repository at this point in the history
  5. zlm_1_8

    Shl1015CS committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    55307e5 View commit details
    Browse the repository at this point in the history
  6. zlm_1_8

    Shl1015CS committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    0de08ef View commit details
    Browse the repository at this point in the history
  7. zlm_1_8

    Shl1015CS committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d9e06e3 View commit details
    Browse the repository at this point in the history
  8. zlm_1_8

    Shl1015CS committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c2ed931 View commit details
    Browse the repository at this point in the history
  9. copy names on exec; remove 1.log

    scPointer committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    4fbf2d6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7faf6f View commit details
    Browse the repository at this point in the history
  11. use numeric_enum; eliminate warnings

    scPointer committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a141ad0 View commit details
    Browse the repository at this point in the history
  12. add questions

    scPointer committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    e921cec View commit details
    Browse the repository at this point in the history
  13. merge x86_64

    scPointer committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    cf7a88d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a7aa4ec View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4 from Arceos-monolithic/zlm_1_8

    Zlm 第一阶段任务八(史昊林、闭浩扬)
    scPointer authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    dd3913e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    436ea23 View commit details
    Browse the repository at this point in the history
  2. modulex/axhal: Unified console initialization interface nameing

    --------
    Previously, on different platforms within aarch64,
    distinct init functions for different serial ports were directly invoked.
    Now, it has been modified to a unified interface `platform::console::init_early(irq)`
    laying the groundwork for future platform code standardization.
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9b9ec8e View commit details
    Browse the repository at this point in the history
  3. modulex/axhal: Unified time initialization interface nameing

    --------
    Time unified interface `platform::time::init_early(percpu)`
    laying the groundwork for future platform code standardization.
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ab86f43 View commit details
    Browse the repository at this point in the history
  4. modulex/axhal: move aarch64 platform console mod to common

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0d62183 View commit details
    Browse the repository at this point in the history
  5. modulex/axhal: move aarch64 platform irq,time mod to common

    --------
    1 Aarch64 platform directly use irq gic init func,replace with
      irq::init_primary(secondary)
    2 Remove platform time irq mod, they are same with aarch64_common
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    26246ea View commit details
    Browse the repository at this point in the history
  6. modulex/axhal:Remove redundant code from different aarch64 platforms

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a9f0257 View commit details
    Browse the repository at this point in the history
  7. gitignore: ignore bst image

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    93c9d1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc418d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1954edf View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6 from guoweikang/guoweikang/aarch64_refactor

    Guoweikang/aarch64 refactor
    scPointer authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f3cee97 View commit details
    Browse the repository at this point in the history
  11. rewrite testcase

    scPointer committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    dfec5d2 View commit details
    Browse the repository at this point in the history
  12. merge zlm_1_7

    scPointer committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f064f28 View commit details
    Browse the repository at this point in the history
  13. remove logs; ignore .idea/

    scPointer committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b3822a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. crates/of: Init arceos of crates to support parsing Flattened Devicet…

    …rees
    
    --------
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    10ea595 View commit details
    Browse the repository at this point in the history
  2. modules/axhal: Refactor aarch64 mem module

    --------
    1 Move aarch64 mem func(init_mmu) to aarch64_common mem module
    2 Aarch64 support read mem info from fdt
    3 As memory layout information can now be obtained through FDT,
      the static mapping method for mapping aarch64 memory is no longer necessary.
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    de53d03 View commit details
    Browse the repository at this point in the history
  3. Qemu: Fix aarch64 qemu mem param

    --------
    Bitmap_allocator is hard coding, support max 4GB mem,Previously,
    the platform memory size was hard-coded in the platform/aarch64.
    No matter what the memory size specified by qemu was, it was not
    actually used. Now the memory layout size is dynamically obtained
    from the device tree, and qemu's memory parameters can no longer
    be specified arbitrarily.
    Because byte allocator have more mem region used,The phenomenon
    of memory expansion no longer occurs
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    59ab2be View commit details
    Browse the repository at this point in the history
  4. axhal/platform: Add platform_name interface

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3fcc5bf View commit details
    Browse the repository at this point in the history
  5. axhal/platform/aarch64: Read CPU id from fdt

    --------
    CPU ID can be read from fdt, bst and qemu use the same mp mod
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    23eafae View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Merge pull request #1 from guoweikang/guoweikang/fdt_support

    Arm64 fdt support
    elliott10 authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c64b61a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Supported ext4 file system for starry

    Added make script to compile the libc for lwext4_rust
    ext4 file system is used by default
    elliott10 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ccf02ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0553015 View commit details
    Browse the repository at this point in the history
  3. clean warnings for fs code

    elliott10 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7015ef6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Revert "Adjusted the level of log output"

    This reverts commit 0553015.
    elliott10 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6320d8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fedd213 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from elliott10/ext4-starry-x86_64

    Supported ext4 file system for starry
    scPointer authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3b805e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    38209c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from elliott10/ext4-starry-x86_64

    Make the axlibc dependency of ext4fs optional
    scPointer authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4c5285c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    d59929c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f63059 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64ea193 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    79368ff View commit details
    Browse the repository at this point in the history
  2. irq: handle_irq add from_user param

    --------
    handle_irq needs to distinguish the timing of interrupt
    occurrence when counting user mode kernel time.
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    13dc197 View commit details
    Browse the repository at this point in the history
  3. mmu/flush_tlb: Source shouldn't directly use sfence_vma

    --------
    1 mmu write_page_table_root0 for user page_table set
    2 replace axmem/axprocess directly using  sfence_vma with flush_tlb
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    431504c View commit details
    Browse the repository at this point in the history
  4. assembly: Move assembly source to axhal

    --------
    mov axtask riscv Copy.S and first_into_user to axhal/arch/riscv
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f75fa18 View commit details
    Browse the repository at this point in the history
  5. trapframe: modify axprocess change trapframe through axhal interface

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    fdaf6e9 View commit details
    Browse the repository at this point in the history
  6. syscall: syscall log support output syscall_name

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    cec6037 View commit details
    Browse the repository at this point in the history
  7. syscall_task: add empty set/getpgid interface

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    15408e8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10 from guoweikang/guoweikang/aarch64_1

    Guoweikang/aarch64 1
    elliott10 authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0d9f815 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. axhal: aarch64 support el0

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c77fd8a View commit details
    Browse the repository at this point in the history
  2. add aarch64 testsuitecase

    guoweikang committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fbc1a97 View commit details
    Browse the repository at this point in the history
  3. remove unused futex test

    werkeytom authored and scPointer committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    699dbca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b80b79d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #17 from Arceos-monolithic/zlm_1_2

    Zlm 第一阶段任务二(王之栋)
    scPointer authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9ab4610 View commit details
    Browse the repository at this point in the history
  6. fix some error on riscv

    yfblock committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a88a418 View commit details
    Browse the repository at this point in the history
  7. page_talbe: Fix mprotect manual page lazy alloc failed

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b423f84 View commit details
    Browse the repository at this point in the history
  8. pipe: exist mem overflow

    guoweikang committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    977fd1b View commit details
    Browse the repository at this point in the history
  9. feat: add the relocate and segment function in the elf module

    To be more common, it is divided into different arch
    Azure-stars committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    033d0cc View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. axsignal: add aarch64 ucontext layout

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4254d8a View commit details
    Browse the repository at this point in the history
  2. img_feature: aarch64 not support img feature

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8423dce View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. zlm_1_6

    YanLien authored and scPointer committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ed090c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad8df99 View commit details
    Browse the repository at this point in the history
  3. Merge pull request arceos-org#20 from Arceos-monolithic/zlm_1_6

    Zlm 第一阶段任务六(杨金全)
    scPointer authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6fea32e View commit details
    Browse the repository at this point in the history
  4. test: starry test init_fs support aarch64

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e7b639c View commit details
    Browse the repository at this point in the history
  5. elf: elf support aarch64 dynamic map

    ---------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d5a042d View commit details
    Browse the repository at this point in the history
  6. update docs

    scPointer committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9f12374 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. syscall: add renameat for aarch64

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7efdb17 View commit details
    Browse the repository at this point in the history
  2. compiler_warinig: fix compile warning unused

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c554bf8 View commit details
    Browse the repository at this point in the history
  3. elf: static link binary may have .rela.plt but not have dynsym

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6a29774 View commit details
    Browse the repository at this point in the history
  4. aarch64: support more pagefault type

    --------
    through lmbench test
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ce30205 View commit details
    Browse the repository at this point in the history
  5. fix: move the change in the os2edu project2 into the main repository

    fix the bug of the busybox ls, mv, mkdir
    Azure-stars committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3173a09 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. feat: add the user boot to init the user process

    1. When it doesn't enable the batch feature, it will use the busybox shell as the default application
    2. When it enables the batch feature like "APP_FEATURES=batch", it will run testcases in sequence
    Azure-stars committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c8f3cb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60cde17 View commit details
    Browse the repository at this point in the history
  3. feat: pass the clippy test for the x86_64 and riscv64

    Todo: to pass the aarch64
    Azure-stars committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    abfc1f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. add clone3; particially recover cyclictest

    scPointer committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    926cd99 View commit details
    Browse the repository at this point in the history
  2. remove comments

    scPointer committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    928e37b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    945c8fd View commit details
    Browse the repository at this point in the history
  4. bug: fix the bug of the lat_sig-prot testcase in the x86_64 arch

    The tss stack top need to save the kernel stack top of the task, which will be the base address of the trap frame. But the previous version
    put the task context base address in it, which will cause the trap_frame in the trap handler differ from the get_first_trap_frame() function
    in the axtask module
    Azure-stars committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    edb7f3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abe9487 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. resolve errors while compiling on riscv

    scPointer committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bec073a View commit details
    Browse the repository at this point in the history
  2. aarch64: support handle_signal after handle_irq

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7579496 View commit details
    Browse the repository at this point in the history
  3. img: aarch64 qemu support img feautre

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9c7ea00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6df134b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f17aa0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38328c0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7 from guoweikang/guoweikang/aarch64

    Adapt aarch64 for starry
    elliott10 authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3c373c2 View commit details
    Browse the repository at this point in the history
  8. test for the ci

    Azure-stars committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c59a886 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    555a48c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    25bfd85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    264bb29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cbae68 View commit details
    Browse the repository at this point in the history
  4. feat: pass the unitest

    Azure-stars committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c83a83c View commit details
    Browse the repository at this point in the history
  5. fix: pass the uni test

    Azure-stars committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    05486ee View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Update lwext4_rust version

    elliott10 authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d462556 View commit details
    Browse the repository at this point in the history
  2. cargo fmt --all

    elliott10 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    1c22b01 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    9767114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b045093 View commit details
    Browse the repository at this point in the history
  3. feat: pass the doc test

    It merge the syscall_* modules to axstarry
    Azure-stars committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    857267d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f98172 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 18, 2024

  1. aarch64/mem: consider the memory is less than one page

    --------
    When calculating the memory region, need to consider the situation
    where the memory is less than one page.
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    88a4e0b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. fix critical bug in crates/elf_parser: user stack now aligned to 16 B…

    …ytes; rewrite build_img.sh
    scPointer committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e4bb802 View commit details
    Browse the repository at this point in the history
  2. add link for command: sh and which, in path /bin/; fix: now mprotect …

    …will not force kernel alloc every singla physical page, which will improve performance when loading large files
    scPointer committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9e7df3e View commit details
    Browse the repository at this point in the history
  3. remove panic when page fault

    scPointer committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e8beca2 View commit details
    Browse the repository at this point in the history
  4. fix clippy

    scPointer committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ef68b1b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    e2a28f6 View commit details
    Browse the repository at this point in the history
  2. 解决在 MacOS 系统下编译 redis 错误,原因如下:

    1、redis 编译需要指定 AR 和 RANLIB
    2、redis 编译需要指定 -fPIC 参数
    joans321 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    72a5a4c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. 修复 Github CI 默认使用 dash 不兼容问题

    joans321 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e85130d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. rk3588j: arceos support rk3588j

    --------
    1.Build rk3588j with `make A=apps/fs/shell PLATFORM=aarch64-rk3588j
      LOG=info SMP=8 FEATURES="driver-ramdisk"  kernel`
    2.This commit not support irq,rk3588j use gic-v3
    3.Use rk3588's tool `RkDevTool` put boot.img to the boot area
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    30b91ab View commit details
    Browse the repository at this point in the history
  2. arm-gic: support arm-gicv3

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5fb1dc1 View commit details
    Browse the repository at this point in the history
  3. clippy: fix clippy warning

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    978035e View commit details
    Browse the repository at this point in the history
  4. fmt: fix cargo fmt

    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0263606 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. arm_gic: remove unused features

    --------
    
    Signed-off-by: guoweikang <[email protected]>
    guoweikang committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e797557 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge pull request arceos-org#25 from joans321/main

    MacOS 平台 build image编译开发支持
    elliott10 authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    51b0b16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request arceos-org#26 from guoweikang/guoweikang/rk3588

    Guoweikang/rk3588 arceos support rk3588j
    elliott10 authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    af68a0d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    8c9f83f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f293b69 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

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

Commits on May 9, 2024

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

    binary-bruce committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e27873c View commit details
    Browse the repository at this point in the history
  3. fix lint and add doc

    binary-bruce committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2f9560c View commit details
    Browse the repository at this point in the history