reactos.git
12 years ago[FREELDR]
Eric Kohl [Sun, 27 Nov 2011 10:00:24 +0000 (10:00 +0000)]
[FREELDR]
PcDiskGetDriveGeometry: Try to retrieve the extended disk geometry first.

svn path=/trunk/; revision=54505

12 years ago[USETUP]
Dmitry Gorbachev [Sat, 26 Nov 2011 22:23:34 +0000 (22:23 +0000)]
[USETUP]
Load the font before displaying the Language Page.

svn path=/trunk/; revision=54504

12 years ago[NTOSKRNL]
Dmitry Gorbachev [Sat, 26 Nov 2011 22:23:00 +0000 (22:23 +0000)]
[NTOSKRNL]
KDB: print more useful backtrace after double fault or NMI.

svn path=/trunk/; revision=54503

12 years ago[USETUP]
Eric Kohl [Sat, 26 Nov 2011 18:27:42 +0000 (18:27 +0000)]
[USETUP]
- Enable translations of the language page. Patch by Stefan Fulea.
- Simplified the clear text code.
- Fixed the german language page.
See issue #6637 for more details.

svn path=/trunk/; revision=54502

12 years ago[NTDLL/LDR]
Aleksey Bragin [Sat, 26 Nov 2011 10:00:33 +0000 (10:00 +0000)]
[NTDLL/LDR]
- Fix incorrect DLL notify flag check. Spotted by Amine.

svn path=/trunk/; revision=54501

12 years ago[NTOS]
Aleksey Bragin [Sat, 26 Nov 2011 09:56:23 +0000 (09:56 +0000)]
[NTOS]
- Remove an unnecessary semicolon. Spotted by tower.

svn path=/trunk/; revision=54500

12 years ago[Gdi32]
James Tabor [Fri, 25 Nov 2011 22:25:06 +0000 (22:25 +0000)]
[Gdi32]
- Do the same for rbuild, link to msvcrt.

svn path=/trunk/; revision=54499

12 years ago[User32]
James Tabor [Fri, 25 Nov 2011 22:18:20 +0000 (22:18 +0000)]
[User32]
- Fix errno in dialog.c by linking to msvcrt with rbuild. Cmake does not have this issue, already links to msvcrt. Gdi32 rbuild does link to crtdll instead of msvcrt. Should we fix this too, before the Cmake switch over to see anything is different?

svn path=/trunk/; revision=54498

12 years ago[TRANSLATION]
Olaf Siejka [Thu, 24 Nov 2011 23:45:38 +0000 (23:45 +0000)]
[TRANSLATION]
- Romanian translation update (bug no. 6677) by Stefan Fulea;

svn path=/trunk/; revision=54497

12 years ago[LIBXML2][LIBXSLT]
Thomas Faber [Thu, 24 Nov 2011 14:22:58 +0000 (14:22 +0000)]
[LIBXML2][LIBXSLT]
- Suppress unhelpful warnings

svn path=/trunk/; revision=54496

12 years ago[PSEH2_TEST]
Thomas Faber [Thu, 24 Nov 2011 14:07:44 +0000 (14:07 +0000)]
[PSEH2_TEST]
- Suppress unhelpful warnings
- Remove unneeded compiler flags

svn path=/trunk/; revision=54495

12 years ago[CRT]
Thomas Faber [Thu, 24 Nov 2011 13:27:34 +0000 (13:27 +0000)]
[CRT]
- Remove some differences to Wine. Fixes comparing a char against EOF in fgetwc.

svn path=/trunk/; revision=54494

12 years ago[EXPLORER]
Thomas Faber [Thu, 24 Nov 2011 13:12:56 +0000 (13:12 +0000)]
[EXPLORER]
 - Fix incorrect virtual function override of Entry::do_context_menu. CID 1630

svn path=/trunk/; revision=54493

12 years ago[IP]
Amine Khaldi [Thu, 24 Nov 2011 12:51:27 +0000 (12:51 +0000)]
[IP]
* Remove unused value. CID 11342.

svn path=/trunk/; revision=54492

12 years ago[WIN32K]
Amine Khaldi [Thu, 24 Nov 2011 12:38:26 +0000 (12:38 +0000)]
[WIN32K]
* Comment out some unused but set variables.
* Check for NtDeviceIoControlFile returned status and warn on failure.

