From owner-cvs-src@FreeBSD.ORG Wed Jul 28 21:38:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4BE216A4CE; Wed, 28 Jul 2004 21:38:05 +0000 (GMT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 341FB43D3F; Wed, 28 Jul 2004 21:38:03 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) i6SLbu1a095449; Wed, 28 Jul 2004 23:38:00 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id i6SLbp79095448; Wed, 28 Jul 2004 23:37:51 +0200 (CEST) (envelope-from marius) Date: Wed, 28 Jul 2004 23:37:51 +0200 From: Marius Strobl To: Brian Feldman Message-ID: <20040728233751.A31182@newtrinity.zeist.de> References: <200407231524.i6NFOw7i047373@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200407231524.i6NFOw7i047373@repoman.freebsd.org>; from green@freebsd.org on Fri, Jul 23, 2004 at 03:24:58PM +0000 X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.26.0.10; VDF 6.26.0.48 (host: newtrinity.zeist.de) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/watchdogd watchdogd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2004 21:38:06 -0000 On Fri, Jul 23, 2004 at 03:24:58PM +0000, Brian Feldman wrote: > green 2004-07-23 15:24:58 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/watchdogd watchdogd.c > Log: > Now that mlockall(2) is unbroken, use it to keep watchdogd(8) permanently > out of swap. > This broke watchdogd(8) on at least alpha and sparc64: omega# watchdogd watchdogd: mlockall: Resource temporarily unavailable Like I told you before, every call of mlockall(MCL_CURRENT) returns -1 and sets errno to EAGAIN on these platforms.