reactos.git
8 years ago[NTVDM]: Implement PC reset handling in the BIOS. Used by some apps for switching...
Hermès Bélusca-Maïto [Fri, 8 May 2015 19:26:46 +0000 (19:26 +0000)]
[NTVDM]: Implement PC reset handling in the BIOS. Used by some apps for switching from protected mode back to real mode the 286 way (see: rcollins.org/articles/pmbasics/ for more details).

svn path=/trunk/; revision=67601

8 years ago[MSPAINT_NEW] Convert to C++, update header comments
Benedikt Freisen [Fri, 8 May 2015 16:27:46 +0000 (16:27 +0000)]
[MSPAINT_NEW] Convert to C++, update header comments

svn path=/trunk/; revision=67600

8 years ago[MSPAINT_NEW] bootstrap mspaint_new from mspaint
Benedikt Freisen [Fri, 8 May 2015 16:02:36 +0000 (16:02 +0000)]
[MSPAINT_NEW] bootstrap mspaint_new from mspaint

svn path=/trunk/; revision=67599

8 years ago[FAST486]
Aleksandar Andrejevic [Fri, 8 May 2015 03:43:31 +0000 (03:43 +0000)]
[FAST486]
Fix the order of operatins in RETF.

svn path=/trunk/; revision=67598

8 years ago[FAST486]
Aleksandar Andrejevic [Fri, 8 May 2015 02:30:28 +0000 (02:30 +0000)]
[FAST486]
The "Call" parameter should be true for calls.

svn path=/trunk/; revision=67597

8 years ago[FAST486]
Aleksandar Andrejevic [Fri, 8 May 2015 01:34:18 +0000 (01:34 +0000)]
[FAST486]
Don't forget to check for gates in 16-bit protected mode too.

svn path=/trunk/; revision=67596

8 years ago[NTVDM]
Hermès Bélusca-Maïto [Thu, 7 May 2015 23:54:47 +0000 (23:54 +0000)]
[NTVDM]
- Move some interrupt initialization where it belongs and activate few other ones.
- Initialize interruct vector for INT 2Ah (Network check) because some apps directly call it and crash if it contains NULL.

svn path=/trunk/; revision=67595

8 years ago[NTVDM]: Initialize only the interrupt vectors that we really need, and nothing else...
Hermès Bélusca-Maïto [Thu, 7 May 2015 23:11:32 +0000 (23:11 +0000)]
[NTVDM]: Initialize only the interrupt vectors that we really need, and nothing else. I also include a (by default disabled) option that activates extended debug features that may break some DOS apps (for example, initializing ALL of the non-handled interrupts to a default vector), to be used at your own risk.

svn path=/trunk/; revision=67594

8 years ago[FAST486]
Aleksandar Andrejevic [Thu, 7 May 2015 13:38:29 +0000 (13:38 +0000)]
[FAST486]
Support legacy (286) Task State Segments in Fast486InterruptInternal and Fast486CallGate.

svn path=/trunk/; revision=67593

8 years ago[FAST486]
Aleksandar Andrejevic [Thu, 7 May 2015 12:18:41 +0000 (12:18 +0000)]
[FAST486]
The NULL selector is valid in the LDT.

svn path=/trunk/; revision=67592

8 years ago[FAST486]
Aleksandar Andrejevic [Thu, 7 May 2015 03:22:18 +0000 (03:22 +0000)]
[FAST486]
Add support for legacy (286) Task State Segments.

svn path=/trunk/; revision=67591

8 years ago[NTVDM]: Update the console title only in non-standalone mode.
Hermès Bélusca-Maïto [Thu, 7 May 2015 01:44:29 +0000 (01:44 +0000)]
[NTVDM]: Update the console title only in non-standalone mode.

svn path=/trunk/; revision=67590

8 years ago[NTVDM]
Hermès Bélusca-Maïto [Thu, 7 May 2015 01:23:33 +0000 (01:23 +0000)]
[NTVDM]
- Improvement/Usability: when a DOS app is started in a separate console, print its full path as it's done in Windows.
- Stubplement a LoadGlobalSettings function for NTVDM so that it will be able to grab user settings from the registry.
- Move DOS-only related variables AcceptCommands, CommandThread and SessionId to where they belong. I will rework ConsoleCtrlHandler to make it more elegant in the future (DOS-agnostic).
- Remove the useless ENTER-key-up hack.

svn path=/trunk/; revision=67589

