[ros-diffs] [jimtabor] 74543: [NtGDI] - Implement internal functions for setting and retrieving DC origin. Related to CORE-13110. - Code fix ups.

2017-05-13 Thread jimtabor
Author: jimtabor Date: Sun May 14 01:00:27 2017 New Revision: 74543 URL: http://svn.reactos.org/svn/reactos?rev=74543=rev Log: [NtGDI] - Implement internal functions for setting and retrieving DC origin. Related to CORE-13110. - Code fix ups. Modified:

[ros-diffs] [ion] 74542: [BOOTLIB]: Implement MmMdTruncateDescriptors [BOOTLIB]: Implement MmPaTruncateMemory and call it during paging initialization to remove > 4GB memory.c [BOOTLIB]: Implement Blp

2017-05-13 Thread ion
Author: ion Date: Sun May 14 00:39:30 2017 New Revision: 74542 URL: http://svn.reactos.org/svn/reactos?rev=74542=rev Log: [BOOTLIB]: Implement MmMdTruncateDescriptors [BOOTLIB]: Implement MmPaTruncateMemory and call it during paging initialization to remove > 4GB memory.c [BOOTLIB]: Implement

[ros-diffs] [ion] 74541: [BOOTLIB]: Complete implementation of MmMdRemoveRegionFromMdlEx

2017-05-13 Thread ion
Author: ion Date: Sun May 14 00:11:48 2017 New Revision: 74541 URL: http://svn.reactos.org/svn/reactos?rev=74541=rev Log: [BOOTLIB]: Complete implementation of MmMdRemoveRegionFromMdlEx Modified: trunk/reactos/boot/environ/lib/mm/descriptor.c Modified:

[ros-diffs] [tfaber] 74540: [MKHIVE] - Fail when something goes wrong instead of pretending everything's peachy. CORE-13241 #resolve

2017-05-13 Thread tfaber
Author: tfaber Date: Sat May 13 22:47:59 2017 New Revision: 74540 URL: http://svn.reactos.org/svn/reactos?rev=74540=rev Log: [MKHIVE] - Fail when something goes wrong instead of pretending everything's peachy. CORE-13241 #resolve Modified: trunk/reactos/sdk/tools/mkhive/mkhive.c

[ros-diffs] [tkreuzer] 74539: [NTOSKRNL] Improve S-List-Fault detection in KiTrap0EHandler to handle usermode faults as well.

2017-05-13 Thread tkreuzer
Author: tkreuzer Date: Sat May 13 20:07:39 2017 New Revision: 74539 URL: http://svn.reactos.org/svn/reactos?rev=74539=rev Log: [NTOSKRNL] Improve S-List-Fault detection in KiTrap0EHandler to handle usermode faults as well. Modified: trunk/reactos/ntoskrnl/ke/i386/traphdlr.c Modified:

[ros-diffs] [hbelusca] 74538: Addendum to r74528 (and close the opened file handle only on success).

2017-05-13 Thread hbelusca
Author: hbelusca Date: Sat May 13 20:04:11 2017 New Revision: 74538 URL: http://svn.reactos.org/svn/reactos?rev=74538=rev Log: Addendum to r74528 (and close the opened file handle only on success). Modified: branches/setup_improvements/base/setup/usetup/filesup.c Modified:

