- 19.04.2025 3 коммита
-
-
Hermès Bélusca-Maïto создал
This helper was introduced in commit b041530f (r8551), and its last remaining usage removed in commit f038f4a8 (r23636).
-
-
Eric Kohl создал
-
- 18.04.2025 23 коммита
-
-
Eric Kohl создал
-
-
-
-
Whindmar Saksit создал
Implements a couple of extra commands in IShellBrowser and adds support for the AppKeys fallback registry key (used when the foreground application does not handle the command).
-
Timo Kreuzer создал
-
Timo Kreuzer создал
-
Timo Kreuzer создал
-
Timo Kreuzer создал
-
Timo Kreuzer создал
-
-
Timo Kreuzer создал
-
Timo Kreuzer создал
-
Timo Kreuzer создал
They were introduced when MEMROY_AREAs and VAD still lived in different tables to synchronize between them. Since some time MEMORY_AREAs are special VADs and live in the same table as ARM³ VADs, but with flags to distinguish them. Since then the only reason that the fake MEMORY_AREAs still existed was to determine whether a VAD that is a MEMORY_AREA is still handled by ARM³ (which is the case for some kernel VADs, like for paged pool). This is no longer required as it is now determined by a 2nd flag in the VAD itself. Additionally, we tried to insert the fake MEMORY_AREAs into the VAD table, which would fail, because it was already occupied by the ARM³ VAD, but the failure was ignored.
-
-
Timo Kreuzer создал
- Implement MiLocateVad and make MiLocateAddress call it - Use MiLocateVad in MmAccessFault to get the VAD - Check VadFlags for whether this is an ARM³ VAD/MEMORY_AREA
-
Timo Kreuzer создал
-
Timo Kreuzer создал
This is to distinguish them from ARM³ memory areas, which we use for some kernel regions, like paged pool.
-
Timo Kreuzer создал
-
Timo Kreuzer создал
Use this instead of MmLocateMemoryAreaByRegion to determine whether we can inert a section at the requested base address. This will be required to get rid of fake memory areas allocated for each ARM³ VAD.
-
Timo Kreuzer создал
In MmCleanProcessAddressSpace we already delete VADs that are RosMm memory areas by calling MiRosCleanupMemoryArea, so we never reach the later check. This code path is from a time when VADs and memory areas lived in different tables, which is no longer the case.
-
-
Timo Kreuzer создал
-
- 17.04.2025 7 коммитов
-
-
Katayama Hirofumi MZ создал
Related to #7870. IMM32 uses NDK. So, we have to remove Wine dependency. JIRA issue: CORE-5743 - Add dll/win32/imm32/debug.h. - Remove Wine dependency. - Update the documentation (media/doc/WINESYNC.txt).
-
Adam Słaboń создал
- Fix the crash due to copying the memory to wrong destination buffer. - Fix the check for trailing backlash on path string.
-
Adam Słaboń создал
- `MountMgrVolumeMountPointChanged()`: Set status code in all failure paths and correct the check for remote or removable media. - `DeleteRemoteDatabaseEntry()`: Do not allow the database with size of zero. - `QueryVolumeName()`: Use reparse point file reference when no file name is supplied.
-
Adam Słaboń создал
Add definitions for SystemSystemPartitionInformation and SystemSystemDiskInformation classes.
-
Petru Răzvan создал
This implements the tickbox along with the associated code required for it to work. CORE-11371
-
Curtis Wilson создал
- Added bounds check for -w and -h options to prevent the program from crashing. - Added argument checks for -w and -h to make sure values were of the correct type and within range. - Added check to see if a host was specified. - Added new resource strings for reporting errors related to the checks above. - Added the slash character as an additional option to specify command options.
-
Doug Lyons создал
Change IDC_TOOLBARPLACES y-value from 192 to 200 to allow Browse Dialog for "My Network Places" to show lower border. CORE-19732
-
- 16.04.2025 1 коммит
-
-
Serge Gautherie создал
Addendum to commit 271b9859 CORE-20107 [NTOS:KD] Comment defines related to KdMax. They are not used, but keep them for documentation purposes. Addendum to e160c0fb (r14799) and 6d53c91b (r27419).
-
- 15.04.2025 1 коммит
-
-
Katayama Hirofumi MZ создал
JIRA issue: CORE-7017 - Add m_bProcessingReCalcSize to PAGER_INFO structure. - Fix EM_FMTLINES and PGM_RECALCSIZE handling, by usiing m_bProcessingReCalcSize.
-
- 13.04.2025 1 коммит
-
-
Eric Kohl создал
-
- 12.04.2025 3 коммита
-
-
Hermès Bélusca-Maïto создал
It was introduced in commit 1f9c4940 (r38270), but this flag isn't used anymore in our source tree, and nowadays, we actively compile both UP and MP support.
-
Timo Kreuzer создал
Properly fix thiscall functions by enabling thiscall wrappers on MSVC builds. See CORE-20079, CORE-20006
-
-
- 11.04.2025 1 коммит
-
-
Timo Kreuzer создал
-