summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Collapse)Author
2004-06-06- add -S to usage()Jason McIntyre
- for some reason -s was also missing from one of them - sync
2004-06-06make -S description match the rest of the page (in terms of tense);Jason McIntyre
2004-06-06double `the';Jason McIntyre
2004-06-06Add new '-S' flag to display the source selector part of the routing tableCedric Berger
entry. "netstat -nrSf inet". ok deraadt@ mcbride@
2004-05-07Fix some sizeof(ptr) bugs based on diffs from aaron@.Todd C. Miller
Note that this is not code that actually gets compiled.
2004-05-04The tcp specific routing metrics are almost never used so reduce the routingClaudio Jeker
table from these metrics. struct rt_msghdr used by the routing socket is not affected and so most userland apps don't need to be changed. some man page polishing by jmc@ OK henning@ markus@ theo@
2004-04-28carp stats cleanup:Ryan Thomas McBride
- convert counters to 64 bits - remove junk from netstat ok pb@
2004-04-28pfsync stats fixups:Ryan Thomas McBride
- convert counters to 64 bits - add dedicated counters for sanity checks added right before release - clean up netstat output
2004-04-24print tcps_rcvacktooold; ok henningMarkus Friedl
2004-04-16print clusters, not pages. half from millert@ ok deraadt@ millert@Ted Unangst
2004-04-01change -p to restrict output to protocol (not just for -s);Markus Friedl
ok deraadt@, hshoexer@, tdeval@, jmc@
2004-03-13some NULL vs 0 and knf; parts from nimadeus@pandora.beTheo de Raadt
2004-02-29print tcps_conndrained; reminder from mcbride@Markus Friedl
2004-02-26better englishMarkus Friedl
2004-02-26print tcps_rcvmemdrop; ok deraadtMarkus Friedl
2004-01-15print stats for tcp md5 checksums (aka 'signature'); ok millert@, deraadt@Markus Friedl
2004-01-13Fix printf formats and add missing include.Otto Moerbeek
ok mcbride@ deraadt@
2004-01-06import netbsd's version of David Borman's syncache codeMarkus Friedl
http://www.kohala.com/start/borman.97jun06.txt; ok deraadt@, henning@
2003-12-27Fix cut-n-paste oversight in pfsync_stats().Ryan Thomas McBride
2003-12-22remove a suplicate commentMichael Shalayeff
2003-12-15Add initial support for pf state synchronization over the network.Ryan Thomas McBride
Implemented as an in-kernel multicast IP protocol. Turn it on like this: # ifconfig pfsync0 up syncif fxp0 There is not yet any authentication on this protocol, so the syncif must be on a trusted network. ie, a crossover cable between the two firewalls. NOTABLE CHANGES: - A new index based on a unique (creatorid, stateid) tuple has been added to the state tree. - Updates now appear on the pfsync(4) interface; multiple updates may be compressed into a single update. - Applications which use bpf on pfsync(4) will need modification; packets on pfsync no longer contains regular pf_state structs, but pfsync_state structs which contain no pointers. Much more to come. ok deraadt@
2003-12-02UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)Markus Friedl
ok deraadt@
2003-11-28remove "or uninstrumented" from "unknown or uninstrumented protocol";Jason McIntyre
simplified by marc@ and ok millert@;
2003-11-28netstat.1:Jason McIntyre
- In SYNOPSIS, -a goes with interface display, not -s - In SYNOPSIS, -i and -I are mutually exclusive - expand -a description (shows multicast with interface display) - expand -b and -d descriptions and fix parenthesis typo - consistently refer to multicast (not Multicast) and MTU (not mtu) - expand -I description (interaction with -a) - two missing full stops - update SEE ALSO main.c: - sync with SYNOPSIS
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-07Check to make sure that the packet was received on a carp-enabled interface.Ryan Thomas McBride
Pointed out by Marco Pfatschbacher, ok mickey@
2003-11-06fix linklocal multicast address handling. Matthias DrochnerJun-ichiro itojun Hagino
2003-11-02print raw ip[46] sockets; ok deraadt@Markus Friedl
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