reactos.git
8 years ago[DWMAPI] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Fri, 20 Nov 2015 10:37:54 +0000 (10:37 +0000)]
[DWMAPI] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69955

8 years ago[PSDK] Update dwmapi.h. CORE-10536
Amine Khaldi [Fri, 20 Nov 2015 10:31:08 +0000 (10:31 +0000)]
[PSDK] Update dwmapi.h. CORE-10536

svn path=/trunk/; revision=69954

8 years ago[JSCRIPT_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Fri, 20 Nov 2015 10:28:29 +0000 (10:28 +0000)]
[JSCRIPT_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69953

8 years ago[JSCRIPT] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Fri, 20 Nov 2015 10:28:06 +0000 (10:28 +0000)]
[JSCRIPT] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69952

8 years ago[WSHOM_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Fri, 20 Nov 2015 10:21:37 +0000 (10:21 +0000)]
[WSHOM_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69951

8 years ago[WSHOM.OCX] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Fri, 20 Nov 2015 10:21:19 +0000 (10:21 +0000)]
[WSHOM.OCX] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69950

8 years ago[HNETCFG] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Fri, 20 Nov 2015 10:14:10 +0000 (10:14 +0000)]
[HNETCFG] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69949

8 years ago[XMLLITE_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Fri, 20 Nov 2015 10:11:33 +0000 (10:11 +0000)]
[XMLLITE_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69948

8 years ago[XMLLITE] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Fri, 20 Nov 2015 10:10:53 +0000 (10:10 +0000)]
[XMLLITE] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69947

8 years ago[BOOTLIB] Use the correct size in BlockIoEfiGetDeviceInformation(). Spotted by Andrew...
Amine Khaldi [Fri, 20 Nov 2015 09:51:23 +0000 (09:51 +0000)]
[BOOTLIB] Use the correct size in BlockIoEfiGetDeviceInformation(). Spotted by Andrew Cook.

svn path=/trunk/; revision=69946

8 years ago[Win32k]
James Tabor [Fri, 20 Nov 2015 08:22:20 +0000 (08:22 +0000)]
[Win32k]
- Fix crash while closing global hooked application. See CORE-10549.

svn path=/trunk/; revision=69945

8 years ago[IPHLPAPI]
Sylvain Petreolle [Thu, 19 Nov 2015 21:43:55 +0000 (21:43 +0000)]
[IPHLPAPI]
GetAdapters: Don't stop looking for the dns servers if an interface hasn't an entry.
This is not an error condtion, the loopback doesn't have one.

svn path=/trunk/; revision=69944

8 years ago[BROWSEUI] Handle Alt+Up. Patch by Jared Smudde CORE-10528
Robert Naumann [Thu, 19 Nov 2015 19:37:15 +0000 (19:37 +0000)]
[BROWSEUI] Handle Alt+Up. Patch by Jared Smudde CORE-10528
This commit is dedicated to Samuel Serapion!

svn path=/trunk/; revision=69943

8 years ago[EXPLORER] Fix MSVC build.
Amine Khaldi [Thu, 19 Nov 2015 16:46:51 +0000 (16:46 +0000)]
[EXPLORER] Fix MSVC build.

svn path=/trunk/; revision=69942

8 years ago[FASTFAT]
Eric Kohl [Thu, 19 Nov 2015 16:36:39 +0000 (16:36 +0000)]
[FASTFAT]
Fail, if we try to overwrite an existing directory.

svn path=/trunk/; revision=69941

8 years ago[EXPLORER] -Add the remaining Dialog Resources, needed for further implementation...
Robert Naumann [Thu, 19 Nov 2015 16:30:43 +0000 (16:30 +0000)]
[EXPLORER] -Add the remaining Dialog Resources, needed for further implementation of taskbar and startmenu settings
-Update some resource IDs to match with Win2k3
-Comment and reorder the resources for better overview
Part 3/3 CORE-10030

svn path=/trunk/; revision=69940

