Alexandre Julliard
|
2c2e75503b
taskkill: Use the standard va_list instead of __ms_va_list.
|
3 years ago |
Michael Stefaniuc
|
3180972ee2
taskkill: Use wide-char string literals.
|
4 years ago |
Alexandre Julliard
|
ed6a5e97e0
programs: Make all program entrypoints cdecl.
|
5 years ago |
Alexandre Julliard
|
fb80c1b554
taskkill: Build with msvcrt.
|
5 years ago |
Michael Stefaniuc
|
f559c605cb
taskkill: Use the ARRAY_SIZE() macro.
|
6 years ago |
Alexandre Julliard
|
6c4cea952f
taskkill: Use WINAPIV calling convention for variadic functions.
|
7 years ago |
Frédéric Delanoy
|
17fecb55a1
taskkill: Use BOOL type where appropriate.
|
10 years ago |
Bruno Jesus
|
8a7687d868
programs: Add support to arguments with dash in taskkill.
|
11 years ago |
Frédéric Delanoy
|
39a9604e25
taskkill: Use BOOL type where appropriate.
|
11 years ago |
Hans Leidekker
|
dbc21a185e
taskkill: Print a fixme if the /T option is used.
|
12 years ago |
Alexandre Julliard
|
c9eee73450
makefiles: Define __WINESRC__ when building programs.
|
13 years ago |
Francois Gouget
|
01fc9ad458
taskkill: Fix the string resources so their format placeholders can be reordered.
|
13 years ago |
Francois Gouget
|
5bc1aff578
programs: Document the reason for the WriteConsole() fall back.
|
13 years ago |
Andrew Nguyen
|
fbcf44aa23
taskkill: Disallow process self-termination.
|
14 years ago |
Alexandre Julliard
|
95e095ba31
taskkill: Make some variables static.
|
14 years ago |
Francois Gouget
|
3cbf7097a9
taskkill: The taskkill debug channel is unused so remove it.
|
14 years ago |
Andrew Nguyen
|
a7431fe90f
taskkill: Implement forcible termination by process name.
|
14 years ago |
Andrew Nguyen
|
6cfeeed0df
taskkill: Implement forcible termination by process identifier.
|
14 years ago |
Andrew Nguyen
|
1ef5affbf3
taskkill: Implement graceful termination by process name.
|
14 years ago |
Andrew Nguyen
|
df4359b117
taskkill: Implement graceful termination by process identifier.
|
14 years ago |
Andrew Nguyen
|
db90b2d004
taskkill: Implement basic command-line parsing.
|
14 years ago |
Andrew Nguyen
|
8e540ed26f
taskkill: Add stub implementation.
|
14 years ago |