Commit Graph

36 Commits

Author SHA1 Message Date
8b24e74642 Update sysinfo status in docs 2024-12-15 16:37:40 +08:00
10cc85d588 Add syscall getpgid 2024-11-09 10:20:57 +08:00
1fe74c9c92 Add sys_getrlimit and sys_setrlimit 2024-11-06 21:53:31 +08:00
55bf2c847c Update the Linux system call compatibility list 2024-10-26 22:06:41 +08:00
60ef523aaf Implement semctl syscall 2024-08-18 16:37:39 +08:00
9d83e76931 Implement semop and semtimedop syscall 2024-08-18 16:37:39 +08:00
4530253a99 Implement semget syscall 2024-08-18 16:37:39 +08:00
ce2af1eb05 Add flock and sys_flock 2024-08-17 18:18:23 +08:00
8dce83605f Add sys_fallocate 2024-08-08 21:10:38 +08:00
8726d858f2 Add pselect6 syscall 2024-07-08 18:21:08 +08:00
12b355b701 Fix issue about pathname and redefine the Filetype.
Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
2024-07-03 21:59:25 +08:00
d8389da797 Add syscall mknod
Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
2024-07-03 21:59:25 +08:00
12db7ec55d Add and refactor read-write syscalls 2024-06-27 23:16:14 +08:00
d538c740ee Update the number of supported Linux system calls 2024-06-27 16:03:05 +08:00
d33f90eaeb Add sys_access and sys_faccessat 2024-06-27 15:56:04 +08:00
212dd562a0 Add sys_fdatasync and sync_data 2024-06-27 15:55:16 +08:00
5edc110f9d Reconstruct utime-like syscalls and fix filetime implementations 2024-06-27 15:54:04 +08:00
053f8d416e Add syscall getdents 2024-06-26 19:16:31 +08:00
cb5b996274 Add syscall sendmsg and recvmsg 2024-06-25 13:40:58 +08:00
9484d35730 Update Linux compatibility document 2024-06-07 17:08:49 +08:00
6e612fc730 Add syscall capget/capset 2024-06-04 19:50:08 +08:00
8e1aeaf578 Add dup3 syscall and fix EventFile 2024-06-04 16:02:58 +08:00
980ffb5a98 Add syscall umount.
Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
2024-06-04 14:38:52 +08:00
901bccadfe Add syscall rt_sigpending 2024-06-03 15:30:52 +08:00
2ecca7af6b Add dummy syscall sched_getaffinity 2024-06-01 20:10:09 +08:00
c04fd0c9a0 Add syscall sendfile 2024-05-31 16:10:46 +08:00
4101d8328a Add syscall creat 2024-05-31 15:19:17 +08:00
07fbbcfd8c Add syscall clone3 2024-05-21 19:22:13 +08:00
b11e6d2d62 Add syscall accept4 2024-05-16 19:17:38 +08:00
89b21ba3b4 Add syscall rt_sigsuspend 2024-05-16 19:10:04 +08:00
078f9a8891 Add syscall eventfd and eventfd2 2024-05-15 21:52:17 +08:00
5d28f29a11 Fix syscall list in docs 2024-05-09 10:20:48 +08:00
2b67dee1fc Add syscall epoll_pwait 2024-05-06 14:17:58 +08:00
74c70e3b5a Update "Linux Compatibility" page
Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
2024-03-25 16:34:35 +08:00
844b673821 Reformat the book in semantic line breaks 2024-01-26 12:12:17 +08:00
f418642442 Add Linux Compatibility doc 2024-01-26 12:12:17 +08:00