11f9675f37
Support the system call mremap
2025-06-21 16:18:09 +08:00
95faea0fb0
Support WSTOPPED and WCONTINUED
2025-06-20 11:51:44 +08:00
0661a0656b
Never queue an ignored signal
2025-06-12 16:15:53 +08:00
fe6b78058c
Correct the blocking behavior
2025-06-09 13:10:34 +08:00
d35888c817
Add uevent_err test
2025-06-06 11:33:09 +08:00
58e4f45bb1
Add per-CPU counters and track RSS for each Vmar
2025-06-03 23:24:32 +08:00
63daf69e17
Fix incorrect types in sys_getcpu
2025-05-29 10:33:02 +08:00
da82ca619f
Add job control regression tests
2025-05-09 17:12:31 +08:00
7e4509df9c
Refactor and test set{pgid,sid}
2025-05-06 18:47:10 +08:00
17e5108c17
Add regression tests
2025-04-23 20:37:40 +08:00
f8429b2735
Add a regression test
2025-04-14 21:13:11 +08:00
c1dde01fc3
Add sched_attr
system call series
2025-03-06 21:29:40 +08:00
547c92d2ff
Add a simple test for POSIX shared memory
2024-12-18 12:26:33 +08:00
1ab63c7bcb
Add regression tests for exit()
2024-12-17 19:36:38 +08:00
fbe7734a5c
Fix CI failures in network tests
2024-12-11 16:47:13 +08:00
00ffc5266d
Add tcp poll test program
2024-10-28 22:47:50 +08:00
b5610f3034
Report POLLNVAL
in poll
for invalid FDs
2024-10-28 14:33:32 +08:00
c38455f9f6
Add tests for system call sched_get/set_affinity
2024-10-26 22:06:41 +08:00
0a36760f7a
Respect user-defined exit signal in clone() and clone3()
...
When calling clone() and clone3(), the user is allowed to specify a
signal to be sent to the parent process on exit. Respect this value by
storing it in the Process struct and sending the signal on exit.
Add a test as well to verify that the signal is properly delivered to
the parent.
2024-09-26 20:07:43 +08:00
179705a3fc
Fix RamFS readahead
2024-09-24 20:34:19 +08:00
c5009e38f1
Add pipe/short_rw test
...
Co-authored-by: Ruihan Li <lrh2000@pku.edu.cn >
2024-09-20 10:37:20 +08:00
479d98c8b9
Use (fd, file)
as the key
2024-09-13 21:02:06 +08:00
d313674a2b
Add SMP tests with a general test blocklist
2024-08-27 17:22:47 +08:00
40c2acf29d
Add shared filebacked mmap test
2024-08-16 10:45:16 +08:00
4deba9baca
Rewrite the whole net/addr.rs
file
2024-08-05 10:24:56 +08:00
39cd4420f2
Fix many error codes in pipes
2024-07-18 20:45:16 +08:00
f675552c5a
Rename regression to test
2024-06-28 20:33:21 +08:00