From owner-freebsd-current@FreeBSD.ORG Fri May 15 18:32:38 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF6B37CA for ; Fri, 15 May 2015 18:32:38 +0000 (UTC) Received: from pmta2.delivery4.ore.mailhop.org (pmta2.delivery4.ore.mailhop.org [54.200.247.200]) by mx1.freebsd.org (Postfix) with SMTP id 9671B11D8 for ; Fri, 15 May 2015 18:32:38 +0000 (UTC) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound1.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA for ; Fri, 15 May 2015 18:31:31 +0000 (UTC) Received: from revolution.hippie.lan (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t4FIVT5d008568 for ; Fri, 15 May 2015 12:31:29 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1431714689.91685.10.camel@freebsd.org> Subject: CFR - watchdogd exit timeout From: Ian Lepore To: "freebsd-current@freebsd.org" Date: Fri, 15 May 2015 12:31:29 -0600 Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.10 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 18:32:38 -0000 I would like to add a new feature to watchdogd(8): -x option to specify the watchdog timeout to leave in effect when the program exits (currently behavior is to disable the watchdog on exit). The change is available for review... https://reviews.freebsd.org/D2556 -- Ian