From owner-cvs-sys Thu Mar 6 02:16:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA10326 for cvs-sys-outgoing; Thu, 6 Mar 1997 02:16:46 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA10317; Thu, 6 Mar 1997 02:16:44 -0800 (PST) Date: Thu, 6 Mar 1997 02:16:44 -0800 (PST) From: Julian Elischer Message-Id: <199703061016.CAA10317@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net route.c src/sys/netinet if_ether.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 97/03/06 02:16:43 Branch: sys/net WHISTLE_NET_BRANCH_1 sys/netinet WHISTLE_NET_BRANCH_1 Modified: sys/net route.c sys/netinet if_ether.c Log: Fix reference counting to at least the stage that it doesn't have memory leaks still got to figure out the in_rmx stuff but my brain is fading. Ther are a couple of terrible hacks in there which I will clean out later. Also add yet more comments and fix a few now that I found out more than I knew when I wrote them. Revision Changes Path 1.37.4.5 +26 -13 src/sys/net/route.c 1.34.2.1.2.2 +10 -3 src/sys/netinet/if_ether.c