From owner-svn-src-head@FreeBSD.ORG Sun May 3 14:06:40 2015 Return-Path: Delivered-To: svn-src-head@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 8C76DBD3; Sun, 3 May 2015 14:06:40 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (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 33AAC10B8; Sun, 3 May 2015 14:06:40 +0000 (UTC) Received: by widdi4 with SMTP id di4so87110799wid.0; Sun, 03 May 2015 07:06:38 -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=3c/SosCoAzTH9922UMfhDW6c8uEMMRvSF4f6XqseyRM=; b=RqQ12Jhbfrl8xZz4AHTF7j224RlOdyeGLhk3+PrvcIDkpCmGwhjp4E2/T0rstgFZ/u hdPkLzePVlh77kN9xdaICzdsT9KZRvEDeXSqZSRD1ZVUR30XprQKILWberxYEMcyPXYr fwpUkWEMWq/CI87mi2dYiCFeGxhB5k6IZ6Xbz8H+YqsORQiMxg5Tibq1wICKhDontXxt Kwiq5nuBCwNO+8nq47yZ+Uymx1AxR04T3t5nfBpq2t4mBdjzsLZagqvn3+YFiDUlC78u czD6Z7urE+VmLSAyzXxxl9eqHnk2g1tuOEg5QTX7lSZanI+2gMDIhH9e/g4NDLrJSYoO cmUA== X-Received: by 10.194.92.137 with SMTP id cm9mr34262656wjb.133.1430661998469; Sun, 03 May 2015 07:06:38 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id l1sm6771170wiy.20.2015.05.03.07.06.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 03 May 2015 07:06:36 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 3 May 2015 16:06:34 +0200 From: Baptiste Daroussin To: Oliver Pinter Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r282314 - in head: include lib/libc/stdlib Message-ID: <20150503140634.GA80213@ivaldir.etoilebsd.net> References: <201505011832.t41IWGSs002284@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 May 2015 14:06:40 -0000 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 > > ... > > +} >=20 > Hey Bapt! >=20 > 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. Best regards, Bapt --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlVGK2oACgkQ8kTtMUmk6EzhfQCbB1q8aYty9p3zmrxDlfQhRrh5 ZWMAoI6BMhrNYRb7hhjqD5QHUrFi9pzZ =p8pF -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs--