CVS commit: src/usr.bin/make

2022-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 15 07:58:00 UTC 2022 Modified Files: src/usr.bin/make: make.1 Log Message: make.1: make horizontal and vertical spacing more consistent To generate a diff of this commit: cvs rdiff -u -r1.348 -r1.349

CVS commit: src/usr.bin/make

2022-11-14 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Nov 15 07:58:00 UTC 2022 Modified Files: src/usr.bin/make: make.1 Log Message: make.1: make horizontal and vertical spacing more consistent To generate a diff of this commit: cvs rdiff -u -r1.348 -r1.349

Re: CVS commit: src/sys

2022-11-14 Thread Ryo Shimizu
>> > > This clearly is a layering/abstraction violation and would have been >> > > good to discuss upfront. >> > > >> > > Where do you make use of that information? What about other packet >> > > injection >> > > paths? >> > >> > The next commit uses it in if_arp to ensure that the DaD probe

Re: CVS commit: src/sys

2022-11-14 Thread Ryota Ozaki
On Tue, Nov 15, 2022 at 11:29 AM Ryota Ozaki wrote: > > On Mon, Nov 14, 2022 at 8:52 PM Roy Marples wrote: > > > > On 14/11/2022 11:04, Martin Husemann wrote: > > > This clearly is a layering/abstraction violation and would have been > > > good to discuss upfront. > > > > > > Where do you make

Re: CVS commit: src/sys

2022-11-14 Thread Ryota Ozaki
On Mon, Nov 14, 2022 at 8:52 PM Roy Marples wrote: > > On 14/11/2022 11:04, Martin Husemann wrote: > > This clearly is a layering/abstraction violation and would have been > > good to discuss upfront. > > > > Where do you make use of that information? What about other packet injection > > paths?

Re: CVS commit: src/sys

2022-11-14 Thread Kengo NAKAHARA
Hi, Thank you for your updating. Thanks, On 2022/11/14 19:15, Roy Marples wrote: On 14/11/2022 09:49, Kengo NAKAHARA wrote: Hi, Please update the size in comment, when struct pkthdr is changed. https://github.com/NetBSD/src/blob/trunk/sys/sys/mbuf.h#L181 Thanks, Done, thanks. Roy

Re: CVS commit: src/sys

2022-11-14 Thread Roy Marples
On 14/11/2022 11:04, Martin Husemann wrote: This clearly is a layering/abstraction violation and would have been good to discuss upfront. Where do you make use of that information? What about other packet injection paths? The next commit uses it in if_arp to ensure that the DaD probe sending

Re: CVS commit: src/sys

2022-11-14 Thread Martin Husemann
On Mon, Nov 14, 2022 at 12:04:20PM +0100, Martin Husemann wrote: > On Mon, Nov 14, 2022 at 10:15:33AM +, Roy Marples wrote: > > On 14/11/2022 09:49, Kengo NAKAHARA wrote: > > > Hi, > > > > > > Please update the size in comment, when struct pkthdr is changed. > > >    

Re: CVS commit: src/sys

2022-11-14 Thread Martin Husemann
On Mon, Nov 14, 2022 at 10:15:33AM +, Roy Marples wrote: > On 14/11/2022 09:49, Kengo NAKAHARA wrote: > > Hi, > > > > Please update the size in comment, when struct pkthdr is changed. > >     https://github.com/NetBSD/src/blob/trunk/sys/sys/mbuf.h#L181 > > > > > > Thanks, > > Done,

Re: CVS commit: src/sys

2022-11-14 Thread Roy Marples
On 14/11/2022 09:49, Kengo NAKAHARA wrote: Hi, Please update the size in comment, when struct pkthdr is changed.     https://github.com/NetBSD/src/blob/trunk/sys/sys/mbuf.h#L181 Thanks, Done, thanks. Roy

CVS commit: src/sys/sys

2022-11-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Nov 14 10:15:08 UTC 2022 Modified Files: src/sys/sys: mbuf.h Log Message: Adjust comment for new sizes. Thanks to Kengo NAKAHARA To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234 src/sys/sys/mbuf.h Please note

CVS commit: src/sys/sys

2022-11-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Nov 14 10:15:08 UTC 2022 Modified Files: src/sys/sys: mbuf.h Log Message: Adjust comment for new sizes. Thanks to Kengo NAKAHARA To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234 src/sys/sys/mbuf.h Please note

Re: CVS commit: src/sys

2022-11-14 Thread Kengo NAKAHARA
Hi, Please update the size in comment, when struct pkthdr is changed. https://github.com/NetBSD/src/blob/trunk/sys/sys/mbuf.h#L181 Thanks, On 2022/11/14 18:23, Roy Marples wrote: Module Name:src Committed By: roy Date: Mon Nov 14 09:23:42 UTC 2022 Modified Files:

CVS commit: src/sys/netinet

2022-11-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Nov 14 09:32:21 UTC 2022 Modified Files: src/sys/netinet: if_arp.c Log Message: arp: Validate L2 sender hardware address matches ARP probe RFC 5227 section 1.1 states that for a DaD ARP probe the sender hardware address must

CVS commit: src/sys/netinet

2022-11-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Nov 14 09:32:21 UTC 2022 Modified Files: src/sys/netinet: if_arp.c Log Message: arp: Validate L2 sender hardware address matches ARP probe RFC 5227 section 1.1 states that for a DaD ARP probe the sender hardware address must

CVS commit: src/sys

2022-11-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Nov 14 09:23:42 UTC 2022 Modified Files: src/sys/net: if_ethersubr.c src/sys/sys: mbuf.h Log Message: net: Store a pointer to the Layer 2 Sender Hardware address in mbuf The BSD networking stack is designed around

CVS commit: src/sys

2022-11-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Nov 14 09:23:42 UTC 2022 Modified Files: src/sys/net: if_ethersubr.c src/sys/sys: mbuf.h Log Message: net: Store a pointer to the Layer 2 Sender Hardware address in mbuf The BSD networking stack is designed around