[ros-diffs] [tfaber] 74537: [CMAKE] - Only call mkhive once, as it always generates all 6 binary hives (and if you don't give it all inf files, some of the hives will end up empty). - Remove no longer

2017-05-13 Thread tfaber
Author: tfaber Date: Sat May 13 19:54:51 2017 New Revision: 74537 URL: http://svn.reactos.org/svn/reactos?rev=74537=rev Log: [CMAKE] - Only call mkhive once, as it always generates all 6 binary hives (and if you don't give it all inf files, some of the hives will end up empty). - Remove no

[ros-diffs] [ion] 74536: [BOOTLIB]: Separate free and zero memory, and code vs data runtime data, as newer bootlibs do. [BOOTLIB]: Fix bugs in MmMdpHasPrecedence and cleanup. [BOOTLIB]: Fix bug in MmM

2017-05-13 Thread ion
Author: ion Date: Sat May 13 19:32:26 2017 New Revision: 74536 URL: http://svn.reactos.org/svn/reactos?rev=74536=rev Log: [BOOTLIB]: Separate free and zero memory, and code vs data runtime data, as newer bootlibs do. [BOOTLIB]: Fix bugs in MmMdpHasPrecedence and cleanup. [BOOTLIB]: Fix bug in

[ros-diffs] [mjansen] 74535: [APPHELP][SHIMLIB] Forward some events to loaded shims. CORE-11329

2017-05-13 Thread mjansen
Author: mjansen Date: Sat May 13 18:49:27 2017 New Revision: 74535 URL: http://svn.reactos.org/svn/reactos?rev=74535=rev Log: [APPHELP][SHIMLIB] Forward some events to loaded shims. CORE-11329 Added: trunk/reactos/dll/appcompat/apphelp/shimeng.c (with props) Removed:

[ros-diffs] [mjansen] 74534: [NDK][RTL] Make the Name argument in RtlQueryEnvironmentVariable_U const.

2017-05-13 Thread mjansen
Author: mjansen Date: Sat May 13 17:26:59 2017 New Revision: 74534 URL: http://svn.reactos.org/svn/reactos?rev=74534=rev Log: [NDK][RTL] Make the Name argument in RtlQueryEnvironmentVariable_U const. Modified: trunk/reactos/sdk/include/ndk/rtlfuncs.h trunk/reactos/sdk/lib/rtl/env.c

[ros-diffs] [tfaber] 74533: [0.4.5] - Set version number to final release

2017-05-13 Thread tfaber
Author: tfaber Date: Sat May 13 16:42:08 2017 New Revision: 74533 URL: http://svn.reactos.org/svn/reactos?rev=74533=rev Log: [0.4.5] - Set version number to final release Modified: branches/ros-branch-0_4_5/reactos/sdk/include/reactos/version.cmake Modified:

[ros-diffs] [hbelusca] 74532: [USETUP]: Further improvements: - Comment more some of the fields in the PARTENTRY, DISKETNRY and PARTLIST structures; - Remove the redundant members "SystemDisk", "Origi

2017-05-13 Thread hbelusca
Author: hbelusca Date: Sat May 13 16:40:30 2017 New Revision: 74532 URL: http://svn.reactos.org/svn/reactos?rev=74532=rev Log: [USETUP]: Further improvements: - Comment more some of the fields in the PARTENTRY, DISKETNRY and PARTLIST structures; - Remove the redundant members "SystemDisk",

[ros-diffs] [hbelusca] 74531: [USETUP]: Code improvements: - Use explicit ansi string safe functions (where they are used ansi, but not explicitely); - Add (old-school) function parameters annotations

2017-05-13 Thread hbelusca
Author: hbelusca Date: Sat May 13 16:32:53 2017 New Revision: 74531 URL: http://svn.reactos.org/svn/reactos?rev=74531=rev Log: [USETUP]: Code improvements: - Use explicit ansi string safe functions (where they are used ansi, but not explicitely); - Add (old-school) function parameters

[ros-diffs] [hbelusca] 74530: [USETUP]: Code formatting only.

2017-05-13 Thread hbelusca
Author: hbelusca Date: Sat May 13 16:23:08 2017 New Revision: 74530 URL: http://svn.reactos.org/svn/reactos?rev=74530=rev Log: [USETUP]: Code formatting only. Modified: branches/setup_improvements/base/setup/usetup/interface/usetup.c Modified:

[ros-diffs] [hbelusca] 74529: [USETUP]: On-going improvements for filesystem utility functions: - Introduce code that detects the filesystem of a (mounted?) partition, using NtQueryVolumeInformationFi

2017-05-13 Thread hbelusca
Author: hbelusca Date: Sat May 13 16:20:10 2017 New Revision: 74529 URL: http://svn.reactos.org/svn/reactos?rev=74529=rev Log: [USETUP]: On-going improvements for filesystem utility functions: - Introduce code that detects the filesystem of a (mounted?) partition, using

[ros-diffs] [hbelusca] 74528: Code simplifications.

2017-05-13 Thread hbelusca
Author: hbelusca Date: Sat May 13 16:13:49 2017 New Revision: 74528 URL: http://svn.reactos.org/svn/reactos?rev=74528=rev Log: Code simplifications. Modified: branches/setup_improvements/base/setup/usetup/filesup.c Modified: branches/setup_improvements/base/setup/usetup/filesup.c URL:

[ros-diffs] [hbelusca] 74527: [USETUP]: Add code that attempts to detect NT 5.x operating systems (MS Windows <= 2k3, ReactOS) installations. Heavily work in progress. The ultimate aim with this, is t

2017-05-13 Thread hbelusca
Author: hbelusca Date: Sat May 13 16:13:19 2017 New Revision: 74527 URL: http://svn.reactos.org/svn/reactos?rev=74527=rev Log: [USETUP]: Add code that attempts to detect NT 5.x operating systems (MS Windows <= 2k3, ReactOS) installations. Heavily work in progress. The ultimate aim with this, is

[ros-diffs] [hbelusca] 74526: Create a branch for ROS setup improvements.

2017-05-13 Thread hbelusca
Author: hbelusca Date: Sat May 13 16:07:53 2017 New Revision: 74526 URL: http://svn.reactos.org/svn/reactos?rev=74526=rev Log: Create a branch for ROS setup improvements. Added: branches/setup_improvements/ (props changed) - copied from r74525, trunk/reactos/ Propchange:

[ros-diffs] [tthompson] 74525: [NTFS] - Fix a bug with last commit, as spotted by Pierre.

2017-05-13 Thread tthompson
Author: tthompson Date: Sat May 13 09:17:06 2017 New Revision: 74525 URL: http://svn.reactos.org/svn/reactos?rev=74525=rev Log: [NTFS] - Fix a bug with last commit, as spotted by Pierre. Modified: branches/GSoC_2016/NTFS/drivers/filesystems/ntfs/mft.c Modified:

[ros-diffs] [tthompson] 74524: [NTFS] - Expand support for resizing resident attributes and fix NtfsAllocateClusters(). -Modify SetAttributeDataLength() to allow a resident attribute to migrate to non

2017-05-13 Thread tthompson
Author: tthompson Date: Sat May 13 08:56:54 2017 New Revision: 74524 URL: http://svn.reactos.org/svn/reactos?rev=74524=rev Log: [NTFS] - Expand support for resizing resident attributes and fix NtfsAllocateClusters(). -Modify SetAttributeDataLength() to allow a resident attribute to migrate to