Add syscall mknod

Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
This commit is contained in:
Zhenchen Wang
2024-06-02 19:41:00 +08:00
committed by Tate, Hongliang Tian
parent 0cf954801d
commit d8389da797
9 changed files with 108 additions and 7 deletions

View File

@ -153,7 +153,9 @@ provided by Linux on x86-64 architecture.
| 130 | rt_sigsuspend | ✅ |
| 131 | sigaltstack | ✅ |
| 132 | utime | ✅ |
| 133 | mknod | |
| 133 | mknod | |
| 132 | utime | ❌ |
| 133 | mknod | ✅ |
| 134 | uselib | ❌ |
| 135 | personality | ❌ |
| 136 | ustat | ❌ |
@ -279,7 +281,7 @@ provided by Linux on x86-64 architecture.
| 256 | migrate_pages | ❌ |
| 257 | openat | ✅ |
| 258 | mkdirat | ✅ |
| 259 | mknodat | |
| 259 | mknodat | |
| 260 | fchownat | ✅ |
| 261 | futimesat | ✅ |
| 262 | newfstatat | ✅ |