[ros-diffs] [tkreuzer] 64531: [NTOSKRNL] Apply indentation of 4 spaces, no code change.

2014-10-05 Thread tkreuzer
Author: tkreuzer Date: Sun Oct 5 06:33:34 2014 New Revision: 64531 URL: http://svn.reactos.org/svn/reactos?rev=64531view=rev Log: [NTOSKRNL] Apply indentation of 4 spaces, no code change. Modified: trunk/reactos/ntoskrnl/mm/balance.c trunk/reactos/ntoskrnl/mm/freelist.c

[ros-diffs] [tkreuzer] 64532: [NTOSKRNL] Remove obsolete FreePage parameter from MmDeleteVirtualMapping

2014-10-05 Thread tkreuzer
Author: tkreuzer Date: Sun Oct 5 07:16:01 2014 New Revision: 64532 URL: http://svn.reactos.org/svn/reactos?rev=64532view=rev Log: [NTOSKRNL] Remove obsolete FreePage parameter from MmDeleteVirtualMapping Modified: trunk/reactos/ntoskrnl/cache/section/data.c

[ros-diffs] [tkreuzer] 64533: [NTOSKRNL] Kill MiZeroFillSection

2014-10-05 Thread tkreuzer
Author: tkreuzer Date: Sun Oct 5 08:49:15 2014 New Revision: 64533 URL: http://svn.reactos.org/svn/reactos?rev=64533view=rev Log: [NTOSKRNL] Kill MiZeroFillSection Modified: trunk/reactos/ntoskrnl/cache/copysup.c trunk/reactos/ntoskrnl/cache/section/data.c

[ros-diffs] [ekohl] 64534: [DEVMGMT] - Reimplement the 'list by device type' function. The old implementation did not list devices as 'unknown devices' if they had no device class GUID or an unknown c

2014-10-05 Thread ekohl
Author: ekohl Date: Sun Oct 5 08:53:51 2014 New Revision: 64534 URL: http://svn.reactos.org/svn/reactos?rev=64534view=rev Log: [DEVMGMT] - Reimplement the 'list by device type' function. The old implementation did not list devices as 'unknown devices' if they had no device class GUID or an

[ros-diffs] [ekohl] 64535: [SETUPAPI] Add overlay icons to the class image list.

2014-10-05 Thread ekohl
Author: ekohl Date: Sun Oct 5 08:55:55 2014 New Revision: 64535 URL: http://svn.reactos.org/svn/reactos?rev=64535view=rev Log: [SETUPAPI] Add overlay icons to the class image list. Modified: trunk/reactos/dll/win32/setupapi/devclass.c Modified: trunk/reactos/dll/win32/setupapi/devclass.c

[ros-diffs] [jgardou] 64537: [NTOS/MM] - Do not assert in case of stack overflow, just let the page fault handler raise STATUS_STACK_OVERFLOW

2014-10-05 Thread jgardou
Author: jgardou Date: Sun Oct 5 09:57:02 2014 New Revision: 64537 URL: http://svn.reactos.org/svn/reactos?rev=64537view=rev Log: [NTOS/MM] - Do not assert in case of stack overflow, just let the page fault handler raise STATUS_STACK_OVERFLOW Modified:

[ros-diffs] [jgardou] 64538: [LIBWINE] - Add support for the +tid debug channel, prefixing every traces with the current thread ID.

2014-10-05 Thread jgardou
Author: jgardou Date: Sun Oct 5 09:57:11 2014 New Revision: 64538 URL: http://svn.reactos.org/svn/reactos?rev=64538view=rev Log: [LIBWINE] - Add support for the +tid debug channel, prefixing every traces with the current thread ID. Modified: trunk/reactos/lib/3rdparty/libwine/debug.c

[ros-diffs] [jgardou] 64539: [MSI] - Revert unwanted change

