asterinas/test/apps/scripts
Carlos López 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
..
Makefile Rename regression to test 2024-06-28 20:33:21 +08:00
boot_hello.sh Rename regression to test 2024-06-28 20:33:21 +08:00
fs.sh Add pipe/short_rw test 2024-09-20 10:37:20 +08:00
network.sh Rewrite the whole `net/addr.rs` file 2024-08-05 10:24:56 +08:00
process.sh Respect user-defined exit signal in clone() and clone3() 2024-09-26 20:07:43 +08:00
run_general_test.sh Add SMP tests with a general test blocklist 2024-08-27 17:22:47 +08:00
run_vsock_test.sh Rename regression to test 2024-06-28 20:33:21 +08:00
shell_cmd.sh Rename regression to test 2024-06-28 20:33:21 +08:00
test_epoll_pwait.sh Rename regression to test 2024-06-28 20:33:21 +08:00
vsock_commands.sh Rename regression to test 2024-06-28 20:33:21 +08:00