svn path=/trunk/; revision=54491

12 years ago[KS]
Amine Khaldi [Thu, 24 Nov 2011 12:36:49 +0000 (12:36 +0000)]
[KS]
* Add a missing break. CID 13502.

svn path=/trunk/; revision=54490

12 years ago[SHELL32]
Amine Khaldi [Thu, 24 Nov 2011 11:40:43 +0000 (11:40 +0000)]
[SHELL32]
* Initialize fSite in the constructor. CID 15134.

svn path=/trunk/; revision=54489

12 years ago[SHLWAPI]
Amine Khaldi [Thu, 24 Nov 2011 11:27:36 +0000 (11:27 +0000)]
[SHLWAPI]
* Fix the syntax of some resource files (Spotted by windres).

svn path=/trunk/; revision=54488

12 years ago[HAL]
Amine Khaldi [Thu, 24 Nov 2011 11:25:40 +0000 (11:25 +0000)]
[HAL]
* Timo Kreuzer: Fix a NULL pointer dereference. CID 13453.

svn path=/trunk/; revision=54487

12 years ago[NTOSKRNL]
Amine Khaldi [Thu, 24 Nov 2011 11:22:18 +0000 (11:22 +0000)]
[NTOSKRNL]
* Timo Kreuzer: Fix some dead code. CID 14595.

svn path=/trunk/; revision=54486

12 years ago[SHELL32]
Amine Khaldi [Thu, 24 Nov 2011 10:17:48 +0000 (10:17 +0000)]
[SHELL32]
* Fix the syntax of the Japanese resource file (Spotted by windres).

svn path=/trunk/; revision=54485

12 years ago[SCSIPORT]
Cameron Gutman [Thu, 24 Nov 2011 00:07:15 +0000 (00:07 +0000)]
[SCSIPORT]
- Implement ScsiPortGetLogicalUnit

svn path=/trunk/; revision=54484

12 years ago[win32k]
Giannis Adamopoulos [Wed, 23 Nov 2011 19:52:06 +0000 (19:52 +0000)]
[win32k]
- Fix a typo in NtUserSetClipboardData that tried to print a struct as a pointer (cid 15051)
- Clean up clipboard.c a bit. note: this cleanup "fixes" cid 14599 and 14598, but even though they are false positives, this cleanup was needed
- Add missing break in NtUserQueryWindow (cid 13486)

svn path=/trunk/; revision=54483

12 years ago[SERVICES]
Thomas Faber [Wed, 23 Nov 2011 18:15:26 +0000 (18:15 +0000)]
[SERVICES]
- Do not use an unsigned type for a value that can become negative in ScmAssignNewTag (CID 14665)

svn path=/trunk/; revision=54482

12 years ago[SERVICES]
Thomas Faber [Wed, 23 Nov 2011 17:13:53 +0000 (17:13 +0000)]
[SERVICES]
- Fix dwServiceType and dwServiceState checks in REnumServicesStatusW (see r54373)
- Fix a memory leak in RQueryServiceConfig2A

svn path=/trunk/; revision=54481

12 years ago[NTOSKRNL/MM]
Jérôme Gardou [Wed, 23 Nov 2011 00:24:29 +0000 (00:24 +0000)]
[NTOSKRNL/MM]
- Also round down offset we're given when creating a page op, so we don't miss the one that could be running at the time

svn path=/trunk/; revision=54480

12 years ago[NTOSKRNL]
Pierre Schweitzer [Tue, 22 Nov 2011 22:07:35 +0000 (22:07 +0000)]
[NTOSKRNL]
Don't attempt to free random address
Don't attempt to free null address

svn path=/trunk/; revision=54479

12 years ago[OOPS]
Jérôme Gardou [Tue, 22 Nov 2011 22:05:02 +0000 (22:05 +0000)]
[OOPS]
- I forgot this one

svn path=/trunk/; revision=54478

12 years ago[NTOSKRNL/MM]
Jérôme Gardou [Tue, 22 Nov 2011 22:01:06 +0000 (22:01 +0000)]
[NTOSKRNL/MM]
- create a page op when changing page protection attribute
- properly handle PAGE_NOACCESS protection change in NtProtectVirtualMemory
- Round down the address we're given when creating a page op, so we're sure there is o,ly one page op for running for one page
- Add a small hack
Now ReatOS boots with DPH enabled on low memory conditions

