From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D3B8F1F406 for ; Fri, 1 Dec 2023 02:07:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1701396425; bh=ZBzsRRhNVD2dxSoAQJM3aA4tIORxpwD+c+KIdcEXEvQ=; h=From:To:Subject:Date:From; b=cf0LI0bGydjYlPKAD3WM2X4zj76blIN1KHv4ApENsZdFfKMeLCfJ7eLxRfs8zavqK IE9V/1BRsQFFD5VerJftr5iM8jZSuySyPua2WGmrVtK8bIlVpac7iUt6QIQMf2g1pr m8tNchRpUGipBW1NJkigE2XbvduM3jNwN6QKgN/8= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] DragonFly-related fixes Date: Fri, 1 Dec 2023 02:07:01 +0000 Message-ID: <20231201020705.2752562-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 2/4 probably affects NetBSD and OpenBSD, too, but tests don't always fail... Eric Wong (4): t/xap_helper: make sendmsg errors more obvious xap_helper.h: fix non-assignable stderr case tests: note kevent+tmpfs failures on DragonFly <= 6.4 xap_helper: enable stderr assignment on DragonFly lib/PublicInbox/TestCommon.pm | 23 ++++++++++++++++++++++- lib/PublicInbox/xap_helper.h | 4 ++-- t/dir_idle.t | 7 +++++-- t/kqnotify.t | 2 +- t/xap_helper.t | 1 + 5 files changed, 31 insertions(+), 6 deletions(-)