8 years ago[NTVDM]
Aleksandar Andrejevic [Thu, 7 May 2015 00:53:47 +0000 (00:53 +0000)]
[NTVDM]
Fix the previous fix.

svn path=/trunk/; revision=67588

8 years ago[NTVDM]
Aleksandar Andrejevic [Thu, 7 May 2015 00:36:14 +0000 (00:36 +0000)]
[NTVDM]
Fix the calculation of the executable's base size.

svn path=/trunk/; revision=67587

8 years ago[NTVDM]
Aleksandar Andrejevic [Wed, 6 May 2015 23:13:55 +0000 (23:13 +0000)]
[NTVDM]
... and don't forget to set AH to the error code.

svn path=/trunk/; revision=67586

8 years ago[NTVDM]
Aleksandar Andrejevic [Wed, 6 May 2015 23:06:28 +0000 (23:06 +0000)]
[NTVDM]
Implement EMS function AH = 59h (Get Expanded Memory Hardware Information).

svn path=/trunk/; revision=67585

8 years ago[NTVDM]
Aleksandar Andrejevic [Wed, 6 May 2015 22:41:22 +0000 (22:41 +0000)]
[NTVDM]
- INT 21h AH = 0Ah: don't increment the count for a backspace.
- Fix the EMS version number.

svn path=/trunk/; revision=67584

8 years ago[EXPLORER]
David Quintana [Wed, 6 May 2015 22:13:06 +0000 (22:13 +0000)]
[EXPLORER]
Remove notification icons when their attached HWND is no longer valid. Patch by Joachim Henze (reactosfanboy), with some extra newlines by me.
CORE-9537 #resolve

svn path=/trunk/; revision=67583

8 years ago[NTVDM]: Move the DosStartProcess dprint inside the function.
Hermès Bélusca-Maïto [Wed, 6 May 2015 22:07:16 +0000 (22:07 +0000)]
[NTVDM]: Move the DosStartProcess dprint inside the function.

svn path=/trunk/; revision=67582

8 years ago[ATL]
Ged Murphy [Wed, 6 May 2015 21:56:24 +0000 (21:56 +0000)]
[ATL]
Add support for assigning CAtlString to WCHAR

svn path=/trunk/; revision=67581

8 years ago[NTVDM]
Aleksandar Andrejevic [Wed, 6 May 2015 21:56:15 +0000 (21:56 +0000)]
[NTVDM]
Try to find the shortened full path in DosLoadExecutable, and use that whenever
possible.

svn path=/trunk/; revision=67580

8 years ago[ATL]
Ged Murphy [Wed, 6 May 2015 21:31:40 +0000 (21:31 +0000)]
[ATL]
Add skeleton support for CAtlStringW

svn path=/trunk/; revision=67579

8 years ago[NTVDM]
Aleksandar Andrejevic [Wed, 6 May 2015 20:09:38 +0000 (20:09 +0000)]
[NTVDM]
The DOS CON driver shouldn't return DOS_DEVSTAT_BUSY while an extended
character can be read.

svn path=/trunk/; revision=67578

8 years ago[NTVDM]
Aleksandar Andrejevic [Wed, 6 May 2015 03:52:19 +0000 (03:52 +0000)]
[NTVDM]
Implement EMS functions AH = 47h and AH = 48h (Save/Restore Page Map).

svn path=/trunk/; revision=67574

8 years ago[NTVDM]
Aleksandar Andrejevic [Wed, 6 May 2015 03:38:41 +0000 (03:38 +0000)]
[NTVDM]
Implement EMS function AH = 53h (Get/Set Handle Name).
Some programs expect to find the string "EMMXXXX0" at offset 0x0A in
the segment where the EMS interrupt handler is, so move the interrupt
handler BOP to the private device area of the EMS driver.

svn path=/trunk/; revision=67573

8 years ago[NTVDM]
Aleksandar Andrejevic [Wed, 6 May 2015 02:05:01 +0000 (02:05 +0000)]
[NTVDM]
Don't set all the bits in the bitmap in XmsAlloc.

svn path=/trunk/; revision=67572

8 years agoRevert NTAPI changes.
Ged Murphy [Tue, 5 May 2015 22:30:50 +0000 (22:30 +0000)]
Revert NTAPI changes.
MS uses stdcall by default (/gz), we don't and need to explicitly add this in the headers

svn path=/trunk/; revision=67571