svn path=/trunk/; revision=54477

12 years ago- Partially revert r54475 to check if it fixes KVM
Rafal Harabien [Tue, 22 Nov 2011 20:11:55 +0000 (20:11 +0000)]
- Partially revert r54475 to check if it fixes KVM

svn path=/trunk/; revision=54476

12 years ago[WIN32CSR]
Rafal Harabien [Tue, 22 Nov 2011 18:49:40 +0000 (18:49 +0000)]
[WIN32CSR]
- Fix process reference leak in case of GuiConsoleOpenUserRegistryPathPerProcessId failing to open registry key. Fixes console processes in LiveCD being ghosts.

svn path=/trunk/; revision=54475

12 years ago[EXPLORER] - Close thread handle for startup processes in Run and RunOnce keys. Fixes...
Rafal Harabien [Tue, 22 Nov 2011 15:07:27 +0000 (15:07 +0000)]
[EXPLORER] - Close thread handle for startup processes in Run and RunOnce keys. Fixes cmd.exe ghost on first bootcd explorer startup.

svn path=/trunk/; revision=54474

12 years ago[NTOSKRNL|KDCOM]
Dmitry Gorbachev [Tue, 22 Nov 2011 02:30:16 +0000 (02:30 +0000)]
[NTOSKRNL|KDCOM]
Allow to specify the serial port address, as requested by people on the forum.

svn path=/trunk/; revision=54473

12 years ago[HALx86]
Jérôme Gardou [Mon, 21 Nov 2011 12:30:01 +0000 (12:30 +0000)]
[HALx86]
- Fix the fix (do not truncate ULONGLONG value)

svn path=/trunk/; revision=54472

12 years ago[HALx86]
Jérôme Gardou [Mon, 21 Nov 2011 12:17:57 +0000 (12:17 +0000)]
[HALx86]
- Hey Arch, it's an USHORT!

svn path=/trunk/; revision=54471

12 years ago[HALx86]
Jérôme Gardou [Mon, 21 Nov 2011 12:04:16 +0000 (12:04 +0000)]
[HALx86]
- fix various compiler warnings (msvc)
- fix a bug, where only the last IO map entry would be saved

svn path=/trunk/; revision=54470

12 years ago[Translation]
Dmitry Gorbachev [Mon, 21 Nov 2011 06:03:39 +0000 (06:03 +0000)]
[Translation]
Changes in a registry file by Stefan Fulea (Romanian). Bug #6677.

svn path=/trunk/; revision=54469

12 years ago[NTOSKRNL]
Dmitry Gorbachev [Mon, 21 Nov 2011 05:28:08 +0000 (05:28 +0000)]
[NTOSKRNL]
- Do not repeat messages into serial port even when using other debug methods.
- Allow to specify debug log file name.
- When using the "Screen" method, show blue screen when entering KDB.
- Disable the repetition of previous KDB command with long many-page output.

[USETUP]
- Add "ReactOS (Screen)" entry to boot menu.

svn path=/trunk/; revision=54468

12 years ago[NDIS]
Cameron Gutman [Sun, 20 Nov 2011 22:31:26 +0000 (22:31 +0000)]
[NDIS]
- Remove unicode debug stuff out of the spinlock
- Add a comment

svn path=/trunk/; revision=54467

12 years ago[NDIS]
Cameron Gutman [Sun, 20 Nov 2011 22:25:09 +0000 (22:25 +0000)]
[NDIS]
- Fix this indentation atrocity

svn path=/trunk/; revision=54466

12 years ago[SHELL32] - Fix running batch files from patch containing spaces in ShellExecute API
Rafal Harabien [Sun, 20 Nov 2011 22:22:42 +0000 (22:22 +0000)]
[SHELL32] - Fix running batch files from patch containing spaces in ShellExecute API

svn path=/trunk/; revision=54465

