aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/route.c
Commit message (Expand)AuthorAgeFilesLines
* Convert the two dimensional array to be malloced and introduceBjoern A. Zeeb2009-06-011-11/+14
* This main goals of this project are:Qing Li2008-12-151-27/+11
* Use strlcpy() when we mean it.Xin LI2008-10-171-4/+2
* Minimize changes CURRENT<->releng7.David E. O'Brien2008-09-011-2/+2
* Fix build.Xin LI2008-05-101-3/+4
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-4/+25
* Make netstat -rn more resilient to having the routing table change out fromJohn Baldwin2008-02-141-19/+43
* Change another argument and a variable both related to netname() toMarius Strobl2008-02-111-3/+3
* Fix netname() [1] and routename() on big-endian LP64 archs.Marius Strobl2008-02-071-6/+5
* Add IFT_BRIDGE to the Ethernet section so l2 addresses are formatted correctly.Andrew Thompson2008-01-101-0/+1
* quiet compiler complaint about unused parametersSam Leffler2008-01-101-2/+2
* style(9)David E. O'Brien2008-01-021-18/+18
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-161-0/+1
* Retire most of the classful network behaviour of netstat -r output, for IPv4.Bruce M Simpson2007-02-141-52/+9
* We should return the name in cp, not printf it.Yaroslav Tykhiy2006-11-271-1/+3
* - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.Yaroslav Tykhiy2006-07-281-1/+3
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy2006-07-281-0/+1
* Since kernel & userland use different timebase and netstat is reading kernelOleg Bulyzhin2006-07-061-3/+13
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-2/+2
* Print link level address on vlan interfaces using ether_ntoa(), to makeGleb Smirnoff2004-07-281-0/+1
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier2004-07-261-10/+11
* Replace ROUNDUP/ADVANCE with SA_SIZELuigi Rizzo2004-04-131-7/+1
* Fix some minor nits in netstat whereby large interface names would beBruce M Simpson2003-11-281-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-7/+2
* remove unneeded include of route.hSam Leffler2003-10-031-0/+1
* Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]Peter Wemm2003-03-051-83/+0
* Warns cleanups for netstat:David Malone2002-09-051-42/+44
* Fix incorrect cast.Kelly Yancey2002-07-161-1/+1
* Use calculated column widths for the routing table display when -W isKelly Yancey2002-06-051-55/+208
* Use %lu instead of %ld when printing rt_use (aka rt_rmx.rmx_pksent)Mike Silbersack2002-05-311-1/+1
* Print IFT_ETHER addresses with ether_ntoa(3) (with leading zeros).Ruslan Ermilov2002-04-061-13/+6
* Fixed bugs from revision 1.27. Specifically:Ruslan Ermilov2001-10-111-9/+16
* Deprecate the -l option in favour of more natural -W.Ruslan Ermilov2001-09-071-6/+6
* Make `rttrash' variable (#routes not in table but not freed) visibleRuslan Ermilov2001-06-291-3/+13
* Fixed bogon in revision 1.37. Don't bogusly print a radix node'sRuslan Ermilov2001-06-291-8/+3
* Honor -s -s (don't show zero stats) with -r, untangle SYNOPSIS further.Ruslan Ermilov2001-06-231-10/+10
* remove warningsAssar Westerlund2001-06-151-5/+0
* remove K&R supportAssar Westerlund2001-06-151-60/+35
* revert removal of warning and K&R supportAssar Westerlund2001-06-151-23/+48
* Line up `netstat -rl' display.Ruslan Ermilov2001-06-151-5/+7
* remove most of the warningsAssar Westerlund2001-06-151-48/+23
* add the option -S for printing port numbers symbolically but addressesAssar Westerlund2001-06-151-8/+8
* Add missing column for Mtu in header when -rl is specified.Hajimu UMEMOTO2001-06-111-4/+13
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-2/+9
* Always print at least 2 bytes for IN_CLASSB_NET networks.Ruslan Ermilov2001-06-081-10/+29
* Restore printing of routes cloned from a RTF_CLONING parentRuslan Ermilov2001-05-071-3/+7
* net/route.c:Ruslan Ermilov2001-03-151-2/+2
* MAXHOSTNAMELEN includes space for a NUL.Brian Somers2001-03-141-6/+7
* Fixed the printing of header for IPv4 routing table without -l option.Ruslan Ermilov2000-09-181-1/+1
* sync with latest kame netstat. basically, more statisticsJun-ichiro itojun Hagino2000-07-041-43/+35