reactos.git
6 years ago[COMCTL32] Install comctl32 v6 and its manifest in first stage
Giannis Adamopoulos [Tue, 3 Oct 2017 19:28:12 +0000 (22:28 +0300)]
[COMCTL32] Install comctl32 v6 and its manifest in first stage

6 years ago[NTDLL_APITEST] Add several tests for RtlDosApplyFileIsolationRedirection_Ustr
Giannis Adamopoulos [Wed, 4 Oct 2017 08:10:59 +0000 (11:10 +0300)]
[NTDLL_APITEST] Add several tests for RtlDosApplyFileIsolationRedirection_Ustr

6 years ago[LDR] Overhaul sxs support in ldr
Giannis Adamopoulos [Tue, 3 Oct 2017 19:11:47 +0000 (22:11 +0300)]
[LDR] Overhaul sxs support in ldr
* Remove the hacky find_actctx_dll form ldr that was taken from wine. LdrpResolveDllName and LdrpCheckForLoadedDll should get a parameter that is already redirected.
* Use RtlDosApplyFileIsolationRedirection_Ustr in LdrpLoadImportModule and LdrpUpdateLoadCount3 to redirerect the input parameter.

6 years ago[NTDLL] Implement RtlDosApplyFileIsolationRedirection_Ustr based on existing wine...
Giannis Adamopoulos [Tue, 3 Oct 2017 18:57:44 +0000 (21:57 +0300)]
[NTDLL] Implement RtlDosApplyFileIsolationRedirection_Ustr based on existing wine's code for ldr. .local redirection is not implemented yet.

6 years ago[RTL] find_string_index: name parameter may not be null terminated
Giannis Adamopoulos [Tue, 3 Oct 2017 18:51:46 +0000 (21:51 +0300)]
[RTL] find_string_index: name parameter may not be null terminated

