Timo Kreuzer
2dade10d54
[NTOS] Fix 64 bit warnings
2018-01-14 13:54:14 +01:00
Joachim Henze
9078c335f7
[DESK] Fix text truncation for ru-RU CORE-13845
2018-01-14 13:52:34 +01:00
Mark Jansen
1d4d88b062
[PSDK][ACTXPROXY] Add IExplorerCommand and related classes (Vista+)
2018-01-13 23:49:58 +01:00
Pierre Schweitzer
371aba1abe
[NTOSKRNL] When mapping data in CcMapData(), don't truncate offset to ULONG.
...
This would affect reads/writes on large volumes where offset is higher than what a ULONG can hold.
This really nasty bug was hitting CcMapData() but also CcPinRead() (due to the nature of its implementation)
and both were returning garbage data under certain circumstances with Ext2Fsd.
This should (I hope!) help some other FSDs to work better in ROS.
CORE-12456
2018-01-13 21:30:37 +01:00
Mark Jansen
e5f9029826
[BROWSEUI] Do not clear a CComPtr with memset.
2018-01-13 20:57:04 +01:00
Giannis Adamopoulos
6d9a0d0fd4
[SHELL32] CDrivesFolder: Fix showing the drive capacity. CORE-14201
2018-01-13 21:27:57 +02:00
Giannis Adamopoulos
4b6d929be1
[EXPLORER] Winkey + E shortcut should open "My Computer" instead of "My documents" CORE-14199
2018-01-13 21:14:16 +02:00
Giannis Adamopoulos
5966a18e66
[COMCTL32] toolbar: Use the theme text color for the dropdown arrows. CORE-13855
2018-01-13 16:19:27 +02:00
Giannis Adamopoulos
5618b33c3b
[SHELL32] CMenuBand: Redraw the toolbars if this is the menu bar of a window and its active state changed. Use COLOR_GRAYTEXT for the text of the inactive menu bar items. CORE-14197
2018-01-13 14:57:24 +02:00
Amine Khaldi
f2f2dd0552
[USBOHCI_NEW] Bring-in the USB OHCI miniport driver created by Vadim Galyant. ( #244 )
...
[USBOHCI_NEW] Add the new usbport-based OHCI driver.
2018-01-12 21:09:58 +01:00
Serge Gautherie
2a8864967f
[DRWTSN32] Update output string copypasta from #268 168223aeb8
.
2018-01-11 10:37:23 +01:00
Giannis Adamopoulos
f463ebe9e7
[COMCTL32] -toolbar: Improve drawing diabled text with themes. CORE-13855
2018-01-10 23:30:26 +02:00
Vadim Galyant
a0296dd3de
[USBPORT] In USBHI_GetExtendedHubInformation, pass the correct port index to RH_GetPortStatus.
2018-01-10 18:59:25 +01:00
Vadim Galyant
c0f157e589
[USBHUB] Move DPRINT after check Status.
2018-01-10 18:59:23 +01:00
Vadim Galyant
86af8d49fb
[USBHUB] Correcting L"USB\\Vid_0000&Pid_0000" for case BusQueryDeviceID in USBH_PdoQueryId() if INIT_PORT_FAILED.
2018-01-10 18:59:21 +01:00
Giannis Adamopoulos
789881672a
[COMCTL32] status: Use DrawThemeText when drawing text with themes. CORE-13855
2018-01-10 15:52:42 +02:00
Giannis Adamopoulos
92732f1bcf
[COMCTL32] rebar: Use DrawThemeText when drawing text with themes. CORE-13855
2018-01-10 13:44:32 +02:00
Thomas Faber
bf5e33201e
[MSAFD] Avoid magic numbers in NtCreateEvent calls.
2018-01-10 11:26:21 +01:00
Thomas Faber
f54fb980ba
[TCPIP] Fix buffer sizes in ReadIpConfiguration.
2018-01-10 11:25:05 +01:00
Thomas Faber
d87786bf6c
[TCPIP] Check for allocation failures in ReadIpConfiguration. CID 1411924
2018-01-10 11:25:03 +01:00
Colin Finck
63a3a2cbb8
[KERNEL32] Accept all images for NT 3.1 and higher instead of bailing out at image versions > 5.01 ( #273 )
...
Print a debug message whenever an application newer than ReactOS' internal NT version is started.
This gets a simple "Hello World" compiled by VS' 2017 regular "v141" toolchain to run under ReactOS.
Please retry NT6+ applications!
2018-01-10 09:24:22 +01:00
Mark Jansen
06c1e134e1
[SHIMENG] Mark modified dll's as visited, and apply shims to newly loaded dlls
2018-01-09 22:43:36 +01:00
Mark Jansen
0123f4745b
[APPHELP] Try Dos and Nt path formats in SdbGetFileAttributes.
2018-01-09 22:43:36 +01:00
Andreas Maier
387067ad29
[SETUPAPI]: Fix a FIXME in SetupDiSetDeviceRegistryPropertyA.
...
Rename SetupDiSetDeviceRegistryPropertyW to IntSetupDiSetDeviceRegistryPropertyAW and use it for both (A/W).
The FIXME in the A-Version was already implemented in the W-Version.
CORE-14173.
2018-01-09 18:51:12 +01:00
Mark Jansen
7b398514f1
[NTOS] Limit the spam from NtNotifyChangeMultipleKeys.
...
CORE-13125
2018-01-08 22:24:54 +01:00
Mark Jansen
81eb3bbceb
[SDK] Add UNIMPLEMENTED_ONCE macro, to be used for functions that spam.
2018-01-08 22:24:54 +01:00
Colin Finck
f319cf950c
[RAPPS] Remove the RAPPS database from the main source tree. It will now be maintained in the new repository https://github.com/reactos/rapps-db
...
As a bonus, the public database at https://svn.reactos.org/packages/rappmgr.cab is now automatically updated with every commit to that repository.
Thanks to Alexander Shaposhnikov for the idea and help!
2018-01-08 18:04:50 +01:00
Katayama Hirofumi MZ
ca8c5a2164
[USETUP] Improve muifonts.h and add a SimHei font substitution entry ( #272 )
2018-01-08 16:24:31 +01:00
Thomas Faber
58f2c14c23
[ADVAPI32] Fix non-PCH build.
2018-01-08 09:51:15 +01:00
Mark Jansen
d0f3fa51fb
[ADVAPI32] Stub OpenTrace and ProcessTrace so newer versions of ProcessExplorer start again.
...
CORE-10312
2018-01-07 22:29:17 +01:00
Mark Jansen
e3459ec36e
[PSDK] Fix definition of INVALID_PROCESSTRACE_HANDLE as suggested by Thomas.
...
#267
2018-01-07 22:29:17 +01:00
Erdem Ersoy
ba3f074320
[TRANSLATIONS] Update the email address and add a note in the Turkish translation document ( #271 )
2018-01-07 22:09:42 +01:00
jimtabor
7c75bc627b
[RichEd20] Fix structure by adding missing byte, see CORE-8452.
...
Update version, tell wine.
This fixes "Assertion failed: style->cbSize == sizeof(CHARFORMAT2W)".
2018-01-07 14:47:42 -06:00
Serge Gautherie
d6fab4158e
[FASTFAT] Improve code style in addition to 8294118174
.
2018-01-07 19:29:23 +01:00
Joachim Henze
79d392c53c
[WIN32K] revert PR173 to fix regressions in Chrome/Chromium CORE-14170
...
This reverts ea4daf8b68
committed 2017-12-09 to master, the commit was named
"[WIN32K] Fix NtGdiGetTextFaceW to report face name correctly (#173 )",
reverting got ack of khmz,
reopening less severe CORE-14071 accordingly
2018-01-07 17:58:47 +01:00
Pierre Schweitzer
f0a1a5c773
[FASTFAT] Notify on file size change in FileAllocationInformation/FileEndOfFileInformation
2018-01-07 15:29:33 +01:00
Pierre Schweitzer
8294118174
[FASTFAT] Add a wrapper around FsRtlNotifyFullReportChange
2018-01-07 14:16:31 +01:00
Timo Kreuzer
168223aeb8
[DRWTSN32] Fix amd64 build
2018-01-07 13:42:39 +01:00
Pierre Schweitzer
2a36b632ef
[FASTFAT] When a file gets overwritten, notify about the changes
2018-01-07 11:44:25 +01:00
Pierre Schweitzer
ffeb3f070b
[FASTFAT] When overwriting a file, also update its write time
2018-01-07 11:34:41 +01:00
Pierre Schweitzer
0eacb0b1ef
[FASTFAT] When dealing with attributes on IRP_MJ_CREATE, filter user input to ensure we have only attributes we can handle.
...
This applies to files newly created, or for files overwritten where attributes are reset/modified.
2018-01-06 22:02:10 +01:00
Pierre Schweitzer
7bea4ec07e
[NTFS] Apply fix from 52f0726
: allow partial info copy on dir enumeration on first entry return.
...
This is assorted with misc fixes to make this code closer to what we currently have in FastFAT.
This also allows fixing a memory leak in case of single entry return.
CORE-13367
2018-01-06 21:39:25 +01:00
Timo Kreuzer
1014d50a4b
[NTOS:MM] Pass FaultCode to MiDispatchFault
2018-01-06 18:20:24 +01:00
Timo Kreuzer
3f426aabde
[NTOS:MM] Mark local functions with static
2018-01-06 18:20:24 +01:00
Timo Kreuzer
a00378a1a1
[NTOS:MM] Add support for NX page-faults
2018-01-06 18:20:24 +01:00
Timo Kreuzer
4d043aa05e
[NTOS:MM] Make use of FaultCode and MI_IS_NOT_PRESENT_FAULT and MI_IS_WRITE_ACCESS macros in MmArmAccessFault.
2018-01-06 18:20:24 +01:00
Timo Kreuzer
d5c71429d7
[NTOS:MM] Pass The FaultCode to MmArmAcceessFault as well and translate it there to what was declared as "StoreInstruction"
...
No functional changes.
2018-01-06 18:20:24 +01:00
Timo Kreuzer
3021c2d571
[NTOS:MM] Pass page fault code to MmAccessFault
...
Note: before we had a BOOLEAN parameter called StoreInstruction, but in reality it was not specifying whether the fault was from a store store instruction, but whether it was an access violation rather than a page-not-present fault. On x86 without PAE there are only 2 kinds of access violations: (1) Access of a kernel mode page from user mode, which is handled early and (2) access of a read-only (or COW) page with a writing instruction. Therefore we could get away with this, even though it relied on the wrong assumption that a fault, which was not a page-not-present-fault, was automatically a write access. This commit only changes one thing: we pass the full fault-code to MmAccessFault and handle the rest from there in exactly the same way as before. More changes are coming to make things clear.
2018-01-06 18:20:24 +01:00
Luo Yufan
fe50c655aa
[TRANSLATION] Update Simplified Chinese translations and font settings. ( #266 )
2018-01-06 18:05:07 +01:00
Timo Kreuzer
690cc9f30b
[NDK] Fix some ob types (64 bit)
2018-01-06 17:13:22 +01:00