Commit Graph

6244 Commits (8f6eee5a731d3789e72cd961f3240a6498f0ce35)

Author SHA1 Message Date
Piotr Caban e727e44dfa cmd: Even if FindExecutable fails wait for process to finish in non-interactive mode. 2013-01-17 12:15:28 +01:00
Eric Pouech d1ccbceb4d Various background processes must be launched detached from current console (if any). 2013-01-16 14:02:55 +01:00
André Hentschel fcc204c989 winetest: Add ARM64 support. 2013-01-16 12:53:47 +01:00
André Hentschel d62d7474d4 winedbg: Add ARM64 support. 2013-01-16 12:53:42 +01:00
Alexandre Julliard 58176bba10 winedevice: Retrieve the page size from ntdll. 2013-01-09 12:15:21 +01:00
Alexandre Julliard e2761ab075 winedbg: Use an if instead of a switch in case some float types have the same size. 2013-01-08 16:35:30 +01:00
André Hentschel 7b53eac79f netstat: Implement -e option. 2013-01-08 12:49:03 +01:00
André Hentschel 5263afdb68 netstat: Don't translate strings only translated in German. 2013-01-08 12:36:51 +01:00
André Hentschel 6158a5ccf3 netstat: Implement -a option. 2013-01-08 12:32:03 +01:00
André Hentschel c5f1572744 ipconfig: Distinguish between IPv4 and IPv6 addresses. 2013-01-07 13:38:22 +01:00
Jason Edmeades 0b00b717b9 cmd: Add beginnings of support for delayed expansion. 2013-01-07 11:15:23 +01:00
Jason Edmeades 3735bf6af5 cmd: Avoid division by zero in set /a with %. 2013-01-07 11:14:24 +01:00
Marcus Meissner 45eeeb00f3 winedbg: Free snapshot handle in error path (Coverity). 2013-01-07 11:14:09 +01:00
André Hentschel 3a29e87673 winedbg: Use a switch-case style implementation in thumb2_disasm_dataprocessing. 2013-01-07 11:12:54 +01:00
André Hentschel 2b9555fba8 winedbg: Add shifted register dataprocessing operators to Thumb2 disassembler. 2013-01-07 11:12:41 +01:00
Francois Gouget ca9ceddd5d netstat: Fix compilation on systems that don't support nameless unions. 2013-01-07 11:11:12 +01:00
Francois Gouget f963f93964 Assorted spelling fixes. 2013-01-07 11:10:40 +01:00
Detlef Riekenberg b6663f8a52 conhost.exe: Add stub program. 2013-01-03 16:46:55 +01:00
André Hentschel fc5a2aa05c netstat: Implement the UDP table output. 2013-01-03 11:50:10 +01:00
André Hentschel c25c7f8049 netstat: Parse command line arguments. 2013-01-03 11:50:02 +01:00
André Hentschel 7357b65d62 netstat: Make functions static. 2013-01-03 11:49:51 +01:00
André Hentschel 0004788e96 winedbg: Add modified immediate dataprocessing operators to Thumb2 disassembler. 2013-01-02 18:15:03 +01:00
André Hentschel 87fbe4ca10 winedbg: Add plain binary dataprocessing operators to Thumb2 disassembler. 2013-01-02 18:14:59 +01:00
Eric Pouech 00b6d8ebb1 winedbg: In 'info proc' command, list hierarchy of processus, and get rid of printing parent pid. 2013-01-02 13:10:44 +01:00
André Hentschel 6e989604a3 netstat: Initial implementation. 2012-12-28 11:37:52 +01:00
Alexandre Julliard 0e16345a5f rpcss: Remove redundant define. 2012-12-27 17:15:40 +01:00
André Hentschel 04f40b7059 cacls: Print out arguments. 2012-12-26 18:23:04 +01:00
Ann and Jason Edmeades 95279b87e4 cmd: Add set /a support. 2012-12-21 12:00:19 +01:00
Jason Edmeades 51c4411a15 cmd: Add more tests for set /a. 2012-12-21 11:45:31 +01:00
Jason Edmeades 836f3e4c29 cmd: Convert the set /a tests to validate better. 2012-12-21 11:45:18 +01:00
Austin English bc4e1efce3 winedbg: stack_backtrace should not return a value. 2012-12-20 12:01:15 +01:00
Frédéric Delanoy 5188f08bf4 cmd: Remove dead assignments (clang). 2012-12-20 12:00:45 +01:00
Frédéric Delanoy 40a69ae868 cmd: Remove dead assignment (clang). 2012-12-19 14:38:59 +01:00
Ken Thomases 132ea59aff servicemodelreg: Keep debug channel name to 14 characters or fewer. 2012-12-13 11:20:34 +01:00
André Hentschel 785bdb6412 winedbg: Add load/store dual/exclusive and table branch operators to Thumb2 disassembler. 2012-12-10 17:36:29 +01:00
André Hentschel 8818e25954 winedbg: Add load/str multiple operators to Thumb2 disassembler. 2012-12-07 10:35:59 +01:00
Christian Costa 6262bc7cc8 cabarc: Handle fdintENUMERATE notification. 2012-12-03 18:24:42 +01:00
Christian Costa f6503a8b11 cabarc: Handle fdintNEXT_CABINET notification to support multi-cab archive. 2012-12-03 18:24:41 +01:00
Christian Costa b305f11118 cabarc: Keep \ in the cab path as FDICopy expects it. 2012-12-03 18:24:40 +01:00
Christian Costa b1aeb9dca1 cabarc: Add some debug messages. 2012-12-03 18:24:40 +01:00
Alexandre Julliard 1247225841 user32: Refresh the desktop when the wallpaper is changed. 2012-12-03 18:24:34 +01:00
Jason Edmeades 64d7151669 cmd: Wait for command to complete when spawned through cmd /c. 2012-11-30 11:44:09 +01:00
Jason Edmeades fc847f868c cmd: Change what 'ver' issues. 2012-11-28 20:14:54 +01:00
Jason Edmeades d71f5c9483 cmd: Prevent overflow for long command string. 2012-11-27 19:45:38 +01:00
Jason Edmeades d16f4e700b cmd: Add support for NUL in copy. 2012-11-20 11:53:15 +01:00
Jason Edmeades 2e92853091 cmd: Prevent external env vars causing tests to fail. 2012-11-20 11:53:10 +01:00
Jason Edmeades 47b35d5545 cmd: Add support for tokens= (for /f). 2012-11-20 11:46:40 +01:00
Jacek Caban 08c17ada57 cmd: Added HeapFree wrapper. 2012-11-16 11:40:36 +01:00
Jacek Caban c6d24089db cmd: Make allocation unfailable. 2012-11-15 21:21:53 +01:00
Alexandre Julliard b2fa004ee4 user32: Simplify initialization of the desktop wallpaper. 2012-11-15 21:21:48 +01:00