From owner-freebsd-current Fri Jun 25 15:28:21 1999 Delivered-To: freebsd-current@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 930A21559E for ; Fri, 25 Jun 1999 15:28:17 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id IAA03303; Sat, 26 Jun 1999 08:28:15 +1000 Date: Sat, 26 Jun 1999 08:28:15 +1000 From: Bruce Evans Message-Id: <199906252228.IAA03303@godzilla.zeta.org.au> To: gibbs@caspian.plutotech.com, mjacob@feral.com Subject: Re: Changing the semantics of splsoftclock() Cc: current@FreeBSD.ORG, gibbs@plutotech.com, tech-kern@NetBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>Why have splr semantics? That is, it raises to splsoftclock if current >>priority is lower, else doesn't fiddle with it. splsoftclock() has always had spllower() semantics, and its main users (kern_clock.c and kern_time.c) depend on this. FreeBSD has a precedent of not changing poor spl names because the change would be confusing: splnet() should be named splsoftnet() and splimp() should be named splnet() as in NetBSD. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message