greatbridf
|
6dd58675ae
feat(serial): add serial driver support for riscv64
|
7 месяцев назад |
greatbridf
|
1e9ae1be41
feat(BlockDevice): add write requests for block devices
|
7 месяцев назад |
greatbridf
|
16cb0de6bd
Merge branch 'master' into dev-drivers
|
7 месяцев назад |
greatbridf
|
e5d5464c96
Merge pull request #9 from SMS-Derfflinger/riscv64-support
|
7 месяцев назад |
Heinz
|
f7d4f9d574
style(hal): remove unused import and modify annotation
|
7 месяцев назад |
Heinz
|
e027b453ca
fix(hal): fix riscv enable/disable_irq
|
7 месяцев назад |
Heinz
|
7280c46efb
feat(hal): add timer interrupt enable
|
7 месяцев назад |
greatbridf
|
fae9380b40
feat: add syscall ppoll, fix clock_gettime for riscv64
|
7 месяцев назад |
greatbridf
|
c64b5660fa
fix(x86_64): as_table_attr should return None when encounter non-table page attributes
|
7 месяцев назад |
greatbridf
|
c2eab5d866
feat: impl vdso for all architectures and sigreturn for riscv64
|
7 месяцев назад |
greatbridf
|
ac9a6b2f1f
Merge remote-tracking branch 'upstream/master' into riscv64-support
|
7 месяцев назад |
Heinz
|
8160bbd621
Merge pull request #10 from Shao-ZW/master
|
7 месяцев назад |
greatbridf
|
9f15decb66
change(mm_list): rewrite `protect` with new syntax
|
7 месяцев назад |
greatbridf
|
da6298e357
change(clone): parse clone args at entry point and save them into Option's
|
7 месяцев назад |
greatbridf
|
c9fc06cae9
change(Process): remove `do_kill_process` and use `do_exit` for those use cases
|
7 месяцев назад |
zhuowei shao
|
11304dd3c3
feat: add pthread test
|
7 месяцев назад |
greatbridf
|
485546e8d0
feat: add Stream used for write operations
|
7 месяцев назад |
zhuowei shao
|
5dd3a57da4
feat: implement futex
|
7 месяцев назад |
zhuowei shao
|
b72c76b3f7
fix: fix mmap
|
7 месяцев назад |
zhuowei shao
|
5e3b6ec384
fix: fix exit
|
7 месяцев назад |
zhuowei shao
|
5bcdb8040b
feat: implement clone
|
7 месяцев назад |
zhuowei shao
|
a8df9df74b
fix: fix mprotect
|
7 месяцев назад |
greatbridf
|
4d5acf492a
style: remove unused imports
|
7 месяцев назад |
greatbridf
|
dbd48ae587
chore(build): rework of Makefile to provide better support of multiarch compilation
|
7 месяцев назад |
greatbridf
|
dd1d5927e1
feat: impl openat and argument printing in trace_syscall
|
7 месяцев назад |
greatbridf
|
a0b22bb416
style: remove arch crate
|
7 месяцев назад |
greatbridf
|
353fe877ea
feat: add compilation option for riscv64, fix x86 compile
|
7 месяцев назад |
greatbridf
|
73a10e4727
feat(syscall): impl fstatat
|
7 месяцев назад |
greatbridf
|
1667f0f905
feat(UserBuffer): working user buffer in riscv64 cpus
|
7 месяцев назад |
greatbridf
|
c19e26e0d1
fix(trap): update sp in kernel space traps
|
7 месяцев назад |