From owner-freebsd-current@FreeBSD.ORG Tue Nov 27 09:52:23 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A569D16A417 for ; Tue, 27 Nov 2007 09:52:23 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 58BA413C46A for ; Tue, 27 Nov 2007 09:52:21 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2435780pyb for ; Tue, 27 Nov 2007 01:52:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=233GKPPi7HA5ui7YHCHXlDl2BxhMW3haOBLZF7jhNxM=; b=AzVsXkaugxzB6mxLHMGK9RPKij0sKfiVrp3Y6SnXf9LNBlXWPyAIVGmLS80Fl+C8GubsZ4gyYVmamjZAkgl+bjBpwjH7qVwDalJeV3Eur3q9cdoUm8tgUU1quGTgmIVn9NNYosBaUHHZ21d6fDyv9ImVECEqCiNnUAKOvJFkuvE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UWBQe6eFp7g+LRlrIZg0xOiOXgcZzLJMeph7gWMsifJ2eCKHI2FiFu5hKqU0H5SutPED68iVjJykRcJtPUyzoA0RmUgWdIJILMaJwJ1VAb9p3Gyul48FUnU5iibixkLhR5JXvVAP1KPNPcvO2ilXVTnVIhT+bdO2LCN902Yqmeo= Received: by 10.65.254.5 with SMTP id g5mr8265815qbs.1196157140858; Tue, 27 Nov 2007 01:52:20 -0800 (PST) Received: by 10.65.105.5 with HTTP; Tue, 27 Nov 2007 01:52:20 -0800 (PST) Message-ID: Date: Tue, 27 Nov 2007 04:52:20 -0500 From: "Aryeh Friedman" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: backing out of a cvs update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2007 09:52:23 -0000 The malloc changes posted last night seem to totally hosed many apps (they just hang)... how do I back out if the cvs -d /home/ncvs update I did (keep in mind I did a rm -rf /usr/src /usr/obj and recheck out to see if that whould clear it and it didn't)