From owner-svn-src-stable@FreeBSD.ORG Sat Apr 4 09:17:58 2015 Return-Path: Delivered-To: svn-src-stable@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 192DBAB3; Sat, 4 Apr 2015 09:17:58 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (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 D1B48DB3; Sat, 4 Apr 2015 09:17:57 +0000 (UTC) Received: by igcau2 with SMTP id au2so113530336igc.0; Sat, 04 Apr 2015 02:17:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=DfA43mvWkvaq8nvym2ShYHcMLaisfSv2kPqANbgu6ZQ=; b=Hr8QaiOBC5gQ1/i+N6yp9JfkQz/lFYgxc20vnUB26SN2ydFcJYch0I7hKSlLumS1Wa 7g9iqBHvDS2SjjEO5GHn7Sp1RAqcNWIdHr9bUorZfKMwqjD9CCjrJtaz3WPhejQn8v1B e1zBQcbsDEY+a3+sQsQprW00joU94eJJ+EsMsApE/gI1VU5ekQEYeoWOOacrqc6NhcVA bV/NMA+c/Ds2a4PNoDLaYswdbjFw3SIpOUlxSLEk3pKnY46ySMKfCwu0+bn9S3ZuMhAL 2D07pS4a35/g5zEMZQMdbZEnVobNyv/0fEHTXL7icwVVLKh5ChUNO5wnJnS+O5nFtaFf ohLA== MIME-Version: 1.0 X-Received: by 10.50.60.72 with SMTP id f8mr33959527igr.31.1428139077193; Sat, 04 Apr 2015 02:17:57 -0700 (PDT) Sender: edschouten@gmail.com Received: by 10.107.130.163 with HTTP; Sat, 4 Apr 2015 02:17:57 -0700 (PDT) In-Reply-To: References: <201503110949.t2B9n7Yk000610@svn.freebsd.org> Date: Sat, 4 Apr 2015 11:17:57 +0200 X-Google-Sender-Auth: 6RRXzQRgfD0GZbJUnyp2Y0nZ-qs Message-ID: Subject: Re: svn commit: r279877 - stable/10/sys/boot/fdt From: Ed Schouten To: Alexander Motin Content-Type: text/plain; charset=UTF-8 Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2015 09:17:58 -0000 2015-04-04 11:16 GMT+02:00 Ed Schouten : > Couldn't this use calloc() instead? Oh, wait. This is the boot loader. The boot loader wouldn't necessarily have a calloc() function. -- Ed Schouten