freebsd-dev/usr.bin/netstat
John Polstra f824b5187e Widen struct sockbuf's sb_timeo member to int from short. With
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.
2002-07-24 03:02:43 +00:00
..
atalk.c Widen struct sockbuf's sb_timeo member to int from short. With 2002-07-24 03:02:43 +00:00
if.c fix warnings; change variable/argument names that mask global names. 2002-04-28 12:15:40 +00:00
inet6.c Cast to kill warnings. De-register. 2002-04-28 12:17:27 +00:00
inet.c Widen struct sockbuf's sb_timeo member to int from short. With 2002-07-24 03:02:43 +00:00
ipsec.c Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
ipx.c Widen struct sockbuf's sb_timeo member to int from short. With 2002-07-24 03:02:43 +00:00
iso.c Widen struct sockbuf's sb_timeo member to int from short. With 2002-07-24 03:02:43 +00:00
main.c Some easy const fixes. 2002-04-28 12:12:49 +00:00
Makefile Remove GCC-specific flags and commented out cruft. 2002-04-28 12:14:10 +00:00
mbuf.c Re-enable mbtypes statistics in the mbuf allocator. I disabled these 2001-09-30 01:58:39 +00:00
mroute6.c fixed typo. 2002-07-03 06:48:12 +00:00
mroute.c If -s -s is specified, don't show zero multicast routing statistics. 2001-09-07 12:59:30 +00:00
netgraph.c Widen struct sockbuf's sb_timeo member to int from short. With 2002-07-24 03:02:43 +00:00
netstat.1 Fix typo. 2001-10-23 20:27:06 +00:00
netstat.h Deprecate the -l option in favour of more natural -W. 2001-09-07 12:00:50 +00:00
ns.c Widen struct sockbuf's sb_timeo member to int from short. With 2002-07-24 03:02:43 +00:00
route.c Fix incorrect cast. 2002-07-16 05:57:21 +00:00
unix.c Widen struct sockbuf's sb_timeo member to int from short. With 2002-07-24 03:02:43 +00:00