From owner-freebsd-net@FreeBSD.ORG Tue Feb 24 04:46:11 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7325E16A4CE for ; Tue, 24 Feb 2004 04:46:11 -0800 (PST) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF56843D2D for ; Tue, 24 Feb 2004 04:46:10 -0800 (PST) (envelope-from andre@freebsd.org) Received: (qmail 67967 invoked from network); 24 Feb 2004 12:46:08 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 24 Feb 2004 12:46:08 -0000 Message-ID: <403B478A.CA894505@freebsd.org> Date: Tue, 24 Feb 2004 13:46:02 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Gleb Smirnoff References: <20040224080353.GA76272@cell.sick.ru> <403B2423.DABF2E48@freebsd.org> <20040224102113.GB77406@cell.sick.ru> <403B4182.F6BD7101@freebsd.org> <20040224123427.GA78495@cell.sick.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-net@freebsd.org Subject: Re: rtalloc()/rtfree() problems on CURRENT X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 12:46:11 -0000 Gleb Smirnoff wrote: > A> Use the macro RTFREE() instead of rtfree(), it will take care of some > A> locking issues. > > This should be present in manpage, too. Yes, Sam and I did some heavy lifting in the network and routing code in the past few month. Unfortunatly we seem to have neglected to keep the documentation in sync. I've put this to the top of my TODO list. -- Andre