Pierre Schweitzer [Sat, 24 Oct 2015 09:39:20 +0000 (09:39 +0000)]
[MSGINA]
Don't leak memory
CID
1206901
svn path=/trunk/; revision=69667
Pierre Schweitzer [Sat, 24 Oct 2015 09:36:16 +0000 (09:36 +0000)]
[MSCOREE]
Backport Wine commit:
85d49c5819fb4494d9f81c56c3504bef5732b726
"Correct possible uninitialized variable (clang)." by Alistair Leslie-Hughes
CID 215556
svn path=/trunk/; revision=69666
Pierre Schweitzer [Sat, 24 Oct 2015 08:49:08 +0000 (08:49 +0000)]
[LSASRV]
Initialize pointers addresses before the first goto, to avoid uninit addresses handling
CID
1206997,
1206998
svn path=/trunk/; revision=69665
Pierre Schweitzer [Sat, 24 Oct 2015 08:43:54 +0000 (08:43 +0000)]
[KERNEL32]
Don't pass uninit pointer address to CsrFreeCaptureBuffer()
CID
1223181
svn path=/trunk/; revision=69664
Pierre Schweitzer [Sat, 24 Oct 2015 08:33:20 +0000 (08:33 +0000)]
[BROWSEUI]
Use correct delete operator
CID
1321947
svn path=/trunk/; revision=69663
Pierre Schweitzer [Sat, 24 Oct 2015 08:21:09 +0000 (08:21 +0000)]
[DESK]
Pass a buffer big enough to hold the drive size to _wsplitpath().
This fixes a buffer overrun.
CID
1322097
svn path=/trunk/; revision=69662
Pierre Schweitzer [Sat, 24 Oct 2015 08:20:05 +0000 (08:20 +0000)]
[MSVCRT]
Add a test that shows that _splitpath() null-terminates drive
svn path=/trunk/; revision=69661
Pierre Schweitzer [Sat, 24 Oct 2015 07:59:52 +0000 (07:59 +0000)]
[CONSOLE]
Don't overrun two buffers
CID
1322100,
1237057
svn path=/trunk/; revision=69660
Ged Murphy [Fri, 23 Oct 2015 13:16:25 +0000 (13:16 +0000)]
[DEVMGR]
- Force all refreshes to go through the CDeviceManager method instead of calling CDeviceView directly.
- Fixes missing checked radio item in the view menu on startup
svn path=/trunk/; revision=69659
Ged Murphy [Fri, 23 Oct 2015 12:45:41 +0000 (12:45 +0000)]
[DEVMGR]
- When refreshing the view, reselect and expand the previously selected node in the tree. This allows to switch from 'by type' to 'by connection' and see where the selected device sits in the tree hierarchy (and vice versa)
svn path=/trunk/; revision=69658
Thomas Faber [Fri, 23 Oct 2015 12:40:29 +0000 (12:40 +0000)]
[NTOS:SE]
- Fail if the provided default DACL is invalid in NtCreateToken. CID
1237131
svn path=/trunk/; revision=69657
Robert Naumann [Fri, 23 Oct 2015 12:23:37 +0000 (12:23 +0000)]
revert r69654
svn path=/trunk/; revision=69656
Robert Naumann [Fri, 23 Oct 2015 11:42:02 +0000 (11:42 +0000)]
[CPL] Fix some blurry resources. By Henry Tang Ih. CORE-10385
svn path=/trunk/; revision=69655
Robert Naumann [Fri, 23 Oct 2015 11:27:52 +0000 (11:27 +0000)]
[DEVMGR] Improve the toolbar bitmap. By Jared Smudde. CORE-10342
svn path=/trunk/; revision=69654
Thomas Faber [Fri, 23 Oct 2015 10:34:44 +0000 (10:34 +0000)]
[WIN32K:NTUSER]
- Don't open-code IoGetRemainingStackSize
svn path=/trunk/; revision=69653
Thomas Faber [Fri, 23 Oct 2015 07:26:42 +0000 (07:26 +0000)]
[NETWORKING][CABMAN]
- Attempt to silence some 200 benign "Operands don't affect result" Coverity defects
svn path=/trunk/; revision=69652
Thomas Faber [Thu, 22 Oct 2015 21:06:25 +0000 (21:06 +0000)]
[WIN32K:NTUSER]
- Properly set the window minimize status in WM_ACTIVATE's WPARAM. CID 513028, 513029
svn path=/trunk/; revision=69651
Ged Murphy [Thu, 22 Oct 2015 17:37:51 +0000 (17:37 +0000)]
The c++ bool is 1 byte, not 4. Thanks Thomas
svn path=/trunk/; revision=69650
Ged Murphy [Thu, 22 Oct 2015 17:21:30 +0000 (17:21 +0000)]
[DEVMGR]
- Automatically refresh the view whenever there is a hardware change on the machine
- Don't force a refresh when we enable/disable devices, this is now be picked up automatically
svn path=/trunk/; revision=69649
Thomas Faber [Thu, 22 Oct 2015 16:41:38 +0000 (16:41 +0000)]
[WIN32K:NTUSER]
- Fix uninitialized variable use in failure case of NtUserSetCursorIconData. CID
1322233
svn path=/trunk/; revision=69648
Giannis Adamopoulos [Thu, 22 Oct 2015 15:23:21 +0000 (15:23 +0000)]
[SHELL32]
- Add DoDeleteAsync method that takes the data object and the fMask parameter from IContextMenu in order to distinguish if we need a permanent delete.
- CDefView: Properly add CMIC_MASK_SHIFT_DOWN and CMIC_MASK_CONTROL_DOWN flags when calling Invoke.
- CDefaultContextMenu: use DoDeleteAsync and pass fmask so as to make Shift+Delete shortcut to permanently delete files.
Note: GetKeyState sometimes returns wrong results but this doesn't concern the shell.
CORE-4365
svn path=/trunk/; revision=69647
Thomas Faber [Thu, 22 Oct 2015 15:12:09 +0000 (15:12 +0000)]
[WIN32K:NTUSER]
- Don't pass an uninitialized DOSENDMESSAGE structure to co_IntDoSendMessage. CID 701425
svn path=/trunk/; revision=69646
Thomas Faber [Thu, 22 Oct 2015 14:43:39 +0000 (14:43 +0000)]
[WIN32K:NTUSER]
- Only resend WM_ENTERIDLE after encountering a relevant message. CID
1321906
svn path=/trunk/; revision=69645
Thomas Faber [Thu, 22 Oct 2015 14:13:40 +0000 (14:13 +0000)]
[WIN32K:NTUSER]
- Don't call PopupMenuWndProc for the message window in IntDispatchMessage. CID
1322026
svn path=/trunk/; revision=69644
Thomas Faber [Thu, 22 Oct 2015 13:48:12 +0000 (13:48 +0000)]
[WIN32K:NTGDI]
- Fix pool leak in failure case of PATH_StrokePath. CID 716633
svn path=/trunk/; revision=69643
Thomas Faber [Thu, 22 Oct 2015 11:29:55 +0000 (11:29 +0000)]
[WIN32K:NTGDI]
- Correctly pass 'planes' and 'bpp' arguments to IntCreateDIBitmap in GreCreateDIBitmapInternal. CID
1250302
svn path=/trunk/; revision=69642
Thomas Faber [Thu, 22 Oct 2015 11:05:59 +0000 (11:05 +0000)]
[WIN32K:NTGDI]
- Fix pool leak in failure case (CID
1322140) and don't treat NTSTATUS values as Win32 errors in NtGdiGetGlyphIndicesW.
svn path=/trunk/; revision=69641
Thomas Faber [Thu, 22 Oct 2015 10:46:02 +0000 (10:46 +0000)]
[WIN32K:ENG]
- Remove useless NULL checks in BltMask and IntEngStretchBlt. CID
1322184, 701344
svn path=/trunk/; revision=69640
James Tabor [Thu, 22 Oct 2015 09:05:56 +0000 (09:05 +0000)]
[Win32k]
- Fix flashing windows and cleanup code. See CORE-10384.
svn path=/trunk/; revision=69639
Hermès Bélusca-Maïto [Wed, 21 Oct 2015 23:43:26 +0000 (23:43 +0000)]
[MSCONFIG_NEW]
- Reenable the FREELDR.INI/BOOT.INI page. When boot items are added in the list, recompute its new contents width and adjust it so that we can horizontally scroll its contents (this is the only common control which does not support automatic width computation when you add contents in it...).
- Save the original FREELDR.INI/BOOT.INI in a default path (I took the one used by windows' msconfig for its INI files).
CORE-9333
svn path=/trunk/; revision=69638
Hermès Bélusca-Maïto [Wed, 21 Oct 2015 23:36:17 +0000 (23:36 +0000)]
[MSCONFIG_NEW]
Reduce indentation level in code.
svn path=/trunk/; revision=69637
Daniel Reimer [Wed, 21 Oct 2015 19:17:16 +0000 (19:17 +0000)]
[DEVMGR]
Updated German language
svn path=/trunk/; revision=69636
Daniel Reimer [Wed, 21 Oct 2015 18:41:43 +0000 (18:41 +0000)]
[MSCONFIG_NEW]
Updated German language
svn path=/trunk/; revision=69635
Thomas Faber [Wed, 21 Oct 2015 09:00:13 +0000 (09:00 +0000)]
[WININET]
- Missing the USERPROFILE variable is a critical bug, so inform us about it with an ERR instead of a TRACE
CORE-10381
svn path=/trunk/; revision=69634
James Tabor [Wed, 21 Oct 2015 00:13:23 +0000 (00:13 +0000)]
[Win32SS]
- Implement suspended window support, see CORE-10078.
svn path=/trunk/; revision=69633
Hermès Bélusca-Maïto [Tue, 20 Oct 2015 23:59:28 +0000 (23:59 +0000)]
[MSCONFIG_NEW]
- Implement the "file extract" dialog and enable it in the general page. The extraction functionality proper will be implemented later on.
- Remove an unneeded resource string.
CORE-9333
svn path=/trunk/; revision=69632
Hermès Bélusca-Maïto [Tue, 20 Oct 2015 22:49:34 +0000 (22:49 +0000)]
[PSDK]
- Enable the specstrings.h in shlwapi header (since we have it)
- Add missing BIF_SHAREABLE define (which exists in the 2k3 PSDK), even if it's not used at all in our code (and in wine either); I use it in msconfig for a shell browse dialog (because I want it to behave as I expect also on windows).
svn path=/trunk/; revision=69631
Hermès Bélusca-Maïto [Tue, 20 Oct 2015 21:57:36 +0000 (21:57 +0000)]
[MSCONFIG_NEW]
- Add some file utility functions, they will be used later for managing the startup programs.
- Half-plement the general page controls.
- Simplify some code; fix file headers; remove the old toolspage.c (replaced by its c++ equivalent).
CORE-9333
svn path=/trunk/; revision=69630
Thomas Faber [Tue, 20 Oct 2015 10:09:59 +0000 (10:09 +0000)]
[SERVICES]
- Sanitize allocation lifetime and fix memory leaks in ScmConvertToBootPathName. CID
1102363
- Fix leak in failure case of REnumServicesStatusExA. CID 716334
svn path=/trunk/; revision=69629
Thomas Faber [Tue, 20 Oct 2015 08:40:29 +0000 (08:40 +0000)]
[WORDPAD]
- Fix potential buffer overflows. CID 713265, 713266
svn path=/trunk/; revision=69628
Thomas Faber [Tue, 20 Oct 2015 08:30:14 +0000 (08:30 +0000)]
[TASKMGR]
- Fix potential stack buffer overflows. CID
1322094,
1322095
svn path=/trunk/; revision=69627
Thomas Faber [Tue, 20 Oct 2015 08:15:30 +0000 (08:15 +0000)]
[RAPPS]
- Pass the correct buffer size to StringCbCopyW
svn path=/trunk/; revision=69626
James Tabor [Tue, 20 Oct 2015 01:54:18 +0000 (01:54 +0000)]
[User32]
- Patch by Joachim Priesner : Hide horizontal Listbox scroll bar if no horizontal extent is set. See CORE-1101.
- Patch by Alex Henrie : Simplify if-else statement. Scroll listbox item completely into view on LB_SETCURSEL.
svn path=/trunk/; revision=69625
James Tabor [Tue, 20 Oct 2015 01:51:16 +0000 (01:51 +0000)]
[User32]
- Patch by Dmitry Timoshkov : Always call BeginPaint/EndPaint when handling a WM_PAINT message for the button.
- Patch by Alex Henrie : Remove always-false condition.
svn path=/trunk/; revision=69624
Thomas Faber [Mon, 19 Oct 2015 18:16:17 +0000 (18:16 +0000)]
[GDIPLUS]
- Mark a ROS-Diff and fix MSVC warnings in it
svn path=/trunk/; revision=69623
Thomas Faber [Mon, 19 Oct 2015 16:03:00 +0000 (16:03 +0000)]
[SHLWAPI_WINETEST]
- Fix build until I figure out how to upstream this
svn path=/trunk/; revision=69622
Thomas Faber [Mon, 19 Oct 2015 15:28:24 +0000 (15:28 +0000)]
[PSDK]
- Add missing shlobj.h changes from the previous commit
- Correctly define ITEMIDLIST types, and add initial support for STRICT_TYPED_ITEMIDS
CORE-8441 #resolve
svn path=/trunk/; revision=69621
Thomas Faber [Mon, 19 Oct 2015 15:17:29 +0000 (15:17 +0000)]
[SHELL32]
- Fix some ITEMIDLIST types
CORE-8441
svn path=/trunk/; revision=69620
Ged Murphy [Mon, 19 Oct 2015 13:52:12 +0000 (13:52 +0000)]
[DEVMGR]
- Implement the add new hardware wizard
- fix stray header
CORE-10363
svn path=/trunk/; revision=69619
Ged Murphy [Mon, 19 Oct 2015 11:17:14 +0000 (11:17 +0000)]
Missed this file. Having a shocker today...
svn path=/trunk/; revision=69618
Ged Murphy [Mon, 19 Oct 2015 11:07:19 +0000 (11:07 +0000)]
[DEVMGR]
- Fixup a few missing languages. Hopefully I got them all this time.
- Add a new line to the end of the resources to keep msvc happy
svn path=/trunk/; revision=69617
Ged Murphy [Mon, 19 Oct 2015 10:55:22 +0000 (10:55 +0000)]
[DEVMGR]
- Add the missing resources and reinstate all languages.
- The new additions need translating
svn path=/trunk/; revision=69616
Ged Murphy [Mon, 19 Oct 2015 08:48:24 +0000 (08:48 +0000)]
[DEVMGR]
Add missing changes files
svn path=/trunk/; revision=69615
Ged Murphy [Mon, 19 Oct 2015 08:45:48 +0000 (08:45 +0000)]
[DEVMGR]
- Implement updating the device from the toolbar
- Add a message before uninstalling a device. Dedicated to Jared Smudde.
svn path=/trunk/; revision=69614
Thomas Faber [Mon, 19 Oct 2015 08:00:47 +0000 (08:00 +0000)]
[HAL]
- Don't probe for EISA DMA capability on non-EISA machines (i.e. currently never). Patch by Andrey Kudravets.
CORE-9895 #resolve
svn path=/trunk/; revision=69613
Ged Murphy [Mon, 19 Oct 2015 07:04:17 +0000 (07:04 +0000)]
[DEVMGR]
- Explicitly state that we want to build DllMain without name mangling
See issue 10347 for more details.
svn path=/trunk/; revision=69612
Robert Naumann [Sun, 18 Oct 2015 22:43:14 +0000 (22:43 +0000)]
[SNDREC32] Improve the applications icon. By Henry Tang Ih. CORE-69611
svn path=/trunk/; revision=69611
Robert Naumann [Sun, 18 Oct 2015 22:39:36 +0000 (22:39 +0000)]
[SHELL32] Improve the recent documents icon. By Jared Smudde. CORE-10281
svn path=/trunk/; revision=69610
Robert Naumann [Sun, 18 Oct 2015 22:32:44 +0000 (22:32 +0000)]
[USETUP] Add Malay translation. Patch by Henry Tang Ih with some additions by me. (Adding the missing strings is good, but you also have to tell ROS that it have to be used them) CORE-9890
svn path=/trunk/; revision=69609
Hermès Bélusca-Maïto [Sun, 18 Oct 2015 22:00:29 +0000 (22:00 +0000)]
[KERNEL32]
- GlobalMemoryStatusEx: Correctly compute ullTotalPageFile which should be in bytes, instead of in number of pages. Patch by contributor "kkat". CORE-10361
- GlobalMemoryStatusEx: Fail if the stored length in the data buffer is not what is expected by the API (required by the spec, see MSDN; on the contrary, GlobalMemoryStatus does not require that.)
- GlobalMemoryStatus: Correctly round up the reported total/available memory values, in case they are bigger than ~= 2GB.
svn path=/trunk/; revision=69608
Hermès Bélusca-Maïto [Sun, 18 Oct 2015 21:27:23 +0000 (21:27 +0000)]
[the_other_devmgmt] Convert the bootstrap app back to C.
svn path=/trunk/; revision=69607
Hermès Bélusca-Maïto [Sun, 18 Oct 2015 21:26:25 +0000 (21:26 +0000)]
(devmgmt) whitespace fix only.
svn path=/trunk/; revision=69606
Amine Khaldi [Sun, 18 Oct 2015 17:10:38 +0000 (17:10 +0000)]
[MSCONFIG_NEW] C++ is coming. Resistance is futile.
svn path=/trunk/; revision=69605
Hermès Bélusca-Maïto [Sun, 18 Oct 2015 16:55:31 +0000 (16:55 +0000)]
[MSCONFIG_NEW]
- Fix duplicated resources.
- Implement the Tools tab. It reads the list of available tools (and their localized names & description) from an internal XML file. It can also load an external user-defined XML list of tools; see KB906569 for a description of what it is.
- XML stuff is implemented using COM. It is far easier to use COM with C++ than with C, hence the tools tab code and the XML parser are compiled as C++ whereas everything else is compiled in C. Therefore at the moment msconfig is hybrid C/C++; this is done using CMake magic.
CORE-9333
svn path=/trunk/; revision=69604
Hermès Bélusca-Maïto [Sun, 18 Oct 2015 16:44:56 +0000 (16:44 +0000)]
[COMSUPP]: ConvertStringToBSTR and ConvertBSTRToString really work only on ANSI strings.
svn path=/trunk/; revision=69603
Pierre Schweitzer [Sun, 18 Oct 2015 16:09:11 +0000 (16:09 +0000)]
[NTOSKRNL]
Don't keep spining forever in CcRosFlushDirtyPages() when flushing a dirty VACB fails on a RO volume.
This can be triggered with extX volumes and can prevent shutdown from succeeding
svn path=/trunk/; revision=69602
Pierre Schweitzer [Sun, 18 Oct 2015 15:47:20 +0000 (15:47 +0000)]
[CONFIGURE.SH]
Modify the script to take into account that now, host-tools are no longer required.
Because it needs RosBE 2.1.2 (update guys!) still provide a fallback method to allow using old build method with host-tools. In case you need it, just call configure.sh with-host-tools
svn path=/trunk/; revision=69601
Eric Kohl [Sun, 18 Oct 2015 13:52:51 +0000 (13:52 +0000)]
USETUP: Do not ask to select language if just one language is available
Patch by Carlo Bramini. Thanks a lot!
CORE-10322 #resolve
svn path=/trunk/; revision=69600
Thomas Faber [Sun, 18 Oct 2015 13:13:44 +0000 (13:13 +0000)]
[URLMON_WINETEST]
- Cancel the test if a failure situation is detected that will lead to a timeout
ROSTESTS-192
CORE-10360
svn path=/trunk/; revision=69599
Eric Kohl [Sun, 18 Oct 2015 12:45:49 +0000 (12:45 +0000)]
[MSAFD]
TranslateNtStatusError: Translate STATUS_ACCESS_DENIED.
Patch by Jacob S. Preciado. Thanks a lot!
CORE-10290 #resolve
svn path=/trunk/; revision=69598
Amine Khaldi [Sun, 18 Oct 2015 11:29:34 +0000 (11:29 +0000)]
[CMAKE] Enable the new style build by default. CORE-10121
svn path=/trunk/; revision=69597
Amine Khaldi [Sun, 18 Oct 2015 11:21:56 +0000 (11:21 +0000)]
[CMAKE] We don't need this case anymore.
svn path=/trunk/; revision=69596
Amine Khaldi [Sun, 18 Oct 2015 11:19:05 +0000 (11:19 +0000)]
[TRANSLATIONS] Traditional Chinese (zh-TW) translation update by Henry Tang Ih. CORE-10001
svn path=/trunk/; revision=69595
Thomas Faber [Sun, 18 Oct 2015 10:51:47 +0000 (10:51 +0000)]
[WINE]
- Make some test.h functions usable in apitests aka fix build
svn path=/trunk/; revision=69594
Thomas Faber [Sun, 18 Oct 2015 10:46:11 +0000 (10:46 +0000)]
[ATL]
- Add CComHeapPtr implementation and tests. Patch by Mark Jansen.
CORE-10344 #resolve
svn path=/trunk/; revision=69593
Thomas Faber [Sun, 18 Oct 2015 10:20:56 +0000 (10:20 +0000)]
[BOOTLIB]
- Correctly check ConsoleRemoteConstruct return value in ConsoleCreateRemoteConsole. Patch by Kudratov Olimjon.
CORE-10357 #resolve
svn path=/trunk/; revision=69592
Thomas Faber [Sun, 18 Oct 2015 09:45:12 +0000 (09:45 +0000)]
[WINDOWSCODECS]
- Fix some MSVC warnings
svn path=/trunk/; revision=69591
Thomas Faber [Sun, 18 Oct 2015 09:32:52 +0000 (09:32 +0000)]
[RTL]
- Add missing OBJ_KERNEL_HANDLE in RtlOpenCurrentUser
CORE-10207
svn path=/trunk/; revision=69590
Thomas Faber [Sun, 18 Oct 2015 08:39:56 +0000 (08:39 +0000)]
[LIBXML]
- Fix VS2013 build
svn path=/trunk/; revision=69589
Thomas Faber [Sun, 18 Oct 2015 08:32:42 +0000 (08:32 +0000)]
[LIBXML]
- Fix MSVC incompatible declaration warning
- Silence MSVC unused variable warnings
- Get config.h slightly more in sync with upstream
svn path=/trunk/; revision=69588
Thomas Faber [Sun, 18 Oct 2015 07:56:27 +0000 (07:56 +0000)]
[CMAKE]
- Reserve some more space for ntdll so that we're compatible with Windows's version (base 0x7c910000). Should fix VMware Hybrid builder
svn path=/trunk/; revision=69587
Thomas Faber [Sun, 18 Oct 2015 07:32:09 +0000 (07:32 +0000)]
[EXT2FS]
- Fix warnings
svn path=/trunk/; revision=69586
Thomas Faber [Sun, 18 Oct 2015 07:05:14 +0000 (07:05 +0000)]
[NTSTATUS]
- Add some more status codes
CORE-8373
svn path=/trunk/; revision=69585
Thomas Faber [Sun, 18 Oct 2015 06:31:20 +0000 (06:31 +0000)]
[BUGCODES]
- Correct broken bug check code entry aka fix build
svn path=/trunk/; revision=69584
Thomas Faber [Sun, 18 Oct 2015 06:26:51 +0000 (06:26 +0000)]
[BUGCODES]
- Add some more bug check codes
svn path=/trunk/; revision=69583
Hermès Bélusca-Maïto [Sun, 18 Oct 2015 02:14:21 +0000 (02:14 +0000)]
[COMSUPP]: Fix string length computations.
svn path=/trunk/; revision=69582
Hermès Bélusca-Maïto [Sun, 18 Oct 2015 01:20:20 +0000 (01:20 +0000)]
[COMSUPP]
Implement _com_util::ConvertStringToBSTR and _com_util::ConvertBSTRToString (needed by _bstr_t and _variant_t classes), inspired by the remarks made in http://www.codeproject.com/Articles/1969/BUG-in-com-util-ConvertStringToBSTR-and-com-util i.e. without reproducing the bugs of MS version.
svn path=/trunk/; revision=69581
Pierre Schweitzer [Sat, 17 Oct 2015 23:08:52 +0000 (23:08 +0000)]
[AUTOCHK]
Register the ExtX provider to avoid the autochk error message on boot when an ExtX volume is present
CORE-10272
svn path=/trunk/; revision=69580
Pierre Schweitzer [Sat, 17 Oct 2015 23:01:19 +0000 (23:01 +0000)]
[SHELL32]
Enable formatting a Ext volume from GUI.
Patch by Peter Hater
svn path=/trunk/; revision=69579
Pierre Schweitzer [Sat, 17 Oct 2015 22:40:14 +0000 (22:40 +0000)]
[FILESYSTEMS]
This wasn't meant to be committed.
svn path=/trunk/; revision=69578
Pierre Schweitzer [Sat, 17 Oct 2015 22:39:13 +0000 (22:39 +0000)]
[FS_REC]
Implement ExtX support in FS_REC, this allows it to autoload ext2fs.sys
Starting with this revision, browsing ExtX volumes in ReactOS works without any other modifications.
Thanks to Peter Hater for his initial work and to Thomas for his reviews
svn path=/trunk/; revision=69577
Pierre Schweitzer [Sat, 17 Oct 2015 22:35:20 +0000 (22:35 +0000)]
[EXT2]
[EXT2_NEW]
Get rid of old ext2 driver and use new one
svn path=/trunk/; revision=69576
Pierre Schweitzer [Sat, 17 Oct 2015 22:32:13 +0000 (22:32 +0000)]
[PSDK]
Mark (old) Linux partitions (notably extX volumes) as recognized by ReactOS in IsRecognizedPartition()
This is only enabled when building ReactOS.Otherwise, it matches Windows definition.
svn path=/trunk/; revision=69575
Pierre Schweitzer [Sat, 17 Oct 2015 22:29:09 +0000 (22:29 +0000)]
[EXT2_NEW]
Fix Linux build
svn path=/trunk/; revision=69574
Thomas Faber [Sat, 17 Oct 2015 19:31:46 +0000 (19:31 +0000)]
[VIDEOPRT]
- Don't try to incorrectly and unnecessarily parse multiple resource descriptors
CORE-10146
svn path=/trunk/; revision=69573
Amine Khaldi [Sat, 17 Oct 2015 19:01:40 +0000 (19:01 +0000)]
[NOTEPAD] Set Lucida Console as the default font. By Ismael Ferreras Morezuelas. CORE-10316
svn path=/trunk/; revision=69572
Thomas Faber [Sat, 17 Oct 2015 18:37:49 +0000 (18:37 +0000)]
[NTOS:OB]
- Create kernel handles if requested by the caller in ObDuplicateObject
CORE-10207
svn path=/trunk/; revision=69571
Thomas Faber [Sat, 17 Oct 2015 17:41:43 +0000 (17:41 +0000)]
[KMTESTS:OB]
- Add a test showing that I was wrong and ZwDuplicateObject can get you a kernel handle after all
CORE-10207
svn path=/trunk/; revision=69570
Thomas Faber [Sat, 17 Oct 2015 16:24:14 +0000 (16:24 +0000)]
[NDIS]
- ZwDuplicateObject always returns user handles, so don't use it when we want a kernel handle.
CORE-10207
svn path=/trunk/; revision=69569
Thomas Faber [Sat, 17 Oct 2015 16:11:12 +0000 (16:11 +0000)]
[KMTESTS:OB]
- Move handle tests from ObReference to ObHandle where they belong
svn path=/trunk/; revision=69568