8 years ago[RC] Truncate some too long strings in resources. Some I cant't cut down because...
Daniel Reimer [Tue, 5 May 2015 21:00:44 +0000 (21:00 +0000)]
[RC] Truncate some too long strings in resources. Some I cant't cut down because of it's language were marked as too long for translators to fix. VMWInst skipped, it should die anyway.

svn path=/trunk/; revision=67570

8 years ago[NTVDM]
Aleksandar Andrejevic [Tue, 5 May 2015 20:49:09 +0000 (20:49 +0000)]
[NTVDM]
Fix INT 16h, AH=01h/11h.

svn path=/trunk/; revision=67569

8 years ago[NTOSKRNL/FREELDR/NDK]
Timo Kreuzer [Tue, 5 May 2015 20:36:07 +0000 (20:36 +0000)]
[NTOSKRNL/FREELDR/NDK]
- "equalize" internal arch specific Mm headers
- Move some definitions into more appropriate locations

svn path=/trunk/; revision=67568

8 years ago[NTOSKRNL]
Timo Kreuzer [Tue, 5 May 2015 20:35:27 +0000 (20:35 +0000)]
[NTOSKRNL]
Clean up some obsolete architecture specific Mm definitions

svn path=/trunk/; revision=67567

8 years ago[NTOSKRNL]
Timo Kreuzer [Tue, 5 May 2015 20:35:00 +0000 (20:35 +0000)]
[NTOSKRNL]
Remove unused MmGetPageDirectory.

svn path=/trunk/; revision=67566

8 years ago[DDK]
Timo Kreuzer [Tue, 5 May 2015 20:34:34 +0000 (20:34 +0000)]
[DDK]
Fix declaration of NdisCopyLookaheadData

svn path=/trunk/; revision=67565

8 years ago[CPPRT]
Timo Kreuzer [Tue, 5 May 2015 20:14:28 +0000 (20:14 +0000)]
[CPPRT]
Add some symbol aliases for ARM

svn path=/trunk/; revision=67564

8 years ago[DDK]
Ged Murphy [Tue, 5 May 2015 18:54:28 +0000 (18:54 +0000)]
[DDK]
Fix the FS filter callback definitions

svn path=/trunk/; revision=67563

8 years ago[NTVDM]
Aleksandar Andrejevic [Tue, 5 May 2015 18:16:56 +0000 (18:16 +0000)]
[NTVDM]
Revert r67561. It's incorrect.

svn path=/trunk/; revision=67562

8 years ago[NTVDM]
Aleksandar Andrejevic [Tue, 5 May 2015 17:56:37 +0000 (17:56 +0000)]
[NTVDM]
The DOS CON driver should support extended keystrokes.

svn path=/trunk/; revision=67561

8 years ago[NTVDM]
Aleksandar Andrejevic [Tue, 5 May 2015 17:37:06 +0000 (17:37 +0000)]
[NTVDM]
Fix the BIOS handling of extended scancodes.

svn path=/trunk/; revision=67560

8 years ago[ROSAPPS]
Daniel Reimer [Tue, 5 May 2015 17:02:28 +0000 (17:02 +0000)]
[ROSAPPS]
After r67555 regexpl builds fine on MSVC. So reactivate it. Thx goes to ThFabba

svn path=/trunk/; revision=67559

8 years ago[NTVDM]
Christoph von Wittich [Tue, 5 May 2015 08:11:22 +0000 (08:11 +0000)]
[NTVDM]
addenum to r67557

svn path=/trunk/; revision=67558

8 years ago[NTVDM]
Christoph von Wittich [Tue, 5 May 2015 08:07:08 +0000 (08:07 +0000)]
[NTVDM]
don't try to deference an uninitialized Timer

svn path=/trunk/; revision=67557

8 years ago[NTVDM]
Aleksandar Andrejevic [Tue, 5 May 2015 03:52:25 +0000 (03:52 +0000)]
[NTVDM]
In DosTerminateProcess, McbSegment is the segment of the MCB itself, not the data
it contains.

svn path=/trunk/; revision=67556

8 years ago[C++]
Thomas Faber [Tue, 5 May 2015 02:44:17 +0000 (02:44 +0000)]
[C++]
- Add nothrow versions of new/delete operators
- Add <cassert>
- Fix a TODO and add missing dependency to <exception> header

svn path=/trunk/; revision=67555

8 years agooooops
Daniel Reimer [Tue, 5 May 2015 01:27:21 +0000 (01:27 +0000)]
oooops

