NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/58377 CVS commit: src/sys/net
The following reply was made to PR kern/58377; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/58377 CVS commit: src/sys/net
Date: Sat, 29 Jun 2024 02:18:36 +0000
Module Name: src
Committed By: riastradh
Date: Sat Jun 29 02:18:36 UTC 2024
Modified Files:
src/sys/net: if_stats.c if_stats.h
Log Message:
if_stats(9): New dtrace probes on if_statinc/dec/add/sub.
Note: This doesn't apply to if_statinc/dec/add/sub_ref, because we
don't have the ifp passed through. To be done in a separate commit
which also adjusts all drivers.
PR kern/58377
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/net/if_stats.c
cvs rdiff -u -r1.3 -r1.4 src/sys/net/if_stats.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