summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
1999-12-16Make this compile on the Alpha again.thorpej
1999-12-13per-interface statistics.itojun
1999-12-02Define "_KERNEL" not "KERNEL" before including "netinet6/ip6_mroute.h".tron
1999-11-27Print Internet6 header properly without -f.soren
1999-11-24more clarification to field width of netstat -rn -f inet6.itojun
1999-11-22use old WID_{DST,GW} value (field width for netstat -rn) for non-INET6itojun
1999-11-19Change printf formats for 64bit counters.bouyer
1999-09-15Add -L option. netstat -r -L behaves like 4.3BSD netstat -r, that is, itis
1999-09-15Netstat knows about "-f inet6".is
1999-09-12RTF_PROTO1 is indicated by the flag '1' and RTF_PROTO2 is indicated by the fl...dbj
1999-09-03sync with recent KAME.itojun
1999-08-19not all kvm_getfiles() errors are "out of memory." for instance,cgd
1999-07-30do not include netinet/in6_systm.h, which has been empty for a while.itojun
1999-07-12Revert previous, as it merely worked around a recent bug in make(1) whichthorpej
1999-07-12make sure to use files in ${.CURDIR} before ${.CURDIR}/../../sys/netiso.itojun
1999-07-12merge SRCS into one.itojun
1999-07-06add NetBSD RCS ID.itojun
1999-07-01make netstat IPv6-ready.itojun
1999-04-29Print SYN,ACK retransmission statistics.thorpej
1999-04-02Remove duplicated if() statementA.hubertf
1999-04-02don't use malloc for large sockaddr's, just name the union declared abovechopps
1999-04-01user err() not errx()chopps
1999-04-01fix for sockaddr's that are bigger than standard sockaddr's (e.g., iso)chopps
1999-03-31Define __POOL_EXPOSE to get at the guts of the pool descriptor.thorpej
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-14Make the damned columns line up.mycroft
1999-03-14There is no -h flag. From OpenBSD.kristerw
1999-02-27fix PR7057: division by zero if no mbufs allocatedsommerfe
1999-02-18rework so that `-A -n' won't truncate the `ipaddr.port' fields, by displayinglukem
1999-02-08fix dumping of pcbsexplorer
1999-02-02remove sentence consistenting solely of "When"lukem
1999-01-15Added a verbose flag for route display that will showkml
1999-01-11#ifndef SMALL changes. saves 30k on the sparcmrg
1999-01-06Apply (slightly modified) patch from 5543 to fix -s behaviour for netatalk.abs
1998-12-05Make a network number by shifting out host bits in octet units.pk
1998-11-23fix invalid shift. colsed PR#5160.msaitoh
1998-10-31put all the different struct sockaddr_xxx types into the union pt_u, to force...mrg
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-07-20Fix bogon in length argument to snprintf when formatting port numbersommerfe
1998-07-18use AF_LOCAL instead of AF_UNIX. support -f local as synonym for -f unixlukem
1998-07-12- KNFmrg
1998-07-06- change setgid kmem programs (that lend themselves to this) so setegid(getgi...mrg
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-06-03Add an option to dump the contents of a PCB at the specified address, andthorpej
1998-05-14Partial fix for PR kern/5435 -- changed netstat to use unsigned counterskml
1998-05-14Ensure that the 'L' lock flag for MTU is always displayed when present.kml
1998-04-29Add support for printing fast forwarded packets.matt
1998-03-19Add support for a '-b' option to provide byte counts in and out,kml
1998-01-29s/_offsetof/offsetof and include stddef.h to reflect recentfrueauf
1998-01-07if INP_ANONPORT is set in the pcb, don't getservbyport the local port,lukem