Commit Graph

18 Commits

Author SHA1 Message Date
c5ec2e181e Add itimer-related syscalls 2024-06-03 20:03:46 +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
a5707b4ddc Extract OS-specific part from UserContextApi 2024-05-21 09:53:37 +08:00
d019de29f9 Add abstractions for Clock and Timer 2024-05-20 16:09:27 +08:00
0d5131c822 Extract x86-specific syscall dispatch to arch/x86 2024-05-17 21:29:04 +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
98a2e623e2 Avoid computation of log message arguments in syscall handler 2024-05-09 14:33:21 +08:00
2b67dee1fc Add syscall epoll_pwait 2024-05-06 14:17:58 +08:00
1435dd0896 Add syscall nanosleep 2024-05-06 14:15:24 +08:00
e4fd51bc6f sigretrun --> sigreturn 2024-04-09 22:06:57 +08:00
ed0752aacc Add syscall chroot
Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>

Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
2024-03-25 16:34:35 +08:00
3f402d2d88 Add syscall alarm 2024-03-14 17:26:23 +08:00
437ab804f3 Add support for setpriority and getpriority 2024-03-04 09:47:44 +08:00
e3c227ae06 Refactor project structure 2024-02-28 16:30:48 +08:00