reactos.git
7 years ago[NTOSKRNL] Fix NtApphelpCacheControl image lookup failure return codes when validatin...
Mark Jansen [Thu, 5 May 2016 14:13:29 +0000 (14:13 +0000)]
[NTOSKRNL] Fix NtApphelpCacheControl image lookup failure return codes when validating file times.
Also silence some debug outputs in the normal usage flow.

svn path=/trunk/; revision=71263

7 years agofix the build for msvc (2013?) users.
Mark Jansen [Thu, 5 May 2016 12:43:57 +0000 (12:43 +0000)]
fix the build for msvc (2013?) users.

svn path=/trunk/; revision=71262

7 years ago[NTOSKRNL][NTDLL_APITEST] Fix error returned from NtCreateSection when opening an...
Mark Jansen [Thu, 5 May 2016 12:06:07 +0000 (12:06 +0000)]
[NTOSKRNL][NTDLL_APITEST] Fix error returned from NtCreateSection when opening an empty file. CORE-11166

svn path=/trunk/; revision=71261

7 years ago[BTRFS]
Pierre Schweitzer [Thu, 5 May 2016 06:48:56 +0000 (06:48 +0000)]
[BTRFS]
Mark the CORE-11057 fix as local change.

CORE-11172

svn path=/trunk/; revision=71260

7 years ago[FREELDR] fix copypasta
Christoph von Wittich [Wed, 4 May 2016 08:28:44 +0000 (08:28 +0000)]
[FREELDR] fix copypasta
CORE-11161

svn path=/trunk/; revision=71259

7 years ago[UNIATA] Fix PCH.
Amine Khaldi [Tue, 3 May 2016 22:23:02 +0000 (22:23 +0000)]
[UNIATA] Fix PCH.

svn path=/trunk/; revision=71255

7 years ago[UNIATA]
Aleksey Bragin [Tue, 3 May 2016 21:16:08 +0000 (21:16 +0000)]
[UNIATA]
- Update to 0.46d7.

CORE-11157

svn path=/trunk/; revision=71252

7 years ago[WINTRUST_WINETEST] Import Wine Staging commit bdb15cf (WinVerifyTrust tests), by...
Mark Jansen [Tue, 3 May 2016 19:29:39 +0000 (19:29 +0000)]
[WINTRUST_WINETEST] Import Wine Staging commit bdb15cf (WinVerifyTrust tests), by Sebastian Lackner & Me CORE-10923

svn path=/trunk/; revision=71248

7 years ago[KERNEL32]
Pierre Schweitzer [Tue, 3 May 2016 17:58:28 +0000 (17:58 +0000)]
[KERNEL32]
The onliner:
- Move to next entry by applying the offset to the previous entry, and not to the first entry

This fixes enumerating ADS from files with 3+ streams. Previously, doing dir /R in a directory would have lead to a cmd crash.

CORE-11164 #resolve #comment Fixed by r71245

svn path=/trunk/; revision=71245

7 years ago[SHELL32]
Giannis Adamopoulos [Tue, 3 May 2016 17:10:09 +0000 (17:10 +0000)]
[SHELL32]
- Remove a debug message that should have been removed before committing.
- Also fix a test failure.

svn path=/trunk/; revision=71244

7 years ago[SHELL32]
Giannis Adamopoulos [Tue, 3 May 2016 14:36:04 +0000 (14:36 +0000)]
[SHELL32]
- Move recyclebin static lib in the shell32 folder and name it shellrecyclebin alongside shelldesktop and shellmenu static libs.

svn path=/trunk/; revision=71243

7 years ago[SHELL32]
Giannis Adamopoulos [Tue, 3 May 2016 13:47:16 +0000 (13:47 +0000)]
[SHELL32]
- CDesktopFolder: Avoid doing any operation with pidls. Use the internal fs folders instead.

svn path=/trunk/; revision=71242

7 years ago[WIN32K:NTUSER]
Thomas Faber [Tue, 3 May 2016 12:50:35 +0000 (12:50 +0000)]
[WIN32K:NTUSER]
- Desktops should keep a reference to their parent window station
CORE-11124

svn path=/trunk/; revision=71240

