mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 08:26:30 +00:00
Fix syscall list in docs
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
0594a73ac9
commit
5d28f29a11
@ -15,7 +15,7 @@ support the loading of Linux kernel modules.
|
|||||||
## System Calls
|
## System Calls
|
||||||
|
|
||||||
At the time of writing,
|
At the time of writing,
|
||||||
Asterinas implements 120 out of the 310+ system calls
|
Asterinas implements 130 out of the 310+ system calls
|
||||||
provided by Linux on x86-64 architecture.
|
provided by Linux on x86-64 architecture.
|
||||||
|
|
||||||
| Numbers | Names | Is Implemented |
|
| Numbers | Names | Is Implemented |
|
||||||
@ -112,9 +112,9 @@ provided by Linux on x86-64 architecture.
|
|||||||
| 89 | readlink | ✅ |
|
| 89 | readlink | ✅ |
|
||||||
| 90 | chmod | ✅ |
|
| 90 | chmod | ✅ |
|
||||||
| 91 | fchmod | ✅ |
|
| 91 | fchmod | ✅ |
|
||||||
| 92 | chown | ❌ |
|
| 92 | chown | ✅ |
|
||||||
| 93 | fchown | ❌ |
|
| 93 | fchown | ✅ |
|
||||||
| 94 | lchown | ❌ |
|
| 94 | lchown | ✅ |
|
||||||
| 95 | umask | ✅ |
|
| 95 | umask | ✅ |
|
||||||
| 96 | gettimeofday | ✅ |
|
| 96 | gettimeofday | ✅ |
|
||||||
| 97 | getrlimit | ❌ |
|
| 97 | getrlimit | ❌ |
|
||||||
@ -280,7 +280,7 @@ provided by Linux on x86-64 architecture.
|
|||||||
| 257 | openat | ✅ |
|
| 257 | openat | ✅ |
|
||||||
| 258 | mkdirat | ✅ |
|
| 258 | mkdirat | ✅ |
|
||||||
| 259 | mknodat | ❌ |
|
| 259 | mknodat | ❌ |
|
||||||
| 260 | fchownat | ❌ |
|
| 260 | fchownat | ✅ |
|
||||||
| 261 | futimesat | ❌ |
|
| 261 | futimesat | ❌ |
|
||||||
| 262 | newfstatat | ✅ |
|
| 262 | newfstatat | ✅ |
|
||||||
| 263 | unlinkat | ✅ |
|
| 263 | unlinkat | ✅ |
|
||||||
|
Reference in New Issue
Block a user