From owner-cvs-src-old@FreeBSD.ORG Sat Oct 17 08:59:55 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E8D61065749 for ; Sat, 17 Oct 2009 08:59:55 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 53E578FC24 for ; Sat, 17 Oct 2009 08:59:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9H8xt9i064300 for ; Sat, 17 Oct 2009 08:59:55 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9H8xtoD064299 for cvs-src-old@freebsd.org; Sat, 17 Oct 2009 08:59:55 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200910170859.n9H8xtoD064299@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sat, 17 Oct 2009 08:59:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern tty_ttydisc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2009 08:59:55 -0000 ed 2009-10-17 08:59:41 UTC FreeBSD src repository Modified files: sys/kern tty_ttydisc.c Log: SVN rev 198185 on 2009-10-17 08:59:41Z by ed Print backspaces after echoing an EOF. Applications like shells expect EOF to give no graphical output, while our implementation prints ^D by default (tunable with stty echoctl). Make the new implementation behave like the old TTY code. Print two backspaces afterwards. Reported by: koitsu MFC after: 1 month Revision Changes Path 1.12 +9 -3 src/sys/kern/tty_ttydisc.c