From owner-cvs-all@FreeBSD.ORG Tue May 27 09:44:25 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 BC010106567D for ; Tue, 27 May 2008 09:44:25 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 488438FC13 for ; Tue, 27 May 2008 09:44:25 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1730640fgb.35 for ; Tue, 27 May 2008 02:44:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=wpBFUEaBw+JUr0mSKVHynz/ncqIsJlcx4mAQ5ULqPpA=; b=h4OibbJVvsK7MnI3cmo+1fxiRhtc/0ZyevZG/rvTvogFsRbZjZAjSyiD+hCyAmHSK99QaE6Nq79PClPN3UwDXk1A13N5F7coFLImn3vMj8G6jKYDG5diY4QsLf6xVKS3OPg7USd3EMSguIttr6Fu3uCmRmwPbWGwDcAKlsTfLhA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=lIcYmQR1VetT2MYPfzjfsQ2tvdAlWkYgdg8e9+5QDEpk40qni53Zlz/NsBwjnM29deELfDMUYeuBH3vJfsNtw4klD/GmoUX1UH4ozjuqpJz4n8d/jI3uZyADpTf9AkY2w3V7vKu36P/vCwnyyIja8OszWoEzAO3nvfwb74EKgzU= Received: by 10.86.73.3 with SMTP id v3mr5524358fga.68.1211879795308; Tue, 27 May 2008 02:16:35 -0700 (PDT) Received: by 10.86.2.18 with HTTP; Tue, 27 May 2008 02:16:35 -0700 (PDT) Message-ID: <3bbf2fe10805270216l158f536fl1de9fff63f482039@mail.gmail.com> Date: Tue, 27 May 2008 11:16:35 +0200 From: "Attilio Rao" Sender: asmrookie@gmail.com To: "Ed Schouten" In-Reply-To: <200805270641.m4R6foHE049328@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805270641.m4R6foHE049328@repoman.freebsd.org> X-Google-Sender-Auth: 1a9d8d94f43525f6 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/kern subr_clist.c tty_subr.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, 27 May 2008 09:44:25 -0000 2008/5/27, Ed Schouten : > ed 2008-05-27 06:41:50 UTC > > FreeBSD src repository > > Modified files: > sys/conf files > sys/kern subr_clist.c > Removed files: > sys/kern tty_subr.c > Log: > Rename `tty_subr.c' to `subr_clist.c'. > > Because clists are also used outside the TTY layer, rename the file > containing the clist routines to something more accurate. > > The mpsafetty TTY layer doesn't use clists. It uses its own buffers, > which also implement the unbuffered copying to userspace. We cannot > simply remove the clist routines then, because this would break various > drivers that are present within the kernel. Maybe I'm wrong, but it wouldn't have worth to repo-copy it? Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein