From nobody Mon Aug 28 21:48:10 2023 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RZPLg0JSZz4s0Tv; Mon, 28 Aug 2023 21:48:11 +0000 (UTC) (envelope-from pstef@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RZPLf6xjzz4QJX; Mon, 28 Aug 2023 21:48:10 +0000 (UTC) (envelope-from pstef@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1693259291; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+7G3rJUuYDq779GzOxI/byAnpdVVGe1oDTex3+sZlRA=; b=f82sa9l4HpkK9AOLqS8ega27npvZ0YedpLlU5tELQksJchZ3uKrSZ9ADBTB4UzUeXmBcBz JUP4d4shBsuWoiLYiuRuOyyvDm036ndVXbxWzmoXh/mUrrt38eL+rLFsJ6/JCPsBxscfCb MWsUbRtaLhjlSJ7BkdKcjVoJhpHsxhfg5ng66sGI9JtfRLkU2qMt7L4qdvGmXqTs/sdKDR mOHWkmrPENVlf5dPhs/Jb0PXrSEc9asJKwPRPj8yFdlskPdszSqM+8s1KFZgsWnrT6MZtH bB7DyK7fg74LQtyUuCh1lH1GmebuBzIHic2BszX42LmGYwel2IbTwp62+6YHtA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1693259291; a=rsa-sha256; cv=none; b=EuHiuP0mpcaBdMARKuvNua2YUHr8HBHoc0/RO9jMrlBDTaNe98i/4zHRC0O46mO0hDaRW6 mU/vVs83sJrjzbb4q2XC68HZR8qt1JnOtnkZGSHeVqGUiCiBVJdiGjV4q2+X9jV8u+p7wa epdqdqIVNAMYA4GOivcp0QJlWDI5wkoXz7AeUTxr3oLfBN5UnZiDDbq3SrTcMQ47GcZhhh Xlcf9L6U2+4yAXD+9vjtGs1ZahGwqAPMyOTNBnuqhwKBGOKzu0jd/xR4N+MCze/ch2712F gGOiU0+qBPhbIrU1PaRYVI9Y413fuogt4dtzQvSPRs/hsZdde3zvqR8eR8AxoQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1693259291; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=+7G3rJUuYDq779GzOxI/byAnpdVVGe1oDTex3+sZlRA=; b=OaehgVZuQsBhsSayPnisl06kHW2z/v1rdZmkilbuSiObWQZes3s6usu7Lwi0Ub8EdmjGWj gjnCquwgGi2FIpYNjICp0F7unZXS42H+Jt32IVPCh7RzV3oCP/IVY2FqRlApJ9uMwht+AX Nky9xRqTvxnZPb5sqy1zxUSChzE5pIAEV829LjK278TBSckkw+z3lEpQKnBGWIOYkHcK6n AoWgbpW4PtR6K5BpBpev2kvfZv+YxdovOg+9d7ZIe9Rv23rN6r7erRaJ/06qS741+kUqo1 PCIxUtnOPC4M3kgPneI498IAvUTah/ofpvyqE8Va2PmcUXkCfMJxMnw6hfDuHA== Received: by freefall.freebsd.org (Postfix, from userid 1403) id BDE0114F42; Mon, 28 Aug 2023 21:48:10 +0000 (UTC) Date: Mon, 28 Aug 2023 21:48:10 +0000 From: "Piotr P. Stefaniak" To: Alexey Dokuchaev Cc: Warner Losh , src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: af93fea71038 - main - timerfd: Move implementation from linux compat to sys/kern Message-ID: References: <202308242029.37OKTmVs091755@gitrepo.freebsd.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: On 2023-08-28 12:17:06, Alexey Dokuchaev wrote: >Could you quickly summarize why we need these linuxish bits in FreeBSD? >We've lived for years without it. Had expected to find the rationale >in DR but alas. :( Thanks, I'm more concerned about the IRIX and SysV bits :(( Piotr