From owner-cvs-src-old@FreeBSD.ORG Thu Dec 31 10:53:20 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 0EED71065692 for ; Thu, 31 Dec 2009 10:53:20 +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 F0BCF8FC0C for ; Thu, 31 Dec 2009 10:53:19 +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 nBVArJsB052598 for ; Thu, 31 Dec 2009 10:53:19 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBVArJwl052597 for cvs-src-old@freebsd.org; Thu, 31 Dec 2009 10:53:19 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200912311053.nBVArJwl052597@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Thu, 31 Dec 2009 10:53:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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: Thu, 31 Dec 2009 10:53:20 -0000 ed 2009-12-31 10:53:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern tty_ttydisc.c Log: SVN rev 201337 on 2009-12-31 10:53:04Z by ed MFC r198185: 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. I totally forgot to MFC this, because the 8.0 freeze took a little longer than I expected. Reminded by: koitsu Revision Changes Path 1.10.2.2 +9 -3 src/sys/kern/tty_ttydisc.c