summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/route.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud