Amine Khaldi [Sun, 19 Jul 2015 13:33:54 +0000 (13:33 +0000)]
[IMAADP32.ACM] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68440
Amine Khaldi [Sun, 19 Jul 2015 13:33:09 +0000 (13:33 +0000)]
[PSDK] Update mm{reg,system}.h. CORE-9924
svn path=/trunk/; revision=68439
Amine Khaldi [Sun, 19 Jul 2015 13:31:38 +0000 (13:31 +0000)]
[GDIPLUS_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68438
Amine Khaldi [Sun, 19 Jul 2015 13:31:15 +0000 (13:31 +0000)]
[GDIPLUS] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68437
Amine Khaldi [Sun, 19 Jul 2015 13:27:27 +0000 (13:27 +0000)]
[PSDK] Update gdiplus{flat,types}.h. CORE-9924
svn path=/trunk/; revision=68436
Amine Khaldi [Sun, 19 Jul 2015 13:26:11 +0000 (13:26 +0000)]
[PSDK] Import inseng.idl from Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68435
Amine Khaldi [Sun, 19 Jul 2015 13:24:54 +0000 (13:24 +0000)]
[INETCOMM] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68434
Amine Khaldi [Sun, 19 Jul 2015 13:24:09 +0000 (13:24 +0000)]
[IEFRAME] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68433
Amine Khaldi [Sun, 19 Jul 2015 13:21:48 +0000 (13:21 +0000)]
[HHCTRL.OCX] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68432
Amine Khaldi [Sun, 19 Jul 2015 13:18:47 +0000 (13:18 +0000)]
[PSDK] Update wincodecsdk.idl. CORE-9924
svn path=/trunk/; revision=68431
Amine Khaldi [Sun, 19 Jul 2015 13:17:08 +0000 (13:17 +0000)]
[FUSION_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68430
Amine Khaldi [Sun, 19 Jul 2015 13:16:45 +0000 (13:16 +0000)]
[FUSION] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68429
Amine Khaldi [Sun, 19 Jul 2015 13:14:56 +0000 (13:14 +0000)]
[FLTLIB] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68428
Amine Khaldi [Sun, 19 Jul 2015 13:14:09 +0000 (13:14 +0000)]
[CRYPT32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68427
Amine Khaldi [Sun, 19 Jul 2015 13:13:36 +0000 (13:13 +0000)]
[CRYPT32] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68426
Amine Khaldi [Sun, 19 Jul 2015 13:10:52 +0000 (13:10 +0000)]
[AVIFIL32] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68425
Amine Khaldi [Sun, 19 Jul 2015 13:09:22 +0000 (13:09 +0000)]
[ATL100_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68424
Amine Khaldi [Sun, 19 Jul 2015 13:08:46 +0000 (13:08 +0000)]
[ATL][ATL80][ATL100] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68423
Amine Khaldi [Sun, 19 Jul 2015 13:06:07 +0000 (13:06 +0000)]
[PSDK] Update cvconst.h. CORE-9924
svn path=/trunk/; revision=68422
Thomas Faber [Sun, 19 Jul 2015 08:29:58 +0000 (08:29 +0000)]
[NTOS:MM]
- Simplify MiInitSystemMemoryAreas by introducing a helper, MiCreateArm3StaticMemoryArea. Patch by Mike Nordell
svn path=/trunk/; revision=68421
Thomas Faber [Sun, 19 Jul 2015 08:21:58 +0000 (08:21 +0000)]
[CMD]
- Remove an unused but set variable. Fixes compilation with FEATURE_UNIX_FILENAME_COMPLETION defined. Patch by Lee Schroeder.
CORE-9913 #resolve
svn path=/trunk/; revision=68420
Hermès Bélusca-Maïto [Sat, 18 Jul 2015 23:46:22 +0000 (23:46 +0000)]
[NTVDM]: Add a write-protect ROM helper and use it when possible external ROMs are loaded.
svn path=/trunk/; revision=68419
Hermès Bélusca-Maïto [Sat, 18 Jul 2015 19:45:37 +0000 (19:45 +0000)]
[NTVDM]
- Move some #defines into their correct headers.
- Fix some DPRINTs.
- Add missing DOS SYSVars values (memory-related), confirmed by DOS undocumented & FreeDOS.
- Implement INT 21h, AX=5700h and 5701h "Get/Set File last-written date & time".
- Implement INT 2Fh, AH=13h "Set Disk Interrupt Handler" chain support, which is an obscure functionality (to make story short: allows inserting disk filter drivers): see the comments inside the code (dos.c/dos.h) for more information.
svn path=/trunk/; revision=68418
Hermès Bélusca-Maïto [Sat, 18 Jul 2015 00:48:38 +0000 (00:48 +0000)]
[NTVDM]
We don't support any PS/2 keyboard command for now. Just return ACKnowledge. This unblocks some programs that want to initialize the keyboard by sending keyboard commands and then performing polling on the port until "valid" data comes out. (unblocks e.g. DOS Mugen game, amongst others...).
svn path=/trunk/; revision=68415
Aleksandar Andrejevic [Tue, 14 Jul 2015 23:29:23 +0000 (23:29 +0000)]
[FAST486]
Combine FPREM and FPREM1 into one case.
svn path=/trunk/; revision=68400
Aleksandar Andrejevic [Tue, 14 Jul 2015 23:15:46 +0000 (23:15 +0000)]
[FAST486]
In FPREM and FPREM1, copy the lowest 3 bits of the quotient
into C1, C3 and C0 (in that order!).
svn path=/trunk/; revision=68399
Benedikt Freisen [Mon, 13 Jul 2015 14:46:41 +0000 (14:46 +0000)]
[MSPAINT_NEW]
Pasting a larger-than-current-canvas image now DOES resize the canvas.
(adapted from a patch by Gian Sass)
CORE-9674 #resolve #comment Fixed in r68398
svn path=/trunk/; revision=68398
Hermès Bélusca-Maïto [Mon, 13 Jul 2015 01:22:34 +0000 (01:22 +0000)]
[NTVDM]: Fix compilation in STANDALONE mode.
CORE-9823 #resolve #comment Fixed in r68396!
svn path=/trunk/; revision=68396
Hermès Bélusca-Maïto [Mon, 13 Jul 2015 01:21:46 +0000 (01:21 +0000)]
[NTVDM]: Commit some local changes that can be committed now:
- Whitespace fixes.
- Improve some DPRINTs.
- hardcoded_values--;
- Fix DisplayMessage() for NULL-terminated strings.
- Free the allocated block of memory in the mouse driver cleanup procedure.
- Properly inherit the parent process environment block if needed.
- Return the correct last error if DosCopyEnvironmentBlock fails.
- Big ifs turned into switch.
- Implement some INT 2Fh DOS multiplex functions (AX=1200h "Installation check", AX=1203h "Get DOS data segment", AX=1214h "Compare FAR pointers", AX=122Fh "Set DOS version to return"); remove the DPRINT for AX=1680h "Release Current Virtual Machine Time-slice".
- Stubplement INT 2Ah "DOS critical sections / network" (it just monitors calls to itself at the moment).
- Use the boot drive root path as the current directory if we failed retrieving a valid one.
- Offsetize the DOS_SYSVARS members (so that I don't have to compute by head the offsets, especially when some of the members is a structure from which I don't know in advance its size); add some C_ASSERTs on the size of DOS standard structures.
- Move the NullDriverRoutine buffer outside the sysvars buffer (because it has nothing to do inside it).
- In ConDrvReadInput: do not echo the first part of an extended character.
- Add basic support for changing the reported DosVersion.
svn path=/trunk/; revision=68395
Eric Kohl [Sun, 12 Jul 2015 21:49:10 +0000 (21:49 +0000)]
[NETCFGX]
- Initialize the 'IP Address' and 'Gateway Address' edit dialogs properly.
- OK pushbuttons are default pushbuttons.
svn path=/trunk/; revision=68394
Thomas Faber [Sun, 12 Jul 2015 17:52:42 +0000 (17:52 +0000)]
[NTDLL_APITEST]
- Add test for SystemKernelDebuggerInformation, showing that it accepts an unaligned info pointer
svn path=/trunk/; revision=68393
Eric Kohl [Sun, 12 Jul 2015 17:16:35 +0000 (17:16 +0000)]
[NETCFGX]
Enable the 'Edit...' and 'Remove' buttons on the Advanced IP Settings dialog only if the 'IP addresses' and 'Dafault gateways' lists are not empty.
svn path=/trunk/; revision=68392
Thomas Faber [Sun, 12 Jul 2015 08:53:40 +0000 (08:53 +0000)]
[NTDLL_APITEST]
- Add some tests for NtQuerySystemInformation with invalid info class
svn path=/trunk/; revision=68391
Christoph von Wittich [Sun, 12 Jul 2015 08:20:13 +0000 (08:20 +0000)]
[NTOSKRNL]
NtQuerySystemInformation: check for correct alignment
svn path=/trunk/; revision=68390
Christoph von Wittich [Sat, 11 Jul 2015 13:47:22 +0000 (13:47 +0000)]
[RTL]
sync compression functions with wine
svn path=/trunk/; revision=68389
Eric Kohl [Sat, 11 Jul 2015 12:40:34 +0000 (12:40 +0000)]
[USETUP]
Show an error message if formatting a partition fails.
Based on patch by mna.
CORE-7969 #resolve #comment Thanks a lot!
svn path=/trunk/; revision=68388
Hermès Bélusca-Maïto [Sat, 11 Jul 2015 00:29:01 +0000 (00:29 +0000)]
[KERNEL32]: Fix GCC build.
svn path=/trunk/; revision=68387
Hermès Bélusca-Maïto [Sat, 11 Jul 2015 00:18:30 +0000 (00:18 +0000)]
[NDK][KERNEL32][LIBCNTPR]
Add RtlAnsiCharToUnicodeChar prototype inside NDK.
[NDK][NTVDM]
Add few missing RTL bitmap prototypes.
svn path=/trunk/; revision=68386
Hermès Bélusca-Maïto [Sat, 11 Jul 2015 00:02:59 +0000 (00:02 +0000)]
[KERNEL32]: Whitespace fix; remove useless FIELD_OFFSET definition since we have it in the standard (*DK) headers.
svn path=/trunk/; revision=68385
Hermès Bélusca-Maïto [Fri, 10 Jul 2015 23:57:26 +0000 (23:57 +0000)]
[KERNEL32]
Since CsrClientCallServer returns the value of ApiMessage.Status, then just use ApiMessage.Status instead of declaring another Status variable for querying the return value of CsrClientCallServer (continuation of r62460).
svn path=/trunk/; revision=68384
Benedikt Freisen [Thu, 9 Jul 2015 18:48:42 +0000 (18:48 +0000)]
[MSPAINT_NEW] use the same hard-coded observer pattern for the SelectionModel (WIP)
svn path=/trunk/; revision=68383
Benedikt Freisen [Thu, 9 Jul 2015 09:48:01 +0000 (09:48 +0000)]
[MSPAINT_NEW] refactoring: move selection management to a dedicated SelectionModel (WIP)
svn path=/trunk/; revision=68382
Ged Murphy [Thu, 9 Jul 2015 08:18:24 +0000 (08:18 +0000)]
[ATL]
- Add the IAtlMemMgr interface
- Add a basic implementation of CWin32Heap which just implements the base IAtlMemMgr
- Required for CAtlString / CAtlStringMgr (coming later)
svn path=/trunk/; revision=68381
Ged Murphy [Thu, 9 Jul 2015 07:51:43 +0000 (07:51 +0000)]
[ATL]
- Add basic support for CAtlList, CAtlPlex, CElementTraitsBase, CDefaultCompareTraits.
- Implements CAtlList::IsEmpty, ::GetHeadPosition, ::GetNext, ::AddTail, ::RemoveTail, ::RemoveAll
- Required in the new devmgr code.
svn path=/trunk/; revision=68380
Ged Murphy [Wed, 8 Jul 2015 06:43:16 +0000 (06:43 +0000)]
[DEV[DEVMGR]
- Use the correct HINSTANCE in the dll. Fixes loading strings for tooltips, etc.
- Rename CMainWindow to CDeviceManager
- Fixup the decelerations and add missing SAL decoration
svn path=/trunk/; revision=68378
Hermès Bélusca-Maïto [Tue, 7 Jul 2015 23:51:57 +0000 (23:51 +0000)]
[NTVDM]
- Add few remaining members to the SYSVARS list.
- Implement retrieving the (DOS) boot drive (by using the host boot drive letter from %SYSTEMDRIVE%).
Should fix Win3.11 and MSD 2.0+ boot drive retrieval.
svn path=/trunk/; revision=68377
Ged Murphy [Tue, 7 Jul 2015 20:33:54 +0000 (20:33 +0000)]
Minor code cleanup
svn path=/trunk/; revision=68376
Thomas Faber [Tue, 7 Jul 2015 13:44:32 +0000 (13:44 +0000)]
[SHELL32_WINETEST]
- Sync shfldr_special.c and shlview.c with Wine. Fixes some shell folder reference leaks.
CORE-9867
svn path=/trunk/; revision=68374
Ged Murphy [Tue, 7 Jul 2015 12:51:45 +0000 (12:51 +0000)]
[DEVMGR]
Start to fixup and merge the resources. English only at the moment
svn path=/trunk/; revision=68373
Benedikt Freisen [Tue, 7 Jul 2015 11:56:37 +0000 (11:56 +0000)]
[MSPAINT_NEW] turn the history into an ImageModel
svn path=/trunk/; revision=68372
Ged Murphy [Tue, 7 Jul 2015 11:55:36 +0000 (11:55 +0000)]
[DEVMGR]
- Rearrange the file structure, move the properties/resource/misc stuff to a ./properties folder
- Add a CMakeLists.txt file to combine both old and new code. Should now build with the msvc RosBe (doesn't yet run)
svn path=/trunk/; revision=68371
Benedikt Freisen [Tue, 7 Jul 2015 11:44:50 +0000 (11:44 +0000)]
[MSPAINT_NEW] further ATLification, hard-coded observer pattern, minor cleanup (fourth batch of git commits)
svn path=/trunk/; revision=68370
Ged Murphy [Tue, 7 Jul 2015 11:43:15 +0000 (11:43 +0000)]
[DEVMGR]
I know this *_new thing is a bit overused, but there are a lot of changes coming to devmgr and rather than take it out of the build for a few days, it's easier to do it this way
svn path=/trunk/; revision=68369
Benedikt Freisen [Tue, 7 Jul 2015 11:15:24 +0000 (11:15 +0000)]
[MSPAINT_NEW] manage palette and tools data in a PaletteModel and ToolsModel class, respectively; fix tiny bug in mouse.cpp (third batch of git commits)
svn path=/trunk/; revision=68368
Ged Murphy [Tue, 7 Jul 2015 11:05:25 +0000 (11:05 +0000)]
[DEVMGR]
- last few fixes to the device manager code to get it building with rosbe (msvc)
- Next steps are to merge it with the existing devmgr code (mostly done in my WC) and get it running via mmc.exe & devmgmt.msc
svn path=/trunk/; revision=68367
Benedikt Freisen [Tue, 7 Jul 2015 11:02:30 +0000 (11:02 +0000)]
[MSPAINT_NEW] split CMainWindow: factor out CImgAreaWindow and CMiniatureWindow (second batch of git commits)
svn path=/trunk/; revision=68366
Benedikt Freisen [Tue, 7 Jul 2015 10:42:49 +0000 (10:42 +0000)]
[MSPAINT_NEW] port to ATL (first batch of git commits)
svn path=/trunk/; revision=68365
Hermès Bélusca-Maïto [Tue, 7 Jul 2015 00:33:53 +0000 (00:33 +0000)]
[NTVDM]
Implement basic DOS country info (some stuff is not implemented yet, but the basic functionality is there). This is needed by Microsoft Diagnostics 2.0+ (amongst others)...
See also r66039.
CORE-9903 #resolve
svn path=/trunk/; revision=68363
Hermès Bélusca-Maïto [Tue, 7 Jul 2015 00:11:18 +0000 (00:11 +0000)]
[NTVDM]
- Let the mouse driver use its own 32-to-16 call scratch buffer.
- Simplify some code.
svn path=/trunk/; revision=68362
Thomas Faber [Mon, 6 Jul 2015 19:38:22 +0000 (19:38 +0000)]
[RAPPS_NEW][EXPLORER][RSHELL][BROWSEUI]
- Use ATL::CWindow methods where appropriate. By Benedikt Freisen.
CORE-9675 #resolve
svn path=/trunk/; revision=68361
Thomas Faber [Mon, 6 Jul 2015 19:29:21 +0000 (19:29 +0000)]
[ATL]
- Implement missing ATL::CWindow methods. Patch by Benedikt Freisen.
CORE-9675
svn path=/trunk/; revision=68360
Thomas Faber [Mon, 6 Jul 2015 19:20:39 +0000 (19:20 +0000)]
[RAPPS_NEW][EXPLORER][RSHELL][BROWSEUI]
- Unambiguously specify top-level namespace for Win32 API functions in preparation for upcoming ATL changes. Based on a patch by Benedikt Freisen.
CORE-9675
svn path=/trunk/; revision=68359
Thomas Faber [Mon, 6 Jul 2015 18:51:18 +0000 (18:51 +0000)]
[ACTXPRXY]
- Sync usrmarshal.c to Wine aka fix build
svn path=/trunk/; revision=68358
Thomas Faber [Mon, 6 Jul 2015 18:38:15 +0000 (18:38 +0000)]
[PSDK]
- Add IFolderView2 definition from Wine
svn path=/trunk/; revision=68357
Eric Kohl [Sun, 5 Jul 2015 21:00:38 +0000 (21:00 +0000)]
[USETUP]
Make the keyboard layouts selection not dependent on the selected language.
Patch by joao.jeronimo.89.
CORE-9630 #resolve #comment Thanks a lot!
svn path=/trunk/; revision=68354
Pierre Schweitzer [Sun, 5 Jul 2015 20:31:54 +0000 (20:31 +0000)]
[NTFS]
Properly return allocation size on directory enum
svn path=/trunk/; revision=68353
Thomas Faber [Sun, 5 Jul 2015 19:44:05 +0000 (19:44 +0000)]
[NTOS:MM]
- Show that PAGE_NOCACHE also works for image and data sections
- Show that *MapViewOfSection returns user space addresses
CORE-9808
svn path=/trunk/; revision=68352
Thomas Faber [Sun, 5 Jul 2015 19:17:50 +0000 (19:17 +0000)]
[KMTESTS:MM]
- Add a test for \Device\PhysicalMemory sections, which shows that we have trouble with PAGE_NOCACHE.
CORE-9808
svn path=/trunk/; revision=68351
Pierre Schweitzer [Sun, 5 Jul 2015 19:09:20 +0000 (19:09 +0000)]
[ARF]
Fix build(tm)
svn path=/trunk/; revision=68350
Pierre Schweitzer [Sun, 5 Jul 2015 19:08:08 +0000 (19:08 +0000)]
[NTFS]
Return correct size in FileNetworkOpenInformation operation
svn path=/trunk/; revision=68349
Pierre Schweitzer [Sun, 5 Jul 2015 19:04:05 +0000 (19:04 +0000)]
[NTFS]
Continue streams integration:
- NtfsGetFileSize() will now return the file size depending on the open data stream
- NtfsGetFileSize() will also optionally return allocated size
- In NtfsMakeFCBFromDirEntry(), when initializing FSRTL_COMMON_FCB_HEADER entry, use data stream sizes
svn path=/trunk/; revision=68348
Hermès Bélusca-Maïto [Sun, 5 Jul 2015 18:35:25 +0000 (18:35 +0000)]
[NTVDM]
- Implement INT 10h, AH=13h "Write String" function.
- Fix VidBiosPrintCharacter to use the colour attribute only in graphics mode, or when explicitely needed.
- Fix some special cases where specifying a BIOS mode page of 0xFF means "use current page".
- Use a macro to check whether a given mode number specifies a text mode, and use it where needed.
svn path=/trunk/; revision=68347
Eric Kohl [Sun, 5 Jul 2015 09:58:03 +0000 (09:58 +0000)]
[NTOSKRNL]
NtQuerySystemInformation: Return ResultLength only in case of success.
svn path=/trunk/; revision=68346
Pierre Schweitzer [Sun, 5 Jul 2015 09:04:24 +0000 (09:04 +0000)]
[NTFS]
Ignore DOS name only entries when browsing index.
CORE-9086
svn path=/trunk/; revision=68345
Ged Murphy [Sun, 5 Jul 2015 08:49:54 +0000 (08:49 +0000)]
[DEVMGR]
- Implement very basic uninstall functionality
- Move device action code into the DeviceView class
svn path=/trunk/; revision=68344
Ged Murphy [Sat, 4 Jul 2015 21:31:19 +0000 (21:31 +0000)]
[DEVMGR]
Add the 'add hardware' option for the maun menu or if the root node is selected
svn path=/trunk/; revision=68343
Ged Murphy [Sat, 4 Jul 2015 21:12:06 +0000 (21:12 +0000)]
[DEVMGR]
- Add a separate class for the root node
- Move creating the action menu items to a generic function so we can use it for both the context menu and the main menu
- Create the main action menu as a dynamic popup menu. It doesn't work quite the same as the menus via the resources, so if any menu expects know how to fix this, be my guest
svn path=/trunk/; revision=68342
Pierre Schweitzer [Sat, 4 Jul 2015 19:52:31 +0000 (19:52 +0000)]
[NTFS]
Complete BrowseIndexEntries() implementation and simplify NtfsFindMftRecord() implementation
svn path=/trunk/; revision=68341
Eric Kohl [Sat, 4 Jul 2015 16:10:50 +0000 (16:10 +0000)]
[USETUP]
Assign the HiddenSectors values properly.
svn path=/trunk/; revision=68340
Eric Kohl [Sat, 4 Jul 2015 16:04:09 +0000 (16:04 +0000)]
[USETUP]
- Add description of the 'L' key to the partition selection page.
- Make the 'ENTER' key work for logical partitions too. Selected unpartitioned space will be converted to a logical partition.
Patch by Gerhard Gruber (sparhawk).
CORE-9641 #resolve
svn path=/trunk/; revision=68339
Ged Murphy [Sat, 4 Jul 2015 13:40:17 +0000 (13:40 +0000)]
[DEVMGR]
Replace hard coded strings with resources
svn path=/trunk/; revision=68338
Amine Khaldi [Fri, 3 Jul 2015 18:43:46 +0000 (18:43 +0000)]
[SHELL32] Add an icon to Network Connections in Start menu. By Jared Smudde. CORE-9009
svn path=/trunk/; revision=68337
Amine Khaldi [Fri, 3 Jul 2015 17:17:56 +0000 (17:17 +0000)]
[TASKMGR] Fix some multi-threaded drawing issues. Brought to you by Joachim Henze. CORE-9868
svn path=/trunk/; revision=68336
Ged Murphy [Fri, 3 Jul 2015 06:56:58 +0000 (06:56 +0000)]
[DEVMGR]
- Implement dynamic context menu for device and class nodes
- Fix CanUninstall to return correct results
- Strings hardcoded for now, will fix soon
svn path=/trunk/; revision=68334
Pierre Schweitzer [Thu, 2 Jul 2015 20:11:11 +0000 (20:11 +0000)]
[NTFS]
Kill a magic value.
Dedicated to Hervé :-)
svn path=/trunk/; revision=68333
Johannes Anderwald [Thu, 2 Jul 2015 15:40:49 +0000 (15:40 +0000)]
[DDK]
- add missing PcUnregisterAdapterPowerManagement
svn path=/trunk/; revision=68332
Johannes Anderwald [Thu, 2 Jul 2015 15:35:19 +0000 (15:35 +0000)]
[PORTCLS]
- implement & export PcUnregisterAdapterPowerManagement
svn path=/trunk/; revision=68331
Johannes Anderwald [Thu, 2 Jul 2015 11:07:39 +0000 (11:07 +0000)]
[HDAUDBUS]
- partly implement HDA_TransferCodecVerbs
- stubplement HDAUDIO_BUS_INTERFACE_V2
- silence traces
svn path=/trunk/; revision=68330
Pierre Schweitzer [Wed, 1 Jul 2015 11:17:22 +0000 (11:17 +0000)]
[NTFS_TEST]
No need for such test anylonger, we have NTFSInfo now which is better :-)
svn path=/trunk/; revision=68329
Johannes Anderwald [Wed, 1 Jul 2015 07:39:35 +0000 (07:39 +0000)]
[PORTCLS]
- check if there are enough irp stack locations
svn path=/trunk/; revision=68328
Pierre Schweitzer [Tue, 30 Jun 2015 21:24:03 +0000 (21:24 +0000)]
[NTFS]
Fix user buffer handling for FSCTL_GET_NTFS_VOLUME_DATA. It fixes NTFSInfo.
We're just lacking a few information in the output data now
CORE-8725
svn path=/trunk/; revision=68327
Pierre Schweitzer [Tue, 30 Jun 2015 21:03:55 +0000 (21:03 +0000)]
[NTFSINFO]
Time to free some Sysinternals tool: ntfsinfo.
To make it short, this tool dumps various information about a NTFS volume and its reserved meta-data files
Our version comes with three advantages compared to the Russinovich's tool:
- It's FLOSS
- It works properly on NT5+ (developed with W2K3 & W7) whereas R's cannot display meta-data files information
- It will open a volume by default if none provided
One issue so far: it doesn't work properly on ReactOS!
CORE-8725
svn path=/trunk/; revision=68326
Johannes Anderwald [Tue, 30 Jun 2015 19:06:36 +0000 (19:06 +0000)]
[HDAUDBUS]
- fix small bug
svn path=/trunk/; revision=68325
Johannes Anderwald [Tue, 30 Jun 2015 12:37:39 +0000 (12:37 +0000)]
[HDAUDBUS]
- interface stub
svn path=/trunk/; revision=68321
Johannes Anderwald [Tue, 30 Jun 2015 11:36:52 +0000 (11:36 +0000)]
[HDAUDBUS]
- move code
- set FILE_AUTOGENERATED_DEVICE_NAME for pdos. Hint by ThFabba
- driver now gets further
svn path=/trunk/; revision=68320
Thomas Faber [Tue, 30 Jun 2015 11:34:34 +0000 (11:34 +0000)]
[MSI_WINETEST]
- Skip msi:msi test if running on Windows in non-interactive mode. This should allow WHS-Testbot to get a bit further
ROSTESTS-180
ONLINE-441 ROSTESTS-179
svn path=/trunk/; revision=68319
Thomas Faber [Tue, 30 Jun 2015 10:54:41 +0000 (10:54 +0000)]
[KMTESTS:MM]
- Fix some massive NP pool leakage.
svn path=/trunk/; revision=68318
Johannes Anderwald [Tue, 30 Jun 2015 10:16:41 +0000 (10:16 +0000)]
[HDAUDBUS]
- forward start device irp to lower device. Hint by ThFabba
- implement BusQueryCompatibleIDs
svn path=/trunk/; revision=68317
Pierre Schweitzer [Mon, 29 Jun 2015 20:40:12 +0000 (20:40 +0000)]
[BROWSEUI]
Revert r68305 per Christoph's request
svn path=/trunk/; revision=68316
Eric Kohl [Mon, 29 Jun 2015 20:29:19 +0000 (20:29 +0000)]
[NTOSKRNL]
Fix CmpDestroyHiveViewList adding checks for empty lists.
Thank you very much Thomas!
svn path=/trunk/; revision=68315