2014-10-05 Thread jgardou
Author: jgardou Date: Sun Oct 5 10:02:34 2014 New Revision: 64539 URL: http://svn.reactos.org/svn/reactos?rev=64539view=rev Log: [MSI] - Revert unwanted change Modified: trunk/reactos/dll/win32/msi/CMakeLists.txt Modified: trunk/reactos/dll/win32/msi/CMakeLists.txt URL:

[ros-diffs] [cwittich] 64540: [uxtheme] fix a typo

2014-10-05 Thread cwittich
Author: cwittich Date: Sun Oct 5 11:02:11 2014 New Revision: 64540 URL: http://svn.reactos.org/svn/reactos?rev=64540view=rev Log: [uxtheme] fix a typo Modified: trunk/reactos/dll/win32/uxtheme/uxthemep.h Modified: trunk/reactos/dll/win32/uxtheme/uxthemep.h URL:

[ros-diffs] [ekohl] 64541: [DEVMGR] Use a new debug channel 'devmgr' instead of DPRINTFs.

2014-10-05 Thread ekohl
Author: ekohl Date: Sun Oct 5 12:25:05 2014 New Revision: 64541 URL: http://svn.reactos.org/svn/reactos?rev=64541view=rev Log: [DEVMGR] Use a new debug channel 'devmgr' instead of DPRINTFs. Modified: trunk/reactos/dll/win32/devmgr/advprop.c trunk/reactos/dll/win32/devmgr/devprblm.c

[ros-diffs] [ekohl] 64543: [DEVMGR] - Include precomp.h instead of windef.h. - Use UNIMPLEMENTED again.

2014-10-05 Thread ekohl
Author: ekohl Date: Sun Oct 5 12:40:22 2014 New Revision: 64543 URL: http://svn.reactos.org/svn/reactos?rev=64543view=rev Log: [DEVMGR] - Include precomp.h instead of windef.h. - Use UNIMPLEMENTED again. Modified: trunk/reactos/dll/win32/devmgr/stubs.c Modified:

[ros-diffs] [jgardou] 64544: [ADVAPI32] - Add a few debug prints.

2014-10-05 Thread jgardou
Author: jgardou Date: Sun Oct 5 14:19:53 2014 New Revision: 64544 URL: http://svn.reactos.org/svn/reactos?rev=64544view=rev Log: [ADVAPI32] - Add a few debug prints. Modified: trunk/reactos/dll/win32/advapi32/misc/logon.c trunk/reactos/dll/win32/advapi32/sec/misc.c

[ros-diffs] [jgardou] 64545: [NTOS/SE] - Do not fail when setting the same primary token for a process. - Fake equality of tokens when both of them are (not) restricted. CORE-8554 #resolve #comment JR

2014-10-05 Thread jgardou
Author: jgardou Date: Sun Oct 5 14:20:08 2014 New Revision: 64545 URL: http://svn.reactos.org/svn/reactos?rev=64545view=rev Log: [NTOS/SE] - Do not fail when setting the same primary token for a process. - Fake equality of tokens when both of them are (not) restricted. CORE-8554 #resolve

[ros-diffs] [khornicek] 64546: [CHARMAP] - remove dead code CID 1237028 [SETUPAPI] - fix swapped arguments CID 1237062

2014-10-05 Thread khornicek
Author: khornicek Date: Sun Oct 5 14:55:15 2014 New Revision: 64546 URL: http://svn.reactos.org/svn/reactos?rev=64546view=rev Log: [CHARMAP] - remove dead code CID 1237028 [SETUPAPI] - fix swapped arguments CID 1237062 Modified: trunk/reactos/base/applications/charmap/settings.c

[ros-diffs] [hpoussin] 64547: [MKHIVE] Remove key name in our custom registry tree; use cell index instead

2014-10-05 Thread hpoussin
Author: hpoussin Date: Sun Oct 5 19:45:37 2014 New Revision: 64547 URL: http://svn.reactos.org/svn/reactos?rev=64547view=rev Log: [MKHIVE] Remove key name in our custom registry tree; use cell index instead Modified: trunk/reactos/tools/mkhive/registry.c

