From owner-p4-projects@FreeBSD.ORG Wed Oct 8 15:14:20 2014 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A23FC2DB; Wed, 8 Oct 2014 15:14:20 +0000 (UTC) Delivered-To: perforce@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 6515A2D9 for ; Wed, 8 Oct 2014 15:14:20 +0000 (UTC) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:1900:2254:2068::682:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 517D0D3A for ; Wed, 8 Oct 2014 15:14:20 +0000 (UTC) Received: from skunkworks.freebsd.org ([127.0.1.74]) by skunkworks.freebsd.org (8.14.9/8.14.9) with ESMTP id s98FEKMH069903 for ; Wed, 8 Oct 2014 15:14:20 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.9/8.14.9/Submit) id s98FEKe8069900 for perforce@freebsd.org; Wed, 8 Oct 2014 15:14:20 GMT (envelope-from jhb@freebsd.org) Date: Wed, 8 Oct 2014 15:14:20 GMT Message-Id: <201410081514.s98FEKe8069900@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 1201318 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.18-1 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 15:14:20 -0000 http://p4web.freebsd.org/@@1201318?ac=10 Change 1201318 by jhb@jhb_ralph on 2014/10/08 15:13:36 Some fixes from Ben Kaduk. Affected files ... .. //depot/projects/smpng/share/man/man9/timeout.9#20 edit Differences ... ==== //depot/projects/smpng/share/man/man9/timeout.9#20 (text+ko) ==== @@ -323,10 +323,11 @@ argument as an absolute time since boot. By default, .Fa sbt -is treated as a relative amount of time similar to +is treated as a relative amount of time, +similar to .Fa ticks . .It Dv C_DIRECT_EXEC -Run handler directly from hardware interrupt context instead of from the +Run the handler directly from hardware interrupt context instead of from the softclock thread. This reduces latency and overhead, but puts more constraints on the callout function.