pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/35272 CVS commit: src/sys/net



The following reply was made to PR pkg/35272; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: PR/35272 CVS commit: src/sys/net
Date: Fri,  5 Jan 2007 16:40:08 +0000 (UTC)

 Module Name:   src
 Committed By:  joerg
 Date:          Fri Jan  5 16:40:08 UTC 2007
 
 Modified Files:
        src/sys/net: route.c route.h
 
 Log Message:
 Add a debug option for the route cache to help tracing down issues
 like PR 35272 and 35318. When the kernel is compiled with
 -DRTCACHE_DEBUG, all rtcache entries are logged to a list with the place
 they got initialised. This allows overwrites, double inits and other
 manual messing to be detected.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.83 -r1.84 src/sys/net/route.c
 cvs rdiff -r1.49 -r1.50 src/sys/net/route.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index