public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: Rodolfo Giometti <giometti@linux.it>
Cc: linux-kernel@vger.kernel.org,
	Russell Coker <russell@coker.com.au>,
	Greg Kroah-Hartman <gregkh@suse.de>
Subject: Re: [PATCH] char nvtty: Network Virtual Terminal support
Date: Mon, 3 Jan 2011 15:32:31 -0800	[thread overview]
Message-ID: <20110103153231.ce70dbb5.randy.dunlap@oracle.com> (raw)
In-Reply-To: <1294067735-21466-2-git-send-email-giometti@linux.it>

On Mon,  3 Jan 2011 16:15:35 +0100 Rodolfo Giometti wrote:

> A Network Virtual terminal (NVT tty) is a software device consisting
> of one halves: a client device, which is identical to a physical
> terminal, who, is turn, get connected with a remote server where real
> tty devices are located.
> 
> These devices are specified by RFC 854 and RFC 2217 and ther name into
> the system is /dev/nvttyX (by default you have 4 devices).
> 
> By using these devices and a proper compatible server (not included
> here but you can use sredird) you can get access to a remote tty
> device as the tty device itself was conneted with your local host.
> All data and settings are sent and received through the network.
> 
> Signed-off-by: Rodolfo Giometti <giometti@linux.it>
> ---
>  Documentation/ABI/testing/sysfs-nvtty |   35 +
>  drivers/char/Kconfig                  |   22 +
>  drivers/char/Makefile                 |    1 +
>  drivers/char/nvtty.c                  | 1557 +++++++++++++++++++++++++++++++++
>  4 files changed, 1615 insertions(+), 0 deletions(-)
>  create mode 100644 Documentation/ABI/testing/sysfs-nvtty
>  create mode 100644 drivers/char/nvtty.c
> 

> diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
> index 43d3395..13775be 100644
> --- a/drivers/char/Kconfig
> +++ b/drivers/char/Kconfig
> @@ -451,6 +451,28 @@ config UNIX98_PTYS
>  	  All modern Linux systems use the Unix98 ptys.  Say Y unless
>  	  you're on an embedded system and want to conserve memory.
>  
> +config NVT_TTY
> +	tristate "Network Virtual Terminal"
> +	default m

Don't enable random drivers, please.

> +	---help---
> +	  A Network Virtual terminal (NVT tty) is a software device
> +	  consisting of one halves: a client device, which is

	"one" and "halves" do not go together.

> +	  identical to a physical terminal, who, is turn, get

	                                         in turn, gets

> +	  connected with a remote server where real tty devices are

	            to a remote server

> +	  located.
> +
> +	  These devices are specified by RFC 854 and RFC 2217 and ther

	                                                          the ?? or their ??

> +	  name into the system is /dev/nvttyX (by default you have 4

	                                      (by default there are 4

> +	  devices).
> +
> +	  By using these devices and a proper compatible server (not
> +	  included here but you can use sredird) you can get access to
> +	  a remote tty device as the tty device itself was conneted

	                      as though the tty device itself was connected

> +	  with your local host.  All data and settings are sent and
> +	  received through the network.
> +
> +	  If unsure, say M.
> +
>  config DEVPTS_MULTIPLE_INSTANCES
>  	bool "Support multiple instances of devpts"
>  	depends on UNIX98_PTYS


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
desserts:  http://www.xenotime.net/linux/recipes/

  parent reply	other threads:[~2011-01-03 23:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-03 15:15 Network Virtual Terminal Rodolfo Giometti
2011-01-03 15:15 ` [PATCH] char nvtty: Network Virtual Terminal support Rodolfo Giometti
2011-01-03 17:14   ` Alan Cox
2011-01-03 18:02     ` Rodolfo Giometti
2011-01-03 18:22       ` Samuel Thibault
2011-01-03 23:32   ` Randy Dunlap [this message]
2011-01-05 14:48     ` Rodolfo Giometti
2011-01-04 17:13 ` Network Virtual Terminal Hans-Peter Jansen
2011-01-05 15:23   ` Rodolfo Giometti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110103153231.ce70dbb5.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=giometti@linux.it \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=russell@coker.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox