From owner-cvs-all Fri Nov 24 22:22:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2EEA37B479; Fri, 24 Nov 2000 22:22:16 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA35378; Fri, 24 Nov 2000 22:22:16 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <200011250622.WAA35378@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 24 Nov 2000 22:22:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c src/sys/sys callout.h src/sys/i386/i386 machdep.c src/sys/netinet tcp_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/11/24 22:22:16 PST Modified files: sys/kern kern_timeout.c sys/sys callout.h sys/i386/i386 machdep.c sys/netinet tcp_subr.c Log: Revert the last commit to the callout interface, and add a flag to callout_init() indicating whether the callout is safe or not. Update the callers of callout_init() to reflect the new interface. Okayed by: Jake Revision Changes Path 1.65 +8 -7 src/sys/kern/kern_timeout.c 1.20 +3 -10 src/sys/sys/callout.h 1.422 +2 -2 src/sys/i386/i386/machdep.c 1.84 +6 -6 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message