aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* MFC r175217Andrew Thompson2008-08-101-0/+1
* MFC 1.31: Change .8s port name restriction to .15s.Hajimu UMEMOTO2008-03-251-1/+1
* MFC: Make netstat -rn more resilient to having the routing table change outJohn Baldwin2008-03-051-19/+43
* MFC: netstat.h 1.53; route.c 1.86, 1.87Marius Strobl2008-02-142-14/+13
* MFC: rev. 1.76: 'netstat -A -p tcp' prints the Tcpcb pointer in the 1st colDavid E. O'Brien2008-01-041-1/+1
* MFC: Use uintmax_t to pass around 64-bit quantities, including to printf().David E. O'Brien2007-10-0415-292/+309
* MFC: 2006/07/28 commit achieving WARNS=3David E. O'Brien2007-10-036-92/+94
* MFC: rev. 1.8's layout changes.David E. O'Brien2007-10-031-2/+2
* Fix another nit in an earlier MFC so that we properly warn if we can'tJohn Baldwin2007-09-281-3/+3
* Correct a nit in earlier MFC: the carp stats routine does use sysctl.John Baldwin2007-09-281-1/+1
* MFC: Restore netstat -M functionality for most statistics on core dumps.John Baldwin2007-07-2316-315/+717
* MFC: all except 1.63:Bruce Evans2007-06-141-47/+61
* MFC rev. 1.75: fill the list of icmp types; make its size dependMaxim Konovalov2007-05-141-20/+50
* MFC rev 1.4:Bruce M Simpson2007-03-141-32/+93
* MFC rev. 1.80: We should return the name in cp, not printf it.Yaroslav Tykhiy2006-12-201-1/+3
* MFC: 1.26Julian Elischer2006-07-261-1/+4
* MFC rev. 1.49 to 1.51: Print statistics on jumbo clusters and improveAndre Oppermann2006-03-011-2/+76
* Merge mbuf.c:1.48 from HEAD to RELENG_6:Robert Watson2006-02-141-13/+9
* Merge mbuf.c:1.47 from HEAD to RELENG_6:Robert Watson2006-02-141-2/+0
* MFC:Kelly Yancey2006-01-054-94/+302
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-12-301-0/+184
* MFC bpf stats functionality into netstatChristian S.J. Peron2005-12-274-3/+37
* Merge mbuf.c:1.46 from HEAD to RELENG_6: trim accidentally committedRobert Watson2005-11-281-2/+0
* Merge main.c:1.80, mbuf.c:1.45, netstat.h:1.46 from HEAD to RELENG_6:Robert Watson2005-11-203-178/+54
* MFC: 1.64: Align output.Ruslan Ermilov2005-11-161-2/+2
* MFC 1.61 by ru:Gleb Smirnoff2005-11-091-0/+2
* MFC: rev. 1.79Max Laier2005-11-081-3/+3
* MFC 1.62:Gleb Smirnoff2005-09-291-37/+29
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-09-171-0/+124
* MFC rev. 1.52:Yaroslav Tykhiy2005-08-281-1/+1
* MFC:Gleb Smirnoff2005-08-194-10/+29
* Merge mbuf.c:1.43,1.44 and Makefile:1.27 from HEAD to RELENG_6:Robert Watson2005-07-282-36/+198
* MFC: -sp pfsyncMax Laier2005-07-233-0/+51
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-2/+2
* Silence a warning on systems without carp(4).Ruslan Ermilov2005-04-121-1/+2
* Add limits on the number of elements in the sack scoreboard bothPaul Saab2005-03-091-0/+1
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-223-0/+50
* According to style.Makefile(5):Xin LI2005-01-231-2/+4
* Make sure that we don't define INET6 when NO_INET6 is defined.Xin LI2005-01-221-0/+2
* evise use of queue(9) macros for netipx when used from userspace:Robert Watson2005-01-021-11/+5
* Apply a simplifying patch submitted by rik to the IPX support inRobert Watson2004-12-311-34/+14
* Update netstat(1) for recent conversion of netipx to queue(9) fromRobert Watson2004-12-312-4/+24
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* -c flag (cache stats) was killed in rev. 1.68. Fix getopt(3) andMaxim Konovalov2004-10-201-2/+2
* Print link level address on vlan interfaces using ether_ntoa(), to makeGleb Smirnoff2004-07-281-0/+1
* Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder2004-07-281-6/+6
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier2004-07-2614-78/+82
* Add SACK statistics to netstat.Paul Saab2004-06-291-0/+10
* Make netstat(1) more closely follow documented behaviour. If a TCPBruce M Simpson2004-06-161-1/+2
* Add missing dot and newline in a message.Max Khon2004-06-021-1/+1