7 years ago[WIN32K:NTUSER]
Thomas Faber [Tue, 3 May 2016 12:38:41 +0000 (12:38 +0000)]
[WIN32K:NTUSER]
- In IntDesktopObjectDelete, correctly handle the case where pDeskInfo could not be allocated
CORE-11124

svn path=/trunk/; revision=71239

7 years ago[WIN32K:NTUSER]
Thomas Faber [Tue, 3 May 2016 12:24:28 +0000 (12:24 +0000)]
[WIN32K:NTUSER]
- Fix indentation. No functional changes.

svn path=/trunk/; revision=71238

7 years ago[SHELL32]
Giannis Adamopoulos [Tue, 3 May 2016 09:15:36 +0000 (09:15 +0000)]
[SHELL32]
- lnk files are .. files so don't pretend that CDrivesFolder and CControlPanelFolder can contain lnk files.
- Don't create a full pidl just to parse it right away (which is a costly operation) when an IShellLink is queried from a folder.
- Fix a bug in CDesktopFolder::GetDisplayNameOf that was exposed by changes above.

svn path=/trunk/; revision=71237

7 years ago[REG_WINETEST]
Thomas Faber [Mon, 2 May 2016 20:30:59 +0000 (20:30 +0000)]
[REG_WINETEST]
- Addendum to r71232: we no longer need to skip this test.
ROSTESTS-200

svn path=/trunk/; revision=71236

7 years ago[USER32]
Pierre Schweitzer [Mon, 2 May 2016 17:45:42 +0000 (17:45 +0000)]
[USER32]
Import Wine commit:
bfb7e167cb399dbba0a889b797bc11ece8b9e687, Check bounds before dereferencing.

svn path=/trunk/; revision=71235

7 years ago[COMDLG32]
Pierre Schweitzer [Mon, 2 May 2016 17:45:39 +0000 (17:45 +0000)]
[COMDLG32]
Import Wine commit:
d288d8d333f6faea9d64a0af944f125663a449d8, Check for overflow before dereferencing.

svn path=/trunk/; revision=71234

7 years ago[SHELL32]
Giannis Adamopoulos [Mon, 2 May 2016 13:50:13 +0000 (13:50 +0000)]
[SHELL32]
- Fix loading shortcut icons. The previous code passed a full pidl to GetUIObjectOf which is really wrong.
CORE-11158

svn path=/trunk/; revision=71233

7 years ago[NTOS:CM]
Thomas Faber [Mon, 2 May 2016 13:19:44 +0000 (13:19 +0000)]
[NTOS:CM]
- Correctly handle NULL Data with nonzero DataSize in NtSetValueKey
ROSTESTS-200 #resolve

svn path=/trunk/; revision=71232

7 years ago[User32]
James Tabor [Mon, 2 May 2016 02:46:03 +0000 (02:46 +0000)]
[User32]
- Patch by Herschel Ralston : Fix scroll bar glitch. See CORE-3923 and CORE-11155.

svn path=/trunk/; revision=71231

7 years ago[APPHELP][APPHELP_APITEST] Add some apphelp GUID helper functions + tests to be used...
Mark Jansen [Sun, 1 May 2016 21:43:30 +0000 (21:43 +0000)]
[APPHELP][APPHELP_APITEST] Add some apphelp GUID helper functions + tests to be used later on. CORE-10367
- SdbGetStandardDatabaseGUID
- SdbGUIDFromString
- SdbGUIDToString
- SdbIsNullGUID

svn path=/trunk/; revision=71230

7 years ago[NTFS]
Pierre Schweitzer [Sun, 1 May 2016 20:16:08 +0000 (20:16 +0000)]
[NTFS]
Cherry pick a change from r71224 by Trevor:
- Don't fail too early in NtfsCreateFile() when requesting write/supersede operation. This allows already setting appropriate error in certain cases and making the driver more consistent

svn path=/trunk/; revision=71229

7 years ago[NTFS]
Pierre Schweitzer [Sun, 1 May 2016 20:13:26 +0000 (20:13 +0000)]
[NTFS]
This has nothing to do in a NTFS driver

svn path=/trunk/; revision=71228

7 years ago[SHELL32]
Giannis Adamopoulos [Sun, 1 May 2016 19:54:23 +0000 (19:54 +0000)]
[SHELL32]
- Remove IExtractIconA_Constructor and rename IExtractIconW_Constructor to GenericExtractIcon_CreateInstance which will handle both A and W.
- Make GenericExtractIcon_CreateInstance accept a pointer to a IShellFolder and a simple pidl.
- Avoid using SHGetPathFromIDListW. Use ILGetDisplayNameExW instead. May make loading icons for folders and exe files slightly faster as it does fewer I/O and less allocations.

svn path=/trunk/; revision=71227

7 years ago[APPHELP][APPHELP_APITEST] Add SdbGetFileAttributes + tests, based on the work of...
Mark Jansen [Sun, 1 May 2016 19:12:06 +0000 (19:12 +0000)]
[APPHELP][APPHELP_APITEST] Add SdbGetFileAttributes + tests, based on the work of Mislav Blažević CORE-10367
- Implement SdbGetFileAttributes (based on the work of Mislav Blažević)
- Add tests for SdbGetFileAttributes

svn path=/trunk/; revision=71226

7 years ago[SHELL32]
Giannis Adamopoulos [Sun, 1 May 2016 19:05:32 +0000 (19:05 +0000)]
[SHELL32]
- Disentangle icon extraction for control panel. Add CCPLExtractIcon_CreateInstance and isolate control panel handling in CControlPanelFolder.cpp.

svn path=/trunk/; revision=71225

7 years ago[DHCPCSVC]
Pierre Schweitzer [Sun, 1 May 2016 13:36:15 +0000 (13:36 +0000)]
[DHCPCSVC]
Properly end variadic args enumeration

svn path=/trunk/; revision=71223

7 years ago[SHELL32]
Pierre Schweitzer [Sun, 1 May 2016 13:27:11 +0000 (13:27 +0000)]
[SHELL32]
Don't use uninit var

svn path=/trunk/; revision=71222

7 years ago[KS]
Pierre Schweitzer [Sun, 1 May 2016 08:25:22 +0000 (08:25 +0000)]
[KS]
- Don't leak memory in KspValidateConnectRequest(), patch by Victor Martinez
- Also compute connect medium ID string only twice (could be even computed once) instead of doing so in each loop iteration

CORE-11099 #resolve #comment Committed in r71221

svn path=/trunk/; revision=71221

7 years ago[SHELL32] Properly track RC file dependencies. CORE-9806
Amine Khaldi [Sat, 30 Apr 2016 16:21:23 +0000 (16:21 +0000)]
[SHELL32] Properly track RC file dependencies. CORE-9806

svn path=/trunk/; revision=71220

7 years ago[PSDK]
Pierre Schweitzer [Sat, 30 Apr 2016 16:12:49 +0000 (16:12 +0000)]
[PSDK]
Add missing definition

svn path=/trunk/; revision=71219

7 years ago[SHELL32]
Giannis Adamopoulos [Sat, 30 Apr 2016 15:30:59 +0000 (15:30 +0000)]
[SHELL32]
- Get rid of CPrintersExtractIconW and add CPrintersExtractIconW_CreateInstane which creates and initializes CExtractIcon.
- Also add CNetFolderExtractIcon_CreateInstance and CRecyclerExtractIcon_CreateInstance.

svn path=/trunk/; revision=71217

7 years ago[SHELL32_APITEST]
Thomas Faber [Sat, 30 Apr 2016 15:06:57 +0000 (15:06 +0000)]
[SHELL32_APITEST]
- Add a test for SHParseDisplayName
CORE-10434

svn path=/trunk/; revision=71216

7 years agofix the build.
Mark Jansen [Sat, 30 Apr 2016 14:33:57 +0000 (14:33 +0000)]
fix the build.

svn path=/trunk/; revision=71215

7 years agoTry to fix build.
Giannis Adamopoulos [Sat, 30 Apr 2016 14:09:33 +0000 (14:09 +0000)]
Try to fix build.

svn path=/trunk/; revision=71214

