From owner-p4-projects@FreeBSD.ORG Thu Sep 25 16:56:33 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9A2EB1065691; Thu, 25 Sep 2008 16:56:33 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C60A1065686 for ; Thu, 25 Sep 2008 16:56:33 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9A18FC0C for ; Thu, 25 Sep 2008 16:56:33 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8PGuXKu021346 for ; Thu, 25 Sep 2008 16:56:33 GMT (envelope-from thompsa@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8PGuXfq021340 for perforce@freebsd.org; Thu, 25 Sep 2008 16:56:33 GMT (envelope-from thompsa@freebsd.org) Date: Thu, 25 Sep 2008 16:56:33 GMT Message-Id: <200809251656.m8PGuXfq021340@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to thompsa@freebsd.org using -f From: Andrew Thompson To: Perforce Change Reviews Cc: Subject: PERFORCE change 150449 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2008 16:56:33 -0000 http://perforce.freebsd.org/chv.cgi?CH=150449 Change 150449 by thompsa@thompsa_burger on 2008/09/25 16:55:33 Add a comment about db_show_tty printing these flags. Affected files ... .. //depot/projects/mpsafetty/sys/sys/tty.h#20 edit Differences ... ==== //depot/projects/mpsafetty/sys/sys/tty.h#20 (text+ko) ==== @@ -63,6 +63,7 @@ struct mtx t_mtxobj; /* Per-TTY lock (when not borrowing). */ TAILQ_ENTRY(tty) t_list; /* (l) TTY list entry. */ unsigned int t_flags; /* (t) Terminal option flags. */ +/* Keep flags in sync with db_show_tty */ #define TF_NOPREFIX 0x0001 /* Don't prepend "tty" to device name. */ #define TF_INITLOCK 0x0002 /* Create init/lock state devices. */ #define TF_CALLOUT 0x0004 /* Create "cua" devices. */