From owner-cvs-all@FreeBSD.ORG Tue May 27 09:50:48 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 9F0841065675; Tue, 27 May 2008 09:50:48 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F4DE8FC12; Tue, 27 May 2008 09:50:47 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <483BD976.4090405@FreeBSD.org> Date: Tue, 27 May 2008 11:50:46 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Attilio Rao References: <200805270641.m4R6foHE049328@repoman.freebsd.org> <3bbf2fe10805270216l158f536fl1de9fff63f482039@mail.gmail.com> In-Reply-To: <3bbf2fe10805270216l158f536fl1de9fff63f482039@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Ed Schouten , 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:50:48 -0000 Attilio Rao wrote: > 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? Looks like it was: Revision Changes Path 1.1306 +1 -1 src/sys/conf/files ->1.46 +0 -0 src/sys/kern/subr_clist.c 1.46 +0 -699 src/sys/kern/tty_subr.c (dead) Kris