From owner-cvs-src@FreeBSD.ORG Wed Jun 18 13:19:32 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C6F21065670; Wed, 18 Jun 2008 13:19:32 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8B1D48FC14; Wed, 18 Jun 2008 13:19:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m5IDJHoR056986; Wed, 18 Jun 2008 09:19:25 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Wojciech A. Koszek" Date: Tue, 17 Jun 2008 18:14:11 -0400 User-Agent: KMail/1.9.7 References: <200806141252.m5ECqUGh093173@repoman.freebsd.org> In-Reply-To: <200806141252.m5ECqUGh093173@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806171814.12174.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Wed, 18 Jun 2008 09:19:25 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7498/Tue Jun 17 22:08:00 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.9 required=4.2 tests=AWL,BAYES_00, DATE_IN_PAST_12_24,NO_RELAYS autolearn=no version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files.i386 files.pc98 options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/include pecoff_machdep.h src/sys/modules Makefile src/sys/pc98/conf NOTES src/sys/pc98/include pecoff_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2008 13:19:32 -0000 On Saturday 14 June 2008 08:51:44 am Wojciech A. Koszek wrote: > wkoszek 2008-06-14 12:51:44 UTC > > FreeBSD src repository > > Modified files: > sys/conf files.i386 files.pc98 options.i386 > options.pc98 > sys/i386/conf NOTES > sys/modules Makefile > sys/pc98/conf NOTES > Removed files: > sys/i386/include pecoff_machdep.h > sys/pc98/include pecoff_machdep.h > Log: > SVN rev 179785 on 2008-06-14 12:51:44Z by wkoszek > > Remove obselete PECOFF image activator support. > > PRs assigned at the time of removal: kern/80742 > > Discussed on: freebsd-current (silence), IRC > Tested by: make universe > Approved by: cognet (mentor) Looks like the SVN -> CVS importer doesn't handle directory deletions. It didn't delete the files underneath the sys/modules/pecoff and sys/compat/pecoff directories. Original SVN log excerpt: Deleted: head/sys/compat/pecoff/ head/sys/i386/include/pecoff_machdep.h head/sys/modules/pecoff/ head/sys/pc98/include/pecoff_machdep.h Modified: head/sys/conf/files.i386 head/sys/conf/files.pc98 head/sys/conf/options.i386 head/sys/conf/options.pc98 head/sys/i386/conf/NOTES head/sys/modules/Makefile head/sys/pc98/conf/NOTES -- John Baldwin