Commit Graph

21 Commits

Author SHA1 Message Date
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
07caaa5b3f Add full epoll_pwait 2024-06-08 17:23:06 +08:00
6e612fc730 Add syscall capget/capset 2024-06-04 19:50:08 +08:00
a893ceca4a Add syscall mount
Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
2024-06-04 14:38:52 +08:00
d24ddaae66 Add itimer-related syscall tests 2024-06-03 20:03:46 +08:00
c04fd0c9a0 Add syscall sendfile 2024-05-31 16:10:46 +08:00
ea25157790 Support mmap shared anonymous memory 2024-05-16 19:13:32 +08:00
078f9a8891 Add syscall eventfd and eventfd2 2024-05-15 21:52:17 +08:00
2b67dee1fc Add syscall epoll_pwait 2024-05-06 14:17:58 +08:00
dd64f58e55 Add test for chroot
Signed-off-by: plucky <m202372036@hust.edu.cn>
2024-03-25 16:34:35 +08:00
3f402d2d88 Add syscall alarm 2024-03-14 17:26:23 +08:00
729c6ecd0c Add support for chown syscall 2024-02-22 12:11:21 +08:00
195c6a0739 Add support for truncate syscall 2024-02-02 16:59:34 +08:00
ddca4fb2fc Enable some fs system call test cases 2023-12-28 04:54:48 +08:00
2a0446265e Add passwd&group files and enable gvisor uidgid test 2023-12-06 11:01:54 +08:00
9d8a2b420d Refactor tty&pty code 2023-11-28 12:11:54 +08:00
40056f0692 Enable gvisor pty test 2023-09-05 06:24:54 +08:00
3600a3a439 Add support for chmod, fchmod, fchmodat 2023-07-09 11:07:42 +08:00
743344e3fc Add support for statfs and fstatfs 2023-07-09 11:07:42 +08:00
e2f3932cb8 Add syscall test framwork from gvisor 2023-07-03 13:20:20 +08:00