Source-Changes archive

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

CVS commit: [netbsd-3] src/sys/sys



Module Name:    src
Committed By:   tron
Date:           Mon Aug 15 19:04:50 UTC 2005

Modified Files:
        src/sys/sys [netbsd-3]: protosw.h

Log Message:
Pull up revision 1.36 (requested by gdt in ticket #661):
Add PR_PURGEIF flag for protocols to indicate that the protocol might
store a struct ifnet *, and define it for udp/tcp/rawip for INET and
INET6.  When deleting a struct ifnet, invoke PRU_PURGEIF on all
protocols marked with PR_PURGEIF.  Closes PR kern/29580 (mine).


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.35.10.1 src/sys/sys/protosw.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