From owner-svn-src-all@FreeBSD.ORG Sat May 16 20:06:37 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 95F2E300 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 67E4D1E10 for ; Sat, 16 May 2015 20:06:37 +0000 (UTC) Received: by igbpi8 with SMTP id pi8so61075789igb.0 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=XQ5dI11cNnbcTpKMbWkiWyqNZ10zkY1ZkbVd8XDNiPLSwRN1wf3uI2Hi3m2A+3FOdJ ZxfoJnN1Pn5dK1U0bKW0jfNvuXqhMKJY8j2l8kyMqxC66ac1oAQ07n413abfUd+QvRAx 7OBEb6myumvUWBOJAP1gA+IlO7gf0pPaEtWvIcsHbuWbL/XPz0Cge17VW+eJdmvT92Pt MURBPCkI6Y0MX/uQlErj/depYVSlOjL18ECDBHOFlvMXNzhZ7qcYJgfe/o2DTlvz6TU0 hBwnrL7h0glXUmTYAsqsAd/LCFIze/co2WIsn8S/kA6B4TSNkzUJsS9hLXQ6LHY/4d+P nuIQ== X-Gm-Message-State: ALoCoQnioyCrLJ1ajFFdGVXnX/hltyMehplKXaU2sC/BXp0QQEOUiC5Tyz/VvtFxce1MVtpARsIv 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-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: 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 >> >