index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
netstat
/
route.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Hide the internal scope address representation of the KAME IPv6
ume
2011-01-20
1
-12
/
+21
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
1
-4
/
+0
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
1
-0
/
+1
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
1
-1
/
+0
*
Print routing statistics as unsigned short rather than unsigned int,
rwatson
2009-10-15
1
-5
/
+5
*
Convert the two dimensional array to be malloced and introduce
bz
2009-06-01
1
-11
/
+14
*
This main goals of this project are:
qingli
2008-12-15
1
-27
/
+11
*
Use strlcpy() when we mean it.
delphij
2008-10-17
1
-4
/
+2
*
Minimize changes CURRENT<->releng7.
obrien
2008-09-01
1
-2
/
+2
*
Fix build.
delphij
2008-05-10
1
-3
/
+4
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
1
-4
/
+25
*
Make netstat -rn more resilient to having the routing table change out from
jhb
2008-02-14
1
-19
/
+43
*
Change another argument and a variable both related to netname() to
marius
2008-02-11
1
-3
/
+3
*
Fix netname() [1] and routename() on big-endian LP64 archs.
marius
2008-02-07
1
-6
/
+5
*
Add IFT_BRIDGE to the Ethernet section so l2 addresses are formatted correctly.
thompsa
2008-01-10
1
-0
/
+1
*
quiet compiler complaint about unused parameters
sam
2008-01-10
1
-2
/
+2
*
style(9)
obrien
2008-01-02
1
-18
/
+18
*
Restore netstat -M functionality for most statistics on core dumps. In
jhb
2007-07-16
1
-0
/
+1
*
Retire most of the classful network behaviour of netstat -r output, for IPv4.
bms
2007-02-14
1
-52
/
+9
*
We should return the name in cp, not printf it.
yar
2006-11-27
1
-1
/
+3
*
- Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.
yar
2006-07-28
1
-1
/
+3
*
Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,
yar
2006-07-28
1
-0
/
+1
*
Since kernel & userland use different timebase and netstat is reading kernel
oleg
2006-07-06
1
-3
/
+13
*
NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines
ume
2005-05-13
1
-2
/
+2
*
Print link level address on vlan interfaces using ether_ntoa(), to make
glebius
2004-07-28
1
-0
/
+1
*
Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).
charnier
2004-07-26
1
-10
/
+11
*
Replace ROUNDUP/ADVANCE with SA_SIZE
luigi
2004-04-13
1
-7
/
+1
*
Fix some minor nits in netstat whereby large interface names would be
bms
2003-11-28
1
-2
/
+2
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-7
/
+2
*
remove unneeded include of route.h
sam
2003-10-03
1
-0
/
+1
*
Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]
peter
2003-03-05
1
-83
/
+0
*
Warns cleanups for netstat:
dwmalone
2002-09-05
1
-42
/
+44
*
Fix incorrect cast.
kbyanc
2002-07-16
1
-1
/
+1
*
Use calculated column widths for the routing table display when -W is
kbyanc
2002-06-05
1
-55
/
+208
*
Use %lu instead of %ld when printing rt_use (aka rt_rmx.rmx_pksent)
silby
2002-05-31
1
-1
/
+1
*
Print IFT_ETHER addresses with ether_ntoa(3) (with leading zeros).
ru
2002-04-06
1
-13
/
+6
*
Fixed bugs from revision 1.27. Specifically:
ru
2001-10-11
1
-9
/
+16
*
Deprecate the -l option in favour of more natural -W.
ru
2001-09-07
1
-6
/
+6
*
Make `rttrash' variable (#routes not in table but not freed) visible
ru
2001-06-29
1
-3
/
+13
*
Fixed bogon in revision 1.37. Don't bogusly print a radix node's
ru
2001-06-29
1
-8
/
+3
*
Honor -s -s (don't show zero stats) with -r, untangle SYNOPSIS further.
ru
2001-06-23
1
-10
/
+10
*
remove warnings
assar
2001-06-15
1
-5
/
+0
*
remove K&R support
assar
2001-06-15
1
-60
/
+35
*
revert removal of warning and K&R support
assar
2001-06-15
1
-23
/
+48
*
Line up `netstat -rl' display.
ru
2001-06-15
1
-5
/
+7
*
remove most of the warnings
assar
2001-06-15
1
-48
/
+23
*
add the option -S for printing port numbers symbolically but addresses
assar
2001-06-15
1
-8
/
+8
*
Add missing column for Mtu in header when -rl is specified.
ume
2001-06-11
1
-4
/
+13
*
Sync with recent KAME.
ume
2001-06-11
1
-2
/
+9
*
Always print at least 2 bytes for IN_CLASSB_NET networks.
ru
2001-06-08
1
-10
/
+29
[next]