From owner-freebsd-arch@FreeBSD.ORG Tue Apr 15 23:11:58 2014 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF68DD21 for ; Tue, 15 Apr 2014 23:11:58 +0000 (UTC) Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B370C1947 for ; Tue, 15 Apr 2014 23:11:58 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id y10so10031652pdj.13 for ; Tue, 15 Apr 2014 16:11:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=W9hqzRfoNR7AyubXYtz4K3JzfykRxlxgXF3JtXgGQkk=; b=hoZ6kItXX7anbkgnZmhwmGvk1GJ4AqKdPAbVYH6OPC6kYO++TsIfSwWO0WQj95itgH ARnzo/TXgE4T3WEDTrLmG4U6qTS3ibWdlMqQkqGUYsxtP60OE4OaSQzTt5I1J3lnWwry 3oa084bo+DNkxiqdMz9fQ3HwSVuvTzxpUsKpDQNfXSUaxkZJyBZ2ul522EKc7ijroAtW fueeQP2G7onLhERJMINUIuzi46NtMOaX/NhYXy5jl6Y1ItEJQ5MvxXLXIEcSwiiuNUFz sN1H4T4JrFQcWWinfSYAtP8//mTVcz892+U/rowVx8HqhP47nxpXkob/1htZkL/FqHJO piEQ== X-Gm-Message-State: ALoCoQnnUikulGpXu+rKsYmj0MOAlf620s4cIYEHyAa2bYDFL9+yZA2M6WYhxSUAv7MYh3l0ju31 X-Received: by 10.66.233.169 with SMTP id tx9mr4790445pac.7.1397603512446; Tue, 15 Apr 2014 16:11:52 -0700 (PDT) Received: from macintosh-c42c033c0b73.corp.netflix.com (dc1-prod.netflix.com. [69.53.236.251]) by mx.google.com with ESMTPSA id vo1sm101647579pab.32.2014.04.15.16.11.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Apr 2014 16:11:51 -0700 (PDT) Sender: Warner Losh Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: time to svn rm lib/libkse? From: Warner Losh In-Reply-To: <20140415224134.GA17146@lor.one-eyed-alien.net> Date: Tue, 15 Apr 2014 17:11:43 -0600 Content-Transfer-Encoding: 7bit Message-Id: References: <20140415224134.GA17146@lor.one-eyed-alien.net> To: Brooks Davis X-Mailer: Apple Mail (2.1874) Cc: arch@freebsd.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 23:11:58 -0000 On Apr 15, 2014, at 4:41 PM, Brooks Davis wrote: > I noticed to chance that we still include the source for libkse in the > tree. It was unhooked from the build and kernel support removed in > 2008 so I think it's due to be removed from HEAD and maybe 8, 9, and 10. /* XXXKSE What to do */ I think that it is time to remove it. Warner