From owner-svn-src-all@FreeBSD.ORG Fri May 29 11:00:19 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 761AF3A8; Fri, 29 May 2015 11:00:19 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0684519F1; Fri, 29 May 2015 11:00:19 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wicmc15 with SMTP id mc15so12715894wic.1; Fri, 29 May 2015 04:00:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=3IVa5s40C6uwFEcLOeTcO0Iex2eQVoKZcqyqTzDyt5k=; b=khA8EAvqv6cmC7E5lOAPK4QbEAYn/lXNBWzrsoQJC6LzxeGyP6lTam3BOtqwWkUqX+ AbSWgjwXVfS3qlIm9vO7+7VRuS73oOSnCyW8w5z16FJP9KWV3Y0+X42yluuXP4bLiRsx 6rRme4C8heAvjyv0vINUlzKP7S/SPwdxxVhUX66HYZ5lR1N/jfAbN7qvsWHMlAhaE4LT NHIv6hOBILNi0RW8/LgvgjicxgY83IuzaxGl8M1DyU7mO6vkLY6yp9PVewLsWYmBgEaN wvUOQZo7NndprPyArKoyVV8KI7wxnGxF4F/tl+6i+3EO4aShmcLNF3VVl7yLzG6LICpn /ZOQ== X-Received: by 10.180.95.101 with SMTP id dj5mr5373532wib.16.1432897217086; Fri, 29 May 2015 04:00:17 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id gs7sm2561421wib.10.2015.05.29.04.00.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 May 2015 04:00:15 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 29 May 2015 13:00:13 +0200 From: Baptiste Daroussin To: Oliver Pinter Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, fichtner@opnsense.org Subject: Re: svn commit: r282314 - in head: include lib/libc/stdlib Message-ID: <20150529110013.GC70327@ivaldir.etoilebsd.net> References: <201505011832.t41IWGSs002284@svn.freebsd.org> <20150503140634.GA80213@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jy6Sn24JjFx/iggw" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 29 May 2015 11:00:19 -0000 --jy6Sn24JjFx/iggw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 16, 2015 at 10:06:36PM +0200, Oliver Pinter wrote: > On 5/3/15, Oliver Pinter wrote: > > On 5/3/15, Baptiste Daroussin wrote: > >> On Sun, May 03, 2015 at 04:00:15PM +0200, Oliver Pinter wrote: > >>> On 5/1/15, Baptiste Daroussin wrote: > >>> > Author: bapt > >>> > Date: Fri May 1 18:32:16 2015 > >>> > New Revision: 282314 > >>> > URL: https://svnweb.freebsd.org/changeset/base/282314 > >>> > > >>> > Log: > >>> > Import reallocarray(3) from OpenBSD > >>> > > >>> > Add a manpage for it, assign the copyright to the OpenBSD project= on > >>> > it > >>> > since it > >>> > is mostly copy/paste from OpenBSD manpage. > >>> > style(9) fixes > >>> > > >>> > Differential Revision: https://reviews.freebsd.org/D2420 > >>> > Reviewed by: kib > >>> > > >>> > Added: > >>> > head/lib/libc/stdlib/reallocarray.3 (contents, props changed) > >>> > head/lib/libc/stdlib/reallocarray.c (contents, props changed) > >>> > Modified: > >>> > head/include/stdlib.h > >>> > head/lib/libc/stdlib/Makefile.inc > >>> > head/lib/libc/stdlib/Symbol.map > >>> > > >>> > Modified: head/include/stdlib.h > >>> > ... > >>> > +} > >>> > >>> Hey Bapt! > >>> > >>> Do you have any plan to MFC these changes to 10-STABLE? > >> > >> I had no plan to but you are the 5th one to ask me about that :) > >> So yes I may MFC that in a couple of weeks. > >> > > Cool! Thanks! >=20 > Hi Baptiste! >=20 > Is the any ongoing efforts to merge this stuff to 10-STABLE? If you > have a patch and you need help, then ping me. >=20 Symbol versionning in 10 is different that in CURRENT, to avoid messing up,= I'll just not merge it to 10. If one wants to give it a try: svn merge -c 282314,282321,282472,282994 ^/head Best regards, Bapt --jy6Sn24JjFx/iggw Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlVoRr0ACgkQ8kTtMUmk6EwNggCaAi76jpz9PZfTOQAMs5eGOhje jU8AnAy51Oc3YE4OQOhky3KjPHD/tF1d =vP+A -----END PGP SIGNATURE----- --jy6Sn24JjFx/iggw--