12 years ago[NDIS]
Cameron Gutman [Sun, 20 Nov 2011 21:37:16 +0000 (21:37 +0000)]
[NDIS]
- Print debugging information if a mismatch occurs between requested and returned parameter types
- Print debugging information if a registry read returns a type that NDIS doesn't handle
- Ensure that all digits are less than the base during conversion from string to integer (otherwise it's a string)

svn path=/trunk/; revision=54464

12 years ago[ADVAPI32_APITEST]
Pierre Schweitzer [Sun, 20 Nov 2011 20:03:46 +0000 (20:03 +0000)]
[ADVAPI32_APITEST]
Add missing test to CD

svn path=/trunk/; revision=54463

12 years ago[RTL]
Jérôme Gardou [Sun, 20 Nov 2011 19:45:06 +0000 (19:45 +0000)]
[RTL]
- explicitly truncate some values, so it doesn't count as an error for compiler/MSVC runtime checker

svn path=/trunk/; revision=54462

12 years ago[HAL]
Jérôme Gardou [Sun, 20 Nov 2011 17:54:52 +0000 (17:54 +0000)]
[HAL]
- truncate PCI vendor id instead of casting it.
MSVC chokes on it with /RTCc

svn path=/trunk/; revision=54461

12 years ago[FREELDR]
Jérôme Gardou [Sun, 20 Nov 2011 17:37:20 +0000 (17:37 +0000)]
[FREELDR]
- fix potential integer overflow : casting ULONGLONG to ULONG_PTR is not a good idea.

svn path=/trunk/; revision=54460

12 years ago[KERNEL32]
Pierre Schweitzer [Sun, 20 Nov 2011 17:00:39 +0000 (17:00 +0000)]
[KERNEL32]
Properly fix GetEnvironmentVariableW and set error in case of RtlInitUnicodeStringEx failure

svn path=/trunk/; revision=54459

12 years ago[NTOSKNRL]
Pierre Schweitzer [Sun, 20 Nov 2011 16:39:31 +0000 (16:39 +0000)]
[NTOSKNRL]
Properly check for string

svn path=/trunk/; revision=54458

12 years ago[RBUILD]
Aleksey Bragin [Sun, 20 Nov 2011 16:34:16 +0000 (16:34 +0000)]
[RBUILD]
- Convert SPACEs to TABs in .rbuild.

svn path=/trunk/; revision=54457

12 years ago[KERNEL32/WIN32CSR] - Use ShowCmd from STARTUPINFO when creating console window
Rafal Harabien [Sun, 20 Nov 2011 14:35:41 +0000 (14:35 +0000)]
[KERNEL32/WIN32CSR] - Use ShowCmd from STARTUPINFO when creating console window

svn path=/trunk/; revision=54456

12 years ago[CRT]
Jérôme Gardou [Sun, 20 Nov 2011 14:04:40 +0000 (14:04 +0000)]
[CRT]
- implement _chkesp

svn path=/trunk/; revision=54455

12 years ago[SHELL32] - Load iCmdShow value from .lnk files
Rafal Harabien [Sun, 20 Nov 2011 14:02:48 +0000 (14:02 +0000)]
[SHELL32] - Load iCmdShow value from .lnk files

svn path=/trunk/; revision=54454

12 years ago[USETUP]
Sylvain Petreolle [Sat, 19 Nov 2011 22:50:04 +0000 (22:50 +0000)]
[USETUP]
Use Reactos_Debug for unattended MSVC installs.

svn path=/trunk/; revision=54453

12 years ago[CRT]
Pierre Schweitzer [Sat, 19 Nov 2011 22:29:03 +0000 (22:29 +0000)]
[CRT]
Break ReactOS CRT:
- Add back crash on NULL pointer arg. This is the behaviour on w2k3.
- Don't skip \\?\ prefix any longer. This is the behaviour on w2k3.

svn path=/trunk/; revision=54452

12 years ago[CRT]
Pierre Schweitzer [Sat, 19 Nov 2011 22:08:39 +0000 (22:08 +0000)]
[CRT]
Fix MSVC build.

svn path=/trunk/; revision=54451

12 years ago[MSVCRT_APITEST]
Pierre Schweitzer [Sat, 19 Nov 2011 22:06:18 +0000 (22:06 +0000)]
[MSVCRT_APITEST]
Force linking to msvcrt instead of ntdll. Purpose is to test crt from msvcrt not ntdll.
Patch by Sylvain Petreolle.

svn path=/trunk/; revision=54450

12 years ago[MSVCRT_APITEST]
Pierre Schweitzer [Sat, 19 Nov 2011 21:59:12 +0000 (21:59 +0000)]
[MSVCRT_APITEST]
Fix tests according to the platform they are run on.
This fixes msvcrt_apitest crash on w2k3.

svn path=/trunk/; revision=54449

12 years ago[SYSDM]
Eric Kohl [Sat, 19 Nov 2011 19:10:18 +0000 (19:10 +0000)]
[SYSDM]
- Display all hardware profiles
- Add the hardware profile copy dialog to most languages.
- Disable the Up, Down, Property, Copy, Rename and Delete buttons in the Hardware Profiles dialog.

svn path=/trunk/; revision=54448

12 years ago[CRT]
Pierre Schweitzer [Sat, 19 Nov 2011 19:01:58 +0000 (19:01 +0000)]
[CRT]
Check for NaN and set error accordingly

svn path=/trunk/; revision=54447

12 years ago[NTOSKRNL]
Jérôme Gardou [Sat, 19 Nov 2011 17:54:33 +0000 (17:54 +0000)]
[NTOSKRNL]
- Add comment regarding r54445

svn path=/trunk/; revision=54446

12 years ago[NTOSKRNL]
Jérôme Gardou [Sat, 19 Nov 2011 17:32:03 +0000 (17:32 +0000)]
[NTOSKRNL]
- Attempt to fix 3rd stage boot

svn path=/trunk/; revision=54445

12 years ago[NTOSKRNL]
Jérôme Gardou [Sat, 19 Nov 2011 17:20:39 +0000 (17:20 +0000)]
[NTOSKRNL]
- add some debug prints

svn path=/trunk/; revision=54444

12 years ago[INF] - Don't place Polish translation in German section
Rafal Harabien [Sat, 19 Nov 2011 17:03:00 +0000 (17:03 +0000)]
[INF] - Don't place Polish translation in German section

svn path=/trunk/; revision=54443

12 years ago[WINDEF.H]
Jérôme Gardou [Sat, 19 Nov 2011 16:13:31 +0000 (16:13 +0000)]
[WINDEF.H]
- you never use enough brackets

svn path=/trunk/; revision=54442

12 years ago[NTOSKRNL]
Jérôme Gardou [Sat, 19 Nov 2011 16:08:26 +0000 (16:08 +0000)]
[NTOSKRNL]
- add (yet another) sanity ASSERT

svn path=/trunk/; revision=54441

12 years ago[CRT]
Pierre Schweitzer [Sat, 19 Nov 2011 15:51:45 +0000 (15:51 +0000)]
[CRT]
Reimplemented _scalb properly.
This fixes 19 tests.

svn path=/trunk/; revision=54440

12 years ago|NTOSKRNL]
Jérôme Gardou [Sat, 19 Nov 2011 15:50:53 +0000 (15:50 +0000)]
|NTOSKRNL]
- fix operands precedence

