Jérôme Gardou [Mon, 28 Jul 2014 13:03:25 +0000 (13:03 +0000)]
[WIN32K]
- Properly send WOC_RGN_CLIENT to the GDI driver when window client region changes
- Increment CLIPOBJ::iUniq so that drivers know that something changed
- Some improvements in win32k side of opengl pixel format selection
- Hack around atom collision between the kernel atom table and the win32k one
Now vmware ICD does something decent, even if you can use it only once per ReactOS session (!)
svn path=/trunk/; revision=63749
Jérôme Gardou [Mon, 28 Jul 2014 13:03:19 +0000 (13:03 +0000)]
[WIN32K]
- Pass the right arguments to the driver-supplied function when deleting a DRIVEROBJ
svn path=/trunk/; revision=63748
Jérôme Gardou [Mon, 28 Jul 2014 13:03:10 +0000 (13:03 +0000)]
[OPENGL32]
- Free resources when unloading the DLL
- avoid potential crash in wglDescribePixelFormat
- Prefer HW accelerated pixel formats in wglChoosePixelFormat
- Try forwarding ICD functions to win32k when relevant (untested!)
svn path=/trunk/; revision=63747
Thomas Faber [Mon, 28 Jul 2014 12:22:35 +0000 (12:22 +0000)]
[LIBUSB]
- Don't output spurious failure message "There was no pending IRP for SCE" if everything is fine.
svn path=/trunk/; revision=63746
Eric Kohl [Sun, 27 Jul 2014 21:05:42 +0000 (21:05 +0000)]
[MSGINA]
- Implement the legal notice dialog.
- Rename ReadRegSzKey to ReadRegSzValue.
- Rename ReadRegDwordKey to ReadRegDwordValue.
svn path=/trunk/; revision=63745
Jérôme Gardou [Sat, 26 Jul 2014 15:53:20 +0000 (15:53 +0000)]
[WIN32K]
- Hack around a bug (tm)
svn path=/trunk/; revision=63743
Jérôme Gardou [Sat, 26 Jul 2014 15:41:33 +0000 (15:41 +0000)]
[WIN32K]
- Avoid useless casts
- Add a few debug prints
- Add sanity check
svn path=/trunk/; revision=63742
Jérôme Gardou [Sat, 26 Jul 2014 15:41:25 +0000 (15:41 +0000)]
[WIN32K]
- Explicitly initialize PropListItems
svn path=/trunk/; revision=63741
Jérôme Gardou [Sat, 26 Jul 2014 15:41:21 +0000 (15:41 +0000)]
[WIN32K]
- Some more DPRINT -> DEBUGCHANNEL
svn path=/trunk/; revision=63740
Jérôme Gardou [Sat, 26 Jul 2014 15:41:08 +0000 (15:41 +0000)]
[WIN32K]
- Improve the WNDOBJ/CLIPOBJ hack by using the same internal structure for both object.
This way a driver can enumerate WNDOBJ::coClient safely.
Also take this as an opportunity to get rid of DC::ros_dc.
svn path=/trunk/; revision=63739
Jérôme Gardou [Sat, 26 Jul 2014 15:40:57 +0000 (15:40 +0000)]
[WIN32K]
- Do not offset the window visible region when creating the WNDOBJ, it's already fine
svn path=/trunk/; revision=63738
Jérôme Gardou [Sat, 26 Jul 2014 15:40:44 +0000 (15:40 +0000)]
[WIN32K]
- Use debug channel for debug outputs
svn path=/trunk/; revision=63737
Jérôme Gardou [Fri, 25 Jul 2014 22:13:35 +0000 (22:13 +0000)]
[NTOS/MM]
- First implementation of NtProtectVirtualMemory with Transition PTE
- Release PTE frame page after erasing the PTE to avoid useless page fault
svn path=/trunk/; revision=63736
Jérôme Gardou [Fri, 25 Jul 2014 10:56:50 +0000 (10:56 +0000)]
[WIN32K]
- Improve parameter checking in NtGdiExtSelectClipRgn
- Update the DC clipping regions before getting the clipbox
svn path=/trunk/; revision=63735
Thomas Faber [Thu, 24 Jul 2014 08:40:51 +0000 (08:40 +0000)]
[NTOS:CC]
- Remove useless list entry from ROS_VACB
svn path=/trunk/; revision=63734
Thomas Faber [Wed, 23 Jul 2014 18:50:09 +0000 (18:50 +0000)]
[WBEMPROX]
- Don't omit lpBytesReturned in DeviceIoControl call
ROSTESTS-120 #resolve
svn path=/trunk/; revision=63733
Jérôme Gardou [Wed, 23 Jul 2014 16:05:47 +0000 (16:05 +0000)]
[WIN32K]
- Correctly use the Clip, Meta, Rao, API and Vis Regions in DCs
- Update the DC clipping object on demand each time a blt is performed
- Reduce the number of region allocated with handles when it's not needed
This commit fixes numerous bugs regarding clipping, most notably SetDIBitsToDevice overlapping foreground windows
CORE-8353 #resolve #comment There are still a few quirks in winetests which will get fixed in a next commit
CORE-7628 #comment should be fixed in rev 63731, please confirm.
svn path=/trunk/; revision=63731
Thomas Faber [Wed, 23 Jul 2014 12:46:47 +0000 (12:46 +0000)]
[FORREALTHISTIME]
- Apparently we got that typo from Wine. Fix build. Will send upstream.
svn path=/trunk/; revision=63730
Thomas Faber [Wed, 23 Jul 2014 12:23:31 +0000 (12:23 +0000)]
[PSDK]
- Fix a typo in ntstatus.h
svn path=/trunk/; revision=63726
Thomas Faber [Sun, 20 Jul 2014 11:19:44 +0000 (11:19 +0000)]
[WININET_WINETEST]
- Add back work-around for testbot hang lost in winesync.
ROSTESTS-73
svn path=/trunk/; revision=63725
Thomas Faber [Sun, 20 Jul 2014 08:30:21 +0000 (08:30 +0000)]
[WININET]
- Apply Wine commit
8fd44a3d (wininet: Fix invalid memory access in HTTP_QUERY_RAW_HEADERS (Valgrind).) by Sebastian Lackner. Fixes crash in wininet:http InternetReadFile_test
svn path=/trunk/; revision=63724
Eric Kohl [Sun, 20 Jul 2014 07:19:42 +0000 (07:19 +0000)]
[SCSIPORT]
ScsiPortLogError: Print the information that is to be logged.
svn path=/trunk/; revision=63723
Thomas Faber [Sat, 19 Jul 2014 17:50:56 +0000 (17:50 +0000)]
[NTOS:FSTUB]
- Make sure to NULL the return pointer in the failure case of xHalIoReadPartitionTable.
CORE-8359
svn path=/trunk/; revision=63722
Thomas Faber [Sat, 19 Jul 2014 17:48:46 +0000 (17:48 +0000)]
[DISK]
- Fix memory leak in CreatePartitionDeviceObjects
svn path=/trunk/; revision=63721
Thomas Faber [Fri, 18 Jul 2014 17:47:43 +0000 (17:47 +0000)]
[SERVICES]
- Silence some debug prints
svn path=/trunk/; revision=63720
Thomas Faber [Fri, 18 Jul 2014 16:44:16 +0000 (16:44 +0000)]
[SERVICES]
- Use asynchronous I/O to correctly catch timeouts -- we have a reliable NPFS now.
This makes the timeout test in advapi32_winetest:service succeed, however I'm leaving it disabled because it takes two minutes to run (due to... timeouts).
ROSTESTS-56
svn path=/trunk/; revision=63719
Thomas Faber [Fri, 18 Jul 2014 10:59:32 +0000 (10:59 +0000)]
[MSHTML_WINETEST]
- Enable htmllocation test again
ROSTESTS-81
svn path=/trunk/; revision=63718
Eric Kohl [Fri, 18 Jul 2014 04:09:24 +0000 (04:09 +0000)]
[BOOTDATA]
Create additional install directories.
Patch by Lee Schroeder. Thank you for updating the directory list!
CORE-8365 #resolve
svn path=/trunk/; revision=63717
Eric Kohl [Wed, 16 Jul 2014 19:43:23 +0000 (19:43 +0000)]
[USETUP]
Create additional install directories. Patch by Lee Schroeder. Thanks a lot!
CORE-7987 #resolve #comment Fixed in r63716.
svn path=/trunk/; revision=63716
Eric Kohl [Tue, 15 Jul 2014 21:34:12 +0000 (21:34 +0000)]
[USETUP]
Reimplement SetupCreateDirectory in such a way, that a full directory path will be created, if needed. This enables us to install ReactOS in a sub-directory like for example '\OS\Test\Alpha\ReactOS'.
svn path=/trunk/; revision=63715
Eric Kohl [Sun, 13 Jul 2014 18:33:40 +0000 (18:33 +0000)]
[BOOTDATA]
Revert accidentially committed changes from r63713.
svn path=/trunk/; revision=63714
Eric Kohl [Sun, 13 Jul 2014 16:40:44 +0000 (16:40 +0000)]
[BOOTDATA]
Add / enable NLS settings for Arabic, Azeri, Kyrgyz, Latvian, Tatar and Uzbek.
CORE-8348 #resolve
svn path=/trunk/; revision=63713
Eric Kohl [Sun, 13 Jul 2014 07:38:49 +0000 (07:38 +0000)]
[NETSHELL]
Add code to rename network conections.
svn path=/trunk/; revision=63712
Jérôme Gardou [Thu, 10 Jul 2014 09:43:30 +0000 (09:43 +0000)]
[NTOS/CM]
- Fix overzealous check
svn path=/trunk/; revision=63707
Jérôme Gardou [Thu, 10 Jul 2014 09:05:43 +0000 (09:05 +0000)]
[APPWIZ]
- Expand the registry entry when installing gecko package from disk.
Now unattended setup can really be unattended.
svn path=/trunk/; revision=63706
Jérôme Gardou [Thu, 10 Jul 2014 09:05:37 +0000 (09:05 +0000)]
[NTOSKRNL]
- Partial revert of r63700 on Alex's request
- This cancels the "Use ZwSetValueKey" instead of NtSetValueKey" part
Oddly enough, it doesn't cause a problem anymore. I must have messed up in my initial testings
svn path=/trunk/; revision=63705
Jérôme Gardou [Tue, 8 Jul 2014 22:44:44 +0000 (22:44 +0000)]
[SETUPAPI_APITEST]
- Try restoring UTF8 character which got lost in translation.
svn path=/trunk/; revision=63701
Jérôme Gardou [Tue, 8 Jul 2014 18:42:20 +0000 (18:42 +0000)]
[NTOSKRNL]
- Use ZwSetValueKey instead of NtSetValueKey
- Properly probe and copy parameters when NtSetValueKey is called from UMode
CORE-7738 #resolve #comment fixed in r63700
svn path=/trunk/; revision=63700
Jérôme Gardou [Mon, 7 Jul 2014 14:46:04 +0000 (14:46 +0000)]
[NTDLL_APITEST]
- Add tests for NtDeleteKey
svn path=/trunk/; revision=63699
Sylvain Petreolle [Sun, 6 Jul 2014 18:09:58 +0000 (18:09 +0000)]
[DBGPRINT]
--winetest mode: Use --list to get the tests list.
Dedicated to Christoph :)
svn path=/trunk/; revision=63698
Sylvain Petreolle [Sun, 6 Jul 2014 17:36:56 +0000 (17:36 +0000)]
[DBGPRINT]
Convert TABs to spaces.
svn path=/trunk/; revision=63697
Eric Kohl [Sun, 6 Jul 2014 16:13:49 +0000 (16:13 +0000)]
[FMIFS]
Add Format prototype.
svn path=/trunk/; revision=63696
Eric Kohl [Sun, 6 Jul 2014 15:57:16 +0000 (15:57 +0000)]
[FORMAT]
Rename variables in order to avoid conflicts with the FMIFS.Format function.
svn path=/trunk/; revision=63695
Eric Kohl [Sun, 6 Jul 2014 14:03:04 +0000 (14:03 +0000)]
[FMIFS]
Fix indentation and codig style. No code changes!
svn path=/trunk/; revision=63694
Eric Kohl [Sun, 6 Jul 2014 13:12:28 +0000 (13:12 +0000)]
[VFATLIB]
Add full format (wipe) support to the fat32 code.
svn path=/trunk/; revision=63693
Eric Kohl [Sun, 6 Jul 2014 12:33:11 +0000 (12:33 +0000)]
[USETUP]
Swap quick and full format entries in the file system list, so that quick format will be the default.
svn path=/trunk/; revision=63692
Hermès Bélusca-Maïto [Sun, 6 Jul 2014 11:23:22 +0000 (11:23 +0000)]
[SACDRV]
ASSERT takes a condition, not a string.
[NTOS]
Use ASSERTMSG instead of a weird ASSERT construction.
svn path=/trunk/; revision=63691
Hermès Bélusca-Maïto [Sun, 6 Jul 2014 00:00:07 +0000 (00:00 +0000)]
[NTOS:PS]
Remove that deprecated NtW32Call function that doesn't exist on windows since NT 4.0 SP3.
Alex, do you want to keep its prototype in the NDK too?
svn path=/trunk/; revision=63690
Timo Kreuzer [Sat, 5 Jul 2014 19:17:16 +0000 (19:17 +0000)]
[PSEH/RTL/CRT]
Some ARM related compilation fixes, plus remove a useless define
svn path=/trunk/; revision=63689
Timo Kreuzer [Sat, 5 Jul 2014 19:02:41 +0000 (19:02 +0000)]
[FREELDR]
Add ARM files to build, avoid a redefinition in osloader.h, use new autogenerated ksarm.h in arm/boot.s
svn path=/trunk/; revision=63688
Thomas Faber [Sat, 5 Jul 2014 16:32:43 +0000 (16:32 +0000)]
[USBEHCI]
- Fix a type-limits warning
- Remove unnecessary casts and asserts
- Use NULL for pointer comparison
- Fix IN vs OUT annotation
svn path=/trunk/; revision=63687
Thomas Faber [Sat, 5 Jul 2014 15:30:22 +0000 (15:30 +0000)]
[USBEHCI]
- Initialize the new queue head before inserting it into the asynchronous schedule list, and add a memory barrier to ensure this order. The list can be read by the host controller at any time, so the new item must be valid when inserted. See EHCI spec section 4.8.1.
svn path=/trunk/; revision=63686
Amine Khaldi [Wed, 2 Jul 2014 00:11:19 +0000 (00:11 +0000)]
[URLMON]
* Add HlinkGoBack stub. Needed by *cough* certain apps.
CORE-8174
svn path=/trunk/; revision=63682
Hermès Bélusca-Maïto [Tue, 1 Jul 2014 17:17:43 +0000 (17:17 +0000)]
[CSRDLL]: Avoid a potential null pointer dereference.
svn path=/trunk/; revision=63681
Hermès Bélusca-Maïto [Mon, 30 Jun 2014 21:08:32 +0000 (21:08 +0000)]
[WINLOGON]
- Do not shutdown the computer if winlogon cannot register itself to user32 (eg. the user double-clicks on winlogon.exe when ReactOS is already launched :P ).
- Add a note about a possible improvement of the error dialog if msgina cannot be loaded correctly.
- Fix french translation.
svn path=/trunk/; revision=63680
Hermès Bélusca-Maïto [Mon, 30 Jun 2014 20:26:03 +0000 (20:26 +0000)]
[WINLOGON]
Add a suitable icon, from the "Farm-Fresh Icon Set" pack of "FatCow Web Hosting" (http://www.fatcow.com/), under a Creative Commons Attribution 3.0 License. See the COPYING file for more details.
svn path=/trunk/; revision=63679
Jérôme Gardou [Mon, 30 Jun 2014 19:50:28 +0000 (19:50 +0000)]
[NTDLL_APITEST]
- Add a test showing that memory content is still available after changing protection to PAGE_NOACCESS
svn path=/trunk/; revision=63678
Jérôme Gardou [Mon, 30 Jun 2014 18:27:44 +0000 (18:27 +0000)]
[WIN32K/NTGDI]
- Better semi-implementation of CreateHalftonePalette
svn path=/trunk/; revision=63677
Amine Khaldi [Mon, 30 Jun 2014 12:00:07 +0000 (12:00 +0000)]
[TRANSLATIONS]
* Turkish translation update by Erdem Ersoy.
CORE-7861
svn path=/trunk/; revision=63675
Hermès Bélusca-Maïto [Sun, 29 Jun 2014 18:30:12 +0000 (18:30 +0000)]
[NDK]: Certainly that this member exists only in Vista+. See r63673.
svn path=/trunk/; revision=63674
Hermès Bélusca-Maïto [Sun, 29 Jun 2014 17:54:59 +0000 (17:54 +0000)]
[NDK]
- Add PsGetThreadProcess prototype.
- Remove Win32DataCollectionProcedure member in WIN32_CALLOUTS_FPNS structure that doesn't exist in Win2k3 SP1 and SP2.
svn path=/trunk/; revision=63673
Amine Khaldi [Sun, 29 Jun 2014 16:37:18 +0000 (16:37 +0000)]
[SAL]
* Add _Field_size_bytes_part_ annotation.
svn path=/trunk/; revision=63672
Hermès Bélusca-Maïto [Sun, 29 Jun 2014 15:00:22 +0000 (15:00 +0000)]
[USERSRV]: Convert remaining language files into UTF-8.
svn path=/trunk/; revision=63670
Thomas Faber [Sun, 29 Jun 2014 12:53:11 +0000 (12:53 +0000)]
{USBEHCI][USBOHCI][USBUHCI]
- Let libusb handle IRP_MJ_POWER and IRP_MJ_SYSTEM_CONTROL requests
svn path=/trunk/; revision=63668
Thomas Faber [Sun, 29 Jun 2014 12:47:17 +0000 (12:47 +0000)]
[LIBUSB]
- Fix a typo'd function name
svn path=/trunk/; revision=63667
Thomas Faber [Sun, 29 Jun 2014 12:43:06 +0000 (12:43 +0000)]
[LIBUSB]
- Fix stack corruption due to incorrect StatusChangeEndpointCallBack calling convention
svn path=/trunk/; revision=63666
Thomas Faber [Sun, 29 Jun 2014 12:39:10 +0000 (12:39 +0000)]
[LIBUSB]
- Correctly stub IRP_MJ_POWER handling
- Stub handlers for the (mandatory!) IRP_MJ_SYSTEM_CONTROL
svn path=/trunk/; revision=63665
Thomas Faber [Sun, 29 Jun 2014 11:32:49 +0000 (11:32 +0000)]
[SPEC2DEF]
- Do not include an export's ordinal in the .def file for the import lib unless import by ordinal is intended (via -noname or -ordinal). MSVC will always import by ordinal if it finds one in the def file, which would break apps on different versions of Windows if applied to the wrong functions.
svn path=/trunk/; revision=63664
Amine Khaldi [Sun, 29 Jun 2014 10:18:36 +0000 (10:18 +0000)]
[COMCTL32]
* Remove some exports that do not exist in native.
* Fix some existing exports.
* Reorder some exports.
* Comment out some stubs.
* Add some missing exports.
CORE-8174
svn path=/trunk/; revision=63663
Amine Khaldi [Sat, 28 Jun 2014 23:23:50 +0000 (23:23 +0000)]
[URLMON]
* Remove some exports that do not exist in native.
* Reorder some exports.
* Comment out some stubs.
* Add some missing exports.
CORE-8174
svn path=/trunk/; revision=63662
Amine Khaldi [Sat, 28 Jun 2014 22:42:19 +0000 (22:42 +0000)]
[SHLWAPI]
* Remove some exports that do not exist in native.
* Reorder some exports.
* Comment out some stubs.
* Add some missing exports.
CORE-8174
CORE-8264
svn path=/trunk/; revision=63661
Hermès Bélusca-Maïto [Sat, 28 Jun 2014 21:40:34 +0000 (21:40 +0000)]
[SMSS][CSRSRV]: Typo fix.
[CSRSRV]: Fix an assertion.
svn path=/trunk/; revision=63660
Amine Khaldi [Sat, 28 Jun 2014 14:03:22 +0000 (14:03 +0000)]
[SHLWAPI]
* Export some APIs by ordinals without names.
CORE-8174
CORE-8264
svn path=/trunk/; revision=63657
Amine Khaldi [Sat, 28 Jun 2014 13:40:52 +0000 (13:40 +0000)]
[USER32]
* Fix uninitialized cases. CID
1223182. Jim please review.
CORE-7975
svn path=/trunk/; revision=63656
Amine Khaldi [Sat, 28 Jun 2014 13:19:39 +0000 (13:19 +0000)]
[NTVDM]
* Fix uninitialized scalar variable. CID
1223183.
CORE-7975
svn path=/trunk/; revision=63655
Amine Khaldi [Sat, 28 Jun 2014 13:15:05 +0000 (13:15 +0000)]
[NTOS:CM]
* Fix uninitialized pointer read. CID
1223184.
CORE-7975
svn path=/trunk/; revision=63654
Amine Khaldi [Sat, 28 Jun 2014 09:59:58 +0000 (09:59 +0000)]
[CMD]
* Plug a leak. CID
1102398.
CORE-7975
svn path=/trunk/; revision=63653
Amine Khaldi [Sat, 28 Jun 2014 09:57:09 +0000 (09:57 +0000)]
[SHELL32]
* Plug a leak. CID
1206904.
CORE-7975
svn path=/trunk/; revision=63652
Amine Khaldi [Sat, 28 Jun 2014 09:52:56 +0000 (09:52 +0000)]
[DEVMGR]
* Plug a leak. CID
1206903.
CORE-7975
svn path=/trunk/; revision=63651
Christoph von Wittich [Fri, 27 Jun 2014 18:08:00 +0000 (18:08 +0000)]
[shlwapi]
fix buffer overflow
svn path=/trunk/; revision=63649
Amine Khaldi [Thu, 26 Jun 2014 19:35:48 +0000 (19:35 +0000)]
[NTOS:CM]
* Plug some leaks. Inspired by CID
1206912 and fixed by Timo.
CORE-7975
svn path=/trunk/; revision=63647
Amine Khaldi [Thu, 26 Jun 2014 19:15:51 +0000 (19:15 +0000)]
[DESK]
* Plug a leak. CID
1206913.
svn path=/trunk/; revision=63646
Amine Khaldi [Thu, 26 Jun 2014 18:27:43 +0000 (18:27 +0000)]
[KERNEL32]
* Apply Wine commit
bdc0099e (kernel32: Add DECLSPEC_HOTPATCH to SetFilePointer.) by Austin English.
CORE-7959
svn path=/trunk/; revision=63645
Jérôme Gardou [Tue, 24 Jun 2014 22:19:20 +0000 (22:19 +0000)]
[SETUPAPI]
- Do not fail on non-existing GUIDs in SetupDiGetClassDevsExW
WinCDemu portable now goes a bit further and permits to load CD images, but no new drive letters are affected.
svn path=/trunk/; revision=63643
Jérôme Gardou [Tue, 24 Jun 2014 22:18:49 +0000 (22:18 +0000)]
[SETUPAPI_APITEST]
- Add a test that shows that SetupDiGetClassDevsExW doesn't fail on non-existing GUID
svn path=/trunk/; revision=63642
Sylvain Petreolle [Tue, 24 Jun 2014 19:36:22 +0000 (19:36 +0000)]
[KERNEL32]
Use actual codepage numbers for ANSI and OEM codepages.
CORE-7568 #resolve #comment Committed.
svn path=/trunk/; revision=63641
Hermès Bélusca-Maïto [Mon, 23 Jun 2014 22:07:33 +0000 (22:07 +0000)]
[NTDLL]: Addendum to r63635.
svn path=/trunk/; revision=63637
Thomas Faber [Mon, 23 Jun 2014 20:39:49 +0000 (20:39 +0000)]
[RPCRT4][CRT]
- Do not omit the last argument to VirtualProtect, it will cause the function to fail
svn path=/trunk/; revision=63636
Thomas Faber [Mon, 23 Jun 2014 20:30:54 +0000 (20:30 +0000)]
[NTDLL:LDR]
- Actually use DPFLTR_LDR_ID in debug prints instead of a magic value and a comment
- Use RtlInitEmptyUnicodeString where appropriate
svn path=/trunk/; revision=63635
Thomas Faber [Mon, 23 Jun 2014 15:21:13 +0000 (15:21 +0000)]
[ADVAPI32]
- Do not use the upper byte of RtlRandom's result in RtlGenRandom, since the function only generates 31 bits. Should fix UuidCreate test in rpcrt4:rpc.
svn path=/trunk/; revision=63633
Thomas Faber [Sun, 22 Jun 2014 18:51:11 +0000 (18:51 +0000)]
[WS2_32]
- Correctly handle port 0 in getaddrinfo
- Stub numeric port case of getnameinfo
svn path=/trunk/; revision=63632
Thomas Faber [Sun, 22 Jun 2014 18:48:15 +0000 (18:48 +0000)]
[UNIATA]
- Fix page length calculation in IdeSendCommand/SCSIOP_MODE_SENSE case. Should be pushed upstream(TM).
- Remove outdated file
svn path=/trunk/; revision=63631
Thomas Faber [Sun, 22 Jun 2014 18:44:21 +0000 (18:44 +0000)]
[RTL]
- Apply Wine commit
5b0fcb06 (ntdll: Avoid crashing on an empty resource directory.) by Alexandre Julliard
svn path=/trunk/; revision=63630
Thomas Faber [Sun, 22 Jun 2014 18:40:21 +0000 (18:40 +0000)]
[NTDLL:LDR]
- Fix buffer size calculation in LdrpSearchPath
svn path=/trunk/; revision=63629
Thomas Faber [Sun, 22 Jun 2014 18:35:17 +0000 (18:35 +0000)]
[CMAKE]
- Correctly include the license for CMakeParseArguments.cmake
svn path=/trunk/; revision=63628
Thomas Faber [Sun, 22 Jun 2014 18:33:18 +0000 (18:33 +0000)]
[APPLICATIONS][NEWDEV]
- Remove broken function pointer casts
svn path=/trunk/; revision=63627
Hermès Bélusca-Maïto [Sun, 22 Jun 2014 09:37:55 +0000 (09:37 +0000)]
[ODBCCP32]: Whitespace fixes only.
svn path=/trunk/; revision=63626
Hermès Bélusca-Maïto [Sun, 22 Jun 2014 09:33:46 +0000 (09:33 +0000)]
[ODBCCP32]
The control panel automatically runs this applet without clicking on it, fix this wrong behaviour.
Patch by Lee Schröder
CORE-8323 #resolve #comment Thanks :)
svn path=/trunk/; revision=63625
Thomas Faber [Sat, 21 Jun 2014 11:07:51 +0000 (11:07 +0000)]
[WIN32K]
- Pass a boolean argument to RtlEqualUnicodeString
svn path=/trunk/; revision=63624
Jérôme Gardou [Thu, 19 Jun 2014 11:24:48 +0000 (11:24 +0000)]
[KSECDD]
- Really export symbols
- Properly stub InitSecurityInterfaceW
- Install the driver
svn path=/trunk/; revision=63619