Author: aandrejevic
Date: Mon Aug 12 19:31:54 2013
New Revision: 59713
URL:
http://svn.reactos.org/svn/reactos?rev=59713&view=rev
Log:
[NTVDM]
Synchronize with trunk again for SetConsolePalette.
Implement VGA palettes for graphics mode and DAC register access.
Modified:
branches/ntvdm/ (props changed)
branches/ntvdm/CMakeLists.txt
branches/ntvdm/base/services/umpnpmgr/umpnpmgr.c
branches/ntvdm/dll/win32/kernel32/client/console/console.c
branches/ntvdm/dll/win32/netapi32/access.c
branches/ntvdm/dll/win32/netapi32/netapi32.spec
branches/ntvdm/dll/win32/netapi32/user.c
branches/ntvdm/dll/win32/setupapi/cfgmgr.c
branches/ntvdm/dll/win32/setupapi/devinst.c
branches/ntvdm/drivers/hid/hidparse/ (props changed)
branches/ntvdm/drivers/hid/hidusb/ (props changed)
branches/ntvdm/drivers/network/lan/include/net_wh.h
branches/ntvdm/drivers/network/tcpip/include/fileobjs.h
branches/ntvdm/drivers/network/tcpip/include/tcp.h
branches/ntvdm/drivers/network/tcpip/include/tcpip.h
branches/ntvdm/drivers/network/tcpip/include/titypes.h
branches/ntvdm/drivers/network/tcpip/tcpip/fileobjs.c
branches/ntvdm/drivers/usb/usbehci/ (props changed)
branches/ntvdm/drivers/usb/usbhub/ (props changed)
branches/ntvdm/drivers/usb/usbohci/ (props changed)
branches/ntvdm/include/crt/mingw32/intrin_x86.h
branches/ntvdm/include/crt/sec_api/tchar_s.h
branches/ntvdm/include/psdk/mmsystem.h
branches/ntvdm/include/psdk/vfw.h
branches/ntvdm/include/psdk/wincon.h
branches/ntvdm/include/psdk/winnls.h
branches/ntvdm/include/reactos/subsys/win/conmsg.h
branches/ntvdm/lib/drivers/ip/network/ip.c
branches/ntvdm/lib/drivers/ip/network/neighbor.c
branches/ntvdm/lib/drivers/ip/transport/tcp/event.c
branches/ntvdm/lib/drivers/libusb/common_interfaces.h (props changed)
branches/ntvdm/lib/drivers/libusb/hcd_controller.cpp (props changed)
branches/ntvdm/lib/drivers/libusb/hub_controller.cpp (props changed)
branches/ntvdm/lib/drivers/libusb/libusb.cpp (props changed)
branches/ntvdm/lib/drivers/libusb/libusb.h (props changed)
branches/ntvdm/lib/drivers/libusb/memory_manager.cpp (props changed)
branches/ntvdm/lib/drivers/libusb/misc.cpp (props changed)
branches/ntvdm/lib/drivers/libusb/purecall.cpp (props changed)
branches/ntvdm/lib/drivers/libusb/usb_device.cpp (props changed)
branches/ntvdm/lib/drivers/lwip/src/rostcp.c
branches/ntvdm/subsystems/ntvdm/CMakeLists.txt
branches/ntvdm/subsystems/ntvdm/bios.c
branches/ntvdm/subsystems/ntvdm/vga.c
branches/ntvdm/subsystems/ntvdm/vga.h
branches/ntvdm/win32ss/user/winsrv/consrv/api.h
branches/ntvdm/win32ss/user/winsrv/consrv/condrv/conoutput.c
branches/ntvdm/win32ss/user/winsrv/consrv/conoutput.c
branches/ntvdm/win32ss/user/winsrv/consrv/frontendctl.c
branches/ntvdm/win32ss/user/winsrv/consrv/init.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/ntvdm/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/CMakeLists.txt?rev=59713&…
Modified: branches/ntvdm/base/services/umpnpmgr/umpnpmgr.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/base/services/umpnpmgr/um…
Modified: branches/ntvdm/dll/win32/kernel32/client/console/console.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/win32/kernel32/client…
Modified: branches/ntvdm/dll/win32/netapi32/access.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/win32/netapi32/access…
Modified: branches/ntvdm/dll/win32/netapi32/netapi32.spec
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/win32/netapi32/netapi…
Modified: branches/ntvdm/dll/win32/netapi32/user.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/win32/netapi32/user.c…
Modified: branches/ntvdm/dll/win32/setupapi/cfgmgr.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/win32/setupapi/cfgmgr…
Modified: branches/ntvdm/dll/win32/setupapi/devinst.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/win32/setupapi/devins…
Modified: branches/ntvdm/drivers/network/lan/include/net_wh.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/drivers/network/lan/inclu…
Modified: branches/ntvdm/drivers/network/tcpip/include/fileobjs.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/drivers/network/tcpip/inc…
Modified: branches/ntvdm/drivers/network/tcpip/include/tcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/drivers/network/tcpip/inc…
Modified: branches/ntvdm/drivers/network/tcpip/include/tcpip.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/drivers/network/tcpip/inc…
Modified: branches/ntvdm/drivers/network/tcpip/include/titypes.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/drivers/network/tcpip/inc…
Modified: branches/ntvdm/drivers/network/tcpip/tcpip/fileobjs.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/drivers/network/tcpip/tcp…
Modified: branches/ntvdm/include/crt/mingw32/intrin_x86.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/include/crt/mingw32/intri…
Modified: branches/ntvdm/include/crt/sec_api/tchar_s.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/include/crt/sec_api/tchar…
Modified: branches/ntvdm/include/psdk/mmsystem.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/include/psdk/mmsystem.h?r…
Modified: branches/ntvdm/include/psdk/vfw.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/include/psdk/vfw.h?rev=59…
Modified: branches/ntvdm/include/psdk/wincon.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/include/psdk/wincon.h?rev…
Modified: branches/ntvdm/include/psdk/winnls.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/include/psdk/winnls.h?rev…
Modified: branches/ntvdm/include/reactos/subsys/win/conmsg.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/include/reactos/subsys/wi…
Modified: branches/ntvdm/lib/drivers/ip/network/ip.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/lib/drivers/ip/network/ip…
Modified: branches/ntvdm/lib/drivers/ip/network/neighbor.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/lib/drivers/ip/network/ne…
Modified: branches/ntvdm/lib/drivers/ip/transport/tcp/event.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/lib/drivers/ip/transport/…
Modified: branches/ntvdm/lib/drivers/lwip/src/rostcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/lib/drivers/lwip/src/rost…
Modified: branches/ntvdm/subsystems/ntvdm/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/CMakeLis…
Modified: branches/ntvdm/subsystems/ntvdm/bios.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/bios.c?r…
Modified: branches/ntvdm/subsystems/ntvdm/vga.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/vga.c?re…
Modified: branches/ntvdm/subsystems/ntvdm/vga.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/vga.h?re…
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/api.h
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/winsrv/consr…
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/condrv/conoutput.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/winsrv/consr…
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/conoutput.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/winsrv/consr…
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/frontendctl.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/winsrv/consr…
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/init.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/winsrv/consr…