<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/netstat/netgraph.c, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).</title>
<updated>2004-07-26T20:18:11+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2004-07-26T20:18:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6cc6f12231c7267d34a409cfbd960c7f3d69f8eb'/>
<id>6cc6f12231c7267d34a409cfbd960c7f3d69f8eb</id>
<content type='text'>
Use warnx() instead of warn() when error message is not of any interest. Add
prototypes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use warnx() instead of warn() when error message is not of any interest. Add
prototypes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Warns cleanups for netstat:</title>
<updated>2002-09-05T17:06:51+00:00</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-09-05T17:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a01e3379df7c510218ec793cf6f288ac4aac6487'/>
<id>a01e3379df7c510218ec793cf6f288ac4aac6487</id>
<content type='text'>
1) Include arpa/inet.h for ntohs.
2) Constness fixes.
3) Fix shadowing except for "sin" which shouldn't be in scope.
4) Remove register keyword.
5) Add missing initialsers to user defined structs.
5) Make prototype of netname6 globally visable.
6) Use right macros for printing syncache stats (even though entrie isn't
   a word).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1) Include arpa/inet.h for ntohs.
2) Constness fixes.
3) Fix shadowing except for "sin" which shouldn't be in scope.
4) Remove register keyword.
5) Add missing initialsers to user defined structs.
5) Make prototype of netname6 globally visable.
6) Use right macros for printing syncache stats (even though entrie isn't
   a word).
</pre>
</div>
</content>
</entry>
<entry>
<title>Widen struct sockbuf's sb_timeo member to int from short.  With</title>
<updated>2002-07-24T03:02:43+00:00</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>2002-07-24T03:02:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f824b5187e4c4785cb32f6feb1a0c1459d6905c5'/>
<id>f824b5187e4c4785cb32f6feb1a0c1459d6905c5</id>
<content type='text'>
non-default but reasonable values of hz this member overflowed,
breaking NFS over UDP.

Also, as long as I'm plowing up struct sockbuf ... Change certain
members from u_long/long to u_int/int in order to reduce wasted
space on 64-bit machines.  This change was requested by Andrew
Gallatin.

Netstat and systat need to be rebuilt.  I am incrementing
__FreeBSD_version in case any ports need to change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
non-default but reasonable values of hz this member overflowed,
breaking NFS over UDP.

Also, as long as I'm plowing up struct sockbuf ... Change certain
members from u_long/long to u_int/int in order to reduce wasted
space on 64-bit machines.  This change was requested by Andrew
Gallatin.

Netstat and systat need to be rebuilt.  I am incrementing
__FreeBSD_version in case any ports need to change.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove warnings</title>
<updated>2001-06-15T23:55:45+00:00</updated>
<author>
<name>Assar Westerlund</name>
<email>assar@FreeBSD.org</email>
</author>
<published>2001-06-15T23:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f964d60dd3287932055bfdaadf3cba4a7ff2d648'/>
<id>f964d60dd3287932055bfdaadf3cba4a7ff2d648</id>
<content type='text'>
remove superfluous declarations
make things more consistent
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove superfluous declarations
make things more consistent
</pre>
</div>
</content>
</entry>
<entry>
<title>revert removal of warning and K&amp;R support</title>
<updated>2001-06-15T23:07:59+00:00</updated>
<author>
<name>Assar Westerlund</name>
<email>assar@FreeBSD.org</email>
</author>
<published>2001-06-15T23:07:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e9370a2e59648a97d70bd008b7d8ad1124cc5f56'/>
<id>e9370a2e59648a97d70bd008b7d8ad1124cc5f56</id>
<content type='text'>
Requested by: bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requested by: bde
</pre>
</div>
</content>
</entry>
<entry>
<title>remove most of the warnings</title>
<updated>2001-06-15T01:53:05+00:00</updated>
<author>
<name>Assar Westerlund</name>
<email>assar@FreeBSD.org</email>
</author>
<published>2001-06-15T01:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=af7a0a2d2b9546d0fc4f33f1ea8fb7b126392832'/>
<id>af7a0a2d2b9546d0fc4f33f1ea8fb7b126392832</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use macro API to &lt;sys/queue.h&gt;</title>
<updated>2000-12-30T21:22:54+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-12-30T21:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4d51ef63435755cdf2aa48ad1251c2c2960678e2'/>
<id>4d51ef63435755cdf2aa48ad1251c2c2960678e2</id>
<content type='text'>
Submitted by:	"Jason" &lt;jsmethers@pdq.net&gt;
Reviewed by:	phk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	"Jason" &lt;jsmethers@pdq.net&gt;
Reviewed by:	phk
</pre>
</div>
</content>
</entry>
<entry>
<title>    Put include &lt;netgraph.h&gt; back in - problem was due to a cvsup mess on</title>
<updated>1999-10-24T02:58:39+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>1999-10-24T02:58:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ebdb21f42966ac6f083f1015e2957ce522ff6cf6'/>
<id>ebdb21f42966ac6f083f1015e2957ce522ff6cf6</id>
<content type='text'>
    freefall.  There may also be a real problem w/ buildworld but the fix
    would go somewhere else, not here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    freefall.  There may also be a real problem w/ buildworld but the fix
    would go somewhere else, not here.
</pre>
</div>
</content>
</entry>
<entry>
<title>    Cleanup missing includes, stale includes, and a few printf format</title>
<updated>1999-10-23T17:45:11+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>1999-10-23T17:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f41f949d09ee73fda2c37b2f638a776a0e3bbdef'/>
<id>f41f949d09ee73fda2c37b2f638a776a0e3bbdef</id>
<content type='text'>
    inconsistancies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    inconsistancies.
</pre>
</div>
</content>
</entry>
</feed>
