From owner-svn-src-head@FreeBSD.ORG Sun May 3 14:00:17 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 80895A32 for ; Sun, 3 May 2015 14:00:17 +0000 (UTC) Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com [209.85.213.181]) (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 509191FEB for ; Sun, 3 May 2015 14:00:16 +0000 (UTC) Received: by iget9 with SMTP id t9so52311896ige.1 for ; Sun, 03 May 2015 07:00:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=W4s3ZvOr2CldeZx34f73BcdTEcyUmqf4OI8aEan3kfg=; b=Trz5YwV1A2SHnszG6LjnqYrai6vzQYyFHwDyFCE/0ItY6+lP7rCLTUl7RASuPyFUbx hwY7fK1rVNwnhQLdtTnSNmfknHRi8rjw6+ITw7e0Uu56Q9c2KndfzHq+xfA5Alzri0YD D+2BLT8sHm+0/Pyo9z5D2G7r9kmBENS/W0M/6Y/t+Ip6dQs6T4wEAG6tAnCowZnAwsfq gHLbLHclVkAOR1/iz9bRIv9FFyNtbA+fVECuSn/FT0PKhSoVmu0LNfzU6xmnKz0zVcJf KMdbAm23PUQ2MZuScsvaiSfb0WlVbrD23mozU+P/DeJvC6QDGLqw1AaXr5h33GmyPfSG TQig== X-Gm-Message-State: ALoCoQn49ZvmrI8EH2YZOlon2JefL2WwpCUjA/LXIEaD09VIHl4qNXEM73Gam6Z0ZQ3atbx+j3YR MIME-Version: 1.0 X-Received: by 10.107.165.206 with SMTP id o197mr22781111ioe.56.1430661616117; Sun, 03 May 2015 07:00:16 -0700 (PDT) Received: by 10.79.11.6 with HTTP; Sun, 3 May 2015 07:00:15 -0700 (PDT) In-Reply-To: <201505011832.t41IWGSs002284@svn.freebsd.org> References: <201505011832.t41IWGSs002284@svn.freebsd.org> Date: Sun, 3 May 2015 16:00:15 +0200 Message-ID: Subject: Re: svn commit: r282314 - in head: include lib/libc/stdlib From: Oliver Pinter To: Baptiste Daroussin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 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:00:17 -0000 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? > _______________________________________________ > 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" >