7 years ago[SHELL32]
Giannis Adamopoulos [Sat, 30 Apr 2016 14:05:10 +0000 (14:05 +0000)]
[SHELL32]
- Add an overload of SHSetStrRet which loads strings by default from shell32.
- Remove some dead code fomr CDrivesFolder.

svn path=/trunk/; revision=71213

7 years ago[SHELL32]
Giannis Adamopoulos [Sat, 30 Apr 2016 12:52:17 +0000 (12:52 +0000)]
[SHELL32]
- Accept parsing paths like "C:". Also simplify CDrivesFolder::ParseDisplayName a bit.
Note: trying to run "c:" from the run dialog doesn't have the right result due to a bug in ShellExecute.

svn path=/trunk/; revision=71212

7 years ago[FASTFAT]
Pierre Schweitzer [Sat, 30 Apr 2016 08:20:00 +0000 (08:20 +0000)]
[FASTFAT]
Update the FCB cached dir entry in case of a rename.

CORE-11150 #resolve #comment Fixed in r71209

svn path=/trunk/; revision=71209

7 years ago[SHELL32] German layout improvements in the folder options dialog. By Joachim Henze...
Amine Khaldi [Tue, 26 Apr 2016 21:17:25 +0000 (21:17 +0000)]
[SHELL32] German layout improvements in the folder options dialog. By Joachim Henze. CORE-11143

svn path=/trunk/; revision=71208

7 years ago[ACPI]
Thomas Faber [Tue, 26 Apr 2016 18:29:42 +0000 (18:29 +0000)]
[ACPI]
- Fix a broken status check in Bus_StartFdo. Spotted by willok.

svn path=/trunk/; revision=71207

7 years ago[CLASSPNP] Use NT_ASSERTMSGW instead of ASSERTMSGW.
Amine Khaldi [Mon, 25 Apr 2016 22:47:45 +0000 (22:47 +0000)]
[CLASSPNP] Use NT_ASSERTMSGW instead of ASSERTMSGW.

svn path=/trunk/; revision=71206

7 years ago[CLASSPNP] Addendum to r71183.
Amine Khaldi [Mon, 25 Apr 2016 22:39:15 +0000 (22:39 +0000)]
[CLASSPNP] Addendum to r71183.

svn path=/trunk/; revision=71205

7 years ago[CONFIGURE]
Sylvain Petreolle [Sun, 24 Apr 2016 22:40:53 +0000 (22:40 +0000)]
[CONFIGURE]
Addendum to r69601:
host-tools are "no longer required" but actually still exist.
Add the CMakeCache cleanup for them.

svn path=/trunk/; revision=71204

7 years ago[BTRFS]
Pierre Schweitzer [Sun, 24 Apr 2016 19:58:15 +0000 (19:58 +0000)]
[BTRFS]
Don't remove an entry list twice in add_to_space_list().

This fixes a BSOD when trying to create a new file on a Btrfs volume.

Already sent upstream. Delayed due to inactivity.

CORE-11057 #resolve #comment Fixed with r71202

svn path=/trunk/; revision=71202

7 years ago[CDMAKE]
Sylvain Petreolle [Sun, 24 Apr 2016 18:59:33 +0000 (18:59 +0000)]
[CDMAKE]
Don't check for extension length on Joliet images.
Encountered with AHK binaries.

ONLINE-567

svn path=/trunk/; revision=71201

7 years ago[APPHELP][APPHELP_APITEST] Update SdbTagToString tests to check all known tags CORE...
Mark Jansen [Sun, 24 Apr 2016 17:19:09 +0000 (17:19 +0000)]
[APPHELP][APPHELP_APITEST] Update SdbTagToString tests to check all known tags CORE-10367
- Add a list of hardcoded tags, for all versions up to win7 they are checked against windows.
- Update SdbTagToString with a few missing strings
- Hardcode the used version to Win7 for now, as backporting these strings would not make much sense.

svn path=/trunk/; revision=71200

7 years ago[NDIS]
Sylvain Petreolle [Sun, 24 Apr 2016 15:50:25 +0000 (15:50 +0000)]
[NDIS]
Revert r71188

svn path=/trunk/; revision=71199