svn path=/trunk/; revision=54439

12 years ago[NTOSKRNL]
Jérôme Gardou [Sat, 19 Nov 2011 15:45:20 +0000 (15:45 +0000)]
[NTOSKRNL]
- do not compare (x & y) with TRUE

svn path=/trunk/; revision=54438

12 years ago[MSVCRT_APITEST]
Pierre Schweitzer [Sat, 19 Nov 2011 15:05:26 +0000 (15:05 +0000)]
[MSVCRT_APITEST]
Add more tests

svn path=/trunk/; revision=54437

12 years ago[NTOSKRNL]
Amine Khaldi [Sat, 19 Nov 2011 14:18:23 +0000 (14:18 +0000)]
[NTOSKRNL]
* Fix a typo.

svn path=/trunk/; revision=54436

12 years ago[CRT]
Pierre Schweitzer [Sat, 19 Nov 2011 13:03:17 +0000 (13:03 +0000)]
[CRT]
Reimplemented _fpclass properly.
This fixes all failing _fpclass tests.
See: http://babbage.cs.qc.cuny.edu/IEEE-754/References.xhtml
Based on OpenAD implementation

svn path=/trunk/; revision=54435

12 years ago[RTL/HEAP]
Aleksey Bragin [Sat, 19 Nov 2011 11:02:24 +0000 (11:02 +0000)]
[RTL/HEAP]
- Bring more awesomeness to the heap manager by zefklop's request:
* Add support for settable user values and flags in RtlAllocateHeap and RtlReAllocateHeap.
* Return error if RtlSetUserValueHeap was unable to set the value.
* Fixes remaining 2 failures of the kernel32_winetest alloc test.

