summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Collapse)Author
2003-10-31Add IPv6 support to CARP.Ryan Thomas McBride
ok deraadt@
2003-10-25#undef p2 in carp_stats()Ryan Thomas McBride
Pointed out by Max Laier
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
Allows multiple hosts to share an IP address, providing high availability and load balancing. Based on code by mickey@, with additional help from markus@ and Marco_Pfatschbacher@genua.de ok deraadt@
2003-10-07missing free(). Andrey Matveev via deraadt@. ok deraadt@Ted Unangst
2003-10-04oopsTheo de Raadt
2003-10-04tweaks from andrushock@korovino.netTheo de Raadt
2003-10-03deal with KAME embedded scope-id for PF_KEY (Encap) route dump. deraadt okJun-ichiro itojun Hagino
2003-09-26fix columns; sahara@surt.netTheo de Raadt
2003-09-04fix crash and add new icmpnames. based on pr3439. some input fgsch@.Ted Unangst
ok deraadt@ fgsch@
2003-09-04typo; aldo@nullcube.comTheo de Raadt
2003-08-27RNF_IGNORE can corrupt the radix tree when an interface is down, itHenric Jungheim
makes routing lookups slightly more expensive, and serves no useful purpose. ok itojun@ tedu@
2003-08-26mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parentJun-ichiro itojun Hagino
disappers. deraadt ok
2003-08-19number of mbuf clusters is not the same as number of pages allocated for ↵Michael Shalayeff
'em; noticed by dsb@uvm.poi.dvo.ru
2003-07-14- Dv Ta -> Ta DvJason McIntyre
- kill a .br
2003-07-10add missing includesDavid Krause
ok deraadt@ tedu@
2003-07-07protosTheo de Raadt
2003-06-26more proto fixesTheo de Raadt
2003-06-25add protoTheo de Raadt
2003-06-12- document -ltu options;Jason McIntyre
from PR 3307 (Zoltan Glozik) - sync SYNOPSIS and usage(); ok henning@ deraadt@
2003-06-05remove some incorrect documentation;Jason McIntyre
from Aldo Cortesi (PR 3277); ok deraadt@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-14use __KAME__ to determine kame-based kernel.Jun-ichiro itojun Hagino
2003-03-21change 'netstat -m' output from:Philipp Buehler
0/28 mapped pages in use to 0/14/1024 mbuf cluster pages in use (current/peak/max) ok henning@, millert@
2003-03-16correctly initialize a pointerNikolay Sturm
OK millert@
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-02-19add a counter for times ipcomp is skipped because the packet is below theJason Wright
minimum compression threshold.
2003-02-12Remove commons; inspired by netbsd.Jason Wright
2003-02-01Fix out-of-bounds access to nl[255], found by naddy@ in context ofDaniel Hartmeier
propolice. ok theo@
2003-02-01ansiTheo de Raadt
2002-10-26typo. NetBSD PR 18816Jun-ichiro itojun Hagino
2002-09-23correctly dump radix_node; henric@attbi.comTheo de Raadt
2002-09-19Don't print garbage when getnameinfo fails. henning@ ok.Hakan Olsson
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-08-04revoke privs earlierTheo de Raadt
2002-07-25handle < 0 and such betterTheo de Raadt
2002-06-30Correctly retrieve mbuf statistics from the kernel.Angelos D. Keromytis
2002-06-24KERN_POOL_POOL, not KERN_POOL_NPOOLS --- I wonder how this was notAngelos D. Keromytis
observed. From dfa@solo.ee and dsb@nt.pin.dvgu.ru
2002-06-19use macro to determine link-local multicast addrJun-ichiro itojun Hagino
2002-06-19decode embedded scopeid on -inalv multicast address printingJun-ichiro itojun Hagino
2002-06-18pull in missing includesTheo de Raadt
2002-06-09Begin some sysctl-ization.Angelos D. Keromytis
2002-06-09Standardization -- s/tdb/TDB/ and various dup expansions.Jason Peel
ok aaron@
2002-06-09use strchr() instead of index()Theo de Raadt
2002-06-09'cuz -> because; deraadt@ ok, pvalchev@ okAaron Campbell
2002-06-07print rip6statJun-ichiro itojun Hagino
2002-06-02mrtstat members are u_long, so use %lu not %ldJun-ichiro itojun Hagino
2002-06-02KNFTheo de Raadt
2002-05-27a night of cleanup, so i can read this easierTheo de Raadt
2002-05-16display the ECN related statistics.Kenjiro Cho
it is a bit verbose and will be cleaned up once we figure out which counters are more useful than others.
2002-02-23No more POOL_EXPOSE.Artur Grabowski