7 years agoNothing to see here.
Mark Jansen [Sun, 24 Apr 2016 13:27:22 +0000 (13:27 +0000)]
Nothing to see here.

svn path=/trunk/; revision=71198

7 years ago[APPHELP][APPHELP_APITEST] Add SdbTagToString + test by Mislav Blažević CORE-10367
Mark Jansen [Sun, 24 Apr 2016 13:05:00 +0000 (13:05 +0000)]
[APPHELP][APPHELP_APITEST] Add SdbTagToString + test by Mislav Blažević CORE-10367

svn path=/trunk/; revision=71197

7 years ago[SYSSETUP]
Eric Kohl [Sun, 24 Apr 2016 11:29:40 +0000 (11:29 +0000)]
[SYSSETUP]
Rename SetAccountDomain to SetAccountsDomainSid and export it.

svn path=/trunk/; revision=71194

7 years ago* Addendum to r71192,
Mark Jansen [Sat, 23 Apr 2016 23:20:44 +0000 (23:20 +0000)]
* Addendum to r71192,
which was based on the research of Jared Smudde, Sylvain Deverre and Robert Naumann.
CORE-10837

svn path=/trunk/; revision=71193

7 years ago[BROWSEUI][SHELL32] Stub Folder Options Property Page extension CORE-10837
Mark Jansen [Sat, 23 Apr 2016 23:05:07 +0000 (23:05 +0000)]
[BROWSEUI][SHELL32] Stub Folder Options Property Page extension CORE-10837
- Stub the Property pages
- Disable some code that prevented the property pages from working (CORE-11140)
- Leave the menu item disabled for now, since a dialog that does not do anything will only confuse people (CORE-11141)

svn path=/trunk/; revision=71192

7 years ago[SHELL32] Fix the grouping of folder options radiobuttons CORE-10837
Mark Jansen [Sat, 23 Apr 2016 22:22:40 +0000 (22:22 +0000)]
[SHELL32] Fix the grouping of folder options radiobuttons CORE-10837

svn path=/trunk/; revision=71191

7 years ago[SDK][SDK_APITEST] Improve delayload support CORE-10935
Mark Jansen [Sat, 23 Apr 2016 20:38:06 +0000 (20:38 +0000)]
[SDK][SDK_APITEST] Improve delayload support CORE-10935
- Add an apitest for our delayload functions.
- Improve the delayload (mainly the failure cases, throw exceptions where expected etc).
- Add some tests for advanced delayload features (currently blocked on CORE-6504 and CORE-10957)

svn path=/trunk/; revision=71190

7 years ago[ROSTESTS]
Sylvain Petreolle [Sat, 23 Apr 2016 20:08:10 +0000 (20:08 +0000)]
[ROSTESTS]
apitests: win32kdll and win32nt can't be built on Release builds,
NtUserSetDbgTag is not exported.

svn path=/trunk/; revision=71189

7 years ago[NDIS]
Sylvain Petreolle [Sat, 23 Apr 2016 19:09:30 +0000 (19:09 +0000)]
[NDIS]
Silence a debug output.
CORE-11137 #resolve

svn path=/trunk/; revision=71188

7 years agoSave the ReiserFS driver in the right place on installation CDs.
Sylvain Petreolle [Thu, 21 Apr 2016 20:18:05 +0000 (20:18 +0000)]
Save the ReiserFS driver in the right place on installation CDs.
Patch by Peter Hater.

CORE-11005

svn path=/trunk/; revision=71187

7 years ago[URLMON] Stub and export URLDownloadA. CORE-11136
Amine Khaldi [Thu, 21 Apr 2016 14:16:51 +0000 (14:16 +0000)]
[URLMON] Stub and export URLDownloadA. CORE-11136

svn path=/trunk/; revision=71186

8 years ago* Addendum to r71184. CORE-9111
Amine Khaldi [Wed, 20 Apr 2016 12:39:37 +0000 (12:39 +0000)]
* Addendum to r71184. CORE-9111

svn path=/trunk/; revision=71185