svn path=/trunk/; revision=54434

12 years ago[CRT]
Pierre Schweitzer [Sat, 19 Nov 2011 10:49:11 +0000 (10:49 +0000)]
[CRT]
_fpclass never returns SNaN class, but only QNaN class.
This fixes 4 more tests

svn path=/trunk/; revision=54433

12 years ago[CRT]
Pierre Schweitzer [Sat, 19 Nov 2011 10:39:58 +0000 (10:39 +0000)]
[CRT]
Fix _fpclass prototype
Fix headers included
Remove internal defines that were useless and even not matching real defines.
This fixes 4 tests

svn path=/trunk/; revision=54432

12 years ago[CRT]
Pierre Schweitzer [Sat, 19 Nov 2011 09:46:40 +0000 (09:46 +0000)]
[CRT]
Windows has no _isnanl, _isinfl functions

svn path=/trunk/; revision=54431

12 years ago[MSVCRT_APITEST]
Pierre Schweitzer [Sat, 19 Nov 2011 09:44:49 +0000 (09:44 +0000)]
[MSVCRT_APITEST]
Add more tests

svn path=/trunk/; revision=54430

12 years ago- Removes next phase for DesktopWndProcA.
James Tabor [Sat, 19 Nov 2011 05:35:35 +0000 (05:35 +0000)]
- Removes next phase for DesktopWndProcA.

svn path=/trunk/; revision=54429

12 years ago[User32]
James Tabor [Sat, 19 Nov 2011 05:33:26 +0000 (05:33 +0000)]
[User32]
- Updating MsgiAnsiToUnicodeReply fixed bug 4856 and 6650. Mirrored with it's counterpart. More work is needed.
- Adding some future DBCS char support.
- Miscellaneous changes.

svn path=/trunk/; revision=54428

12 years ago[SYSSETUP]
Rafal Harabien [Sat, 19 Nov 2011 00:24:58 +0000 (00:24 +0000)]
[SYSSETUP]
- Close opened handles
- Improve code a bit

svn path=/trunk/; revision=54427

12 years ago[CRT]
Pierre Schweitzer [Fri, 18 Nov 2011 22:53:13 +0000 (22:53 +0000)]
[CRT]
Reimplemented _finite properly.
Removed unused _isinf function.

svn path=/trunk/; revision=54426

12 years ago[MSVCRT_APITEST]
Pierre Schweitzer [Fri, 18 Nov 2011 22:26:35 +0000 (22:26 +0000)]
[MSVCRT_APITEST]
Add test suite for IEEE floatting-point functions.
It's been tested on w2k3 and it has 0 failed tests.
Some are failing on ReactOS.

svn path=/trunk/; revision=54425

12 years ago[SHELL32] - Fix dereferencing context menu object twice.
Rafal Harabien [Fri, 18 Nov 2011 21:07:18 +0000 (21:07 +0000)]
[SHELL32] - Fix dereferencing context menu object twice.

svn path=/trunk/; revision=54424

12 years ago[SHELL32] - Fix "No text" warnings when starting control panel
Rafal Harabien [Fri, 18 Nov 2011 20:50:26 +0000 (20:50 +0000)]
[SHELL32] - Fix "No text" warnings when starting control panel

svn path=/trunk/; revision=54423

12 years ago[SHELL32] - Improve method names and simplify _ILCreateCPanelApplet
Rafal Harabien [Fri, 18 Nov 2011 20:26:33 +0000 (20:26 +0000)]
[SHELL32] - Improve method names and simplify _ILCreateCPanelApplet

svn path=/trunk/; revision=54422

12 years ago[EXPLORER]
Pierre Schweitzer [Fri, 18 Nov 2011 19:51:02 +0000 (19:51 +0000)]
[EXPLORER]
Remove not needed comment

svn path=/trunk/; revision=54421

12 years ago[EXPLORER]
Pierre Schweitzer [Fri, 18 Nov 2011 19:49:08 +0000 (19:49 +0000)]
[EXPLORER]
Remove dead code/file. ReactOS has its own implementation of those functions.
The file was even not built any longer.

svn path=/trunk/; revision=54420