8 years ago[RTL]
Thomas Faber [Thu, 19 Nov 2015 16:03:21 +0000 (16:03 +0000)]
[RTL]
- Acquire the PEB lock before reading Peb->ProcessParameters->Environment in RtlQueryEnvironmentVariable_U. Patch by Mark Jansen.
CORE-10381

svn path=/trunk/; revision=69939

8 years ago[EXPLORER] Update some bitmaps by Jared Smudde, that I missed in r69734.
Robert Naumann [Thu, 19 Nov 2015 15:57:14 +0000 (15:57 +0000)]
[EXPLORER] Update some bitmaps by Jared Smudde, that I missed in r69734.
Explorer Resource Revamp Part 2/3

svn path=/trunk/; revision=69938

8 years ago[USER32]
Hermès Bélusca-Maïto [Thu, 19 Nov 2015 13:42:55 +0000 (13:42 +0000)]
[USER32]
- Fix MB_GetString: the input parameter is the ID of the button string to be retrieved, ranging from 0 to 10 inclusive (this corresponds to the IDOK ... IDCONTINUE range, minus one).
- Add the missing "Close" button string.

svn path=/trunk/; revision=69937

8 years ago[USER32]
Hermès Bélusca-Maïto [Thu, 19 Nov 2015 00:30:27 +0000 (00:30 +0000)]
[USER32]
Implement now-documented MB_GetString. See: https://msdn.microsoft.com/en-us/library/windows/desktop/dn910915(v=vs.85).aspx and: http://undoc.airesoft.co.uk/user32.dll/MB_GetString.php for more information.

svn path=/trunk/; revision=69936

8 years ago[USER32]
Hermès Bélusca-Maïto [Wed, 18 Nov 2015 23:46:38 +0000 (23:46 +0000)]
[USER32]
MessageBoxIndirect fixes by Carlo Bramini:
- Implemented loading of text and caption if they are detected as resource IDs.
- Use direct resource string pointers with LoadStringW and use the returned string length.
- Dramatically improve the implementation of ID and resource string assignments, by using a little look up table. This removes some ugly, difficult to maintain copy-paste code.
- Fix the scaling of logical coordinates by making it aware of rounding, i.e. the size of the controls is now calculated correctly.
CORE-10352 #resolve #comment Thank you for the patch! :D

svn path=/trunk/; revision=69935

8 years ago[USER32]: Update a comment.
Hermès Bélusca-Maïto [Wed, 18 Nov 2015 21:38:45 +0000 (21:38 +0000)]
[USER32]: Update a comment.

svn path=/trunk/; revision=69934

8 years ago[User32]
James Tabor [Wed, 18 Nov 2015 21:28:57 +0000 (21:28 +0000)]
[User32]
- Patch by Dmitry Timoshkov : Menu item with a "magic" bitmap should not have MFT_BITMAP type set.
- Wine sync port.

svn path=/trunk/; revision=69933

8 years ago[Win32SS]
James Tabor [Wed, 18 Nov 2015 21:25:33 +0000 (21:25 +0000)]
[Win32SS]
- Patch by Huw Davies : Restore the dc's colours after sending WM_DRAWITEM.
- Wine sync port.

svn path=/trunk/; revision=69932

8 years ago[CHARMAP]
Ged Murphy [Wed, 18 Nov 2015 19:24:08 +0000 (19:24 +0000)]
[CHARMAP]
- Start to implement the charmap required for the 0.4 release
- We now have a basic dialog with the grid in place

CORE-10518

svn path=/trunk/; revision=69931

8 years ago[CRYPT32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 21:13:47 +0000 (21:13 +0000)]
[CRYPT32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69930

8 years ago[CRYPT32] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 21:12:00 +0000 (21:12 +0000)]
[CRYPT32] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69929

8 years ago[IEFRAME] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 20:19:58 +0000 (20:19 +0000)]
[IEFRAME] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69928

