NetBSD-Bugs archive

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

PR/51325 CVS commit: src/sys/net



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

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51325 CVS commit: src/sys/net
Date: Mon, 11 Jul 2016 02:14:28 +0000

 Module Name:	src
 Committed By:	ozaki-r
 Date:		Mon Jul 11 02:14:27 UTC 2016
 
 Modified Files:
 	src/sys/net: if.h
 
 Log Message:
 Revert part of "Switch the address list of intefaces to pslist(9)" (r1.220)
 
 Reverting the whole change set just messes up many files uselessly
 because changes to them (except for if.h) are proper.
 
 - Remove ifa_pslist_entry that breaks kvm(3) users (e.g., netstat -ia)
 - Change IFADDR_{READER,WRITER}_* macros to use old IFADDR_* (or just NOP)
   for now
 
 Fix PR kern/51325
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.220 -r1.221 src/sys/net/if.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