Received: by mail.netbsd.org (Postfix, from userid 605) id 97D2714A1A4; Sat, 22 Aug 2015 12:12:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A8AE114A1A9 for ; Sat, 22 Aug 2015 12:12:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 lredXICrdO-u for ; Sat, 22 Aug 2015 12:12:47 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A522114A17D for ; Sat, 22 Aug 2015 12:12:47 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8BE7998; Sat, 22 Aug 2015 12:12:47 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 22 Aug 2015 08:12:47 -0400 From: "Christos Zoulas" Subject: CVS commit: src/bin/sh To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20150822121247.8BE7998@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: christos Date: Sat Aug 22 12:12:47 UTC 2015 Modified Files: src/bin/sh: jobs.c trap.c trap.h Log Message: report the signal that wait was interrupted by, which is not always SIGINT anymore. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/bin/sh/jobs.c cvs rdiff -u -r1.36 -r1.37 src/bin/sh/trap.c cvs rdiff -u -r1.21 -r1.22 src/bin/sh/trap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.