Age | Commit message (Expand) | Author |
2007-12-19 | Remove the kvm code in rt_stats() and use the sysctl code all the time. | Claudio Jeker |
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 |
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter |
2007-12-11 | mbuf stats are always gotten via sysctl(), so remove old nlist stuff | Theo de Raadt |
2007-10-20 | an usage message should fit on a 80-column display | Igor Sobrado |
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 |
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker |
2007-09-05 | Counters switched to u_int64_t so use %llu to print them. | Claudio Jeker |
2007-09-03 | Make use of the carp preempt counter to signal number of transitions of | Joel Knight |
2007-08-14 | Prevent sneaking in unencrypted packets into WEP traffic. | Alexander Bluhm |
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 |
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 |
2007-06-28 | Bring the index defines back in sync with struct nlist after removal of IPX | Claudio Jeker |
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 |
2007-06-19 | err(3) was being called but was missing an include, and end: was | Ray Lai |
2007-06-19 | "off" isn't a pointer, it's a ulong. According to printf(3), %#lx | Ray Lai |
2007-06-15 | Don't truncate interface name. | Ray Lai |
2007-06-04 | remove IPX support, agreed by many | Henning Brauer |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-23 | add -F to usage(); | Jason McIntyre |
2007-03-23 | Add a new flag -F to netstat restricting route display in conjuction | Pierre-Yves Ritschard |
2006-12-29 | Netstat has the same issue problem as route when printing a default inet6 | Claudio Jeker |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
2006-08-29 | Fix KVM snooping code of netstat that got broken by the multiple table | Claudio Jeker |
2006-07-05 | remove duplicate prototype for the intpr function. | Brad Smith |
2006-05-30 | this fixes a crash observed by Naddy on amd64, and permits the src/dst ip's to | Todd T. Fries |
2006-05-27 | Kill upHex and use %X instead. Crazy old code found by deraadt. | Claudio Jeker |
2006-05-27 | Moving netstat from kvm snooping to retrieving the routing tables via | Claudio Jeker |
2006-04-12 | use "/bypass" instead of "/permit" when showing bypass flows | Hans-Joerg Hoexer |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter |
2005-12-11 | ARGSUSED | Theo de Raadt |
2005-10-17 | Use queue macros instead of directly accessing fields. ok pat@ "put it | Otto Moerbeek |
2005-09-06 | make some of the stat utility pages reference each other; | Jason McIntyre |
2005-08-11 | print pmtu TCB variables | Markus Friedl |
2005-08-11 | New counter for not joined IPv4 multicast groups. | Marco Pfatschbacher |
2005-07-25 | update DESCRIPTION to reflect the fact that another synopsis form was | Jason McIntyre |
2005-07-04 | make these use setres[ug]id for simple privilege dropping; | Damien Miller |
2005-06-16 | add -P to docs and usage/synopsis; ok markus jmc | Jared Yanovich |
2005-06-15 | add -P for dumping PCB infos, similar to netbsd; ok deraadt@ | Markus Friedl |
2005-06-08 | bye bye, Xerox NS protocols | Henning Brauer |
2005-06-07 | remove tiny AF_CCITT trace | Henning Brauer |
2005-05-23 | remove dead and wrong code. | marius eriksen |
2005-05-15 | simple error message cleanup | Reyk Floeter |
2005-05-02 | - add a small description of final synopsis form | Jason McIntyre |