[ros-diffs] [tkreuzer] 76011: [GDI32] Remove obsolete function GdiIsHandleValid, which is just a copy of GdiValidateHandle

2017-10-01 Thread tkreuzer
Author: tkreuzer Date: Sun Oct 1 07:53:54 2017 New Revision: 76011 URL: http://svn.reactos.org/svn/reactos?rev=76011&view=rev Log: [GDI32] Remove obsolete function GdiIsHandleValid, which is just a copy of GdiValidateHandle Modified: trunk/reactos/win32ss/gdi/gdi32/include/gdi32p.h trun

[ros-diffs] [pschweitzer] 76012: [KERNEL32] Implement GetVolumePathNamesForVolumeNameW()

2017-10-01 Thread pschweitzer
Author: pschweitzer Date: Sun Oct 1 08:23:06 2017 New Revision: 76012 URL: http://svn.reactos.org/svn/reactos?rev=76012&view=rev Log: [KERNEL32] Implement GetVolumePathNamesForVolumeNameW() Modified: trunk/reactos/dll/win32/kernel32/client/file/volume.c Modified: trunk/reactos/dll/win32/ker

[ros-diffs] [tkreuzer] 76013: [INTRIN] Add missing _cdecl attributes

2017-10-01 Thread tkreuzer
Author: tkreuzer Date: Sun Oct 1 10:14:03 2017 New Revision: 76013 URL: http://svn.reactos.org/svn/reactos?rev=76013&view=rev Log: [INTRIN] Add missing _cdecl attributes Modified: trunk/reactos/sdk/include/crt/intrin.h trunk/reactos/sdk/include/crt/mingw32/intrin_x86.h Modified: trunk/r

[ros-diffs] [tkreuzer] 76014: [VGA_NEW] Add CMakeLists.txt and fix build

2017-10-01 Thread tkreuzer
Author: tkreuzer Date: Sun Oct 1 10:17:30 2017 New Revision: 76014 URL: http://svn.reactos.org/svn/reactos?rev=76014&view=rev Log: [VGA_NEW] Add CMakeLists.txt and fix build Added: trunk/reactos/win32ss/drivers/displays/vga_new/CMakeLists.txt (with props) Modified: trunk/reactos/win32s

[ros-diffs] [tkreuzer] 76015: [VGA_NEW] Remove duplicated enable.c from CMakeLists.txt

2017-10-01 Thread tkreuzer
Author: tkreuzer Date: Sun Oct 1 10:25:05 2017 New Revision: 76015 URL: http://svn.reactos.org/svn/reactos?rev=76015&view=rev Log: [VGA_NEW] Remove duplicated enable.c from CMakeLists.txt Modified: trunk/reactos/win32ss/drivers/displays/vga_new/CMakeLists.txt Modified: trunk/reactos/win32ss

[ros-diffs] [tkreuzer] 76016: [MPU401] Move registry entries for mpu401.sys from hivesys.inf to it's own registry inf file. This file is not used, since we don't even build the mpu401 driver.

2017-10-01 Thread tkreuzer
Author: tkreuzer Date: Sun Oct 1 10:56:32 2017 New Revision: 76016 URL: http://svn.reactos.org/svn/reactos?rev=76016&view=rev Log: [MPU401] Move registry entries for mpu401.sys from hivesys.inf to it's own registry inf file. This file is not used, since we don't even build the mpu401 driver. Ad

[ros-diffs] [tkreuzer] 76017: [FREELDR] Simplify DebugDumpBuffer

2017-10-01 Thread tkreuzer
Author: tkreuzer Date: Sun Oct 1 11:08:26 2017 New Revision: 76017 URL: http://svn.reactos.org/svn/reactos?rev=76017&view=rev Log: [FREELDR] Simplify DebugDumpBuffer Modified: trunk/reactos/boot/freeldr/freeldr/lib/debug.c Modified: trunk/reactos/boot/freeldr/freeldr/lib/debug.c URL: http:

[ros-diffs] [pschweitzer] 76018: [NDK] Define REPARSE_DATA_BUFFER so that we can stop redefining it everywhere...

2017-10-01 Thread pschweitzer
Author: pschweitzer Date: Sun Oct 1 12:56:00 2017 New Revision: 76018 URL: http://svn.reactos.org/svn/reactos?rev=76018&view=rev Log: [NDK] Define REPARSE_DATA_BUFFER so that we can stop redefining it everywhere... Modified: trunk/reactos/dll/shellext/shellbtrfs/shellext.h trunk/reactos/

[ros-diffs] [tkreuzer] 76019: [RTL/x64] Support frames to skip in flags to RtlWalkFrameChain

