CVS commit: src/sys/net
"Shoichi YAMAGUCHI" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: yamaguchi Date: Wed Jun 24 07:03:33 UTC 2026 Modified Files: src/sys/net: if_pppoe.c if_spppsubr.c if_spppvar.h Log Message: sppp: Make IFF_RUNNING and IFF_LINK1 handling MP-safe Introduce new fields to struct sppp that sync with IFF_RUNNING and IFF_LINK1 for MP-safe access. To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 src/sys/net/if_pppoe.c cvs rdiff -u -r1.295 -r1.296 src/sys/net/if_spppsubr.c cvs rdiff -u -r1.51 -r1.52 src/sys/net/if_spppvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.