From owner-svn-src-all@FreeBSD.ORG Tue Apr 17 20:24:19 2012 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 455AC106566B; Tue, 17 Apr 2012 20:24:19 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (secure.freebsdsolutions.net [69.55.234.48]) by mx1.freebsd.org (Postfix) with ESMTP id 0B0D48FC24; Tue, 17 Apr 2012 20:24:19 +0000 (UTC) Received: from jnielsen.socialserve.com ([12.249.176.26]) (authenticated bits=0) by ns1.jnielsen.net (8.14.4/8.14.4) with ESMTP id q3HKOFbR067132 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Tue, 17 Apr 2012 16:24:16 -0400 (EDT) (envelope-from lists@jnielsen.net) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: John Nielsen In-Reply-To: <201204172021.q3HKL4o9097658@svn.freebsd.org> Date: Tue, 17 Apr 2012 16:24:12 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201204172021.q3HKL4o9097658@svn.freebsd.org> To: Jason Evans X-Mailer: Apple Mail (2.1084) X-DCC-x.dcc-servers-Metrics: ns1.jnielsen.net 104; Body=4 Fuz1=4 Fuz2=4 X-Virus-Scanned: clamav-milter 0.97.2 at ns1.jnielsen.net X-Virus-Status: Clean Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r234395 - head 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: Tue, 17 Apr 2012 20:24:19 -0000 On Apr 17, 2012, at 4:21 PM, Jason Evans wrote: > Author: jasone > Date: Tue Apr 17 20:21:04 2012 > New Revision: 234395 > URL: http://svn.freebsd.org/changeset/base/234395 >=20 > Log: > Add an UPDATING entry for the contrib/jemalloc import. >=20 > Modified: > head/UPDATING >=20 > Modified: head/UPDATING > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/UPDATING Tue Apr 17 20:16:49 2012 (r234394) > +++ head/UPDATING Tue Apr 17 20:21:04 2012 (r234395) > @@ -22,6 +22,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10 > machines to maximize performance. (To disable malloc debugging, = run > ln -s aj /etc/malloc.conf.) Thanks! Note also the above (which I wouldn't have thought of if it = hadn't been in this diff). Want to omit or modify the malloc.conf advice = at the top of the file? > +20120417: > + The malloc(3) implementation embedded in libc now uses sources = imported > + as contrib/jemalloc. The most disruptive API change is to > + /etc/malloc.conf. If your system has an old-style = /etc/malloc.conf, > + delete it prior to installworld, and optionally re-create it = using the > + new format after rebooting. See malloc.conf(5) for details > + (specifically the TUNING section and the "opt.*" entries in the = MALLCTL > + NAMESPACE section). > + > 20120328: > Big-endian MIPS TARGET_ARCH values no longer end in "eb". = mips64eb > is now spelled mips64. mipsn32eb is now spelled mipsn32. = mipseb is > _______________________________________________ > svn-src-head@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to = "svn-src-head-unsubscribe@freebsd.org" >=20