8 years ago[NETAPI32]
Eric Kohl [Tue, 17 Nov 2015 20:19:36 +0000 (20:19 +0000)]
[NETAPI32]
NetWkstaGetInfo: Retrieve the primary domain name instead of the account domain name as the workgroup/domain name. System CPL shows the proper workgroup name.

svn path=/trunk/; revision=69927

8 years ago[Win32SS|RTL]
James Tabor [Tue, 17 Nov 2015 16:51:59 +0000 (16:51 +0000)]
[Win32SS|RTL]
- Patch by Andrew Eikum : Use font default height if GetTextExtentPoint returns empty rectangle.
- Wine port sync.

svn path=/trunk/; revision=69926

8 years ago[BCRYPT] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 16:16:10 +0000 (16:16 +0000)]
[BCRYPT] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69925

8 years ago[PSDK] Add missing BCRYPT_HASH_HANDLE.
Amine Khaldi [Tue, 17 Nov 2015 16:15:10 +0000 (16:15 +0000)]
[PSDK] Add missing BCRYPT_HASH_HANDLE.

svn path=/trunk/; revision=69924

8 years ago[USER32_DYNAMIC_APITEST]
Thomas Faber [Tue, 17 Nov 2015 13:45:59 +0000 (13:45 +0000)]
[USER32_DYNAMIC_APITEST]
- Add a test that uses LoadLibrary/FreeLibrary on user32.dll, causing it to re-initialize.
CORE-10540

svn path=/trunk/; revision=69923

8 years ago[AVIFIL32] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 12:58:22 +0000 (12:58 +0000)]
[AVIFIL32] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69922

8 years ago[ATL][ATL80][ATL100] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 12:54:52 +0000 (12:54 +0000)]
[ATL][ATL80][ATL100] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69921

8 years ago[ADVPACK_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 12:46:31 +0000 (12:46 +0000)]
[ADVPACK_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69920

8 years ago[ADVPACK] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 12:45:43 +0000 (12:45 +0000)]
[ADVPACK] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69919

8 years ago[PSDK] Update advpub.h. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 12:31:18 +0000 (12:31 +0000)]
[PSDK] Update advpub.h. CORE-10536

svn path=/trunk/; revision=69918

8 years ago[RSAENH_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 12:19:29 +0000 (12:19 +0000)]
[RSAENH_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69917

8 years ago[OLEAUT32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 12:00:00 +0000 (12:00 +0000)]
[OLEAUT32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69916

8 years ago[OLEAUT32] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 11:59:11 +0000 (11:59 +0000)]
[OLEAUT32] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69915

8 years ago[PSDK] Add missing GetFileInformationByHandleEx().
Amine Khaldi [Tue, 17 Nov 2015 11:57:59 +0000 (11:57 +0000)]
[PSDK] Add missing GetFileInformationByHandleEx().

svn path=/trunk/; revision=69914

8 years ago[ADVAPI32_VISTA] Import RegSetKeyValueW() from Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 11:17:12 +0000 (11:17 +0000)]
[ADVAPI32_VISTA] Import RegSetKeyValueW() from Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69913

8 years ago[PSDK] Update oleauto.h. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 11:07:59 +0000 (11:07 +0000)]
[PSDK] Update oleauto.h. CORE-10536

svn path=/trunk/; revision=69912

8 years ago[KERNEL32_VISTA] Import GetFileInformationByHandleEx() from Wine Staging 1.7.55....
Amine Khaldi [Tue, 17 Nov 2015 10:40:04 +0000 (10:40 +0000)]
[KERNEL32_VISTA] Import GetFileInformationByHandleEx() from Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69911

8 years ago[UNICODE] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 10:35:27 +0000 (10:35 +0000)]
[UNICODE] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69910

8 years ago[OLE32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 10:31:59 +0000 (10:31 +0000)]
[OLE32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69909

8 years ago[OLE32] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 10:30:40 +0000 (10:30 +0000)]
[OLE32] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69908

