Received: by mail.netbsd.org (Postfix, from userid 605) id D2CF884DC2; Wed, 22 Apr 2020 21:22:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 57C5C84D98 for ; Wed, 22 Apr 2020 21:22:22 +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 rYNehuaGyhS0 for ; Wed, 22 Apr 2020 21:22:22 +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 EA6D184CE3 for ; Wed, 22 Apr 2020 21:22:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB707FB27; Wed, 22 Apr 2020 21:22:21 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 22 Apr 2020 21:22:21 +0000 From: "Jason R Thorpe" Subject: CVS commit: src/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200422212221.DB707FB27@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: "Jason R Thorpe" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: thorpej Date: Wed Apr 22 21:22:21 UTC 2020 Modified Files: src/sys/compat/netbsd32: syscalls.master src/sys/kern: sys_lwp.c syscalls.master Log Message: Remove _lwp_gettid(2) system call. This problem is going to be solved another way. (Note: this call was never exposed in libc, so we can just recycle the syscall number.) To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/sys/compat/netbsd32/syscalls.master cvs rdiff -u -r1.77 -r1.78 src/sys/kern/sys_lwp.c cvs rdiff -u -r1.301 -r1.302 src/sys/kern/syscalls.master Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.