[ros-diffs] [jimtabor] 72194: - Fix Desktop hang if no windows open.

2016-08-10 Thread jimtabor
Author: jimtabor Date: Thu Aug 11 00:29:26 2016 New Revision: 72194 URL: http://svn.reactos.org/svn/reactos?rev=72194=rev Log: - Fix Desktop hang if no windows open. Modified: trunk/reactos/win32ss/user/user32/controls/appswitch.c Modified:

[ros-diffs] [tfaber] 72193: [NTOS:FSRTL] - Use the correct parent node when replacing an identical cache entry in FsRtlAddToTunnelCache CORE-11819

2016-08-10 Thread tfaber
Author: tfaber Date: Wed Aug 10 21:09:50 2016 New Revision: 72193 URL: http://svn.reactos.org/svn/reactos?rev=72193=rev Log: [NTOS:FSRTL] - Use the correct parent node when replacing an identical cache entry in FsRtlAddToTunnelCache CORE-11819 Modified: trunk/reactos/ntoskrnl/fsrtl/tunnel.c

[ros-diffs] [pschweitzer] 72192: [KMTESTS:FSRTL] Add a stress test for tunnel cache implementation, where we have fun adding duplicated entries. It doesn't seem to go well. These tests are also known

2016-08-10 Thread pschweitzer
Author: pschweitzer Date: Wed Aug 10 20:50:36 2016 New Revision: 72192 URL: http://svn.reactos.org/svn/reactos?rev=72192=rev Log: [KMTESTS:FSRTL] Add a stress test for tunnel cache implementation, where we have fun adding duplicated entries. It doesn't seem to go well. These tests are also known

[ros-diffs] [mjansen] 72191: [ATL][ATL_APITEST] Partially implement CRegKey + add tests. CORE-11746

2016-08-10 Thread mjansen
Author: mjansen Date: Wed Aug 10 19:34:38 2016 New Revision: 72191 URL: http://svn.reactos.org/svn/reactos?rev=72191=rev Log: [ATL][ATL_APITEST] Partially implement CRegKey + add tests. CORE-11746 Added: trunk/rostests/apitests/atl/CRegKey.cpp (with props) Modified:

[ros-diffs] [dchapyshev] 72190: [SDK] - KLF_SHIFTLOCK is not equal 65535. Correct value is 0x00010000

2016-08-10 Thread dchapyshev
Author: dchapyshev Date: Wed Aug 10 19:05:54 2016 New Revision: 72190 URL: http://svn.reactos.org/svn/reactos?rev=72190=rev Log: [SDK] - KLF_SHIFTLOCK is not equal 65535. Correct value is 0x0001 Modified: trunk/reactos/sdk/include/psdk/winuser.h Modified:

[ros-diffs] [dchapyshev] 72189: [INPUT] - Draw 0x2022 unicode symbol instead 0x25CF (marking default input method) - Fix incorrect logic in CapsLock parameters - Notice system of change CapsLock mode

2016-08-10 Thread dchapyshev
Author: dchapyshev Date: Wed Aug 10 19:04:11 2016 New Revision: 72189 URL: http://svn.reactos.org/svn/reactos?rev=72189=rev Log: [INPUT] - Draw 0x2022 unicode symbol instead 0x25CF (marking default input method) - Fix incorrect logic in CapsLock parameters - Notice system of change CapsLock mode

[ros-diffs] [gadamopoulos] 72188: [SHELL32] - Add CRegFolder using the guid item specific functions. So far it is only partly implemented with stuff like enumerating still missing. - Use CRegFolder in

2016-08-10 Thread gadamopoulos
Author: gadamopoulos Date: Wed Aug 10 18:56:48 2016 New Revision: 72188 URL: http://svn.reactos.org/svn/reactos?rev=72188=rev Log: [SHELL32] - Add CRegFolder using the guid item specific functions. So far it is only partly implemented with stuff like enumerating still missing. - Use CRegFolder

[ros-diffs] [akhaldi] 72187: [SHIMLIB] Improve header inclusions.

2016-08-10 Thread akhaldi
Author: akhaldi Date: Wed Aug 10 13:37:22 2016 New Revision: 72187 URL: http://svn.reactos.org/svn/reactos?rev=72187=rev Log: [SHIMLIB] Improve header inclusions. Modified: trunk/reactos/dll/appcompat/shims/shimlib/shimlib.c Modified: trunk/reactos/dll/appcompat/shims/shimlib/shimlib.c URL:

[ros-diffs] [pschweitzer] 72186: [NTOSKRNL] While attempting to read data from disk in CcReadVirtualAddress(), always align our read size by pages. That means that even on boundaries, we will read a c

2016-08-10 Thread pschweitzer
Author: pschweitzer Date: Wed Aug 10 11:52:30 2016 New Revision: 72186 URL: http://svn.reactos.org/svn/reactos?rev=72186=rev Log: [NTOSKRNL] While attempting to read data from disk in CcReadVirtualAddress(), always align our read size by pages. That means that even on boundaries, we will read a

[ros-diffs] [hbelusca] 72185: [INPUT] - Fix misspelling "Dublicate" -> "Duplicate". - Use ZeroMemory instead of memset(..., 0, ...). - Don't hardcode most of the variable types for sizeof.

2016-08-10 Thread hbelusca
Author: hbelusca Date: Wed Aug 10 11:42:21 2016 New Revision: 72185 URL: http://svn.reactos.org/svn/reactos?rev=72185=rev Log: [INPUT] - Fix misspelling "Dublicate" -> "Duplicate". - Use ZeroMemory instead of memset(..., 0, ...). - Don't hardcode most of the variable types for sizeof. Modified:

[ros-diffs] [tfaber] 72184: [TCPIP] - Use pool tagging

2016-08-10 Thread tfaber
Author: tfaber Date: Wed Aug 10 11:19:59 2016 New Revision: 72184 URL: http://svn.reactos.org/svn/reactos?rev=72184=rev Log: [TCPIP] - Use pool tagging Modified: trunk/reactos/drivers/network/tcpip/datalink/lan.c trunk/reactos/drivers/network/tcpip/include/tags.h

[ros-diffs] [tfaber] 72183: [IP] - Only accept an incoming connection on one listening socket, not all. Fixes use after free when multiple connection endpoints are assigned the same PCB. CORE-11649 #r

2016-08-10 Thread tfaber
Author: tfaber Date: Wed Aug 10 10:28:28 2016 New Revision: 72183 URL: http://svn.reactos.org/svn/reactos?rev=72183=rev Log: [IP] - Only accept an incoming connection on one listening socket, not all. Fixes use after free when multiple connection endpoints are assigned the same PCB. CORE-11649

[ros-diffs] [pschweitzer] 72182: [KMTESTS:CC] New test case which is matching the MS FastFAT CcCopyRead (minus the offset) and shows clearly the issue in our Cc. It also shows that my hack is utterly

2016-08-10 Thread pschweitzer
Author: pschweitzer Date: Wed Aug 10 07:39:20 2016 New Revision: 72182 URL: http://svn.reactos.org/svn/reactos?rev=72182=rev Log: [KMTESTS:CC] New test case which is matching the MS FastFAT CcCopyRead (minus the offset) and shows clearly the issue in our Cc. It also shows that my hack is utterly