From owner-svn-src-head@FreeBSD.ORG Sun Oct 3 00:04:01 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FCAD106564A; Sun, 3 Oct 2010 00:04:01 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 671EA8FC0A; Sun, 3 Oct 2010 00:04:00 +0000 (UTC) Received: by qyk33 with SMTP id 33so2512220qyk.13 for ; Sat, 02 Oct 2010 17:03:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=E2etKHooZkZABrlhr1+LHSKcTiFZ33yLx5vwHw2ZdmQ=; b=jDNiflIDaswoB/NS8VyKGV1/Zhxr4XySTADclIbdGv57QR/U68o0JGeFSbjPMQr2db RU6X3cBX/UNxPKf9Ge0v9XHt6DWKg/gBXcsLTM5F71tf6w2WW9DSLh8uct1FxDHadZKz hQRqsZQ/0cG82YwY01ZzOrwv1gRUV9HxoSgnc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=vqqYBI79Lp0v+fpFiuID32QvmmMmcwg5A0CttrWGf6VHc0lx3f9vWyZxuYd4eJre5T 3AeDWINYSkcgeW6JGawrhML2BBCvx5hx3j394yFrmVcJUBdjsKYX/Ocb/6Wo2IDWJulY VcgA8PIPc2Im2gtDYJjZDtlzrDV1m+g7sXdVM= MIME-Version: 1.0 Received: by 10.224.20.7 with SMTP id d7mr5414737qab.61.1286064239133; Sat, 02 Oct 2010 17:03:59 -0700 (PDT) Received: by 10.229.50.8 with HTTP; Sat, 2 Oct 2010 17:03:59 -0700 (PDT) In-Reply-To: <20101002.153645.1021672927781301295.imp@bsdimp.com> References: <201009281533.o8SFXULh078409@svn.freebsd.org> <20101002.153645.1021672927781301295.imp@bsdimp.com> Date: Sun, 3 Oct 2010 04:03:59 +0400 Message-ID: From: Sergey Kandaurov To: "M. Warner Losh" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, antoine@freebsd.org, src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r213248 - head/sys/kern X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2010 00:04:01 -0000 On 3 October 2010 01:36, M. Warner Losh wrote: > In message: > =A0 =A0 =A0 =A0 =A0 =A0Sergey Kandaurov writes: > : On 2 October 2010 22:12, Antoine Brodin wrote: > : > On Tue, Sep 28, 2010 at 5:33 PM, Warner Losh wrote: > : >> Author: imp > : >> Date: Tue Sep 28 15:33:30 2010 > : >> New Revision: 213248 > : >> URL: http://svn.freebsd.org/changeset/base/213248 > : >> > : >> Log: > : >> =A0This file has been unused for ages. =A0Retire it. > : >> > : >> =A0Submitted by: pluknet > : >> > : >> Deleted: > : >> =A0head/sys/kern/Makefile > : > > : > Hi, > : > > : > What is the correct way to "make sysent" now ? > : > > : > : Hi. > : > : It seems I just dumbbroke the useful functionality. I'm sorry. > : Obviously that was somehow overlooked last time I checked it. > : So, removing sysent target is not something intentional. > : > : I think it should be simply reverted for now, or more preferably > : restored with sysent target only. > > Please review the commit I just made to make sure that I didn't botch > anything. =A0I'm pretty sure I got it right, but you never know. > > Warner > Seems correct. Thank you. --=20 wbr, pluknet