]> xenbits.xensource.com Git - pvdrivers/win/xencons.git/commit
Add a TTY utility
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 5 May 2017 15:02:26 +0000 (16:02 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 5 May 2017 15:09:33 +0000 (16:09 +0100)
commit982a41920a03698eb99faead74e8c7b1a9dbfa7c
treec0ffcae936c6876860579243e374d25a2ee223fe
parentefc67ede23ae37aee463745c011f2890bb60f641
Add a TTY utility

This patch adds a new TTY utility which will open the console device and
pipe it to a command shell (cmd.exe) process. It also provides login
functionality for a local user such that the command shell is invoked as
that user.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/monitor/monitor.c
src/tty/tty.c [new file with mode: 0644]
src/tty/xencons_tty.rc [new file with mode: 0644]
src/xencons.inf
vs2015/package/package.vcxproj
vs2015/xencons.sln
vs2015/xencons_tty/xencons_tty.vcxproj [new file with mode: 0644]
vs2015/xencons_tty/xencons_tty.vcxproj.user [new file with mode: 0644]