reactos/base/applications/cmdutils/taskkill
Hermès Bélusca-Maïto 94a650cdf7
[TASKKILL] Simplify children processes termination code (#7855)
Use process-tree Level-Order-Traversal to determine the children
processes to be terminated.

This avoids using recursion to establish the process tree, and also
allows termination in a fashion similar to Windows' taskkill.
The main difference with the latter is that we terminate parent
processes first before terminating their children, instead of doing
the reverse. (This allows avoiding the case where parent processes
respawn their children when they have been terminated.)
2025-04-08 15:42:36 +02:00
..
lang [TASKKILL] Improve translations of the process-termination messages (#7855) 2025-04-08 15:40:46 +02:00
CMakeLists.txt [TASKKILL] Final sync with wine-10.0 (#7855) 2025-04-08 15:36:57 +02:00
taskkill.c [TASKKILL] Simplify children processes termination code (#7855) 2025-04-08 15:42:36 +02:00
taskkill.h [TASKKILL] Implement /t (tree) parameter (#2403) 2025-03-26 17:04:49 +01:00
taskkill.rc [TRANSLATION][TASKKILL] Add Italian translation (#717) 2018-08-03 12:12:29 +02:00