Commit Graph

27 Commits

Author SHA1 Message Date
8726d858f2 Add pselect6 syscall 2024-07-08 18:21:08 +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
59350a8578 Rename aster-frame to ostd 2024-06-27 15:45:49 +08:00
cb5b996274 Add syscall sendmsg and recvmsg 2024-06-25 13:40:58 +08:00
c85438353f Add syscall getrusage 2024-06-07 17:08:49 +08:00
6e612fc730 Add syscall capget/capset 2024-06-04 19:50:08 +08:00
980ffb5a98 Add syscall umount.
Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
2024-06-04 14:38:52 +08:00
a893ceca4a Add syscall mount
Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
2024-06-04 14:38:52 +08:00
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