2017-10-01 Thread tkreuzer
Author: tkreuzer Date: Sun Oct 1 14:34:26 2017 New Revision: 76019 URL: http://svn.reactos.org/svn/reactos?rev=76019&view=rev Log: [RTL/x64] Support frames to skip in flags to RtlWalkFrameChain Modified: trunk/reactos/sdk/lib/rtl/amd64/unwind.c Modified: trunk/reactos/sdk/lib/rtl/amd64/unwi

[ros-diffs] [tkreuzer] 76020: [RTL/x64] Fix logic in RtlpTryToUnwindEpilog

2017-10-01 Thread tkreuzer
Author: tkreuzer Date: Sun Oct 1 14:36:21 2017 New Revision: 76020 URL: http://svn.reactos.org/svn/reactos?rev=76020&view=rev Log: [RTL/x64] Fix logic in RtlpTryToUnwindEpilog Modified: trunk/reactos/sdk/lib/rtl/amd64/unwind.c Modified: trunk/reactos/sdk/lib/rtl/amd64/unwind.c URL: http://

[ros-diffs] [tkreuzer] 76021: [REACTOS] Replace comparison against TRUE with comparison against FALSE Based on patch by Love Nystrom

2017-10-01 Thread tkreuzer
Author: tkreuzer Date: Sun Oct 1 14:42:04 2017 New Revision: 76021 URL: http://svn.reactos.org/svn/reactos?rev=76021&view=rev Log: [REACTOS] Replace comparison against TRUE with comparison against FALSE Based on patch by Love Nystrom Modified: trunk/reactos/base/applications/calc/utl.c t

[ros-diffs] [hbelusca] 76022: [CONUTILS]: Add some string resources functions that can support a specified hModule parameter, and add small construction helpers for CON_SCREEN and CON_PAGER.

2017-10-01 Thread hbelusca
Author: hbelusca Date: Sun Oct 1 16:03:44 2017 New Revision: 76022 URL: http://svn.reactos.org/svn/reactos?rev=76022&view=rev Log: [CONUTILS]: Add some string resources functions that can support a specified hModule parameter, and add small construction helpers for CON_SCREEN and CON_PAGER. Mo

[ros-diffs] [hbelusca] 76023: [CMD]: Use the CONUTILS library (Part 1/x) for an uniform and consistent experience across command-line tools. - Make most of CMD use the conutils library. This means tha

2017-10-01 Thread hbelusca
Author: hbelusca Date: Sun Oct 1 16:30:39 2017 New Revision: 76023 URL: http://svn.reactos.org/svn/reactos?rev=76023&view=rev Log: [CMD]: Use the CONUTILS library (Part 1/x) for an uniform and consistent experience across command-line tools. - Make most of CMD use the conutils library. This mean

[ros-diffs] [hbelusca] 76024: [CMD]: Fix inclusion order.

2017-10-01 Thread hbelusca
Author: hbelusca Date: Sun Oct 1 16:33:33 2017 New Revision: 76024 URL: http://svn.reactos.org/svn/reactos?rev=76024&view=rev Log: [CMD]: Fix inclusion order. Modified: trunk/reactos/base/shell/cmd/precomp.h Modified: trunk/reactos/base/shell/cmd/precomp.h URL: http://svn.reactos.org/svn/r

[ros-diffs] [pschweitzer] 76025: [KERNEL32] - Implement the internal functions: GetVolumeNameForRoot(), BasepGetVolumeNameFromReparsePoint(), BasepGetVolumeNameForVolumeMountPoint() that allow queryin

2017-10-01 Thread pschweitzer
Author: pschweitzer Date: Sun Oct 1 16:36:37 2017 New Revision: 76025 URL: http://svn.reactos.org/svn/reactos?rev=76025&view=rev Log: [KERNEL32] - Implement the internal functions: GetVolumeNameForRoot(), BasepGetVolumeNameFromReparsePoint(), BasepGetVolumeNameForVolumeMountPoint() that allow q

[ros-diffs] [tkreuzer] 76026: [WIN32U] Rename win32kdll to win32u, which is the "official" name on Windows 10

2017-10-01 Thread tkreuzer
Author: tkreuzer Date: Sun Oct 1 17:41:11 2017 New Revision: 76026 URL: http://svn.reactos.org/svn/reactos?rev=76026&view=rev Log: [WIN32U] Rename win32kdll to win32u, which is the "official" name on Windows 10 Added: trunk/rostests/apitests/win32u/ - copied from r76025, trunk/rostests

[ros-diffs] [pschweitzer] 76027: [KERNEL32] Avoid an use-after-free in GetVolumeNameForRoot()

2017-10-01 Thread pschweitzer
Author: pschweitzer Date: Sun Oct 1 21:29:53 2017 New Revision: 76027 URL: http://svn.reactos.org/svn/reactos?rev=76027&view=rev Log: [KERNEL32] Avoid an use-after-free in GetVolumeNameForRoot() Modified: trunk/reactos/dll/win32/kernel32/client/file/mntpoint.c Modified: trunk/reactos/dll/wi