Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA2A384F8C for ; Fri, 4 Aug 2023 13:34:58 +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 G-aBM3IbozDV for ; Fri, 4 Aug 2023 13:34:58 +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 66D9584D8C for ; Fri, 4 Aug 2023 13:34:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F3E6FBDB; Fri, 4 Aug 2023 13:34:58 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 4 Aug 2023 13:34:58 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/sys/fs/ptyfs To: source-changes@NetBSD.org Approved: for-source-only Reply-To: martin@netbsd.org X-Mailer: log_accum Message-Id: <20230804133458.5F3E6FBDB@cvs.NetBSD.org> Module Name: src Committed By: martin Date: Fri Aug 4 13:34:58 UTC 2023 Modified Files: src/sys/fs/ptyfs [netbsd-9]: ptyfs_vnops.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1703): sys/fs/ptyfs/ptyfs_vnops.c: revision 1.61 PR/55821: tar can not extract base.tgz anymore (./dev/pts and mounted ptyfs) Allow chown/chmod at the root of ptyfs. To generate a diff of this commit: cvs rdiff -u -r1.55.4.1 -r1.55.4.2 src/sys/fs/ptyfs/ptyfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.