8 years ago[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
Amine Khaldi [Wed, 20 Apr 2016 12:36:25 +0000 (12:36 +0000)]
[SDK] One step further towards ReactOS source code tree restructure: the sdk folder that groups includes, libraries and tools. CORE-9111

svn path=/trunk/; revision=71184

8 years ago[CLASSPNP] Fix MSVC build. Brought to you by Timo.
Amine Khaldi [Wed, 20 Apr 2016 12:16:16 +0000 (12:16 +0000)]
[CLASSPNP] Fix MSVC build. Brought to you by Timo.

svn path=/trunk/; revision=71183

8 years ago[LIBPNG] Update to v1.6.21. CORE-11128
Amine Khaldi [Wed, 20 Apr 2016 09:00:52 +0000 (09:00 +0000)]
[LIBPNG] Update to v1.6.21. CORE-11128

svn path=/trunk/; revision=71182

8 years ago[README.WINE] Mark some modules and source files as synced with Wine Staging 1.9...
Amine Khaldi [Wed, 20 Apr 2016 08:50:01 +0000 (08:50 +0000)]
[README.WINE] Mark some modules and source files as synced with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=71181

8 years agoMake the bootcd_extras, livecd_extras, hybridcd_extras actually work.
Sylvain Petreolle [Tue, 19 Apr 2016 21:41:46 +0000 (21:41 +0000)]
Make the bootcd_extras, livecd_extras, hybridcd_extras actually work.
CORE-9527
Cannot be used for the AHK suite test bot, cdmake cannot add directories.
ONLINE-567

Arch, #TestYourCode :)

svn path=/trunk/; revision=71180

8 years ago[NTOSKRNL]
Pierre Schweitzer [Tue, 19 Apr 2016 06:25:18 +0000 (06:25 +0000)]
[NTOSKRNL]
Typo--;

svn path=/trunk/; revision=71179

8 years ago[NTOSKRNL]
Pierre Schweitzer [Mon, 18 Apr 2016 20:49:14 +0000 (20:49 +0000)]
[NTOSKRNL]
Use the PairCount variable of the MCB to store the current amount of runs in the table. This will be properly used later on.

CORE-11002

svn path=/trunk/; revision=71178

8 years ago[KMTESTS:FSRTL]
Pierre Schweitzer [Sun, 17 Apr 2016 21:17:49 +0000 (21:17 +0000)]
[KMTESTS:FSRTL]
Add more failing tests for MCB. These are pretty basics and deal with holes.
They are pretty handy to show how broken the current MCB implementation is, in regard to holes management: it fails at properly counting runs when there are holes and it creates virtual runs (hence the broken count) for each hole. This shouldn't happen.

CORE-11002

svn path=/trunk/; revision=71177

8 years ago[XDK/DDK] Fix copy pasta
Timo Kreuzer [Sun, 17 Apr 2016 21:14:51 +0000 (21:14 +0000)]
[XDK/DDK] Fix copy pasta

svn path=/trunk/; revision=71176

8 years ago[NTOS:KE]
Thomas Faber [Sun, 17 Apr 2016 09:55:13 +0000 (09:55 +0000)]
[NTOS:KE]
- In debug builds, restore EBP early in KiSwitchThreads to get a sensible backtrace
CORE-11123

svn path=/trunk/; revision=71175

8 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 16 Apr 2016 22:38:11 +0000 (22:38 +0000)]
[NTOSKRNL]
Modify the ret8 interrupt return path in KiTrapExitStub, so that nested interrupts (e.g. as a result of an interrupt storm from a broken driver) will work more "like on Windows", i.e., now the broken driver will not cause stack exhaustion anymore, but a proper system hang! And it will be an even more efficient system hang than Windows has! This is not the '90s. You can't just walk up and crash the system, you have to do something cool first and do it properly "like Windows does", even if you're not using the same assembly instructions.

svn path=/trunk/; revision=71174

8 years ago[USER32_APITEST]
Thomas Faber [Sat, 16 Apr 2016 20:30:11 +0000 (20:30 +0000)]
[USER32_APITEST]
- Add a test for window station reference counts
CORE-11124

svn path=/trunk/; revision=71173

