[ros-diffs] [sir_richard] 45141: [NTOS]: Implement KiServiceExit2, C Version. This is used for exiting to user-mode with full state restore (as in NtContinue, thread startup, NtRaiseException...). [NT

2010-01-18 Thread sir_richard
Author: sir_richard Date: Tue Jan 19 07:34:15 2010 New Revision: 45141 URL: http://svn.reactos.org/svn/reactos?rev=45141&view=rev Log: [NTOS]: Implement KiServiceExit2, C Version. This is used for exiting to user-mode with full state restore (as in NtContinue, thread startup, NtRaiseException...

[ros-diffs] [sir_richard] 45140: [NTOS]: Implement KeUpdateSystemTime and KeUpdateRunTime in C instead of ASM. Based off eVb's ARM implementation, with multiple bugs fixed (incorrect update of system

2010-01-18 Thread sir_richard
Author: sir_richard Date: Tue Jan 19 07:16:47 2010 New Revision: 45140 URL: http://svn.reactos.org/svn/reactos?rev=45140&view=rev Log: [NTOS]: Implement KeUpdateSystemTime and KeUpdateRunTime in C instead of ASM. Based off eVb's ARM implementation, with multiple bugs fixed (incorrect update of s

[ros-diffs] [cwittich] 45139: [WINDOWSCODECS] update wincodec.idl to wine 1.1.36

2010-01-18 Thread cwittich
Author: cwittich Date: Mon Jan 18 21:39:30 2010 New Revision: 45139 URL: http://svn.reactos.org/svn/reactos?rev=45139&view=rev Log: [WINDOWSCODECS] update wincodec.idl to wine 1.1.36 Modified: trunk/reactos/include/psdk/wincodec.idl Modified: trunk/reactos/include/psdk/wincodec.idl URL: htt

[ros-diffs] [cwittich] 45138: [WINDOWSCODECS] update windowscodecs to wine 1.1.36

2010-01-18 Thread cwittich
Author: cwittich Date: Mon Jan 18 21:36:58 2010 New Revision: 45138 URL: http://svn.reactos.org/svn/reactos?rev=45138&view=rev Log: [WINDOWSCODECS] update windowscodecs to wine 1.1.36 Modified: trunk/reactos/dll/win32/windowscodecs/bmpencode.c trunk/reactos/dll/win32/windowscodecs/clsfact

[ros-diffs] [tkreuzer] 45137: [NTOS] Fix possible NULL pointer dereference. Spotted by Amine Khaldi.

2010-01-18 Thread tkreuzer
Author: tkreuzer Date: Mon Jan 18 18:24:28 2010 New Revision: 45137 URL: http://svn.reactos.org/svn/reactos?rev=45137&view=rev Log: [NTOS] Fix possible NULL pointer dereference. Spotted by Amine Khaldi. Modified: trunk/reactos/ntoskrnl/mm/ARM3/contmem.c Modified: trunk/reactos/ntoskrnl/mm/AR

[ros-diffs] [cwittich] 45136: [MSHTML_WINETEST] update mshtml winetest to wine 1.1.36

2010-01-18 Thread cwittich
Author: cwittich Date: Mon Jan 18 17:59:11 2010 New Revision: 45136 URL: http://svn.reactos.org/svn/reactos?rev=45136&view=rev Log: [MSHTML_WINETEST] update mshtml winetest to wine 1.1.36 Added: trunk/rostests/winetests/mshtml/htmllocation.c (with props) trunk/rostests/winetests/mshtml/

[ros-diffs] [cwittich] 45135: [MSXML3] update msxml3 to wine 1.1.36

2010-01-18 Thread cwittich
Author: cwittich Date: Mon Jan 18 17:53:59 2010 New Revision: 45135 URL: http://svn.reactos.org/svn/reactos?rev=45135&view=rev Log: [MSXML3] update msxml3 to wine 1.1.36 Modified: trunk/reactos/dll/win32/msxml3/main.c trunk/reactos/dll/win32/msxml3/node.c Modified: trunk/reactos/dll/win3

[ros-diffs] [tkreuzer] 45134: [NTOS] Fix buffer overrun in ExFreePoolWithTag when dealing with a PoolType other than NonPagedPool and PagedPool. Spotted by Amine Khaldi.

2010-01-18 Thread tkreuzer
Author: tkreuzer Date: Mon Jan 18 17:43:58 2010 New Revision: 45134 URL: http://svn.reactos.org/svn/reactos?rev=45134&view=rev Log: [NTOS] Fix buffer overrun in ExFreePoolWithTag when dealing with a PoolType other than NonPagedPool and PagedPool. Spotted by Amine Khaldi. Modified: trunk/reac

[ros-diffs] [cwittich] 45133: [MSHTML] update mshtml to wine 1.1.36

2010-01-18 Thread cwittich
Author: cwittich Date: Mon Jan 18 17:27:14 2010 New Revision: 45133 URL: http://svn.reactos.org/svn/reactos?rev=45133&view=rev Log: [MSHTML] update mshtml to wine 1.1.36 Added: trunk/reactos/dll/win32/mshtml/htmlform.c (with props) trunk/reactos/dll/win32/mshtml/htmlscreen.c (with pro

[ros-diffs] [tkreuzer] 45132: [NTOS] KiTrap0DHandler: fix buffer overrun (Spotted by Amine Khaldi) and optimize the code by checking the counter variable, instead of Instruction, this works the same,

2010-01-18 Thread tkreuzer
Author: tkreuzer Date: Mon Jan 18 17:16:59 2010 New Revision: 45132 URL: http://svn.reactos.org/svn/reactos?rev=45132&view=rev Log: [NTOS] KiTrap0DHandler: fix buffer overrun (Spotted by Amine Khaldi) and optimize the code by checking the counter variable, instead of Instruction, this works the

[ros-diffs] [spetreolle] 45131: [ADVAPI] Sync OpenEventLogA with wine. RtlCreateUnicodeStringFromAsciiz breaks null checks.

2010-01-18 Thread spetreolle
Author: spetreolle Date: Mon Jan 18 17:03:30 2010 New Revision: 45131 URL: http://svn.reactos.org/svn/reactos?rev=45131&view=rev Log: [ADVAPI] Sync OpenEventLogA with wine. RtlCreateUnicodeStringFromAsciiz breaks null checks. Modified: trunk/reactos/dll/win32/advapi32/service/eventlog.c Modi

[ros-diffs] [cwittich] 45130: [QUARTZ] update quartz to wine 1.1.36

2010-01-18 Thread cwittich
Author: cwittich Date: Mon Jan 18 15:28:36 2010 New Revision: 45130 URL: http://svn.reactos.org/svn/reactos?rev=45130&view=rev Log: [QUARTZ] update quartz to wine 1.1.36 Added: trunk/reactos/dll/directx/quartz/quartz_strmif.idl (with props) Modified: trunk/reactos/dll/directx/quartz/fil