about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_unix
AgeCommit message (Expand)AuthorLines
2023-08-08open pidfd in child process and send to the parent via SOCK_SEQPACKET+CMSGThe 8472-0/+25
2023-01-14Remove various double spaces in source comments.André Vennberg-3/+3
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2022-06-01std: show signal number along with nameMichael Howell-3/+3
2022-04-23std: `<ExitStatus as Display>::fmt` name the signal it died fromMichael Howell-3/+3
2022-01-21Old versions of Android generate SIGSEGV from libc::abortAmanieu d'Antras-1/+6
2021-05-13Tolerate SIGTRAP for panic abort after panic::always_abortIan Jackson-1/+1
2021-05-07panic/fork test: Do not run on emscriptenIan Jackson-0/+1
2021-05-07panic ui test: Provide comprehensive test for panic after forkIan Jackson-0/+3
2021-05-07panic tests: Command: Test that we do not unwind past forkIan Jackson-0/+23
2021-03-25ExitStatus: print "exit status: {}" rather than "exit code: {}"Ian Jackson-2/+2
2021-03-09Always compile the fragile wait status test cases, just run them conditionallyIan Jackson-6/+7
2021-03-04ExitStatus tests: Make less legible to satisfy "tidy"Ian Jackson-2/+4
2021-03-04ExitStatus unknown wait status test: Make it Linux onlyIan Jackson-1/+1
2021-03-04ExitStatus stop signal display test: Make it Linux onlyIan Jackson-2/+7
2021-02-23process::unix: Test wait status formattingIan Jackson-0/+22