From owner-cvs-all@FreeBSD.ORG Mon May 5 13:56:18 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECF51106566B; Mon, 5 May 2008 13:56:18 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 8E3C28FC1D; Mon, 5 May 2008 13:56:18 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (unknown [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 3EC741A4D8D; Mon, 5 May 2008 06:56:18 -0700 (PDT) From: John Baldwin To: "Poul-Henning Kamp" Date: Mon, 5 May 2008 09:49:26 -0400 User-Agent: KMail/1.9.7 References: <5978.1209974842@critter.freebsd.dk> In-Reply-To: <5978.1209974842@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805050949.27063.jhb@freebsd.org> Cc: src-committers@freebsd.org, Kip Macy , cvs-src@freebsd.org, cvs-all@freebsd.org, Colin Percival , Warner Losh Subject: Re: cvs commit: src/etc/etc.mips ttys X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2008 13:56:19 -0000 On Monday 05 May 2008 04:07:22 am Poul-Henning Kamp wrote: > In message <481EB19B.3000201@freebsd.org>, Colin Percival writes: > >Poul-Henning Kamp wrote: > >> In message <200805050535.m455ZmI1030493@repoman.freebsd.org>, Warner > >> Losh write > >> > >> s: > >>> Added files: > >>> etc/etc.mips ttys > >>> Log: > >>> Mips ttys file. Copied from i386 version with removal of the vga > >>> entries. > >> > >> We should really replace this file with a script that generates it > >> from a set of sensible parameters at build-time. > > > >Yes please -- kmacy might have worked around this, but at one point this > >was the only non-kernel file which needed to be different for Xen builds. > > And for anyone looking at this, there is also a task to eliminate the > pty devices in this file, the reason why they are there has to do with > the introduction of the really weird notion of "remote logins" back in > the early 1980'ies, we really could do better. Err, I thought it was because utmp still uses the line index in /etc/ttys so ptys have to be listed in /etc/ttys to get an index. I haven't looked at utmpx, but it might be nice if we had a utmp format that 1) didn't limit usernames to 16 chars, and 2) stored the name of the tty rather than a dev_t. 2) is what I think has broken 'w -M /var/crash/vmcore.X' since 5.x. -- John Baldwin