Add sizes for free() in autri(4)

2019-12-03 Thread Frederic Cambus
Hi tech@, Here is a diff to add sizes for free() in autri(4). Similar diff to the one commited for auvia(4). Comments? OK? Index: sys/dev/pci/autri.c === RCS file: /cvs/src/sys/dev/pci/autri.c,v retrieving revision 1.42 diff -u -p

massage tcpdump ip and encapsulation output

2019-12-03 Thread David Gwynne
this is a significant reworking of tcpdump with a couple of goals twisted together. it is becoming increasingly common to encapsulate protocols, leading to situations where you have some kind of ip packet inside another ip packet. i am arguing our current ip printing code sucks in this situation b

Re: grep -R with no path

2019-12-03 Thread Klemens Nanni
On Tue, Dec 03, 2019 at 10:50:02AM +0100, Andreas Kusalananda Kähäri wrote: > Could I suggest using "the current working directory" or "the current > directory" in place of "the working directory"? That is what visa also suggested, so I committed it with "current", yes.

Re: grep -R with no path

2019-12-03 Thread Andreas Kusalananda Kähäri
On Tue, Dec 03, 2019 at 01:00:36AM +0100, Klemens Nanni wrote: > On Mon, Dec 02, 2019 at 08:31:02AM +, Miod Vallat wrote: > > grep(1), when invoked with the -R option but no path, displays a > > "recursive search of stdin" warning and acts as if -R had not been > > specified. > > > > GNU grep,

Re: grep -R with no path

2019-12-03 Thread Jeremie Courreges-Anglas
On Tue, Dec 03 2019, Klemens Nanni wrote: > On Mon, Dec 02, 2019 at 08:31:02AM +, Miod Vallat wrote: >> grep(1), when invoked with the -R option but no path, displays a >> "recursive search of stdin" warning and acts as if -R had not been >> specified. >> >> GNU grep, in that case, will perfo

ure(4): add preliminary support for RTL8156

2019-12-03 Thread Kevin Lo
Hi, This diff adds preliminary support for RTL8156 to ure(4). Tested with the Planex USB-LAN2500R. Index: share/man/man4/ure.4 === RCS file: /cvs/src/share/man/man4/ure.4,v retrieving revision 1.6 diff -u -p -u -p -r1.6 ure.4 --- sha