From owner-cvs-src-old@FreeBSD.ORG Sun Oct 18 19:46:02 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 C8F041065693 for ; Sun, 18 Oct 2009 19:46:02 +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 9D1CC8FC16 for ; Sun, 18 Oct 2009 19:46:02 +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 n9IJk2wO034135 for ; Sun, 18 Oct 2009 19:46:02 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9IJk2lx034134 for cvs-src-old@freebsd.org; Sun, 18 Oct 2009 19:46:02 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200910181946.n9IJk2lx034134@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sun, 18 Oct 2009 19:45:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern tty.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: Sun, 18 Oct 2009 19:46:02 -0000 ed 2009-10-18 19:45:44 UTC FreeBSD src repository Modified files: sys/kern tty.c Log: SVN rev 198213 on 2009-10-18 19:45:44Z by ed Make lock devices work properly. It turned out I did add the code to use the init state devices to set the termios structure when opening the device, but it seems I totally forgot to add the bits required to force the actual locking of flags through the lock state devices. Reported by: ru MFC after: 1 week (to be discussed) Revision Changes Path 1.330 +28 -0 src/sys/kern/tty.c