From owner-svn-src-head@FreeBSD.ORG Sun May 3 14:25:47 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3091C95 for ; Sun, 3 May 2015 14:25:47 +0000 (UTC) Received: from mail-ig0-f177.google.com (mail-ig0-f177.google.com [209.85.213.177]) (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 013371283 for ; Sun, 3 May 2015 14:25:46 +0000 (UTC) Received: by igblo3 with SMTP id lo3so67472111igb.1 for ; Sun, 03 May 2015 07:25:39 -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=LfrK8sE09hT/VcUinpoaejBQqACjilxPVSW9Ehi4ptY=; b=SNpEUckWJxK4oM4nGYar178Qp0jNECeNxCOM1jF+c06eeQjPEPVQyw0wgcC88E+pJ1 EwBdoXKCTtoJ2PJRisMhcISDOc9PegE6s9q4yyTW+AXG/51ELFbEPBzAsl2GTLxZTl3f CvP/36Uv1WQn4BiX6Gbwxe5bOU148qoWgmNGYm3jUNv1nTcGfwWDoQuP35eK/Pk2Wkk2 aejMFvM8c0R3flcxESBwKfE7tmCW4O7wAqmzK+ct2g3ildiER8GWo2XzNP8D2Jv4X2Yy hDIF8z/A/JnKS6MZhsbSPfh9DvR4W4MT3oFE8OW/zk56/2xmxk3stJ1Xlhvo+bvAoRZ7 IC0A== X-Gm-Message-State: ALoCoQmMwQB5j/fOrCtUF5FzWTGsGhfSoI7rO4MBl0cSqV9QKIDdmvk/VkvvfsAwI/vm4puPLEj7 MIME-Version: 1.0 X-Received: by 10.50.23.114 with SMTP id l18mr8145064igf.26.1430663139853; Sun, 03 May 2015 07:25:39 -0700 (PDT) Received: by 10.79.11.6 with HTTP; Sun, 3 May 2015 07:25:39 -0700 (PDT) In-Reply-To: <20150503140634.GA80213@ivaldir.etoilebsd.net> References: <201505011832.t41IWGSs002284@svn.freebsd.org> <20150503140634.GA80213@ivaldir.etoilebsd.net> Date: Sun, 3 May 2015 16:25:39 +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:25:47 -0000 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! > Best regards, > Bapt >