svn path=/trunk/; revision=67554

8 years ago[ROSAPPS]
Daniel Reimer [Tue, 5 May 2015 01:25:11 +0000 (01:25 +0000)]
[ROSAPPS]
Disable regexpl for now because this is a strange MSVC build error...

svn path=/trunk/; revision=67553

8 years ago[ROSAPPS]
Daniel Reimer [Tue, 5 May 2015 01:07:42 +0000 (01:07 +0000)]
[ROSAPPS]
Add some missing german translations
Add some missing manifests
Improve some resources
Add possibility to build an application with one language

svn path=/trunk/; revision=67552

8 years ago[NTVDM]
Aleksandar Andrejevic [Tue, 5 May 2015 00:55:56 +0000 (00:55 +0000)]
[NTVDM]
Send 0xE0 before each extended key scancode.

svn path=/trunk/; revision=67551

8 years ago[ROSAPPS]
Daniel Reimer [Tue, 5 May 2015 00:18:15 +0000 (00:18 +0000)]
[ROSAPPS]
Fix binpatch and systeminfo MSVC build.

svn path=/trunk/; revision=67550

8 years ago[NTVDM]: Add a debug feature to detect which apps erroneously call by themselves...
Hermès Bélusca-Maïto [Tue, 5 May 2015 00:11:43 +0000 (00:11 +0000)]
[NTVDM]: Add a debug feature to detect which apps erroneously call by themselves the BIOS initialization routine (POST). For whatever reason it is what MSD version 2 and above does.

svn path=/trunk/; revision=67549

8 years ago[ROSAPPS]
Daniel Reimer [Mon, 4 May 2015 23:08:17 +0000 (23:08 +0000)]
[ROSAPPS]
Fix symdump, ncftp and netreg MSVC build.

svn path=/trunk/; revision=67548

8 years ago[FAST486]
Aleksandar Andrejevic [Mon, 4 May 2015 22:16:20 +0000 (22:16 +0000)]
[FAST486]
The parameter count is not pushed onto the stack for call gates.

svn path=/trunk/; revision=67547

8 years ago[USETUP]: Instead of defining a special function "DrawInputField" just to draw an...
Hermès Bélusca-Maïto [Mon, 4 May 2015 20:50:51 +0000 (20:50 +0000)]
[USETUP]: Instead of defining a special function "DrawInputField" just to draw an input field for entering the partition size number, just use the already existing CONSOLE_SetInputTextXY function (and adapt the calling code because the string buffer for the SetInputTextXY function wants a unicode string). We now have a consistent input UI for usetup.
CORE-9453 #resolve #comment I committed a more elegant solution to this problem.

svn path=/trunk/; revision=67546

8 years ago[FAST486]
Aleksandar Andrejevic [Mon, 4 May 2015 19:14:23 +0000 (19:14 +0000)]
[FAST486]
- Implement call gates.
- Fix Fast486InterruptInternal and get rid of ugly hacks.
- Fix IRET (CS loaded too early).
- Add a structure definition for the 16-bit TSS (not supported yet).

svn path=/trunk/; revision=67545

8 years ago[NTVDM]
Aleksandar Andrejevic [Sun, 3 May 2015 22:02:41 +0000 (22:02 +0000)]
[NTVDM]
Implement VGA read mode 1.

svn path=/trunk/; revision=67541

8 years ago[NTFS]
Pierre Schweitzer [Sun, 3 May 2015 18:36:58 +0000 (18:36 +0000)]
[NTFS]
Handle the file query information IRP major with the dispatch routine

svn path=/trunk/; revision=67540

8 years ago[NTFS]
Pierre Schweitzer [Sun, 3 May 2015 18:25:55 +0000 (18:25 +0000)]
[NTFS]
Store stack & FO in IRP context

svn path=/trunk/; revision=67539

8 years ago[NTFS]
Pierre Schweitzer [Sun, 3 May 2015 18:17:39 +0000 (18:17 +0000)]
[NTFS]
Set a flag in the IRP context when an IRP can wait on locking

svn path=/trunk/; revision=67538

8 years ago[CRT]
Timo Kreuzer [Sun, 3 May 2015 18:15:19 +0000 (18:15 +0000)]
[CRT]
- Implement portable fabsf.c
- Move some ARM stubs to a better location
- Add stubs for __dtoi64, __i64tos, __u64tos, _clearfp

