[ros-diffs] [ion] 57476: [RTL]: CORE-6713 #resolve #time 10m #comment Use explicit checks when checking for present and default flags, just like Windows. Fixes winetest regressions.

2012-10-03 Thread ion
Author: ion Date: Thu Oct 4 06:28:58 2012 New Revision: 57476 URL: http://svn.reactos.org/svn/reactos?rev=57476&view=rev Log: [RTL]: CORE-6713 #resolve #time 10m #comment Use explicit checks when checking for present and default flags, just like Windows. Fixes winetest regressions. Modified:

[ros-diffs] [ion] 57475: [NTOSKRNL]: CORE-6698 #resolve #time 5m #comment Add correct error handling during session space view mapping.

2012-10-03 Thread ion
Author: ion Date: Thu Oct 4 06:19:42 2012 New Revision: 57475 URL: http://svn.reactos.org/svn/reactos?rev=57475&view=rev Log: [NTOSKRNL]: CORE-6698 #resolve #time 5m #comment Add correct error handling during session space view mapping. Modified: trunk/reactos/ntoskrnl/mm/ARM3/section.c Mo

[ros-diffs] [ion] 57474: [NTOS]: CORE-6204 #resolve #time 10m #comment Do not touch NextEntry after removing it, instead restart the scan at the head of the list (checked against w2k3sp1).

2012-10-03 Thread ion
Author: ion Date: Thu Oct 4 06:16:53 2012 New Revision: 57474 URL: http://svn.reactos.org/svn/reactos?rev=57474&view=rev Log: [NTOS]: CORE-6204 #resolve #time 10m #comment Do not touch NextEntry after removing it, instead restart the scan at the head of the list (checked against w2k3sp1). Modi

[ros-diffs] [hbelusca] 57473: [REGEDIT] ... and this line of code (I'm sorry for the generated noise :-( )

2012-10-03 Thread hbelusca
Author: hbelusca Date: Wed Oct 3 22:51:53 2012 New Revision: 57473 URL: http://svn.reactos.org/svn/reactos?rev=57473&view=rev Log: [REGEDIT] ... and this line of code (I'm sorry for the generated noise :-( ) Modified: trunk/reactos/base/applications/regedit/main.c Modified: trunk/reactos/ba

[ros-diffs] [hbelusca] 57472: [REGEDIT] - Forgot to remove a comment

2012-10-03 Thread hbelusca
Author: hbelusca Date: Wed Oct 3 22:50:06 2012 New Revision: 57472 URL: http://svn.reactos.org/svn/reactos?rev=57472&view=rev Log: [REGEDIT] - Forgot to remove a comment Modified: trunk/reactos/base/applications/regedit/regedit.h Modified: trunk/reactos/base/applications/regedit/regedit.h U

[ros-diffs] [hbelusca] 57471: [REGEDIT] - Convert the application's code to UNICODE - But the regproc.c's code is untouched (apart from the pseudo-error messages issued with fprintf)

2012-10-03 Thread hbelusca
Author: hbelusca Date: Wed Oct 3 22:42:34 2012 New Revision: 57471 URL: http://svn.reactos.org/svn/reactos?rev=57471&view=rev Log: [REGEDIT] - Convert the application's code to UNICODE - But the regproc.c's code is untouched (apart from the pseudo-error messages issued with fprintf) Modified:

[ros-diffs] [hbelusca] 57470: [CLB] - Code cleaning

2012-10-03 Thread hbelusca
Author: hbelusca Date: Wed Oct 3 21:58:28 2012 New Revision: 57470 URL: http://svn.reactos.org/svn/reactos?rev=57470&view=rev Log: [CLB] - Code cleaning Modified: trunk/reactos/base/applications/regedit/clb/CMakeLists.txt trunk/reactos/base/applications/regedit/clb/clb.c Modified: trunk

[ros-diffs] [tfaber] 57469: [KMTEST:KE] - Show that Mutexes disable APCs when acquired, while Mutants don't

2012-10-03 Thread tfaber
Author: tfaber Date: Wed Oct 3 20:52:33 2012 New Revision: 57469 URL: http://svn.reactos.org/svn/reactos?rev=57469&view=rev Log: [KMTEST:KE] - Show that Mutexes disable APCs when acquired, while Mutants don't Modified: trunk/rostests/kmtests/ntos_ke/KeMutex.c Modified: trunk/rostests/kmtest

[ros-diffs] [mnordell] 57468: [NTOSKERNEL] Stop KeRundownThread from bugchecking on at least CTRL_C for console app.

2012-10-03 Thread mnordell
Author: mnordell Date: Wed Oct 3 19:51:22 2012 New Revision: 57468 URL: http://svn.reactos.org/svn/reactos?rev=57468&view=rev Log: [NTOSKERNEL] Stop KeRundownThread from bugchecking on at least CTRL_C for console app. Modified: trunk/reactos/ntoskrnl/ke/thrdobj.c Modified: trunk/reactos/nt

[ros-diffs] [tkreuzer] 57467: [WIN32K] Reduce size of desktop heap from 4MB to 400KB (Windows uses 200KB) [NTOSKRNL] Go back to 20 MB session space.

2012-10-03 Thread tkreuzer
Author: tkreuzer Date: Wed Oct 3 19:39:11 2012 New Revision: 57467 URL: http://svn.reactos.org/svn/reactos?rev=57467&view=rev Log: [WIN32K] Reduce size of desktop heap from 4MB to 400KB (Windows uses 200KB) [NTOSKRNL] Go back to 20 MB session space. Modified: trunk/reactos/ntoskrnl/mm/ARM3/m

[ros-diffs] [tfaber] 57466: [NTOSKRNL] - Add an ASSERT in KeRundownThread

2012-10-03 Thread tfaber
Author: tfaber Date: Wed Oct 3 19:01:47 2012 New Revision: 57466 URL: http://svn.reactos.org/svn/reactos?rev=57466&view=rev Log: [NTOSKRNL] - Add an ASSERT in KeRundownThread Modified: trunk/reactos/ntoskrnl/ke/thrdobj.c Modified: trunk/reactos/ntoskrnl/ke/thrdobj.c URL: http://svn.reactos

[ros-diffs] [mnordell] 57465: [NTOSKERNEL] Refactoring KiSatisfyObjectWait macro to prevent code duplication.

2012-10-03 Thread mnordell
Author: mnordell Date: Wed Oct 3 17:57:14 2012 New Revision: 57465 URL: http://svn.reactos.org/svn/reactos?rev=57465&view=rev Log: [NTOSKERNEL] Refactoring KiSatisfyObjectWait macro to prevent code duplication. Modified: trunk/reactos/ntoskrnl/include/internal/ke_x.h Modified: trunk/reactos

[ros-diffs] [ekohl] 57464: [LSASRV] Fixes several bugs in the current implementation of LsapSplitNames and LsapLookupNames. This fixes the crashing lsa advapi32 wintest. LsapLookupNames is still WIP.

2012-10-03 Thread ekohl
Author: ekohl Date: Wed Oct 3 13:05:06 2012 New Revision: 57464 URL: http://svn.reactos.org/svn/reactos?rev=57464&view=rev Log: [LSASRV] Fixes several bugs in the current implementation of LsapSplitNames and LsapLookupNames. This fixes the crashing lsa advapi32 wintest. LsapLookupNames is still