Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-03 | Reflect MPLS kernel changes. Operations are stored now in rt_mpls field. | Michele Marchetto | |
ok claudio@ laurent@ | |||
2009-02-02 | Fix typo, from Joao Salvatti <salvatti@gmail.com>. | Marc Balmer | |
2009-01-28 | Make the -A a bit more readable by adding a newline between the route and | Claudio Jeker | |
mk list. | |||
2009-01-27 | Fix some interger overflows when accounting the used mbuf memory percentage | Claudio Jeker | |
and while there use a better type for the plural{,es}() functions. OK henning@ | |||
2009-01-26 | NULL instead of 0 in comparison | Claudio Jeker | |
2009-01-26 | Again use P to mark multipath routes in route output. OK henning@ | Claudio Jeker | |
2009-01-08 | Reflect MPLS kernel changes. | Michele Marchetto | |
ok claudio@ | |||
2008-12-24 | Plug a couple of memory leaks noticed by deraadt. | David Hill | |
ok otto@ | |||
2008-12-17 | add some newly created stats that are defined in ieee80211_ioctl.h | joshua stein | |
but not shown here update some descriptions to show that they are for wpa as well as wep input from and ok damien@ | |||
2008-12-15 | Unbreak netstat, reflecting kernel changes. | Michele Marchetto | |
Now it shows MPLS informations correctly. OK claudio@ | |||
2008-12-15 | work around tree breakage by mpls people | Theo de Raadt | |
2008-12-04 | ... but without the debug code | Theo de Raadt | |
2008-12-04 | correctly display information for each of the mbuf cluster pools (which | Theo de Raadt | |
have different sizes) ok dlg | |||
2008-11-09 | the extra kget() macro just befuddles the things we need to replace with a ↵ | Theo de Raadt | |
sysctl mechanism later | |||
2008-10-14 | inet6print() has no 4th argument | Theo de Raadt | |
2008-09-16 | netstat statistics for pflow(4) via pseudo family | Joerg Goltermann | |
ok cluadio@ henning@ | |||
2008-09-15 | Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to show | Claudio Jeker | |
correct values. OK henning@ | |||
2008-06-13 | Include some additional pointers, etc that I really need for debugging | Claudio Jeker | |
nasty routing table issues. Mainly the pointer to the previous node. OK henning@ | |||
2008-06-13 | remove a rather silly comment. | Claudio Jeker | |
2008-06-13 | Let the kvm output of netstat grok rt priorities like the "normal" show code. | Claudio Jeker | |
2008-05-09 | some Xr for tcpbench(1) and tcpdrop(8); | Jason McIntyre | |
2008-05-08 | Sync netstat show.c with route show.c to gain mpls support and to show the | Claudio Jeker | |
routing priority. hai norby@ | |||
2008-05-08 | make -f mpls work. OK norby@ | Claudio Jeker | |
2008-05-08 | Receiving carp packets for unknown vhid's is not really an error. | Marco Pfatschbacher | |
Change the wording accordingly. OK markus@, dlg@ | |||
2008-03-18 | Make -I work correctly. RTM_NEWADDR needs to filter the ifname as well. | Claudio Jeker | |
Found by and tested jmc@ | |||
2008-02-05 | Change the method of identifying server connections to hide from | Stuart Henderson | |
netstat without -a: use the connection state to identify TCP servers, check the foreign address (not local address) to identify servers on UDP and raw sockets. From Philip Guenther, style changes suggested by Claudio. ok claudio | |||
2008-01-03 | Make if.c kvm free by fetching the interface stats via sysctl like in systat | Claudio Jeker | |
and ospfd. What is not yet covered is the -d and -t flags to show interface queue drops and the if_timer. OK deraadt@ | |||
2007-12-19 | Remove the kvm code in rt_stats() and use the sysctl code all the time. | Claudio Jeker | |
While there remove the ugly rflag checks and make it more consistent with the rest of the code. Another step in making netstat setgid free. OK deraadt@ | |||
2007-12-19 | delete rcsid crud | Theo de Raadt | |
2007-12-14 | remove 21 nlist variables, and instead use sysctl to query the kernel | Theo de Raadt | |
turn on INET6 the default (remove the #ifdef's) ok claudio reyk | |||
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter | |
change netstat to use them instead of accessing kvm for it. more protocols will be added later. discussed with deraadt@ claudio@ gilles@ ok deraadt@ | |||
2007-12-11 | mbuf stats are always gotten via sysctl(), so remove old nlist stuff | Theo de Raadt | |
ok claudio pyr | |||
2007-10-20 | an usage message should fit on a 80-column display | Igor Sobrado | |
ok jmc@ | |||
2007-09-11 | u_quad_t -> u_int64_t and %qu -> %llu, from brad | Henning Brauer | |
2007-09-11 | More 64 bits counters fixes. | Michael Knudsen | |
From brad. ok mk claudio | |||
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker | |
rmx_pksent is not u_int64_t all others are just u_int. | |||
2007-09-05 | Counters switched to u_int64_t so use %llu to print them. | Claudio Jeker | |
Found by and OK mk@ + OK mglocker@ | |||
2007-09-03 | Make use of the carp preempt counter to signal number of transitions of | Joel Knight | |
any carp group to master status. ok dhartmei@ | |||
2007-08-14 | Prevent sneaking in unencrypted packets into WEP traffic. | Alexander Bluhm | |
ok damien@, put it ok deraadt@ | |||
2007-07-25 | Update synopsis. with help by jmc@ | Claudio Jeker | |
2007-07-25 | Make it possible to show alternate routing tables in netstat. This mostly | Claudio Jeker | |
comes from route(8) which already had the -T option. OK henning@ | |||
2007-07-24 | Bring back a few things from route/show.c which I like better. | Claudio Jeker | |
2007-07-21 | Similar to sbin/route/show.c: | Claudio Jeker | |
Check the rtm_version before trying to print an entry. If the rtmsg has a different version skip it and don't try to print it. Solves a SIGSEGV I have triggered with one of my scarier diffs. OK henning@ | |||
2007-06-28 | Bring the index defines back in sync with struct nlist after removal of IPX | Claudio Jeker | |
symbols from the table. This fixes the netstat issues some people reported. OK henning@ | |||
2007-06-19 | Remove unused variable. | Ray Lai | |
2007-06-19 | net80211_ifstats() is called in main.c but there was no prototype. | Ray Lai | |
OK markus and itojun | |||
2007-06-19 | err(3) was being called but was missing an include, and end: was | Ray Lai | |
unused. OK markus and itojun | |||
2007-06-19 | "off" isn't a pointer, it's a ulong. According to printf(3), %#lx | Ray Lai | |
is equivalent to %p. OK markus and itojun | |||
2007-06-15 | Don't truncate interface name. | Ray Lai | |
Fixes PR 5460. OK deraadt, agreed with by krw. | |||
2007-06-04 | remove IPX support, agreed by many | Henning Brauer | |