8 years ago[XDK/DDK] Update ASSERT definitions based on latest WDK (with some modifications...
Timo Kreuzer [Sat, 16 Apr 2016 15:53:32 +0000 (15:53 +0000)]
[XDK/DDK] Update ASSERT definitions based on latest WDK (with some modifications regarding cast to void and macro parameter expansion). Use NT_ASSERT for ASSERT globally on reactos MSVC builds.

svn path=/trunk/; revision=71172

8 years ago[CMLIB]
Thomas Faber [Sat, 16 Apr 2016 14:19:47 +0000 (14:19 +0000)]
[CMLIB]
- Turn down a noisy DPRINT

svn path=/trunk/; revision=71171

8 years ago[XDK/DDK] Fix prototype of FsRtlRegisterUncProvider, based on latest WDK
Timo Kreuzer [Sat, 16 Apr 2016 13:14:31 +0000 (13:14 +0000)]
[XDK/DDK] Fix prototype of FsRtlRegisterUncProvider, based on latest WDK

svn path=/trunk/; revision=71170

8 years ago[RTL]
Thomas Faber [Sat, 16 Apr 2016 11:43:57 +0000 (11:43 +0000)]
[RTL]
- Silence noisy DPRINTs

svn path=/trunk/; revision=71169

8 years ago[NTOS][WIN32K]
Thomas Faber [Sat, 16 Apr 2016 10:38:58 +0000 (10:38 +0000)]
[NTOS][WIN32K]
- Disable some noisy DPRINTs

svn path=/trunk/; revision=71168

8 years ago[WIN32K:NTUSER]
Thomas Faber [Sat, 16 Apr 2016 10:22:35 +0000 (10:22 +0000)]
[WIN32K:NTUSER]
- Don't leak desktop reference in failure case of NtUserSwitchDesktop

svn path=/trunk/; revision=71167

8 years ago[NTOSKRNL]
Pierre Schweitzer [Fri, 15 Apr 2016 20:50:40 +0000 (20:50 +0000)]
[NTOSKRNL]
In FsRtlAddBaseMcbEntry(), don't merge runs in case there's a hole in LBNs

CORE-11002

svn path=/trunk/; revision=71166

8 years ago[WIN32K:NTUSER]
Thomas Faber [Fri, 15 Apr 2016 20:43:25 +0000 (20:43 +0000)]
[WIN32K:NTUSER]
- Don't access WindowStationName after free
- Handle RtlCreateAtomTable failure

svn path=/trunk/; revision=71165

8 years ago[WIN32K:NTUSER]
Thomas Faber [Fri, 15 Apr 2016 20:24:44 +0000 (20:24 +0000)]
[WIN32K:NTUSER]
- Initialize the window station object before calling ObInsertObject, since the object will be deleted in case of failure.
CORE-11124

svn path=/trunk/; revision=71164

8 years ago[WIN32K:NTUSER]
Thomas Faber [Fri, 15 Apr 2016 19:49:33 +0000 (19:49 +0000)]
[WIN32K:NTUSER]
- Fix indentation. No code changes.

svn path=/trunk/; revision=71163

8 years ago[KMTESTS:FSRTL]
Pierre Schweitzer [Fri, 15 Apr 2016 19:43:12 +0000 (19:43 +0000)]
[KMTESTS:FSRTL]
Add more non-failing tests

CORE-11002

svn path=/trunk/; revision=71162

8 years ago[NTOS:MM]
Thomas Faber [Fri, 15 Apr 2016 18:30:18 +0000 (18:30 +0000)]
[NTOS:MM]
- Fix list walk in MmGetSessionById

svn path=/trunk/; revision=71161

8 years ago[FREELDR]
Pierre Schweitzer [Thu, 14 Apr 2016 20:42:12 +0000 (20:42 +0000)]
[FREELDR]
Cherrypick r71159

svn path=/trunk/; revision=71160

8 years ago[NTFS]
Pierre Schweitzer [Thu, 14 Apr 2016 20:39:55 +0000 (20:39 +0000)]
[NTFS]
Don't attempt to read a sparse run of the disk.

Patch by Trevor Thompson

CORE-10998

svn path=/trunk/; revision=71159

8 years ago[ACPICA]
Thomas Faber [Thu, 14 Apr 2016 19:38:40 +0000 (19:38 +0000)]
[ACPICA]
- Revert the changes adding arbitrary bit length read/write support since they cause problems on VirtualBox and will be reworked upstream.
CORE-11115 #resolve

svn path=/trunk/; revision=71158

8 years ago[NTOS:IO]
Thomas Faber [Thu, 14 Apr 2016 15:18:53 +0000 (15:18 +0000)]
[NTOS:IO]
- Avoid excessive stack usage in IopInitializeDriverModule.

svn path=/trunk/; revision=71157

8 years ago[NTFS]
Pierre Schweitzer [Wed, 13 Apr 2016 20:06:56 +0000 (20:06 +0000)]
[NTFS]
Don't perform an overestimated allocation in NtfsReadFile()

Patch by Trevor Thompson

CORE-10998

svn path=/trunk/; revision=71156

8 years ago[NTFS]
Pierre Schweitzer [Wed, 13 Apr 2016 19:52:42 +0000 (19:52 +0000)]
[NTFS]
Don't leak memory in case of failures in NtfsReadDisk().

Based on a patch by Trevor Thompson.

CORE-10998

svn path=/trunk/; revision=71155

8 years ago[APPHELP] Change the ApphelpCheckInstallShieldPackage stub to a non-throwing one...
Mark Jansen [Wed, 13 Apr 2016 18:23:54 +0000 (18:23 +0000)]
[APPHELP] Change the ApphelpCheckInstallShieldPackage stub to a non-throwing one, use OutputDebugString by default. CORE-8591

svn path=/trunk/; revision=71154

8 years ago[NTOS:PS]
Thomas Faber [Tue, 12 Apr 2016 17:44:47 +0000 (17:44 +0000)]
[NTOS:PS]
- Return sensible values for KernelTime/UserTime from NtQueryInformationProcess:ProcessTimes
CORE-7007 #resolve

svn path=/trunk/; revision=71153

8 years ago[NTDLL_APITEST]
Thomas Faber [Tue, 12 Apr 2016 17:39:01 +0000 (17:39 +0000)]
[NTDLL_APITEST]
- Add a test for NtQueryInformationProcess:ProcessTimes
CORE-7007

svn path=/trunk/; revision=71152

8 years ago[ACPICA]
Thomas Faber [Tue, 12 Apr 2016 15:44:33 +0000 (15:44 +0000)]
[ACPICA]
- Update to version 20160318
CORE-11114 #resolve

svn path=/trunk/; revision=71151

8 years ago[COM_APITEST]
Thomas Faber [Tue, 12 Apr 2016 13:18:32 +0000 (13:18 +0000)]
[COM_APITEST]
- Add some more classes, thanks to http://www.geoffchappell.com/studies/windows/ie/browseui/classes/index.htm

svn path=/trunk/; revision=71150

8 years ago[ADVAPI32]
Thomas Faber [Tue, 12 Apr 2016 13:01:35 +0000 (13:01 +0000)]
[ADVAPI32]
- Fix null termination in RegQueryInfoKeyA. Based on Wine commit 303daeef by Alexandre Juilliard.

svn path=/trunk/; revision=71149

8 years ago[PSDK]
Thomas Faber [Tue, 12 Apr 2016 11:58:11 +0000 (11:58 +0000)]
[PSDK]
- Add CLSID_ACLHistory, CLSID_ACLMRU, CLSID_ACLCustomMRU

svn path=/trunk/; revision=71148

8 years ago[PSDK]
Thomas Faber [Tue, 12 Apr 2016 09:27:27 +0000 (09:27 +0000)]
[PSDK]
- Import SHCreateShellItemArrayFromIDLists, IShellView3, IAssocHandlerInvoker, IAssocHandler, IEnumAssocHandlers, SHAssocEnumHandlers and EnumerableObjectCollection from Wine

svn path=/trunk/; revision=71147

8 years ago[PSDK]
Thomas Faber [Tue, 12 Apr 2016 06:51:20 +0000 (06:51 +0000)]
[PSDK]
- Reorder some definitions in shobjidl.idl to get us in better sync with Wine

svn path=/trunk/; revision=71146