6 years agoRevert 57c0678 (PR #194) that has been erroneously committed too early.
Hermès Bélusca-Maïto [Sun, 24 Dec 2017 15:54:48 +0000 (16:54 +0100)]
Revert 57c0678 (PR #194) that has been erroneously committed too early.

6 years ago[SDK] Fix copy-pasta, addendum to 7861960 by Mark Jansen.
Hermès Bélusca-Maïto [Sun, 24 Dec 2017 15:48:13 +0000 (16:48 +0100)]
[SDK] Fix copy-pasta, addendum to 7861960 by Mark Jansen.

6 years ago[NTOS:INBV] Implement rotation bar for boot screen
Stanislav Motylkov [Thu, 14 Dec 2017 12:49:15 +0000 (15:49 +0300)]
[NTOS:INBV] Implement rotation bar for boot screen

6 years ago[SDK] Guard manifest_[dll|exe].rc against wrong usage.
Mark Jansen [Sat, 23 Dec 2017 21:39:26 +0000 (22:39 +0100)]
[SDK] Guard manifest_[dll|exe].rc against wrong usage.

6 years ago[DLL] Fix wrong manifest includes.
Mark Jansen [Sat, 23 Dec 2017 21:38:42 +0000 (22:38 +0100)]
[DLL] Fix wrong manifest includes.

6 years ago[NET] CompareInfo => CompareUserInfo. #179
Amine Khaldi [Sat, 23 Dec 2017 23:15:58 +0000 (00:15 +0100)]
[NET] CompareInfo => CompareUserInfo. #179

6 years ago[NTVDM] Move the def file out of the source files list. Rename some variables and...
Amine Khaldi [Sat, 23 Dec 2017 23:04:15 +0000 (00:04 +0100)]
[NTVDM] Move the def file out of the source files list. Rename some variables and functions. #179

6 years ago[NTVDM] Missed this file.
Amine Khaldi [Sat, 23 Dec 2017 22:59:39 +0000 (23:59 +0100)]
[NTVDM] Missed this file.

6 years ago[NTVDM] Deduplicate IsConsoleHandle() using the correct version pointed by Hermès...
Amine Khaldi [Sat, 23 Dec 2017 22:56:04 +0000 (23:56 +0100)]
[NTVDM] Deduplicate IsConsoleHandle() using the correct version pointed by Hermès. #179

6 years ago[USER32] Add wine/debug.h to the PCH and remove an unneeded wine/unicode.h inclusion.
Amine Khaldi [Sat, 23 Dec 2017 22:42:40 +0000 (23:42 +0100)]
[USER32] Add wine/debug.h to the PCH and remove an unneeded wine/unicode.h inclusion.

6 years ago[REGEDIT] Rename NUM_ICONS and _CmdWndProc(). #179
Amine Khaldi [Sat, 23 Dec 2017 13:15:02 +0000 (14:15 +0100)]
[REGEDIT] Rename NUM_ICONS and _CmdWndProc(). #179

6 years ago[INTL] Rename some variables and functions. #179
Amine Khaldi [Sat, 23 Dec 2017 13:07:33 +0000 (14:07 +0100)]
[INTL] Rename some variables and functions. #179

6 years ago[SYSDM] Rename some functions. #179
Amine Khaldi [Sat, 23 Dec 2017 13:05:07 +0000 (14:05 +0100)]
[SYSDM] Rename some functions. #179

6 years ago[SERVMAN] InitDialog => InitProgressDialog. #179
Amine Khaldi [Sat, 23 Dec 2017 13:00:08 +0000 (14:00 +0100)]
[SERVMAN] InitDialog => InitProgressDialog. #179

6 years ago[DXDIAG] Rename WIDTH, HEIGHT, InitListViewColumns and SetDeviceDetails. Zap WindowPr...
Amine Khaldi [Sat, 23 Dec 2017 12:57:01 +0000 (13:57 +0100)]
[DXDIAG] Rename WIDTH, HEIGHT, InitListViewColumns and SetDeviceDetails. Zap WindowProc. #179

6 years ago[CHARMAP] Rename OnCreate functions. #179
Amine Khaldi [Sat, 23 Dec 2017 12:46:14 +0000 (13:46 +0100)]
[CHARMAP] Rename OnCreate functions. #179

6 years ago[VFD] Add support for installing driver from System32\drivers.
Pierre Schweitzer [Sat, 23 Dec 2017 08:34:34 +0000 (09:34 +0100)]
[VFD] Add support for installing driver from System32\drivers.

Patch by Doug Lyons.

CORE-14090

6 years ago[ATL_APITEST] Show that CComObject's COM_MAP continues enumeration after a failing...
Mark Jansen [Wed, 20 Dec 2017 21:06:44 +0000 (22:06 +0100)]
[ATL_APITEST] Show that CComObject's COM_MAP continues enumeration after a failing blind function.

6 years ago[ATL] Continue enumeration after a failing COM_INTERFACE_ENTRY_FUNC_BLIND
Mark Jansen [Mon, 18 Dec 2017 22:15:46 +0000 (23:15 +0100)]
[ATL] Continue enumeration after a failing COM_INTERFACE_ENTRY_FUNC_BLIND

6 years ago[WINDOWSCODECS_WINETEST] Add a PCH.
Amine Khaldi [Thu, 21 Dec 2017 12:57:22 +0000 (13:57 +0100)]
[WINDOWSCODECS_WINETEST] Add a PCH.

6 years ago[MSXML3_WINETEST] Add a PCH.
Amine Khaldi [Thu, 21 Dec 2017 12:55:57 +0000 (13:55 +0100)]
[MSXML3_WINETEST] Add a PCH.

6 years ago[DSOUND_WINETEST] Add a PCH.
Amine Khaldi [Thu, 21 Dec 2017 12:53:36 +0000 (13:53 +0100)]
[DSOUND_WINETEST] Add a PCH.

6 years ago[DINPUT_WINETEST] Add a PCH.
Amine Khaldi [Thu, 21 Dec 2017 12:45:22 +0000 (13:45 +0100)]
[DINPUT_WINETEST] Add a PCH.

6 years ago[WS2_32_APITEST] Improve the existing PCH and make use of it.
Amine Khaldi [Thu, 21 Dec 2017 12:36:04 +0000 (13:36 +0100)]
[WS2_32_APITEST] Improve the existing PCH and make use of it.

6 years ago[ATL_APITEST] Add a PCH.
Amine Khaldi [Thu, 21 Dec 2017 12:31:24 +0000 (13:31 +0100)]
[ATL_APITEST] Add a PCH.

6 years ago[NTOS] Remove forgotten assert, see CORE-14128.
Samuel Serapion [Wed, 20 Dec 2017 17:27:59 +0000 (12:27 -0500)]
[NTOS] Remove forgotten assert, see CORE-14128.

6 years ago[TRANSLATION] [NETCFGX] Fix russian translation
Stanislav Motylkov [Wed, 20 Dec 2017 18:16:27 +0000 (21:16 +0300)]
[TRANSLATION] [NETCFGX] Fix russian translation

6 years ago[WIN32K] avoid BSOD in Bochs 2.6.8 CORE-13629, patch by Mark Jansen
Joachim Henze [Wed, 20 Dec 2017 16:38:36 +0000 (17:38 +0100)]
[WIN32K] avoid BSOD in Bochs 2.6.8 CORE-13629, patch by Mark Jansen
We applied this patch also last second in 0.4.7rls, now in master.

IntTrackPopupMenuEx() caused the BSOD when called while window is in the process of being destroyed.

6 years ago[SHLWAPI_WINETEST] Add a PCH.
Amine Khaldi [Wed, 20 Dec 2017 12:36:27 +0000 (13:36 +0100)]
[SHLWAPI_WINETEST] Add a PCH.

6 years ago[SHELL32_WINETEST] Add a PCH.
Amine Khaldi [Wed, 20 Dec 2017 12:29:32 +0000 (13:29 +0100)]
[SHELL32_WINETEST] Add a PCH.

6 years ago[OLEAUT32_WINETEST] Add a PCH.
Amine Khaldi [Wed, 20 Dec 2017 12:21:11 +0000 (13:21 +0100)]
[OLEAUT32_WINETEST] Add a PCH.

6 years ago[OLE32_WINETEST] Add a PCH.
Amine Khaldi [Wed, 20 Dec 2017 12:13:26 +0000 (13:13 +0100)]
[OLE32_WINETEST] Add a PCH.

6 years ago[NTDLL_WINETEST] Add a PCH.
Amine Khaldi [Wed, 20 Dec 2017 12:07:06 +0000 (13:07 +0100)]
[NTDLL_WINETEST] Add a PCH.

6 years ago[MSVCRT_WINETEST] Add a PCH.
Amine Khaldi [Wed, 20 Dec 2017 11:57:58 +0000 (12:57 +0100)]
[MSVCRT_WINETEST] Add a PCH.

6 years agoReplace our dxtn.dll by a version based on the libtxc_dxtn source code (#203)
Colin Finck [Wed, 20 Dec 2017 10:15:13 +0000 (11:15 +0100)]
Replace our dxtn.dll by a version based on the libtxc_dxtn source code (#203)

This is no official system DLL and WineD3D is its only user. But latest WineD3D prefers the libtxc_dxtn codebase instead of the alternative library we used.
This is also what Mesa uses and Fedora ships now that the patents have expired, so we should stick to the same.

I'm importing the libtxc_dxtn-1.0.1 codebase from https://people.freedesktop.org/~cbrill/libtxc_dxtn/
It compiles warning-free in our tree without modifying a single line!

I'm merging this Pull Request based on the positive response in CORE-12759.
I lack a proper test case myself, but my version at least shouldn't make things worse. In my opinion, the previous one was broken anyway due to using stdcall imports when WineD3D called cdecl ones.

This also removes the NSWPAT option from our buildsystem as dxtn was its latest user.

6 years ago[BOOT] Add VBox debug to livecd.ini
Timo Kreuzer [Tue, 19 Dec 2017 17:30:13 +0000 (18:30 +0100)]
[BOOT] Add VBox debug to livecd.ini

6 years ago[NTOS:MM] Fix a bug in MiBuildPfnDatabase
Timo Kreuzer [Tue, 19 Dec 2017 14:17:35 +0000 (15:17 +0100)]
[NTOS:MM] Fix a bug in MiBuildPfnDatabase
MxPfnAllocation is in pages, not in bytes!

6 years ago[NTOS:MM] Make debug code in MmArmInitSystem portable
Timo Kreuzer [Tue, 19 Dec 2017 14:16:54 +0000 (15:16 +0100)]
[NTOS:MM] Make debug code in MmArmInitSystem portable

6 years ago[NTOS:MM] Implement x64 version of MI_MAKE_SUBSECTION_PTE
Timo Kreuzer [Tue, 19 Dec 2017 14:16:04 +0000 (15:16 +0100)]
[NTOS:MM] Implement x64 version of MI_MAKE_SUBSECTION_PTE

6 years ago[NTOS:PS] Skip backtrace on non-x86
Ivan Labutin [Mon, 18 Dec 2017 07:27:31 +0000 (08:27 +0100)]
[NTOS:PS] Skip backtrace on non-x86

6 years ago[SAC] Fix wrong sized variable in SAC driver
Ivan Labutin [Mon, 13 Nov 2017 15:26:37 +0000 (18:26 +0300)]
[SAC] Fix wrong sized variable in SAC driver

6 years ago[NTOS:FSRTL] Fixed incorrect comparison
Ivan Labutin [Mon, 13 Nov 2017 14:08:27 +0000 (15:08 +0100)]
[NTOS:FSRTL] Fixed incorrect comparison

6 years ago[NTOS][NDK][RTL] A bunch of 'wrong size' fixes
Ivan Labutin [Mon, 13 Nov 2017 14:06:29 +0000 (15:06 +0100)]
[NTOS][NDK][RTL] A bunch of 'wrong size' fixes

6 years ago[NTOS:MM] Quick fix: use SIZE_T instead of ULONG, because ULONG is 32-bit and on...
Ivan Labutin [Fri, 10 Nov 2017 17:19:45 +0000 (20:19 +0300)]
[NTOS:MM] Quick fix: use SIZE_T instead of ULONG, because ULONG is 32-bit and on 64-bit truncates values

6 years ago[NTOS:KE] Improve readability of CPU flag checks and fix error checking wrong registe...
Ivan Labutin [Fri, 10 Nov 2017 16:44:30 +0000 (19:44 +0300)]
[NTOS:KE] Improve readability of CPU flag checks and fix error checking wrong register for HT support

6 years ago[NTOS:KE] Remove duplicate NX enabling
Ivan Labutin [Thu, 9 Nov 2017 22:33:47 +0000 (23:33 +0100)]
[NTOS:KE] Remove duplicate NX enabling

6 years ago[NTOS:MM] Comment out debug code for x86 that should not run on x64
Ivan Labutin [Thu, 9 Nov 2017 22:30:57 +0000 (01:30 +0300)]
[NTOS:MM] Comment out debug code for x86 that should not run on x64

6 years ago[NTOS:KE] Move RtlpUse16ByteSLists initialization into KiInitializeKernel
Ivan Labutin [Thu, 9 Nov 2017 22:23:55 +0000 (01:23 +0300)]
[NTOS:KE] Move RtlpUse16ByteSLists initialization into KiInitializeKernel

6 years ago[NTOS:KE] EFER constants fix
Ivan Labutin [Thu, 9 Nov 2017 22:06:30 +0000 (01:06 +0300)]
[NTOS:KE] EFER constants fix

6 years ago[NTOSKRNL] Fix return of uninitialized variable in PspSetQuotaLimits
Timo Kreuzer [Wed, 11 Oct 2017 13:33:15 +0000 (15:33 +0200)]
[NTOSKRNL] Fix return of uninitialized variable in PspSetQuotaLimits
CID-1322247

6 years ago[BROWSEUI] Implement ACLCustomMRU.
Mark Jansen [Sun, 17 Dec 2017 14:29:30 +0000 (15:29 +0100)]
[BROWSEUI] Implement ACLCustomMRU.
CORE-9281

6 years ago[BROWSEUI_APITEST] Add tests for IACLCustomMRU.
Mark Jansen [Sat, 16 Dec 2017 16:22:48 +0000 (17:22 +0100)]
[BROWSEUI_APITEST] Add tests for IACLCustomMRU.
CORE-9281

6 years ago[COM_APITEST] Add IACLCustomMRU
Mark Jansen [Sat, 16 Dec 2017 13:50:49 +0000 (14:50 +0100)]
[COM_APITEST] Add IACLCustomMRU

6 years ago[MSI_WINETEST] Add a PCH.
Amine Khaldi [Mon, 18 Dec 2017 12:48:13 +0000 (13:48 +0100)]
[MSI_WINETEST] Add a PCH.

6 years ago[MSHTML_WINETEST] Add a PCH.
Amine Khaldi [Mon, 18 Dec 2017 12:43:24 +0000 (13:43 +0100)]
[MSHTML_WINETEST] Add a PCH.

6 years ago[KERNEL32_WINETEST] Add a PCH.
Amine Khaldi [Mon, 18 Dec 2017 12:28:00 +0000 (13:28 +0100)]
[KERNEL32_WINETEST] Add a PCH.

6 years ago[APITESTS][WINETESTS] Addendum to the recent PCH work.
Amine Khaldi [Mon, 18 Dec 2017 12:21:47 +0000 (13:21 +0100)]
[APITESTS][WINETESTS] Addendum to the recent PCH work.

6 years ago[UUID] Add SID_SHTMLEditServices.
Amine Khaldi [Mon, 18 Dec 2017 12:18:07 +0000 (13:18 +0100)]
[UUID] Add SID_SHTMLEditServices.

6 years ago[FS] During 1st stage, disable any FS we don't support install to in order to let...
Pierre Schweitzer [Mon, 18 Dec 2017 07:44:24 +0000 (08:44 +0100)]
[FS] During 1st stage, disable any FS we don't support install to in order to let RawFS these volumes.
This avoids bloated setup and avoids potential bugs in 3rd party drivers.

This is following 806cd1.

6 years ago[NTOSKRNL] Make again an attempt at killing the IopParseDevice() hack.
Pierre Schweitzer [Sun, 17 Dec 2017 22:30:58 +0000 (23:30 +0100)]
[NTOSKRNL] Make again an attempt at killing the IopParseDevice() hack.

For the record, the only place it was remaining was 1st stage, notably because
FSD (FastAT <3) was missing a few features. As this features weren't triggered
in 3rd stage (unless forced), it was not needed there any longer.

Now that they are implemented, and seem working out of the box, this hack might
not be longer anymore.

This is my ... ?! pfff attempt at killing it. It might not be the last, so just
disabling the hack for now. If there are no regressions (who can really believe that?)
we'll be clear for dropping it once for all.

6 years ago[FASFAT] Enable FAT volume dismount using VPB swapout
Pierre Schweitzer [Sun, 17 Dec 2017 22:29:33 +0000 (23:29 +0100)]
[FASFAT] Enable FAT volume dismount using VPB swapout

6 years ago[USETUP] Our current FAT ChkDsk being a bit slow when using the right path make
Pierre Schweitzer [Sun, 17 Dec 2017 22:26:38 +0000 (23:26 +0100)]
[USETUP] Our current FAT ChkDsk being a bit slow when using the right path make
it only perform a full check if dirty bit is set (which should never happen *cough*).

This is needed because otherwise, ReactOS installation takes forever when IopParseDevice is gone
due to slow ChkDsk.

6 years ago[SETUP] Remove FSDs which have broken dismount implementation.
Pierre Schweitzer [Sun, 17 Dec 2017 22:13:56 +0000 (23:13 +0100)]
[SETUP] Remove FSDs which have broken dismount implementation.
This avoids issues when these partitions are formatted to FAT for setup.

For now, this commit doesn't change anything, but once IopParseDevice hack
gets removed, this will make a difference!

CORE-6305

6 years ago[HAL] Use 64 bits for physical addresses.
Timo Kreuzer [Sun, 17 Dec 2017 16:37:43 +0000 (17:37 +0100)]
[HAL] Use 64 bits for physical addresses.

6 years ago[FASTFAT] Add a comment (and an ASSERT) in VfatCreateFile() that shows that my stats...
Pierre Schweitzer [Sun, 17 Dec 2017 17:25:43 +0000 (18:25 +0100)]
[FASTFAT] Add a comment (and an ASSERT) in VfatCreateFile() that shows that my stats code is broken...

6 years ago[FASTFAT] While closing FCBs on dismount, release from tail to head and not the contrary.
Pierre Schweitzer [Sun, 17 Dec 2017 17:21:51 +0000 (18:21 +0100)]
[FASTFAT] While closing FCBs on dismount, release from tail to head and not the contrary.
It fixes assertion failure in vfatDestroyFCB() where we would have release parent before child.
This is still not perfect, but less bug prone...

With this commits (and ENABLE_SWAPOUT defined), ReactOS seems to unmount FAT volumes quite nice! :-)
(Tried with fsutil volume dismount X:)

6 years ago[FASTFAT] Fix a handle count leak on volume close. This can prevent locking a volume!
Pierre Schweitzer [Sun, 17 Dec 2017 17:20:04 +0000 (18:20 +0100)]
[FASTFAT] Fix a handle count leak on volume close. This can prevent locking a volume!

6 years ago[FASTFAT] When not able to lock a volume due to open handles, print open handles
Pierre Schweitzer [Sun, 17 Dec 2017 17:19:03 +0000 (18:19 +0100)]
[FASTFAT] When not able to lock a volume due to open handles, print open handles

6 years ago[RAPPS] Select 'Available' category by default.
Alexander Shaposhnikov [Sun, 17 Dec 2017 14:09:55 +0000 (16:09 +0200)]
[RAPPS] Select 'Available' category by default.

6 years ago[MSCONFIG_NEW] Temporarily "fix" the header of the SimpChinese resource file because...
Hermès Bélusca-Maïto [Sun, 17 Dec 2017 13:44:23 +0000 (14:44 +0100)]
[MSCONFIG_NEW] Temporarily "fix" the header of the SimpChinese resource file because this has nothing to do with Paint whatsoever. Proper headers will be used as soon as msconfig_new replaces the old one and such headers be used in all of its code.

6 years ago[TRANSLATION] Improve Simplified Chinese Translations.
Luo Yufan [Fri, 15 Dec 2017 11:11:24 +0000 (19:11 +0800)]
[TRANSLATION] Improve Simplified Chinese Translations.

* Fix Simplified Chinese Translation of EXPLORER.
* Fix Simplified Chinese Translation of MSCONFIG_NEW.
* Fix Simplified Chinese Translation of MSPAINT.
* Fix Simplified Chinese Translation of SHELL32.
* Fix Simplified Chinese Translation of SYSDM.
* Fix Simplified Chinese Translation of SETUP/REACTOS.

6 years ago[VFATLIB] Never touch the file system if not in interactive or RW mode.
Pierre Schweitzer [Sun, 17 Dec 2017 12:59:20 +0000 (13:59 +0100)]
[VFATLIB] Never touch the file system if not in interactive or RW mode.
It's critical not to perform any write on a volume without an exclusive lock on it.
That lock is only acquired if ChkDsk is started in RW mode.
Also added an assert in write routine, to make sure that when we're about to perform
a write operation, we're really allowed to do so.

This will avoid volume corruptions when a simple "chkdsk" is issued from cmd.
To put it simple: check will really check now, and won't attempt any repair.

CORE-14119

6 years ago[COMCTL32_WINETEST] Add a PCH.
Amine Khaldi [Sun, 17 Dec 2017 12:40:43 +0000 (13:40 +0100)]
[COMCTL32_WINETEST] Add a PCH.

6 years ago[SHELL32_APITEST] Improve the existing PCH and make use of it. Convert AddCommas...
Amine Khaldi [Sun, 17 Dec 2017 12:31:22 +0000 (13:31 +0100)]
[SHELL32_APITEST] Improve the existing PCH and make use of it. Convert AddCommas.c to c++ in order to have it benefit from the PCH.

6 years ago[GDI32_WINETEST] Add a PCH.
Amine Khaldi [Sun, 17 Dec 2017 12:20:00 +0000 (13:20 +0100)]
[GDI32_WINETEST] Add a PCH.

6 years ago[GDIPLUS_WINETEST] Add a PCH.
Amine Khaldi [Sun, 17 Dec 2017 12:14:57 +0000 (13:14 +0100)]
[GDIPLUS_WINETEST] Add a PCH.

6 years ago[CRYPT32_WINETEST] Add a PCH.
Amine Khaldi [Sun, 17 Dec 2017 11:33:39 +0000 (12:33 +0100)]
[CRYPT32_WINETEST] Add a PCH.

6 years ago[COMDLG32_WINETEST] Add a PCH.
Amine Khaldi [Sun, 17 Dec 2017 11:28:41 +0000 (12:28 +0100)]
[COMDLG32_WINETEST] Add a PCH.

6 years ago[ADVAPI32_WINETEST] Add a PCH.
Amine Khaldi [Sun, 17 Dec 2017 11:24:27 +0000 (12:24 +0100)]
[ADVAPI32_WINETEST] Add a PCH.

6 years ago[WIN32KNT_APITEST] Improve the existing PCH and make use of it.
Amine Khaldi [Sun, 17 Dec 2017 11:17:19 +0000 (12:17 +0100)]
[WIN32KNT_APITEST] Improve the existing PCH and make use of it.

6 years ago[HALX86] Deduplicate initialization of legacy PICs and remove EOI in I/O APIC initial...
Colin Finck [Sun, 17 Dec 2017 08:51:37 +0000 (09:51 +0100)]
[HALX86] Deduplicate initialization of legacy PICs and remove EOI in I/O APIC initialization, which causes an unexpected interrupt

6 years ago[SWENUM] Add version information. CORE-14112
Jason Wendt [Thu, 14 Dec 2017 19:48:48 +0000 (12:48 -0700)]
[SWENUM] Add version information. CORE-14112

Improves setup of DirectX 9.0b 4.09.00.0902 (which the game Halo wants
to install) after manually lowering DirectX version in registry.

6 years ago[GDI32] Fix TextOutA multibyte text length overgoing. CORE-14070
Katayama Hirofumi MZ [Thu, 7 Dec 2017 06:43:22 +0000 (15:43 +0900)]
[GDI32] Fix TextOutA multibyte text length overgoing. CORE-14070

6 years ago[VFD] Remove no longer required ReactOS specific change
Pierre Schweitzer [Sat, 16 Dec 2017 21:53:32 +0000 (22:53 +0100)]
[VFD] Remove no longer required ReactOS specific change

CORE-14090

6 years ago[VFDLIB] Fix preprocessor directive compilation error when being used inside a macro...
Hermès Bélusca-Maïto [Sat, 16 Dec 2017 21:48:11 +0000 (22:48 +0100)]
[VFDLIB] Fix preprocessor directive compilation error when being used inside a macro expansion on MSVC.

6 years ago[VFD] Fix build on MSVC2010.
Hermès Bélusca-Maïto [Sat, 16 Dec 2017 21:34:20 +0000 (22:34 +0100)]
[VFD] Fix build on MSVC2010.

6 years ago[VFD] Fix build
Pierre Schweitzer [Sat, 16 Dec 2017 21:00:41 +0000 (22:00 +0100)]
[VFD] Fix build

6 years ago[VFD] Build with debug information on debug builds
Pierre Schweitzer [Sat, 16 Dec 2017 20:57:11 +0000 (21:57 +0100)]
[VFD] Build with debug information on debug builds

CORE-14090

6 years ago[VFD] Import the VFD project (Virtual Floppy Drive) which allows creating virtual
Pierre Schweitzer [Sat, 16 Dec 2017 20:48:17 +0000 (21:48 +0100)]
[VFD] Import the VFD project (Virtual Floppy Drive) which allows creating virtual
floppy drives in ReactOS and mount images on them.
Only the cmd got imported. The GUI interface may come later on.
Note that, as for vcdrom, the driver is left disabled and you need to explicitely
start it through vfd command line interface.

CORE-14090

6 years ago[PSDK] Add some missing defines
Pierre Schweitzer [Sat, 16 Dec 2017 20:43:49 +0000 (21:43 +0100)]
[PSDK] Add some missing defines

CORE-14090

6 years ago[DOSKEY] Resource files: remove trailing whitespace.
Hermès Bélusca-Maïto [Sat, 16 Dec 2017 20:09:59 +0000 (21:09 +0100)]
[DOSKEY] Resource files: remove trailing whitespace.

6 years ago[DOSKEY] Improvements when importing aliases definition files.
Hermès Bélusca-Maïto [Sat, 16 Dec 2017 20:01:08 +0000 (21:01 +0100)]
[DOSKEY] Improvements when importing aliases definition files.

- The aliases ("macros") definition files have the same format as what
  is output by DosKey when one displays the list of defined aliases with
  the /macros: command-line switch. It should then, in particular,
  understand the format where executable names are also specified:

[exename1]
    alias1=command1
    ...

[exename2]
    aliasN=commandN
    ...

  We now behave similarly as Windows' version of this utility in that
  regard.

- Use ARRAYSIZE() when needed.
- Take the opportunity to add a license header to the source file.

6 years ago[KERNEL32] Improve the definition of EXENAME_LENGTH.
Hermès Bélusca-Maïto [Sat, 16 Dec 2017 19:58:08 +0000 (20:58 +0100)]
[KERNEL32] Improve the definition of EXENAME_LENGTH.

6 years ago[KERNEL32_APITEST] Add a test for FormatMessage backed with MC file.
Pierre Schweitzer [Sat, 16 Dec 2017 18:39:37 +0000 (19:39 +0100)]
[KERNEL32_APITEST] Add a test for FormatMessage backed with MC file.

6 years ago[SDK] pnp.idl: Add a reminder comment about removed Vista/+ functions. CORE-12580 164/head
Serge Gautherie [Tue, 5 Dec 2017 05:32:25 +0000 (06:32 +0100)]
[SDK] pnp.idl: Add a reminder comment about removed Vista/+ functions. CORE-12580