#
e9370a2e |
| 16-Jun-2001 |
Assar Westerlund <assar@FreeBSD.org> |
revert removal of warning and K&R support
Requested by: bde
|
#
af7a0a2d |
| 15-Jun-2001 |
Assar Westerlund <assar@FreeBSD.org> |
remove most of the warnings
|
#
65ea0024 |
| 15-Jun-2001 |
Assar Westerlund <assar@FreeBSD.org> |
add the option -S for printing port numbers symbolically but addresses numerically. clean up the CFLAGS in Makefile.
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0 |
|
#
32cd1d96 |
| 04-Jul-2000 |
Jun-ichiro itojun Hagino <itojun@FreeBSD.org> |
sync with latest kame netstat. basically, more statistics
|
Revision tags: release/3.5.0_cvs, release/4.0.0_cvs |
|
#
0fea3d51 |
| 28-Jan-2000 |
Yoshinobu Inoue <shin@FreeBSD.org> |
IPv6 multicast routing. kernel IPv6 multicast routing support. pim6 dense mode daemon pim6 sparse mode daemon netstat support of IPv6 multicast routing statistics
Merging to the current an
IPv6 multicast routing. kernel IPv6 multicast routing support. pim6 dense mode daemon pim6 sparse mode daemon netstat support of IPv6 multicast routing statistics
Merging to the current and testing with other existing multicast routers is done by Tatsuya Jinmei <jinmei@kame.net>, who writes and maintainances the base code in KAME distribution.
Make world check and kernel build check was also successful.
show more ...
|
Revision tags: release/3.4.0_cvs |
|
#
a97a9922 |
| 21-Oct-1999 |
Julian Elischer <julian@FreeBSD.org> |
Cleanup towards -Wall
|
Revision tags: release/3.3.0_cvs, release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
67a451cc |
| 18-Jan-1999 |
Bill Fenner <fenner@FreeBSD.org> |
Don't use ip_mrtproto to determine whether multicast routing is in the kernel; this was left over from the earlier protocol-dependent kernel multicast routing code.
Learn how to handle the malloc'
Don't use ip_mrtproto to determine whether multicast routing is in the kernel; this was left over from the earlier protocol-dependent kernel multicast routing code.
Learn how to handle the malloc'd multicast routing table (instead of expecting it to be in mbufs)
show more ...
|
Revision tags: release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1 |
|
#
87669425 |
| 03-Jan-1997 |
Garrett Wollman <wollman@FreeBSD.org> |
Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.
|
#
628d2ac1 |
| 10-Dec-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
Fix up programs which expect <net/if.h> to include <sys/time.h> to instead do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Als
Fix up programs which expect <net/if.h> to include <sys/time.h> to instead do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
show more ...
|
Revision tags: release/2.1.5_cvs |
|
#
7d56c0ee |
| 03-Jun-1996 |
Alexander Langer <alex@FreeBSD.org> |
Code cleanup: remove unused variables, use correct *printf format specifiers (some unsigned values were printed as signed, some longs were printed as ints), and place parentheses around assignments i
Code cleanup: remove unused variables, use correct *printf format specifiers (some unsigned values were printed as signed, some longs were printed as ints), and place parentheses around assignments in if statements.
show more ...
|
#
d8d89152 |
| 11-Mar-1996 |
David Greenman <dg@FreeBSD.org> |
Move #include of queue.h before #include of socketvar.h in preparation for struct socket changes.
|
#
05ddff6e |
| 15-Jan-1996 |
Peter Wemm <peter@FreeBSD.org> |
Merge in Lite-2 changes.
|
#
6889b16a |
| 15-Jan-1996 |
Peter Wemm <peter@FreeBSD.org> |
Import netstat from 4.4Lite-2 - this version eliminates some of the severely bogus mask guessing in the netname code, and also reports the mask length of the route (like linux's netstat, but in a muc
Import netstat from 4.4Lite-2 - this version eliminates some of the severely bogus mask guessing in the netname code, and also reports the mask length of the route (like linux's netstat, but in a much more compact form)
The current code is doing bogus things like shifting c-class subnets by 4 bits and looking them up, causing a DNS lookup of 0x0C0CBxxx which takes an eternity to fail.
show more ...
|
Revision tags: release/2.1.0_cvs |
|
#
ef105c25 |
| 13-Jun-1995 |
Garrett Wollman <wollman@FreeBSD.org> |
Re-write `netstat -g' code to match the 3.5 data structures.
|
Revision tags: release/2.0.5_cvs, release/2.0 |
|
#
19bd7f94 |
| 08-Sep-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
Tell netstat about the new multicast forwarding statistics. For the moment, don't try to do any multicast forwarding cache printouts; it's not clear that netstat can do anything particularly useful
Tell netstat about the new multicast forwarding statistics. For the moment, don't try to do any multicast forwarding cache printouts; it's not clear that netstat can do anything particularly useful or meaningful.
show more ...
|
Revision tags: release/1.1.5.1_cvs |
|
#
9b50d902 |
| 27-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Usr.bin Sources
|