Author: akhaldi
Date: Thu Oct 23 12:17:44 2014
New Revision: 64922
URL: http://svn.reactos.org/svn/reactos?rev=64922&view=rev
Log:
* Sync up to trunk head (r64921).
Modified:
branches/shell-experiments/ (props changed)
branches/shell-experiments/base/applications/mscutils/servman/export.c
branches/shell-experiments/dll/win32/advapi32/advapi32.h
branches/shell-experiments/dll/win32/advapi32/advapi32.spec
branches/shell-experiments/dll/win32/advapi32/crypt/crypt.c
branches/shell-experiments/dll/win32/advapi32/crypt/crypt.h
branches/shell-experiments/dll/win32/advapi32/sec/cred.c
branches/shell-experiments/dll/win32/kernel32/winnls/string/lang.c
branches/shell-experiments/drivers/input/i8042prt/keyboard.c
branches/shell-experiments/include/asm/kxarm.h
branches/shell-experiments/include/ddk/wdm.h
branches/shell-experiments/include/psdk/winbase.h
branches/shell-experiments/include/reactos/libs/fast486/fast486.h
branches/shell-experiments/include/xdk/rtlfuncs.h
branches/shell-experiments/lib/fast486/fast486.c
branches/shell-experiments/lib/rtl/bitmap.c
branches/shell-experiments/lib/sdk/crt/except/arm/chkstk_asm.s
branches/shell-experiments/lib/sdk/crt/oldnames-msvcrt.S
branches/shell-experiments/lib/sdk/crt/stdlib/errno.c
branches/shell-experiments/media/doc/README.WINE
branches/shell-experiments/ntoskrnl/io/iomgr/driver.c
branches/shell-experiments/ntoskrnl/io/iomgr/error.c
branches/shell-experiments/ntoskrnl/io/iomgr/ramdisk.c
branches/shell-experiments/ntoskrnl/io/iomgr/remlock.c
branches/shell-experiments/ntoskrnl/io/iomgr/volume.c
branches/shell-experiments/ntoskrnl/io/pnpmgr/pnpinit.c
branches/shell-experiments/ntoskrnl/io/pnpmgr/pnpmgr.c
branches/shell-experiments/ntoskrnl/io/pnpmgr/pnpreport.c
branches/shell-experiments/ntoskrnl/io/pnpmgr/pnpres.c
branches/shell-experiments/ntoskrnl/io/pnpmgr/pnputil.c
branches/shell-experiments/subsystems/ntvdm/emulator.c
branches/shell-experiments/subsystems/ntvdm/hardware/cmos.c
branches/shell-experiments/subsystems/ntvdm/hardware/pic.c
branches/shell-experiments/subsystems/ntvdm/hardware/ps2.c
branches/shell-experiments/subsystems/ntvdm/hardware/timer.c
branches/shell-experiments/subsystems/ntvdm/hardware/vga.c
branches/shell-experiments/subsystems/ntvdm/io.c
branches/shell-experiments/subsystems/ntvdm/io.h
branches/shell-experiments/win32ss/CMakeLists.txt
branches/shell-experiments/win32ss/user/ntuser/class.c
branches/shell-experiments/win32ss/user/ntuser/cursoricon_new.c
branches/shell-experiments/win32ss/user/ntuser/keyboard.c
branches/shell-experiments/win32ss/user/ntuser/window.c
branches/shell-experiments/win32ss/user/user32/windows/class.c
branches/shell-experiments/win32ss/user/user32/windows/cursoricon_new.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/shell-experiments/base/applications/mscutils/servman/export.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/applications/mscutils/servman/export.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/dll/win32/advapi32/advapi32.h
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/advapi32/advapi32.h?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/dll/win32/advapi32/advapi32.spec
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/advapi32/advapi32.spec?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/dll/win32/advapi32/crypt/crypt.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/advapi32/crypt/crypt.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/dll/win32/advapi32/crypt/crypt.h
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/advapi32/crypt/crypt.h?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/dll/win32/advapi32/sec/cred.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/advapi32/sec/cred.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/dll/win32/kernel32/winnls/string/lang.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/kernel32/winnls/string/lang.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/drivers/input/i8042prt/keyboard.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/drivers/input/i8042prt/keyboard.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/include/asm/kxarm.h
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/include/asm/kxarm.h?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/include/ddk/wdm.h
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/include/ddk/wdm.h?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/include/psdk/winbase.h
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/include/psdk/winbase.h?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/include/reactos/libs/fast486/fast486.h
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/include/reactos/libs/fast486/fast486.h?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/include/xdk/rtlfuncs.h
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/include/xdk/rtlfuncs.h?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/lib/fast486/fast486.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/lib/fast486/fast486.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/lib/rtl/bitmap.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/lib/rtl/bitmap.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/lib/sdk/crt/except/arm/chkstk_asm.s
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/lib/sdk/crt/except/arm/chkstk_asm.s?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/lib/sdk/crt/oldnames-msvcrt.S
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/lib/sdk/crt/oldnames-msvcrt.S?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/lib/sdk/crt/stdlib/errno.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/lib/sdk/crt/stdlib/errno.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/media/doc/README.WINE
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/media/doc/README.WINE?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/ntoskrnl/io/iomgr/driver.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/ntoskrnl/io/iomgr/driver.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/ntoskrnl/io/iomgr/error.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/ntoskrnl/io/iomgr/error.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/ntoskrnl/io/iomgr/ramdisk.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/ntoskrnl/io/iomgr/ramdisk.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/ntoskrnl/io/iomgr/remlock.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/ntoskrnl/io/iomgr/remlock.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/ntoskrnl/io/iomgr/volume.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/ntoskrnl/io/iomgr/volume.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/ntoskrnl/io/pnpmgr/pnpinit.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/ntoskrnl/io/pnpmgr/pnpinit.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/ntoskrnl/io/pnpmgr/pnpmgr.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/ntoskrnl/io/pnpmgr/pnpmgr.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/ntoskrnl/io/pnpmgr/pnpreport.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/ntoskrnl/io/pnpmgr/pnpreport.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/ntoskrnl/io/pnpmgr/pnpres.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/ntoskrnl/io/pnpmgr/pnpres.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/ntoskrnl/io/pnpmgr/pnputil.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/ntoskrnl/io/pnpmgr/pnputil.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/subsystems/ntvdm/emulator.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/subsystems/ntvdm/emulator.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/subsystems/ntvdm/hardware/cmos.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/subsystems/ntvdm/hardware/cmos.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/subsystems/ntvdm/hardware/pic.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/subsystems/ntvdm/hardware/pic.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/subsystems/ntvdm/hardware/ps2.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/subsystems/ntvdm/hardware/ps2.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/subsystems/ntvdm/hardware/timer.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/subsystems/ntvdm/hardware/timer.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/subsystems/ntvdm/hardware/vga.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/subsystems/ntvdm/hardware/vga.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/subsystems/ntvdm/io.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/subsystems/ntvdm/io.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/subsystems/ntvdm/io.h
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/subsystems/ntvdm/io.h?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/win32ss/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/win32ss/CMakeLists.txt?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/win32ss/user/ntuser/class.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/win32ss/user/ntuser/class.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/win32ss/user/ntuser/cursoricon_new.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/win32ss/user/ntuser/cursoricon_new.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/win32ss/user/ntuser/keyboard.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/win32ss/user/ntuser/keyboard.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/win32ss/user/ntuser/window.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/win32ss/user/ntuser/window.c?rev=64922&r1=64921&r2=64922&view=diff
Modified: branches/shell-experiments/win32ss/user/user32/windows/class.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/win32ss/user/user32/windows/class.c?rev=64922&r1=64921&r2=64922&view=diff
Modified:
branches/shell-experiments/win32ss/user/user32/windows/cursoricon_new.c
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/win32ss/user/user32/windows/cursoricon_new.c?rev=64922&r1=64921&r2=64922&view=diff