|
283f6eebed
|
Add regression test for UNIX stream socket options
|
2025-06-24 17:25:44 +08:00 |
|
|
f442cc6d81
|
Automatically merge adjacent and compatible VmMapping s
|
2025-06-24 12:15:24 +08:00 |
|
|
c5d57d5216
|
Fix mapping between sched_attr and SchedPolicy
|
2025-06-24 10:31:32 +08:00 |
|
|
0875cf6644
|
Move the test framework out
|
2025-06-24 10:24:13 +08:00 |
|
|
6af39b2d30
|
Add error code tests for mremap syscall
|
2025-06-24 10:24:13 +08:00 |
|
|
ee542e043e
|
Improve the test framework for MM syscalls
|
2025-06-24 10:24:13 +08:00 |
|
|
751e0b2ebf
|
Don't jump to the end of the cursor range
|
2025-06-23 10:54:30 +08:00 |
|
|
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 |
|
|
4a9977d9a7
|
Make zero reads/writes' behavior right
|
2025-06-17 16:09:33 +08:00 |
|
|
796635486c
|
Handle broken netlink attributes
|
2025-06-13 11:27:22 +08:00 |
|
|
deab9b6f72
|
Truncate netlink messages
|
2025-06-13 11:27:22 +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 |
|
|
d5c7a8bae3
|
Allow non-leaders to operate jobs
|
2025-05-12 16:09:43 +08:00 |
|
|
da82ca619f
|
Add job control regression tests
|
2025-05-09 17:12:31 +08:00 |
|
|
50ba735e96
|
Handle negative P(G)IDs via cast_(un)signed
|
2025-05-09 11:38:01 +08:00 |
|
|
a993264265
|
Refactor and test get{pgid,sid}
|
2025-05-06 18:47:10 +08:00 |
|
|
7e4509df9c
|
Refactor and test set{pgid,sid}
|
2025-05-06 18:47:10 +08:00 |
|
|
764e3afa7c
|
Add a simple test case for OverlayFS
|
2025-04-24 20:07:06 +08:00 |
|
|
17e5108c17
|
Add regression tests
|
2025-04-23 20:37:40 +08:00 |
|
|
5e9f537222
|
Add netlink regression test and gVisor test
|
2025-04-15 17:20:12 +08:00 |
|
|
f8429b2735
|
Add a regression test
|
2025-04-14 21:13:11 +08:00 |
|
|
d40d452e9d
|
Receive RST packets as ECONNRESET errors
|
2025-03-10 18:08:08 +08:00 |
|
|
aa29640ed7
|
Send RST packets when appropriate
|
2025-03-10 18:08:08 +08:00 |
|
|
388eec449a
|
Add ip level socket option
|
2025-03-07 13:38:02 +08:00 |
|
|
c1dde01fc3
|
Add sched_attr system call series
|
2025-03-06 21:29:40 +08:00 |
|
|
d37e60d082
|
Report socket errors in send /recv
|
2025-03-05 19:48:28 +08:00 |
|
|
68cf99993e
|
Remove socket errors from SocketOptionSet
|
2025-03-05 19:48:28 +08:00 |
|
|
65f9363d7c
|
Add a test for reaper functionality
|
2025-03-03 19:31:50 +08:00 |
|
|
6d42a07e95
|
Implement getcpu syscall and add corresponding test application
|
2025-02-27 11:41:26 +08:00 |
|
|
3f951e0c0c
|
Enable gVisor tcp_socket_test
|
2025-02-11 10:50:20 +08:00 |
|
|
39cc0dca26
|
Add socket hash table
|
2024-12-30 09:46:14 +08:00 |
|
|
72cb160539
|
Add keepidle tcp option
|
2024-12-18 13:19:34 +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 |
|
|
8b07a68e9e
|
Add regression test for keepalive and tcp nodelay
|
2024-12-15 16:50:43 +08:00 |
|
|
74a59206d7
|
Refactor sockoption.c with test framework
|
2024-12-15 16:50:43 +08:00 |
|
|
065a3bd1c3
|
Avoid inline comments in variable assignments in Makefile
|
2024-12-11 19:37:45 +08:00 |
|
|
fbe7734a5c
|
Fix CI failures in network tests
|
2024-12-11 16:47:13 +08:00 |
|
|
6c4f56723c
|
Fix futex lost wakeup
|
2024-11-27 10:27:22 +08:00 |
|
|
05ff441577
|
Clear DF flag during signal handling to conform to x86-64 calling convention
|
2024-11-26 10:50:58 +08:00 |
|
|
827c15aa03
|
Add self-connecting regression tests
|
2024-11-08 10:49:02 +08:00 |
|
|
19b13d88e2
|
Fix clone_exit_signal test
|
2024-11-06 21:53:55 +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 |
|