<feed xmlns='http://www.w3.org/2005/Atom'>
<title>netbsd/usr.bin/netstat, branch trunk</title>
<subtitle>NetBSD fork for lockdoc analysis</subtitle>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/'/>
<entry>
<title>bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
<updated>2023-06-03T09:09:01+00:00</updated>
<author>
<name>lukem</name>
<email>lukem@NetBSD.org</email>
</author>
<published>2023-06-03T09:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=ff6601a6cc5f10bccaf009e4e2b72c75774d7a4d'/>
<id>ff6601a6cc5f10bccaf009e4e2b72c75774d7a4d</id>
<content type='text'>
Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.</pre>
</div>
</content>
</entry>
<entry>
<title>if not given an interface to monitor by default, pick the one</title>
<updated>2022-12-28T18:34:33+00:00</updated>
<author>
<name>mrg</name>
<email>mrg@NetBSD.org</email>
</author>
<published>2022-12-28T18:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=d87bcd353251b7bda9ab2c737383d1b1702a044e'/>
<id>d87bcd353251b7bda9ab2c737383d1b1702a044e</id>
<content type='text'>
with the most bytes in/out the first time and keep using it.

in addition to picking the most likely intersting interface,
this actually fixes a bug where interfaces coming/going in
the middle of eg, "netstat -b -w 1", may end up showing the
data for another interface on any output line (including the
the header declaring the interface!)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with the most bytes in/out the first time and keep using it.

in addition to picking the most likely intersting interface,
this actually fixes a bug where interfaces coming/going in
the middle of eg, "netstat -b -w 1", may end up showing the
data for another interface on any output line (including the
the header declaring the interface!)</pre>
</div>
</content>
</entry>
<entry>
<title>Add note about "netstat -mssv".</title>
<updated>2022-12-21T09:06:59+00:00</updated>
<author>
<name>msaitoh</name>
<email>msaitoh@NetBSD.org</email>
</author>
<published>2022-12-21T09:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=19a539ee66f47f9d6319cd18bffa680921f6b3e3'/>
<id>19a539ee66f47f9d6319cd18bffa680921f6b3e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use warn() instead of warnx() and simplify.</title>
<updated>2022-12-12T05:09:33+00:00</updated>
<author>
<name>msaitoh</name>
<email>msaitoh@NetBSD.org</email>
</author>
<published>2022-12-12T05:09:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=c9792cf2f83a439fe167e53bd22497c0fc23fc70'/>
<id>c9792cf2f83a439fe167e53bd22497c0fc23fc70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>netstat/if.c: Fix error message with "-w" option.</title>
<updated>2022-11-19T14:42:35+00:00</updated>
<author>
<name>taca</name>
<email>taca@NetBSD.org</email>
</author>
<published>2022-11-19T14:42:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=7e4a74d072d3118555c7b57fd0ae5f2e8d22f3a9'/>
<id>7e4a74d072d3118555c7b57fd0ae5f2e8d22f3a9</id>
<content type='text'>
Now ifq_drops is 64bit unsigned integer.

No description in src/doc/CHANGES?</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now ifq_drops is 64bit unsigned integer.

No description in src/doc/CHANGES?</pre>
</div>
</content>
</entry>
<entry>
<title>netstat/bpf.c: Don't print garbage for stale pid</title>
<updated>2022-11-19T08:56:20+00:00</updated>
<author>
<name>yamt</name>
<email>yamt@NetBSD.org</email>
</author>
<published>2022-11-19T08:56:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=649b921d215e1d963ea2840b966203f891515b17'/>
<id>649b921d215e1d963ea2840b966203f891515b17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust userland commands for struct inpcb separation</title>
<updated>2022-10-28T05:27:16+00:00</updated>
<author>
<name>ozaki-r</name>
<email>ozaki-r@NetBSD.org</email>
</author>
<published>2022-10-28T05:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=4218bdda2e25226b4b729ea1b4824ce495e58d0a'/>
<id>4218bdda2e25226b4b729ea1b4824ce495e58d0a</id>
<content type='text'>
Only kvm users are affected.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only kvm users are affected.</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust userland commands for struct inpcb integration</title>
<updated>2022-10-28T05:24:07+00:00</updated>
<author>
<name>ozaki-r</name>
<email>ozaki-r@NetBSD.org</email>
</author>
<published>2022-10-28T05:24:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=c154ce0fdb866c3f21441f595b82e3a90b4c4924'/>
<id>c154ce0fdb866c3f21441f595b82e3a90b4c4924</id>
<content type='text'>
Only kvm users are affected.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only kvm users are affected.</pre>
</div>
</content>
</entry>
<entry>
<title>Make ifq_drops in struct ifqueue and struct ifaltq 64 bit.</title>
<updated>2022-10-24T08:11:24+00:00</updated>
<author>
<name>msaitoh</name>
<email>msaitoh@NetBSD.org</email>
</author>
<published>2022-10-24T08:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=a399bebb74bd250dfbace65051feb9fd8994fbbb'/>
<id>a399bebb74bd250dfbace65051feb9fd8994fbbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s/u_quad_t/uint64_t/. No functional change.</title>
<updated>2022-09-21T07:59:19+00:00</updated>
<author>
<name>msaitoh</name>
<email>msaitoh@NetBSD.org</email>
</author>
<published>2022-09-21T07:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=91d7bc498cf58aff9186c224801f515293294458'/>
<id>91d7bc498cf58aff9186c224801f515293294458</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