8 years ago[RPCRT4_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 10:08:11 +0000 (10:08 +0000)]
[RPCRT4_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69907

8 years ago[RPCRT4] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 10:08:00 +0000 (10:08 +0000)]
[RPCRT4] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69906

8 years ago[CRT] Import _snscanf() from Wine Staging 1.7.55. [MSVCRT] Export _snscanf(). CORE...
Amine Khaldi [Mon, 16 Nov 2015 22:01:01 +0000 (22:01 +0000)]
[CRT] Import _snscanf() from Wine Staging 1.7.55. [MSVCRT] Export _snscanf(). CORE-10529 CORE-10536

svn path=/trunk/; revision=69905

8 years ago[PSDK] Update midles.h. CORE-10536
Amine Khaldi [Mon, 16 Nov 2015 21:54:44 +0000 (21:54 +0000)]
[PSDK] Update midles.h. CORE-10536

svn path=/trunk/; revision=69904

8 years ago[ADVAPI32_VISTA] Introduce this module to hold Vista+ exports that we need to provide...
Amine Khaldi [Mon, 16 Nov 2015 21:53:56 +0000 (21:53 +0000)]
[ADVAPI32_VISTA] Introduce this module to hold Vista+ exports that we need to provide. CORE-10536

svn path=/trunk/; revision=69903

8 years ago[WIDL] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Mon, 16 Nov 2015 21:45:45 +0000 (21:45 +0000)]
[WIDL] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69902

8 years ago[ACPI]
Thomas Faber [Mon, 16 Nov 2015 20:01:04 +0000 (20:01 +0000)]
[ACPI]
- Completely duplicate CompatibleIdList before freeing the original in acpi_bus_add. Fixes use after free

svn path=/trunk/; revision=69901

8 years ago[PARPORT]
Thomas Faber [Mon, 16 Nov 2015 19:56:00 +0000 (19:56 +0000)]
[PARPORT]
- Initialize DeviceRelations->Count in FdoQueryBusRelations
- Don't fake success for unsupported PNP minor functions, it makes the kernel very unhappy
Powered by Special Pool

svn path=/trunk/; revision=69900

8 years ago[ACPI]
Thomas Faber [Mon, 16 Nov 2015 14:20:25 +0000 (14:20 +0000)]
[ACPI]
- Addendum to r69867: free device info pointer at the end of acpi_bus_add to avoid use after free.
Powered by Special Pool

svn path=/trunk/; revision=69899

8 years ago[FASTFAT]
Thomas Faber [Mon, 16 Nov 2015 13:58:39 +0000 (13:58 +0000)]
[FASTFAT]
- Correctly track the buffer length in VfatGetAllInformation. Fixes pool corruption when running ntdll_winetest:file

svn path=/trunk/; revision=69898

8 years ago[KMTESTS:IO]
Thomas Faber [Mon, 16 Nov 2015 13:53:03 +0000 (13:53 +0000)]
[KMTESTS:IO]
- Add a test for FileAllInformation

svn path=/trunk/; revision=69897

8 years ago[CDFS]
Thomas Faber [Mon, 16 Nov 2015 11:01:36 +0000 (11:01 +0000)]
[CDFS]
- Don't access file name buffer if its Length is zero in CdfsMakeAbsoluteFilename
CORE-10459

svn path=/trunk/; revision=69896

8 years ago[NTDLL_APITEST]
Thomas Faber [Mon, 16 Nov 2015 09:48:39 +0000 (09:48 +0000)]
[NTDLL_APITEST]
- Add a test for RtlImageRvaToVa
CORE-10523

svn path=/trunk/; revision=69895

8 years ago[SYSSETUP]
Eric Kohl [Sun, 15 Nov 2015 20:54:12 +0000 (20:54 +0000)]
[SYSSETUP]
Add a hack to set the Primary Domain Name (Workgroup Name).
#CORE-10459 #comment Does this fix the bug?

svn path=/trunk/; revision=69894

