From owner-cvs-all@FreeBSD.ORG Tue Sep 30 15:26:39 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 77A7A1065691; Tue, 30 Sep 2008 15:26:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 518EA8FC20; Tue, 30 Sep 2008 15:26:39 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTP id E08D646B65; Tue, 30 Sep 2008 11:26:38 -0400 (EDT) Date: Tue, 30 Sep 2008 16:26:38 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Ed Schouten In-Reply-To: <200809281644.m8SGiNZD041087@repoman.freebsd.org> Message-ID: References: <200809281644.m8SGiNZD041087@repoman.freebsd.org> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/pkill pkill.1 pkill.c 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: Tue, 30 Sep 2008 15:26:39 -0000 On Sun, 28 Sep 2008, Ed Schouten wrote: > SVN rev 183438 on 2008-09-28 16:44:15Z by ed > > Don't automatically prepend the "tty" prefix to `pkill -t' arguments. > > Because we now enforce UNIX98-style PTY's, we now use a lot of TTY's > that don't have the traditional /dev/ttyXX naming scheme. pkill(1)'s -t > flag automatically prepended the word "tty" to each TTY that was passed > on the command line. This meant that `pkill -t pts/0' was actually > converted to /dev/ttypts/0. Disable this broken behaviour for now. Once we've decided on the right long-term fix, it should be an MFC candidate so that 7.x userspaces work properly on 8.x kernels in the future. Robert N M Watson Computer Laboratory University of Cambridge