reactos/base/applications/cmdutils
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
..
at
attrib
certutil [CERTUTIL] Add -asn verb 2025-03-24 18:00:06 +01:00
chcp
clip
comp
cscript [CMAKE] Introduce set_wine_module (Retry) (#7860) 2025-04-04 20:44:38 +09:00
dbgprint
doskey
eventcreate
fc [BASE] Update French (fr-FR) translation (#7563) 2025-03-24 21:10:02 +01:00
find
fsutil
help
hostname
label
lodctr
mode
mofcomp
more
reg [CMAKE] Introduce set_wine_module (Retry) (#7860) 2025-04-04 20:44:38 +09:00
replace
schtasks
sort
taskkill [TASKKILL] Simplify children processes termination code (#7855) 2025-04-08 15:42:36 +02:00
tasklist
timeout
tree
where
whoami
wmic [CMAKE] Introduce set_wine_module (Retry) (#7860) 2025-04-04 20:44:38 +09:00
wscript [CMAKE] Introduce set_wine_module (Retry) (#7860) 2025-04-04 20:44:38 +09:00
xcopy [CMAKE] Introduce set_wine_module (Retry) (#7860) 2025-04-04 20:44:38 +09:00
CMakeLists.txt