[ros-diffs] [hpoussin] 64548: [MKHIVE] Remove dead code and unused structure fields Use MEMKEY/PMEMKEY names to represent registry key node in memory.

2014-10-05 Thread hpoussin
Author: hpoussin Date: Sun Oct 5 19:46:00 2014 New Revision: 64548 URL: http://svn.reactos.org/svn/reactos?rev=64548view=rev Log: [MKHIVE] Remove dead code and unused structure fields Use MEMKEY/PMEMKEY names to represent registry key node in memory. Modified:

[ros-diffs] [jgardou] 64549: [ADVAPI32] - Clean up a leftover debug print

2014-10-05 Thread jgardou
Author: jgardou Date: Sun Oct 5 20:17:43 2014 New Revision: 64549 URL: http://svn.reactos.org/svn/reactos?rev=64549view=rev Log: [ADVAPI32] - Clean up a leftover debug print Modified: trunk/reactos/dll/win32/advapi32/misc/logon.c Modified: trunk/reactos/dll/win32/advapi32/misc/logon.c

[ros-diffs] [jgardou] 64550: [ADVAPI32] - Kill also the debug print in the W version.

2014-10-05 Thread jgardou
Author: jgardou Date: Sun Oct 5 20:19:49 2014 New Revision: 64550 URL: http://svn.reactos.org/svn/reactos?rev=64550view=rev Log: [ADVAPI32] - Kill also the debug print in the W version. Modified: trunk/reactos/dll/win32/advapi32/misc/logon.c Modified:

[ros-diffs] [jgardou] 64551: [NTOS/MM] - Silence some DPRINTs

2014-10-05 Thread jgardou
Author: jgardou Date: Sun Oct 5 20:37:30 2014 New Revision: 64551 URL: http://svn.reactos.org/svn/reactos?rev=64551view=rev Log: [NTOS/MM] - Silence some DPRINTs Modified: trunk/reactos/ntoskrnl/mm/ARM3/pagfault.c Modified: trunk/reactos/ntoskrnl/mm/ARM3/pagfault.c URL:

[ros-diffs] [hpoussin] 64552: [MKHIVE] Create reparse points, and use them instead of pseudo-connections between cells

2014-10-05 Thread hpoussin
Author: hpoussin Date: Sun Oct 5 21:30:57 2014 New Revision: 64552 URL: http://svn.reactos.org/svn/reactos?rev=64552view=rev Log: [MKHIVE] Create reparse points, and use them instead of pseudo-connections between cells Modified: trunk/reactos/tools/mkhive/cmi.c

[ros-diffs] [hbelusca] 64553: [NTVDM]: disable the cpu level dprints.

2014-10-05 Thread hbelusca
Author: hbelusca Date: Sun Oct 5 22:47:37 2014 New Revision: 64553 URL: http://svn.reactos.org/svn/reactos?rev=64553view=rev Log: [NTVDM]: disable the cpu level dprints. Modified: trunk/reactos/subsystems/ntvdm/cpu/cpu.c Modified: trunk/reactos/subsystems/ntvdm/cpu/cpu.c URL:

[ros-diffs] [hbelusca] 64554: Fix comment.

2014-10-05 Thread hbelusca
Author: hbelusca Date: Sun Oct 5 22:48:13 2014 New Revision: 64554 URL: http://svn.reactos.org/svn/reactos?rev=64554view=rev Log: Fix comment. Modified: trunk/reactos/subsystems/ntvdm/bios/bios32/bios32.c Modified: trunk/reactos/subsystems/ntvdm/bios/bios32/bios32.c URL:

[ros-diffs] [hbelusca] 64555: These are the keyboard status flags (unused at the moment).

2014-10-05 Thread hbelusca
Author: hbelusca Date: Sun Oct 5 22:48:56 2014 New Revision: 64555 URL: http://svn.reactos.org/svn/reactos?rev=64555view=rev Log: These are the keyboard status flags (unused at the moment). Modified: trunk/reactos/subsystems/ntvdm/bios/bios.h Modified: