From owner-svn-src-all@FreeBSD.ORG Sun May 3 14:00:17 2015 Return-Path: Delivered-To: svn-src-all@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 7CFB7A31 for ; Sun, 3 May 2015 14:00:17 +0000 (UTC) Received: from mail-ig0-f179.google.com (mail-ig0-f179.google.com [209.85.213.179]) (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 509901FEC for ; Sun, 3 May 2015 14:00:16 +0000 (UTC) Received: by igbyr2 with SMTP id yr2so67921968igb.0 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=iQrJHAXN0GBMdp0H6zHzz+2OO2GNrTdKC51NimN/x1xndn7Pl+pUCnA5DlzBQpHG8Y TZcyf8T95h1qkOxzQ14raafdS6FFLwL9/lRUtl2+vsFUumDlWCayQr+nedvNpUk6FSD6 eUCIecXRldayv9jiuxF5NpDYaL9teFk/3GcyDyXptQbGyZPQ6KUs+lKzxoolnG3DBNqS DPZ0vsnm6alJ64+86/Fcyaq1YniW4kroZCSIb/CUurxmWaje0lJSLl8JdarAoALBF+BA EV49BP3cpCh81f8ab/sDXCWWdL8a6+MQMxL8cGaB8OrkUYOZyAa4ypxQBbWSav3bqjy3 zk3g== X-Gm-Message-State: ALoCoQlDP3F9+9v09eYsmtV2TWn+oHy+jG2hJm4k+J/fd+LYM2PLwz7SpMZbPVaHbCfDESF0CfrJ 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-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: 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" >