svn path=/trunk/; revision=67537

8 years ago[NTFS]
Pierre Schweitzer [Sun, 3 May 2015 18:13:16 +0000 (18:13 +0000)]
[NTFS]
An IRP context without an IRP sounds like a challenge...

svn path=/trunk/; revision=67536

8 years ago[ATL]
Timo Kreuzer [Sun, 3 May 2015 18:03:31 +0000 (18:03 +0000)]
[ATL]
- Handle failure to allocate VM for thunk code
- Factor out the assembly thumk code, fix amd64 code and implement ARM code

svn path=/trunk/; revision=67535

8 years ago[ATL]
Timo Kreuzer [Sun, 3 May 2015 15:10:09 +0000 (15:10 +0000)]
[ATL]
- Convert tabs to spaces
- Remove excessive local variable indentation for alignment, since that doesn't help to improve readability
- No code changes

svn path=/trunk/; revision=67534

8 years ago[FAST486]
Aleksandar Andrejevic [Sun, 3 May 2015 13:14:53 +0000 (13:14 +0000)]
[FAST486]
Don't overwrite the masked flags in IRET.

svn path=/trunk/; revision=67533

8 years ago[KERNEL32] Add Italian translation by Carlo Bramini. CORE-9650
Amine Khaldi [Sun, 3 May 2015 12:56:51 +0000 (12:56 +0000)]
[KERNEL32] Add Italian translation by Carlo Bramini. CORE-9650

svn path=/trunk/; revision=67532

8 years ago[SETUPAPI_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sun, 3 May 2015 11:33:46 +0000 (11:33 +0000)]
[SETUPAPI_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67531

8 years ago[REG_WINETEST] Import from Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sun, 3 May 2015 11:32:28 +0000 (11:32 +0000)]
[REG_WINETEST] Import from Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67530

8 years ago[REG] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sun, 3 May 2015 11:30:49 +0000 (11:30 +0000)]
[REG] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67529

8 years ago[FAST486]
Aleksandar Andrejevic [Sun, 3 May 2015 03:37:06 +0000 (03:37 +0000)]
[FAST486]
Properly check the limit for "expand down" segments.

svn path=/trunk/; revision=67528

8 years ago[NTVDM]
Aleksandar Andrejevic [Sun, 3 May 2015 02:11:32 +0000 (02:11 +0000)]
[NTVDM]
- Fix a typo.
- Use a #define for the device flag.
- In r67526, the following change was committed but not described in the commit message:
- Enable opening devices in DosCreateFile and DosCreateFileEx.

svn path=/trunk/; revision=67527

8 years ago[FAST486]
Aleksandar Andrejevic [Sun, 3 May 2015 01:45:57 +0000 (01:45 +0000)]
[FAST486]
Update the copyright year (better late than never).
Push the error code inside Fast486InterruptInternal, to make the size of the
pushed value on the stack correct.
Update the CPL in Fast486TaskSwitch.

svn path=/trunk/; revision=67526

8 years ago[NDK]
Timo Kreuzer [Sat, 2 May 2015 23:12:19 +0000 (23:12 +0000)]
[NDK]
Add a few definitions based on (Windows RT 8.1) symbol files, ks386.inc, ksamd64.inc, ksarm.inc and Windows 10 WDK (ntosp.h ftw!)

svn path=/trunk/; revision=67525

8 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 2 May 2015 23:11:50 +0000 (23:11 +0000)]
[NTOSKRNL]
- Implement KiCpuId and make use of it
- Get rid of ugly CPUID, RDMSR and WRMSR functions
- remove unused KTS_ constants

svn path=/trunk/; revision=67524

8 years ago[NTOSKRNL] Handle some more KeFeatureFlags in amd64/cpu.c and set RtlpUse16ByteSLists
Timo Kreuzer [Sat, 2 May 2015 22:20:59 +0000 (22:20 +0000)]
[NTOSKRNL] Handle some more KeFeatureFlags in amd64/cpu.c and set RtlpUse16ByteSLists
[NTDLL] Set RtlpUse16ByteSLists
[RTL] Make use of RtlpUse16ByteSLists in x64 Interlocked SList functions

svn path=/trunk/; revision=67523

8 years ago[RTL]
Timo Kreuzer [Sat, 2 May 2015 22:20:38 +0000 (22:20 +0000)]
[RTL]
- Implement C versions of RtlInterlockedPushEntrySList, RtlInterlockedPushListSList, RtlInterlockedPopEntrySList and RtlInterlockedFlushSList.
- RtlInterlockedPushListSList is fastcall, not stdcall

svn path=/trunk/; revision=67522

8 years ago[DDK/XDK]
Timo Kreuzer [Sat, 2 May 2015 22:20:18 +0000 (22:20 +0000)]
[DDK/XDK]
- Improve definition of ExInterlockedCompareExchange64 and interlocked SList functions and improve some annotations based on native header
- Update processor feature constants

svn path=/trunk/; revision=67521

8 years ago[XDK/DDK/NDK]
Timo Kreuzer [Sat, 2 May 2015 22:19:47 +0000 (22:19 +0000)]
[XDK/DDK/NDK]
Simplify RtlXxxByteSwap macros (use them unconditionally)

svn path=/trunk/; revision=67520

8 years ago[CRT] Fix MSVC warnings
Timo Kreuzer [Sat, 2 May 2015 22:19:31 +0000 (22:19 +0000)]
[CRT] Fix MSVC warnings

svn path=/trunk/; revision=67519

8 years ago[NTVDM]
Hermès Bélusca-Maïto [Sat, 2 May 2015 20:48:08 +0000 (20:48 +0000)]
[NTVDM]

Mouse:
- Remove now useless code in mouse support in BIOS.
- Implement INT 33h, AH=1Bh "Return mouse sensitivity" (returning hardcoded standard values since we don't support custom sensitivities) (AH=13h and 1Ah are marked as UNSUPPORTED).
- INT 33h, AH=1Fh "Disable mouse driver" returns in ES:BX the old INT 33h vector value: implement that.
- Implement INT 33h, AH=21h "Software reset", AH=24h and 4Dh and 6Dh "Software version and mouse info", "pointer to copyright string" and "version 'string'" functionalities.

DOS:
- Initialize in Win2k3-ntvdm-compatible order the DOS drivers: NUL, then CON, then XMS, and then EMS.
- Fix segment/offset inversion usage in INT 21h, AH=5Ch "Lock/Unlock region of file": when using MAKELONG macro to build a far pointer, the first parameter (loword) is the offset, and the second parameter (hiword) is the segment.

svn path=/trunk/; revision=67518

8 years ago[BOOTDATA] Add missing font DPI entries in registry. By Ziliang Guo. CORE-8902
Amine Khaldi [Sat, 2 May 2015 19:55:55 +0000 (19:55 +0000)]
[BOOTDATA] Add missing font DPI entries in registry. By Ziliang Guo. CORE-8902

svn path=/trunk/; revision=67517

8 years ago[SYSSETUP] Fix timezone setup in the unattended install of ReactOS. Spotted and fixed...
Amine Khaldi [Sat, 2 May 2015 19:48:26 +0000 (19:48 +0000)]
[SYSSETUP] Fix timezone setup in the unattended install of ReactOS. Spotted and fixed by V. CORE-9648

svn path=/trunk/; revision=67516

8 years ago[WBEMDISP_WINETEST] Import from Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sat, 2 May 2015 19:40:48 +0000 (19:40 +0000)]
[WBEMDISP_WINETEST] Import from Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67515

8 years ago[WBEMDISP] Sync with Wine Staging 1.7.37. CORE-9246
Amine Khaldi [Sat, 2 May 2015 19:38:14 +0000 (19:38 +0000)]
[WBEMDISP] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67514

8 years ago[NTVDM]
Aleksandar Andrejevic [Sat, 2 May 2015 18:51:03 +0000 (18:51 +0000)]
[NTVDM]
Save/restore the processor state when executing/terminating nested tasks.

svn path=/trunk/; revision=67513

8 years ago[FAST486]
Aleksandar Andrejevic [Sat, 2 May 2015 16:09:00 +0000 (16:09 +0000)]
[FAST486]
When storing a segment selector, the operand size attribute is only ignored when
writing to memory (where it's treated as if it's always 16-bit).

svn path=/trunk/; revision=67512

8 years ago[CRT]
Timo Kreuzer [Sat, 2 May 2015 14:07:28 +0000 (14:07 +0000)]
[CRT]
Implement _setjmp / longjmp on ARM

svn path=/trunk/; revision=67511

8 years ago[CRT]
Timo Kreuzer [Sat, 2 May 2015 12:48:50 +0000 (12:48 +0000)]
[CRT]
Add stub for __i64tod and C++ wrappers for ARM