8 years ago[CSRSRV][CONSRV]: Remove the DPRINTs introduced for solving CORE-10510 and CORE-9742.
Hermès Bélusca-Maïto [Sun, 15 Nov 2015 15:18:59 +0000 (15:18 +0000)]
[CSRSRV][CONSRV]: Remove the DPRINTs introduced for solving CORE-10510 and CORE-9742.

svn path=/trunk/; revision=69893

8 years ago[FASTFAT]
Eric Kohl [Sat, 14 Nov 2015 21:10:02 +0000 (21:10 +0000)]
[FASTFAT]
Ooops! That should not have been committed!

svn path=/trunk/; revision=69892

8 years ago[FASTFAT]
Eric Kohl [Sat, 14 Nov 2015 20:41:59 +0000 (20:41 +0000)]
[FASTFAT]
VfatGetAllInformation: Return as much information as possible, but do not fail if the name string does not fit into the buffer.

svn path=/trunk/; revision=69891

8 years ago[CLIPBRD]
Hermès Bélusca-Maïto [Sat, 14 Nov 2015 16:45:41 +0000 (16:45 +0000)]
[CLIPBRD]
- Change SetDIBitsToDeviceFromClipboard to correctly use the requested format instead of always using CF_DIBV5
- Enable/Disable the menu point "Save as..." dynamically
- Remove unneeded import libraries
- Add WS_EX_ACCEPTFILES window style and handle WM_DROPFILES
- Add some defines and structures for handling clipboard files (work in progress)
- Add Open and Save dialogs
Patch by Ricardo Hanke. CORE-10520

svn path=/trunk/; revision=69890

8 years ago[CONSRV]: Use NtDuplicateObject with DUPLICATE_CLOSE_SOURCE to close a duplicated...
Hermès Bélusca-Maïto [Sat, 14 Nov 2015 16:20:00 +0000 (16:20 +0000)]
[CONSRV]: Use NtDuplicateObject with DUPLICATE_CLOSE_SOURCE to close a duplicated handle in a target process (instead of erroneously call NtClose on it). Should fix CORE-10510 and CORE-9742. Thanks to Thomas Faber for having pointed me to the source of the problem.

svn path=/trunk/; revision=69889

