From owner-cvs-all Mon Apr 26 2: 2:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAAA3150DB; Mon, 26 Apr 1999 02:02:41 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA86020; Mon, 26 Apr 1999 02:02:41 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199904260902.CAA86020@freefall.freebsd.org> From: Peter Wemm Date: Mon, 26 Apr 1999 02:02:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/04/26 02:02:41 PDT Modified files: sys/net if.c Log: Protect the ifinit() function's internals with splimp() for safety since it used to be that way. I'm not sure that it's needed, but it does walk the ifp list.. Incidently, there's nothing to sanity check the ifq_maxlen on loaded interfaces.. Revision Changes Path 1.68 +5 -4 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message