From owner-svn-src-all@FreeBSD.ORG Thu Jun 25 13:29:31 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B0141065670; Thu, 25 Jun 2009 13:29:31 +0000 (UTC) (envelope-from flo@kasimir.com) Received: from mail.solomo.de (mail.solomo.de [85.214.49.72]) by mx1.freebsd.org (Postfix) with ESMTP id DA6808FC16; Thu, 25 Jun 2009 13:29:30 +0000 (UTC) (envelope-from flo@kasimir.com) Received: from localhost (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id 9B61B3F4FF; Thu, 25 Jun 2009 15:29:29 +0200 (CEST) X-Virus-Scanned: amavisd-new at vistream.de Received: from mail.solomo.de ([127.0.0.1]) by localhost (mail.solomo.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id O4gyBBtIf-Xv; Thu, 25 Jun 2009 15:29:27 +0200 (CEST) Received: from nibbler.vistream.local (relay3.vistream.de [87.139.10.28]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id 0616A3F4F0; Thu, 25 Jun 2009 15:29:26 +0200 (CEST) Message-ID: <4A437BB6.1060900@kasimir.com> Date: Thu, 25 Jun 2009 15:29:26 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1pre) Gecko/20090625 Shredder/3.0b3pre MIME-Version: 1.0 To: Gavin Atkinson References: <200906232045.n5NKjMMC089652@svn.freebsd.org> <1245936442.18026.44.camel@buffy.york.ac.uk> In-Reply-To: <1245936442.18026.44.camel@buffy.york.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Konstantin Belousov , freebsd-sparc64@FreeBSD.org Subject: Re: svn commit: r194766 - in head/sys: dev/md fs/procfs fs/tmpfs kern security/mac_biba security/mac_lomac sys vm X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2009 13:29:31 -0000 On 25.06.09 15:27, Gavin Atkinson wrote: > On Tue, 2009-06-23 at 20:45 +0000, Konstantin Belousov wrote: >> Author: kib >> Date: Tue Jun 23 20:45:22 2009 >> New Revision: 194766 >> URL: http://svn.freebsd.org/changeset/base/194766 >> >> Log: >> Implement global and per-uid accounting of the anonymous memory. Add >> rlimit RLIMIT_SWAP that limits the amount of swap that may be reserved >> for the uid. > > This commit also breaks sparc64 for me, stock kernel with no local > changes. r194765 boots successfully. This is on a dual-CPU E250 with > 1G RAM. > Sorry we forgot to follow up on this thread. This was fixed in r194858 . Cheers, Florian