Commit Graph

36 Commits

Author SHA1 Message Date
12db7ec55d Add and refactor read-write syscalls 2024-06-27 23:16:14 +08:00
d33f90eaeb Add sys_access and sys_faccessat 2024-06-27 15:56:04 +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
07caaa5b3f Add full epoll_pwait 2024-06-08 17:23:06 +08:00
a883b65187 Refine the scripts for syscall test 2024-06-05 14:50:11 +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
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
4101d8328a Add syscall creat 2024-05-31 15:19:17 +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
63be797c2d Check if we truly pass the tests in auto test 2024-04-09 16:59:21 +08:00
dd64f58e55 Add test for chroot
Signed-off-by: plucky <m202372036@hust.edu.cn>
2024-03-25 16:34:35 +08:00
650c7dfbad Add exFAT file system 2024-03-19 16:26:55 +08:00
26d17704bf Put .PHONY notations near targets 2024-03-15 12:52:56 +08:00
07e8cfe2e7 Polish the list of the system call test suites 2024-03-14 18:40:34 +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
0920a084e4 License Makefile, shell scripts, assembly source code, Dockerfile 2024-01-18 08:22:58 +08:00
ddca4fb2fc Enable some fs system call test cases 2023-12-28 04:54:48 +08:00
7b7e3c4b7a Rename the path of dependent crates 2023-12-26 11:49:24 +08:00
632b1937c5 Rename docker image as asterinas/asterinas 2023-12-26 11:49:24 +08:00
2ad9735eab Support VDSO in Jinux 2023-12-06 19:31:19 +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
cdc2b960dc Switch to EFI boot and use official release for QEMU and GDB 2023-10-12 14:38:36 -05:00
40056f0692 Enable gvisor pty test 2023-09-05 06:24:54 +08:00
079b139298 Add prepared syscall test in docker container 2023-08-10 10:14:18 +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