summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/route.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect long time obsoleted (or never used) stuff from routing API.glebius2014-03-151-7/+0
* Remove AppleTalk support.glebius2014-03-141-12/+0
* Remove IPX support.glebius2014-03-141-119/+0
* Fix compilation for 32-bit machines.glebius2014-03-061-4/+4
* Hide struct rtentry from userland.glebius2014-03-051-0/+1
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-31/+23
* Explicitly free rt_tables to please Coverity.melifaro2013-12-311-1/+3
* Further split kvm(3) and sysctl interfaces for route table printing.melifaro2013-12-201-72/+89
* Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlymelifaro2013-12-201-12/+32
* Restore corefiles handling via kvm(3).melifaro2013-12-181-1/+1
* Switch netstat -rn to use standard API for retrieving list of routesmelifaro2013-12-181-59/+121
* Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead ofglebius2013-10-151-7/+8
* Add -F fibnum option to specify an FIB number for -r flag.hrs2013-07-121-4/+10
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel tohrs2012-11-171-0/+6
* Remove unused variable. Newer versions of gcc care.eadler2012-10-221-2/+0
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-13/+16
* - Hide the internal scope address representation of the KAME IPv6ume2011-01-201-12/+21
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* Print routing statistics as unsigned short rather than unsigned int,rwatson2009-10-151-5/+5
* Convert the two dimensional array to be malloced and introducebz2009-06-011-11/+14
* This main goals of this project are:qingli2008-12-151-27/+11
* Use strlcpy() when we mean it.delphij2008-10-171-4/+2
* Minimize changes CURRENT<->releng7.obrien2008-09-011-2/+2
* Fix build.delphij2008-05-101-3/+4
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-4/+25
* Make netstat -rn more resilient to having the routing table change out fromjhb2008-02-141-19/+43
* Change another argument and a variable both related to netname() tomarius2008-02-111-3/+3
* Fix netname() [1] and routename() on big-endian LP64 archs.marius2008-02-071-6/+5
* Add IFT_BRIDGE to the Ethernet section so l2 addresses are formatted correctly.thompsa2008-01-101-0/+1
* quiet compiler complaint about unused parameterssam2008-01-101-2/+2
* style(9)obrien2008-01-021-18/+18
* Restore netstat -M functionality for most statistics on core dumps. Injhb2007-07-161-0/+1
* Retire most of the classful network behaviour of netstat -r output, for IPv4.bms2007-02-141-52/+9
* We should return the name in cp, not printf it.yar2006-11-271-1/+3
* - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.yar2006-07-281-1/+3
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,yar2006-07-281-0/+1
* Since kernel & userland use different timebase and netstat is reading kerneloleg2006-07-061-3/+13
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-131-2/+2
* Print link level address on vlan interfaces using ether_ntoa(), to makeglebius2004-07-281-0/+1
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).charnier2004-07-261-10/+11
* Replace ROUNDUP/ADVANCE with SA_SIZEluigi2004-04-131-7/+1
* Fix some minor nits in netstat whereby large interface names would bebms2003-11-281-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-7/+2
* remove unneeded include of route.hsam2003-10-031-0/+1
* Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]peter2003-03-051-83/+0
* 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
OpenPOWER on IntegriCloud