summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/route.c
Commit message (Expand)AuthorAgeFilesLines
* Warns cleanups for netstat:dwmalone2002-09-051-42/+44
* Fix incorrect cast.kbyanc2002-07-161-1/+1
* Use calculated column widths for the routing table display when -W iskbyanc2002-06-051-55/+208
* Use %lu instead of %ld when printing rt_use (aka rt_rmx.rmx_pksent)silby2002-05-311-1/+1
* Print IFT_ETHER addresses with ether_ntoa(3) (with leading zeros).ru2002-04-061-13/+6
* Fixed bugs from revision 1.27. Specifically:ru2001-10-111-9/+16
* Deprecate the -l option in favour of more natural -W.ru2001-09-071-6/+6
* Make `rttrash' variable (#routes not in table but not freed) visibleru2001-06-291-3/+13
* Fixed bogon in revision 1.37. Don't bogusly print a radix node'sru2001-06-291-8/+3
* Honor -s -s (don't show zero stats) with -r, untangle SYNOPSIS further.ru2001-06-231-10/+10
* remove warningsassar2001-06-151-5/+0
* remove K&R supportassar2001-06-151-60/+35
* revert removal of warning and K&R supportassar2001-06-151-23/+48
* Line up `netstat -rl' display.ru2001-06-151-5/+7
* remove most of the warningsassar2001-06-151-48/+23
* add the option -S for printing port numbers symbolically but addressesassar2001-06-151-8/+8
* Add missing column for Mtu in header when -rl is specified.ume2001-06-111-4/+13
* Sync with recent KAME.ume2001-06-111-2/+9
* Always print at least 2 bytes for IN_CLASSB_NET networks.ru2001-06-081-10/+29
* Restore printing of routes cloned from a RTF_CLONING parentru2001-05-071-3/+7
* net/route.c:ru2001-03-151-2/+2
* MAXHOSTNAMELEN includes space for a NUL.brian2001-03-141-6/+7
* Fixed the printing of header for IPv4 routing table without -l option.ru2000-09-181-1/+1
* sync with latest kame netstat. basically, more statisticsitojun2000-07-041-43/+35
* Use Garrett's new (clearer) names.markm2000-04-231-7/+7
* Don't suppress Flags and Refs info for IPv4 entries.shin2000-03-141-2/+2
* Instead of reporting all 0.0.0.0 as ``default'' only reportrgrimes2000-01-071-2/+5
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-34/+8
* Added missing declaration for argment specification at pr_rthdr(),shin1999-12-211-3/+4
* define WID_DST6 and WID_GW6 and use them only for IPv6, to keep IPv4 relatedshin1999-12-211-12/+32
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-9/+174
* Cleanup missing includes, stale includes, and a few printf formatdillon1999-10-231-1/+1
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Change casts from int to u_long and formats from %x to %lx.jb1998-08-181-6/+7
* Fixed type mismatches and style bugs in rev.1.30.bde1998-07-061-8/+6
* o Use snprintf over sprintf.imp1998-06-091-8/+11
* netstat truncates info in sockaddr* between kgetsa and p_sockaddrphk1998-04-221-12/+14
* The current version of netstat does not print the interfacephk1998-04-191-53/+72
* Remove prog, unused variables.charnier1997-07-291-5/+1
* Remove some quite bogus code that tried to find subnet names but insteadphk1997-05-251-29/+5
* Add the new ipx statistics variables.jhay1997-05-101-12/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.wollman1997-01-031-3/+2
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-1/+2
* Eliminate unnecessary include of <sys/mbuf.h>. PCBs aren't stored in mbufswollman1996-10-281-2/+1
* Remove reference to oobsolete RTF_MASK flag (soon to be removed).wollman1996-10-091-2/+1
* make appletalk networks not show an un-needed hostjulian1996-09-051-2/+2
* Submitted by: archie@whistle.comjulian1996-07-231-2/+2
OpenPOWER on IntegriCloud