12 years ago[SHELL32] - Remove "retrieve display name from control panel app" FIXME - it's alread...
Rafal Harabien [Fri, 18 Nov 2011 19:30:21 +0000 (19:30 +0000)]
[SHELL32] - Remove "retrieve display name from control panel app" FIXME - it's already done + minor code improvements.

svn path=/trunk/; revision=54419

12 years ago[HALX86]
Cameron Gutman [Fri, 18 Nov 2011 18:53:41 +0000 (18:53 +0000)]
[HALX86]
- Do not allow software interrupts to preempt code running with interrupts disabled during KfLowerIrql

svn path=/trunk/; revision=54418

12 years ago[MSVCRT_APITEST]
Pierre Schweitzer [Fri, 18 Nov 2011 18:25:44 +0000 (18:25 +0000)]
[MSVCRT_APITEST]
Add msvcrt_apitest to CDs

svn path=/trunk/; revision=54417

12 years ago[MSVCRT_APITEST]
Pierre Schweitzer [Fri, 18 Nov 2011 18:23:43 +0000 (18:23 +0000)]
[MSVCRT_APITEST]
Build msvcrt_apitest

svn path=/trunk/; revision=54416

12 years ago[I8042PRT]
Cameron Gutman [Thu, 17 Nov 2011 23:41:18 +0000 (23:41 +0000)]
[I8042PRT]
- Implement support for hot plugging PS/2 mice if one was present at boot (same requirement as Windows)
- Fixes bug 1395

svn path=/trunk/; revision=54415

12 years ago[CRT]
Pierre Schweitzer [Thu, 17 Nov 2011 22:38:15 +0000 (22:38 +0000)]
[CRT]
Fix _fpclass.
Spotted by: Vincenzo Cotugno
Reviewed by: Timo Kreuzer

svn path=/trunk/; revision=54414

12 years ago[SHELL32] - Revert r54404
Rafal Harabien [Thu, 17 Nov 2011 22:19:48 +0000 (22:19 +0000)]
[SHELL32] - Revert r54404

svn path=/trunk/; revision=54413

12 years ago[I8042PRT]
Cameron Gutman [Thu, 17 Nov 2011 21:19:32 +0000 (21:19 +0000)]
[I8042PRT]
- Discard extra ACK packets from the mouse during reset
- Fixes certain mice that send the ACK out of order

svn path=/trunk/; revision=54412

12 years ago[SMSS]
Dmitry Gorbachev [Thu, 17 Nov 2011 20:22:16 +0000 (20:22 +0000)]
[SMSS]
Limit the size of swapfile (to 2GiB). Bug #4760.

svn path=/trunk/; revision=54411

12 years ago[INF]
Cameron Gutman [Thu, 17 Nov 2011 18:21:58 +0000 (18:21 +0000)]
[INF]
- Fix ServiceType value for the ne2000 driver
- Should fix ne2000 installation

svn path=/trunk/; revision=54409

12 years ago[SHELL32] - Support keys with readable name and default value set to GUID in MyComput...
Rafal Harabien [Thu, 17 Nov 2011 17:33:22 +0000 (17:33 +0000)]
[SHELL32] - Support keys with readable name and default value set to GUID in MyComputer name space. Fixes a warning about "Controls" not beeing GUID.

svn path=/trunk/; revision=54408

12 years ago- Add WndProc address to error prints.
James Tabor [Thu, 17 Nov 2011 17:02:01 +0000 (17:02 +0000)]
- Add WndProc address to error prints.

svn path=/trunk/; revision=54407

12 years ago[KERNEL32]
Rafal Harabien [Thu, 17 Nov 2011 16:44:51 +0000 (16:44 +0000)]
[KERNEL32]
- Make sure GetEnvironmentVariableW does not use uninitialized variable
- Fix GetDllLoadPath not terminating string with NULL if PATH env variable is not defined. Fixes hang on manual INF selection in New Device wizard.
See issue #6480 for more details.

svn path=/trunk/; revision=54406

12 years ago[SERIAL]
Dmitry Gorbachev [Thu, 17 Nov 2011 15:37:47 +0000 (15:37 +0000)]
[SERIAL]
Pretend that functions IOCTL_SERIAL_{GET,SET}_{CHARS,HANDFLOW} are
implemented. It allows PuTTY to set baud rate.

svn path=/trunk/; revision=54405