svn path=/trunk/; revision=67510

8 years ago[MSPORTS] Introduce a setting that makes the driver accept resources with an IRQ...
Amine Khaldi [Sat, 2 May 2015 10:23:26 +0000 (10:23 +0000)]
[MSPORTS] Introduce a setting that makes the driver accept resources with an IRQ instead of only resources without an IRQ. Brought to you by The ReactOS Printing Group. CORE-9645

svn path=/trunk/; revision=67509

8 years ago[PARPORT] Introduce a skeleton that will serve as base for implementing the parallel...
Amine Khaldi [Sat, 2 May 2015 10:15:37 +0000 (10:15 +0000)]
[PARPORT] Introduce a skeleton that will serve as base for implementing the parallel port function driver. Brought to you by The ReactOS Printing Group. CORE-9644

svn path=/trunk/; revision=67508

8 years ago[NTVDM]
Aleksandar Andrejevic [Sat, 2 May 2015 02:59:21 +0000 (02:59 +0000)]
[NTVDM]
Implement INT 27h (Terminate and Stay Resident).
Keep track of the last entry SS:SP in the INT 21h handler.
Restore the stack in DosTerminateProcess.
The number of bytes to keep resident applies only to the block which holds the PSP,
other blocks are not freed.

svn path=/trunk/; revision=67507

8 years agoFix compilation.
Hermès Bélusca-Maïto [Sat, 2 May 2015 01:26:42 +0000 (01:26 +0000)]
Fix compilation.

svn path=/trunk/; revision=67506

8 years ago[NTVDM]
Hermès Bélusca-Maïto [Sat, 2 May 2015 01:23:27 +0000 (01:23 +0000)]
[NTVDM]
- Fix command-line handling.
- Disable a hack introduced in r65012 for testing purposes.

svn path=/trunk/; revision=67505

8 years ago[NTVDM]
Aleksandar Andrejevic [Fri, 1 May 2015 23:04:03 +0000 (23:04 +0000)]
[NTVDM]
Implement INT 21h, AH = 36h "Get Free Disk Space".

svn path=/trunk/; revision=67504

8 years ago[NPFS]
Thomas Faber [Fri, 1 May 2015 19:40:04 +0000 (19:40 +0000)]
[NPFS]
- Correctly check for write quota in NpCommonWrite. Should fix test regressions after enabling fast I/O.

svn path=/trunk/; revision=67503

8 years ago[NTFS]
Pierre Schweitzer [Fri, 1 May 2015 18:58:00 +0000 (18:58 +0000)]
[NTFS]
Why would you allocate NTFS global data structure twice to use it from only one location?
Fix that misbehavior.

svn path=/trunk/; revision=67502

8 years ago[NTFS]
Pierre Schweitzer [Fri, 1 May 2015 18:38:10 +0000 (18:38 +0000)]
[NTFS]
Add FastIO non-support in NTFS

svn path=/trunk/; revision=67501

8 years ago[CDFS]
Pierre Schweitzer [Fri, 1 May 2015 17:45:16 +0000 (17:45 +0000)]
[CDFS]
No, FastIo is not possible!

svn path=/trunk/; revision=67500

8 years ago[CDFS]
Pierre Schweitzer [Fri, 1 May 2015 17:41:38 +0000 (17:41 +0000)]
[CDFS]
Set SizeOfFastIoDispatch member

svn path=/trunk/; revision=67499

8 years ago[NTVDM]
Aleksandar Andrejevic [Fri, 1 May 2015 15:42:54 +0000 (15:42 +0000)]
[NTVDM]
Separate the process-related code from the DOS kernel.
Enable starting processes from other processes in STANDALONE mode.
Implement INT 21h, AH = 55h and INT 21h, AH = 26h (Create/Clone PSP).
Implement overlay loading.

svn path=/trunk/; revision=67498

8 years ago[BLUE]
Thomas Faber [Fri, 1 May 2015 13:58:37 +0000 (13:58 +0000)]
[BLUE]
- Arch, learn how to properly revert things?

svn path=/trunk/; revision=67497

8 years ago[BLUE][CDFS]
Thomas Faber [Fri, 1 May 2015 13:56:37 +0000 (13:56 +0000)]
[BLUE][CDFS]
- Arch, don't assume the driver you see in the backtrace is one that needs fixing. CDFS is the one who's a file system driver here...

svn path=/trunk/; revision=67496