greatbridf
|
56f11a3175
feat(execve): support the shebang scripts
|
пре 7 месеци |
greatbridf
|
de301086a1
style: remove unused imports
|
пре 7 месеци |
Zhuowei Shao
|
f07a81c34a
Merge pull request #33 from greatbridf/fix
|
пре 7 месеци |
greatbridf
|
835a1ef4d2
fix(ext4): use new Instant and get_name methods
|
пре 7 месеци |
greatbridf
|
3219293b2f
Merge pull request #31 from greatbridf/fix-syscall
|
пре 7 месеци |
greatbridf
|
dd114cb94d
Merge pull request #20 from SMS-Derfflinger/ext4-support
|
пре 7 месеци |
greatbridf
|
50f4ea5700
doc(readme): update configure and Makefile usage
|
пре 7 месеци |
greatbridf
|
39b892a434
chore(configure): update the Makefile and configure script to provide testcase image path
|
пре 7 месеци |
greatbridf
|
d9c5949512
change(init_script): check whether the ext4 image exists before mounting the image
|
пре 7 месеци |
greatbridf
|
65b3b66088
change(ext4): rework some part of the ext4 filesystem
|
пре 7 месеци |
greatbridf
|
d1e32f1ba8
style: remove some unused imports and pubs
|
пре 7 месеци |
greatbridf
|
532b88c4c3
Merge pull request #25 from Shao-ZW/robust-list
|
пре 7 месеци |
greatbridf
|
1751a0cb89
Merge branch 'master' into robust-list
|
пре 7 месеци |
greatbridf
|
990e1c6ad8
fix(set_robust_list): postpone the reading of robust_list_head until we exit
|
пре 7 месеци |
greatbridf
|
378a70188a
fix(syscall): newfstat should be called fstat64 for x86 targets
|
пре 7 месеци |
greatbridf
|
a6b8a3c8c3
fix(fat32): validate the cluster no, treating 0, 1 as EOC
|
пре 7 месеци |
greatbridf
|
3026229113
fix(elf): add AT_RANDOM auxiliary vector entry
|
пре 7 месеци |
greatbridf
|
8f42972027
feat(syscall): add newfstat syscall
|
пре 7 месеци |
greatbridf
|
2b85bbc015
fix(brk): return fail if the given break pos is less than current
|
пре 7 месеци |
greatbridf
|
7178806d53
feat(syscall): impl renameat
|
пре 7 месеци |
Heinz
|
c0ffa04589
fix(block): improve block's partprobe to register whole disk partition, and sort fdt's device node by start address
|
пре 7 месеци |
greatbridf
|
937e5a47c1
Merge pull request #19 from greatbridf/fix-syscall
|
пре 7 месеци |
zhuowei shao
|
bf6c04837b
feat: implement syscall get_robust_list
|
пре 7 месеци |
Heinz
|
0d98e9bbe6
Merge branch 'master' into ext4-support
|
пре 7 месеци |
Heinz
|
faff005b55
fix(fs): fix ext4 fs in riscv64, It will work normally only when a single ext4 image is mounted.
|
пре 7 месеци |
greatbridf
|
b212bc8ca2
feat(vfs): update {a, m, c}time accordingly when we modify the inodes
|
пре 7 месеци |
greatbridf
|
5fdaaef28e
feat(rtc): implement RTC for riscv64
|
пре 7 месеци |
greatbridf
|
b1fb9dea12
fix(timer): riscv64 should have timer frequency 1000Hz
|
пре 7 месеци |
greatbridf
|
e356f5143b
feat(syscall): impl fcntl::F_{GET, SET}FL
|
пре 7 месеци |
Heinz
|
de242d19af
fix(fs): fix ext4 fs, now x86_64 can read test image normally
|
пре 7 месеци |