8 years ago[INCLUDE/REACTOS] Move the debug macros from mmebuddy.h to mmebuddy_debug.h. [SNDBLST...
Amine Khaldi [Sat, 14 Nov 2015 16:19:07 +0000 (16:19 +0000)]
[INCLUDE/REACTOS] Move the debug macros from mmebuddy.h to mmebuddy_debug.h. [SNDBLST][MMENT4][MMEBUDDY] Use mmebuddy_debug.h where needed. [WDMAUD.DRV] Enable PCH again and use mmebuddy_debug.h where needed.

svn path=/trunk/; revision=69888

8 years ago[KERNEL32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE...
Amine Khaldi [Sat, 14 Nov 2015 14:57:11 +0000 (14:57 +0000)]
[KERNEL32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114

svn path=/trunk/; revision=69887

8 years ago[WDMAUD.DRV] You don't deserve PCH.
Amine Khaldi [Sat, 14 Nov 2015 14:52:15 +0000 (14:52 +0000)]
[WDMAUD.DRV] You don't deserve PCH.

svn path=/trunk/; revision=69886

8 years ago[WDMAUD]
Sylvain Petreolle [Sat, 14 Nov 2015 14:00:29 +0000 (14:00 +0000)]
[WDMAUD]
Define NDEBUG before the includes, otherwise its a no-op.
CORE-7716

svn path=/trunk/; revision=69885

8 years ago[UMPNPMGR]
Sylvain Petreolle [Sat, 14 Nov 2015 13:28:03 +0000 (13:28 +0000)]
[UMPNPMGR]
Improve traces.

svn path=/trunk/; revision=69884

8 years ago[NTOS:KD]
Thomas Faber [Sat, 14 Nov 2015 08:55:46 +0000 (08:55 +0000)]
[NTOS:KD]
- Actually write back the response to the user buffer in KdpPrompt

svn path=/trunk/; revision=69883

8 years agoFix cast type.
Hermès Bélusca-Maïto [Fri, 13 Nov 2015 20:01:53 +0000 (20:01 +0000)]
Fix cast type.

svn path=/trunk/; revision=69882

8 years ago[CSRSRV][CONSRV][USERSRV]: Display complementary redundant information to try to...
Hermès Bélusca-Maïto [Fri, 13 Nov 2015 19:56:22 +0000 (19:56 +0000)]
[CSRSRV][CONSRV][USERSRV]: Display complementary redundant information to try to understand problems in CORE-9742 and CORE-10510 (any discrepancy in the redundant info should be the sign of some corruption).

svn path=/trunk/; revision=69881

8 years ago[FASTFAT]
Eric Kohl [Fri, 13 Nov 2015 19:03:34 +0000 (19:03 +0000)]
[FASTFAT]
Deny access when trying to overwrite a read-only file.

svn path=/trunk/; revision=69880

8 years ago[CONSRV]
Hermès Bélusca-Maïto [Thu, 12 Nov 2015 20:24:18 +0000 (20:24 +0000)]
[CONSRV]
Add diagnostic dprints to try to understand the problems described in CORE-9742 and CORE-10510

svn path=/trunk/; revision=69879

8 years ago[KMTESTS:IO]
Thomas Faber [Thu, 12 Nov 2015 13:13:54 +0000 (13:13 +0000)]
[KMTESTS:IO]
- Add a test trying assorted path variations to open files
CORE-10483

svn path=/trunk/; revision=69878

8 years ago[KMTESTS:IO]
Thomas Faber [Thu, 12 Nov 2015 12:55:26 +0000 (12:55 +0000)]
[KMTESTS:IO]
- Add a test verifying that opening a file using different parent directories still yields handles to the same file
CORE-10483

svn path=/trunk/; revision=69877

8 years ago[NTMARTA]
Eric Kohl [Thu, 12 Nov 2015 12:30:12 +0000 (12:30 +0000)]
[NTMARTA]
AccpGetTrusteeSid: Ignore pMultipleTrustee and MultipleTrusteeOperation.

svn path=/trunk/; revision=69876

8 years ago[SHELL32]
Giannis Adamopoulos [Tue, 10 Nov 2015 22:57:24 +0000 (22:57 +0000)]
[SHELL32]
- CDefView: When we have to flicker don't use the worst possible color to erase the window but the background color of the list view. At least now some flickering will go unnoticed.

svn path=/trunk/; revision=69873

8 years ago[ACPI]
Thomas Faber [Tue, 10 Nov 2015 19:14:03 +0000 (19:14 +0000)]
[ACPI]
- Remove the HPET hack, which is finally no longer needed (presumably thanks to the ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK fixes).
CORE-10509

svn path=/trunk/; revision=69872

8 years ago[WIN32SS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE...
Amine Khaldi [Tue, 10 Nov 2015 17:41:55 +0000 (17:41 +0000)]
[WIN32SS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114

svn path=/trunk/; revision=69871

8 years ago[ACPICA]
Thomas Faber [Tue, 10 Nov 2015 16:56:46 +0000 (16:56 +0000)]
[ACPICA]
- Update to version 20150930
CORE-10509 #resolve

svn path=/trunk/; revision=69870

8 years ago[SHELL32] -Use a 32bit masked icon for "Open With" Dialog items
Robert Naumann [Tue, 10 Nov 2015 16:31:37 +0000 (16:31 +0000)]
[SHELL32] -Use a 32bit masked icon for "Open With" Dialog items
-Fix icon ID for the "Open With" Dialog
-Patches by Jared Smudde CORE-10500 CORE-10502

svn path=/trunk/; revision=69869

8 years ago[ACPICA]
Thomas Faber [Tue, 10 Nov 2015 15:20:17 +0000 (15:20 +0000)]
[ACPICA]
- Update to version 20150410
CORE-10509

svn path=/trunk/; revision=69868

8 years ago[ACPI]
Thomas Faber [Tue, 10 Nov 2015 14:15:52 +0000 (14:15 +0000)]
[ACPI]
- Fix memory leak in acpi_bus_add. CID 731690

svn path=/trunk/; revision=69867

8 years ago[ACPICA]
Thomas Faber [Tue, 10 Nov 2015 13:51:38 +0000 (13:51 +0000)]
[ACPICA]
- Update to version 20141107
- Get rid of the ROS diffs in actypes.h by making use of the new ACPI_USE_SYSTEM_INTTYPES define

svn path=/trunk/; revision=69866

8 years ago[HAL] Fix HalpInitializeTsc prototype.
Amine Khaldi [Tue, 10 Nov 2015 13:19:40 +0000 (13:19 +0000)]
[HAL] Fix HalpInitializeTsc prototype.

svn path=/trunk/; revision=69865

8 years ago[MESA] Addendum to r60576.
Amine Khaldi [Tue, 10 Nov 2015 13:11:09 +0000 (13:11 +0000)]
[MESA] Addendum to r60576.

svn path=/trunk/; revision=69864

8 years ago[ACPICA]
Thomas Faber [Tue, 10 Nov 2015 12:43:58 +0000 (12:43 +0000)]
[ACPICA]
- Fix GCC versions of ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK. It now generates the same code as the original
CORE-10509

svn path=/trunk/; revision=69863

8 years ago[FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it...
Amine Khaldi [Tue, 10 Nov 2015 12:14:56 +0000 (12:14 +0000)]
[FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it stdcall.

svn path=/trunk/; revision=69862

8 years ago[USER32] Improve the check for item in MENU_FindItem().
Amine Khaldi [Tue, 10 Nov 2015 12:11:10 +0000 (12:11 +0000)]
[USER32] Improve the check for item in MENU_FindItem().

svn path=/trunk/; revision=69861

8 years ago[ACPICA]
Thomas Faber [Tue, 10 Nov 2015 11:12:54 +0000 (11:12 +0000)]
[ACPICA]
- Mark ReactOS modifications as such
CORE-10509

svn path=/trunk/; revision=69860

8 years ago[NETWORK]: s/laod/load/
Hermès Bélusca-Maïto [Mon, 9 Nov 2015 18:01:54 +0000 (18:01 +0000)]
[NETWORK]: s/laod/load/

svn path=/trunk/; revision=69859

8 years ago[WS2_32_NEW]
Thomas Faber [Mon, 9 Nov 2015 17:46:54 +0000 (17:46 +0000)]
[WS2_32_NEW]
- Remove unnecessary dnsapi dependency
- Fix some comments and a DPRINT
Brought to you by Peter Hater.
CORE-10440

svn path=/trunk/; revision=69858

8 years ago[WS2_32_NEW]
Thomas Faber [Mon, 9 Nov 2015 17:19:33 +0000 (17:19 +0000)]
[WS2_32_NEW]
- Enable NDEBUG
CORE-10440

svn path=/trunk/; revision=69857

8 years ago[MSAFD]
Thomas Faber [Mon, 9 Nov 2015 17:00:26 +0000 (17:00 +0000)]
[MSAFD]
- SO_LINGER is not supported for datagram sockets. Patch by Peter Hater.
CORE-10440

svn path=/trunk/; revision=69856

8 years ago[SHELL32] Add a missing icon to the folder options "View" tab. the remaining missing...
Robert Naumann [Sun, 8 Nov 2015 18:03:33 +0000 (18:03 +0000)]
[SHELL32] Add a missing icon to the folder options "View" tab. the remaining missing icons of the other tabs are dynamical, they have to be implemented.

svn path=/trunk/; revision=69855

8 years ago[SHELL32]: Update French translation.
Hermès Bélusca-Maïto [Sun, 8 Nov 2015 16:31:42 +0000 (16:31 +0000)]
[SHELL32]: Update French translation.

svn path=/trunk/; revision=69854