summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2011-07-17Use errx() to display kvm_openfiles error message, the provided buffernjoly
2011-06-21New sentence, new line.wiz
2011-06-21add a sentence regarding multiple tagskefren
2011-06-21print multiple tags if exists, comma separatedkefren
2011-05-29Display SOCK_SEQPACKET local sockets in sockstat and netstatmanu
2011-05-26pull in AES-GCM/GMAC support from OpenBSDdrochner
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2011-05-24copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSECdrochner
2011-05-24RA flood mitigation via a limit on accepted routes:spz
2011-05-23report aes-ctr statistic counter by namedrochner
2011-05-11Suppress whitespace at EOL to fix lib/librumphijack/t_tcpip.dyoung
2011-05-11use getmicrouptime(9) rather than microtime(9) for TIME_WAIT durationdrochner
2011-05-10Use ptrdiff_t to hold pointer difference to avoid coredump on LP64 system.enami
2011-05-05decode camellia-cbc in stats histogramdrochner
2011-05-04Use %zx for _both_ size_t formats!pgoyette
2011-05-04On second thought, make a more conservative change: use %zx instead ofdyoung
2011-05-04Use %zu format for size_t instead of %x.dyoung
2011-05-04Always try to open kmem, do not always set use_sysctl to 1, and do notdyoung
2011-05-04Access the kvm_t using get_kvmd(), only.dyoung
2011-05-04Don't use type qualifier 'register'.dyoung
2011-05-03Do not display expired or reclaimed vestigial TIME_WAIT entries.dyoung
2011-05-03Reduces the resources demanded by TCP sessions in TIME_WAIT-state usingdyoung
2011-04-19fix some labels for ipcomp counters which didn't make sense at alldrochner
2011-03-02Use __arraycount() and PRIu64. Delete unnecessary casts to unsigneddyoung
2011-03-01Pull pfsync_stats() out of inet.c and into pfsync.c so that inet.c doesdyoung
2011-02-04Use RT_ROUNDUP() and friends from sys/route.h instead of homegrownmartin
2011-02-01Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socketmatt
2010-12-15Deal with crunch the standard way.pooka
2010-12-15Make this build with CRUNCHEDPROG defined, and default to the sysctl()he
2010-12-13Add netstat rump client. For now, it always sets -X, i.e. willpooka
2010-12-06Insert word "mbuf" to description of -m (so you can search for it).pooka
2010-07-09Line up total numbers again.enami
2010-06-30Bump date for previous (mpls).wiz
2010-06-29Add mpls into family address listkefren
2010-06-27Add -T flag, that shows tags in route outputkefren
2010-06-26add MPLS clue for showing routeskefren
2010-04-22no need to forward declare struct uio and proc before includingplunky
2010-04-22it is not [any longer] necessary to #define _KERNEL while includingplunky
2010-02-24Add -h, which makes output of bytes counts "humanized" (e.g. -bih)pooka
2009-12-07PR/42243: Yasuoka Masahiko: Add support for "net.inet.icmp.bmcastecho" support.christos
2009-09-27protecting sockaddr_in6 with -DINET6plunky
2009-09-14Import pfsync support from OpenBSD 4.2degroote
2009-09-13Use PRIu64 for printf'ing stuff. Fixes build breakage on part-amd64pgoyette
2009-09-13Put some unsigned long long casts (as was in the original printing code).elad
2009-09-13Fix section for sysctl xref (it is 3, not 2).wiz
2009-09-13Checkin work in progress to make netstat use sysctl rather than kvm(3).elad
2009-06-28Fix typodholland
2009-05-28fix typo (Silas Silva)christos
2009-04-12Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare).lukem
2009-03-11Fix markupjoerg