From nobody Tue Jul 30 11:22:31 2024 X-Original-To: freebsd-current@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 4WYCWM1TnRz5Rmtb for ; Tue, 30 Jul 2024 11:22:39 +0000 (UTC) (envelope-from agh@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (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 (2048 bits) client-digest SHA256) (Client CN "mx1.riseup.net", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WYCWL6DZHz4YBF; Tue, 30 Jul 2024 11:22:38 +0000 (UTC) (envelope-from agh@riseup.net) Authentication-Results: mx1.freebsd.org; none Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4WYCWK0S2SzDqJ8; Tue, 30 Jul 2024 11:22:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1722338557; bh=qV1yBkzuV4dU/LbAcCcVWozzzJekCBrGLzzWL00v/tc=; h=Date:From:To:Subject:In-Reply-To:References:From; b=qATq5rv77kGL3qYQ/EDxqsD5YyKAZvf6/6CtcHffx8lm05HamiEQ7DQrqgfkReX/F D6TAGlMgb7wdb+cXw8AoM9JDmdm6bP5mtryHLPdKoJZpp9NwKFJZgEAoEtyoSumaHr uXCkQDuDguIuhVXHjzLIIvBHi8MKQy6X/Nnk73lk= X-Riseup-User-ID: AA79FDDA2CF4E801B98F3C1D7FEC1A234FE762D89EEFC04F7DDEF29D5599BCC0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4WYCWH4cWKzJtX7; Tue, 30 Jul 2024 11:22:35 +0000 (UTC) Date: Tue, 30 Jul 2024 19:22:31 +0800 From: Alastair Hogge To: freebsd-current@freebsd.org, Miroslav Lachman <000.fbsd@quip.cz>, =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Subject: Re: filemon In-Reply-To: References: <20240727170122.675f6bfe@ernst.home> <865xsn6ya9.fsf@ltc.des.dev> Message-ID: List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16652, ipnet:198.252.153.0/24, country:US] X-Rspamd-Queue-Id: 4WYCWL6DZHz4YBF On 30 July 2024 5:38:57=E2=80=AFpm AWST, Miroslav Lachman <000=2Efbsd@quip= =2Ecz> wrote: >On 30/07/2024 11:10, Dag-Erling Sm=C3=B8rgrav wrote: >> Gary Jennejohn writes: > >[=2E=2E] > >>> I also load it from /boot/loader=2Econf using filemon_load=3D"YES" >>=20 >> This does cause the module to be loaded at boot time, but it's slower >> than loading it later, and it increases memory fragmentation=2E A bett= er >> option is to include "filemon" in the kld_list variable in /etc/rc=2Eco= nf >> or /etc/rc=2Econf=2Ed/kld=2E For instance, >>=20 >> % cat /etc/rc=2Econf=2Ed/kld/filemon >> kld_list=3D"${kld_list} filemon" > >Does this also apply today? I recently read from someone on a mailing lis= t that the kld_list in rc=2Econf is no longer needed, that any problems it = used to solve are solved, and that the preferred way is to load everything = from loader=2Econf=2E Was it the following mail from Warner on a relates commit? https://lists=2Efreebsd=2Eorg/archives/dev-commits-src-main/2024-May/02402= 9=2Ehtml --=20 Sent from a device with a tiny bloody screen and no hard keyboard; please = excuse my brevity=2E