Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=lOoH1ZpG; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gJDDuQXo Received: by mail.netbsd.org (Postfix, from userid 605) id 6C63384E72; Wed, 24 Apr 2024 15:46:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713973582; bh=YRp64VHS7PEtieFwlxkVGvNugdmuFiWyShyDGkEiEsQ=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=lOoH1ZpGuP3tsFEEH5FZnwido+bWS5Ppi5CqVJ7zivFeI9Fcimq+GjJW9scYCW8W6 keNntezVJ17+bgFegUUblDnaIIxRLR/9V/SH4Bu+EaAtsrF5QUIVUHUM8sPa1DrSLA J7JGmaSk2dgCQlIKad9toS66fkiorwoIDxw/MykE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C89684DBF for ; Wed, 24 Apr 2024 15:46:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1v4vibc8zV1p for ; Wed, 24 Apr 2024 15:46:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E110F84D07 for ; Wed, 24 Apr 2024 15:46:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713973580; bh=YRp64VHS7PEtieFwlxkVGvNugdmuFiWyShyDGkEiEsQ=; h=Date:From:Subject:To:Reply-To; b=gJDDuQXo0WixYU2cFiz2V73r1MH+YD2In1oidMwhYm7YMey8hzsd5u8pNlDMB6wM5 pManCTPd+V4Z0GazgE5X/wnbdHaPbVQwGiKA9OjZQbi716YSEypuFKT3BruLfR5BCM EFQqP5C9BejyEI5BskH7rhuBTmkM70m1g8gJnO4E= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D8B79FA2C; Wed, 24 Apr 2024 15:46:20 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 24 Apr 2024 15:46:20 +0000 From: "Nia Alarie" Subject: CVS commit: src/bin/csh To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240424154620.D8B79FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Nia Alarie" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: nia Date: Wed Apr 24 15:46:20 UTC 2024 Modified Files: src/bin/csh: alloc.c extern.h Log Message: csh: add a reallocarray function for using inside csh To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/bin/csh/alloc.c cvs rdiff -u -r1.34 -r1.35 src/bin/csh/extern.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.