summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the bug that caused the AF_UNIX domain sockets to not be shown..peter1995-11-151-1/+1
| | | | | (it was nlist()ing a wrong symbol name). Only problem is that I'd grown quite partial to the inet-only version.. :-)
* Submitted by: Mike Mitchelljulian1995-10-271-0/+348
| | | | | | | oops. forgot this file then went to bed.. sorry
* - #if defined(TF_NEEDSYN) && defined(TF_NEEDSYN)adam1995-10-271-2/+2
| | | | + #if defined(TF_NEEDSYN) && defined(TF_NEEDFIN)
* Submitted by: john hayjulian1995-10-271-1/+1
| | | | | | | patches to merge the two IPX packages to work with each other and to not break make-world :) IPXrouted should be working now, (or at least compiling) :)
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-265-11/+171
| | | | | | | | | | | | | | | | | | | | | Submitted by: Mike Mitchell, supervisor@alb.asctmd.com This is a bulk mport of Mike's IPX/SPX protocol stacks and all the related gunf that goes with it.. it is not guaranteed to work 100% correctly at this time but as we had several people trying to work on it I figured it would be better to get it checked in so they could all get teh same thing to work on.. Mikes been using it for a year or so but on 2.0 more changes and stuff will be merged in from other developers now that this is in. Mike Mitchell, Network Engineer AMTECH Systems Corporation, Technology and Manufacturing 8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000 supervisor@alb.asctmd.com
* In TCP statistics, display new statistic about how many resends werewollman1995-10-131-0/+1
| | | | initiated as a result of the Path MTU discovery process.
* Fixed netstat to not bogusly mangle the argv[] command args by rewritingdg1995-09-232-15/+12
| | | | | | the way it stores and handles "interface". The previous behavior resulted in strange output from 'w' and 'ps' when an interface specification was given to netstat.
* Output statistics as unsigned in the -w section.dg1995-07-293-18/+26
| | | | | | Look at error return of kread() and stop on error. Fix warning in kread() to not output "kvm_read:" twice. Killed PCB cache misses stat as we no longer have it.
* Add "connections dropped by persist timeout" statistic.dg1995-07-291-0/+1
|
* Instantiate our own variables instead of depending on bogus commonbde1995-07-121-1/+2
| | | | declarations in system headers that will be fixed soon.
* Correct spelling mistake: upcated -> updated.wollman1995-06-191-2/+2
|
* Print out the statistics for cache updates of rtt, rttvar, and ssthresh.wollman1995-06-191-0/+5
|
* Re-write `netstat -g' code to match the 3.5 data structures.wollman1995-06-132-53/+51
|
* Remove trailing whitespace.rgrimes1995-05-302-4/+4
|
* That's what I get for doing things in a hurry...applied up-to-date patchdg1995-04-091-1/+1
| | | | to this file rather than old one (before I renamed the structure element).
* Oops, remove some chaff from previous commit.dg1995-04-091-6/+0
|
* Updated netstat to grok 4.4 QUEUE macros now being used to like the PCBsdg1995-04-092-10/+12
| | | | together.
* The negative expire times shown by netstat are confusing and ugly.jkh1995-04-061-5/+7
| | | | | | Destination Gateway Flags Refs Use Netif Expire 199.182.75.128 link#1 UC 0 0 ed0 -842660 Submitted by: John Capo <jc@irbs.com>
* Changed "mapped pages in use" to "mbuf clusters in use".dg1995-02-231-1/+1
|
* Make netstat report the correct state for T/TCP.wollman1995-02-141-1/+7
| | | | Submitted by: Andras Olah <olah@cs.utwente.nl>
* Don't print protocol-cloned routes by default (enabled by -a flag).wollman1995-01-233-33/+62
| | | | | Print non-zero expiration timers. Use err(3) for error reporting.
* Document new route flags.wollman1994-12-141-1/+4
|
* Make it possible to correctly print out new route flags, and do so.wollman1994-12-131-1/+4
|
* Added '-b' option to display the number of in and out bytes on a givendg1994-10-124-35/+86
| | | | interface (used with -i and -I flag).
* Document router advertisement and solicitation messages in ICMP inputwollman1994-10-021-2/+2
| | | | histogram.
* Tell netstat about the new multicast forwarding statistics. For the moment,wollman1994-09-081-8/+23
| | | | | don't try to do any multicast forwarding cache printouts; it's not clear that netstat can do anything particularly useful or meaningful.
* Changed output formatting to 0 pad hex bytes if necessary. This makesdg1994-08-051-1/+1
| | | | | the output consistent with traditional representations of ethernet addresses. I still don't like the spacing in netstat -i, however.
* Converted 'vmunix' to 'kernel'.dg1994-08-051-2/+2
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2712-0/+4125
OpenPOWER on IntegriCloud