From owner-svn-src-head@FreeBSD.ORG Sat May 16 20:06:37 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 986A2301 for ; Sat, 16 May 2015 20:06:37 +0000 (UTC) Received: from mail-ig0-f176.google.com (mail-ig0-f176.google.com [209.85.213.176]) (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 67DE11E0F for ; Sat, 16 May 2015 20:06:37 +0000 (UTC) Received: by igbpi8 with SMTP id pi8so21922926igb.1 for ; Sat, 16 May 2015 13:06:36 -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=uWeKSKDH+uYj1hrNQcC6UKIZLOSmi33oL2jWmsAVJy0=; b=js3EopmhRk12X08Ib+N1zOoPsERgq1tHDc2ndBSz+q/dvEakU2AWcNGC5N59Yor25a NoGkIPVHaAdLejBjd/bNbSWpKrOQQzo8MoYjkAJ8D6AmAPUBOb5A8ewq1HV5NbkIcyJl XTCEfsXlgpBGlTz+cWMONQd3P8qOP5iho0ks5xgr7OGA/z9QZlhFfjqMXemMC7VIvCjZ KyZJbYhRyiQ7Eyr1P/YrJEbaupqSO83A0+oGtH/IBkDfsXod78lXBi/ydoVVApQ+j34T k7kaDEEBWXLoehWB0STCTuq4ZDGcJ1iQMbaSHFJRM2fEB2+WLzTSTh+pm7JO4cbNJbxZ xNSg== X-Gm-Message-State: ALoCoQlZZHfwL6/wfvZBc5nA38RMnEtCPCH+HzUjgAYwYaNQVfZuVAupqtdz1hVVVDZGp0qiyMUR MIME-Version: 1.0 X-Received: by 10.107.137.89 with SMTP id l86mr5623285iod.92.1431806796545; Sat, 16 May 2015 13:06:36 -0700 (PDT) Received: by 10.79.11.6 with HTTP; Sat, 16 May 2015 13:06:36 -0700 (PDT) In-Reply-To: References: <201505011832.t41IWGSs002284@svn.freebsd.org> <20150503140634.GA80213@ivaldir.etoilebsd.net> Date: Sat, 16 May 2015 22:06:36 +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, fichtner@opnsense.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: Sat, 16 May 2015 20:06:37 -0000 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! Hi Baptiste! Is the any ongoing efforts to merge this stuff to 10-STABLE? If you have a patch and you need help, then ping me. > >> Best regards, >> Bapt >> >