- 14 May, 2025 3 commits
-
-
lurenjia1213 authored
* 之前抽风了,有些东西是糊弄的,这里补上 * 之前的实现可能有bug?child_tid这些应该是用户态指针? * 第一个小目标:白嫖开发板
-
lurenjia1213 authored
* 适配上游改动
-
lurenjia1213 authored
* fix execve leak(虽然很小)
-
- 13 May, 2025 2 commits
-
-
lurenjia1213 authored
* statx可能有问题?
-
lurenjia1213 authored
-
- 05 May, 2025 2 commits
-
-
lurenjia1213 authored
-
lurenjia1213 authored
* 至少基础测试样例除了mount与umount没问题了 * 这两个无关紧要,到时候返回个0就是了
-
- 04 May, 2025 1 commit
-
-
lurenjia1213 authored
* basic
-
- 02 May, 2025 1 commit
-
-
lurenjia1213 authored
clone,wait4仍待修改,极为混乱,rebase me
-
- 23 Apr, 2025 1 commit
-
-
lurenjia1213 authored
* 参考 `starry-next` 的结构,因为确实很合理
-
- 21 Apr, 2025 2 commits
-
-
lurenjia1213 authored
-
lurenjia1213 authored
* 统一一下,减少对arceos的改动
-
- 16 Apr, 2025 2 commits
-
-
lurenjia1213 authored
-
lurenjia1213 authored
* makefile :disable log default * ioctl :just ret 0
-
- 14 Apr, 2025 3 commits
-
-
lurenjia1213 authored
* 可能有问题!
-
lurenjia1213 authored
-
lurenjia1213 authored
-
- 13 Apr, 2025 1 commit
-
-
lurenjia1213 authored
-
- 10 Apr, 2025 1 commit
-
-
lurenjia1213 authored
*
-
- 09 Apr, 2025 2 commits
-
-
lurenjia1213 authored
-
lurenjia1213 authored
* qemu-rv 的console read,所使用的地址转换有问题,后面考虑直接访问?
-
- 24 Mar, 2025 1 commit
-
-
lurenjia1213 authored
-
- 23 Mar, 2025 17 commits
-
-
Mivik authored
-
Mivik authored
* refactor: unify syscall style & fix errorcode * refactor: rename instrument -> syscall_instrument
-
Mivik authored
* feat(ptr): replace manual populating with more efficient version * fix(fs): remove unnecessary call to alloc_for_lazy * feat: add mprotect * feat: add mprotect in handle_syscall * style: fix clippy * style: format * fix: getdents64 return code * fix: mprotect return code * feat: update page_table_entry version * chore: update dependencies *note:use upstream mprotect
-
Asakura Mizu authored
* feat: exec args & envs * Enable basic/execve testcase
-
Mivik authored
* feat: update implementation of UserPtr * style: remove unused code * feat(ptr): use check_page in check_cstr * feat(ptr): force allocate pages on get ptr * fix: upload mm.rs * fix: disable preemption inside access_user_memory * feat(ptr): add get_as_null_terminated to replace get_as_cstr * feat(ptr): add nullable helper * style(ptr): refactor implementation
-
Asakura Mizu authored
* fix: bump instruction pointer only on riscv64 and loongarch64 * chore: update axio * chore: update lwext4_rust
-
mivik authored
-
mivik authored
-
mivik authored
-
mivik authored
-
mivik authored
-
mivik authored
-
mivik authored
-
mivik authored
-
mivik authored
-
mivik authored
-
lurenjia1213 authored
todo:cherry-pick some code from upstream todo:signal
-
- 20 Mar, 2025 1 commit
-
-
殷礼迪 authored
fix:clean aspace after exit
-