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.sbin
/
arp
/
arp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This main goals of this project are:
qingli
2008-12-15
1
-16
/
+34
*
add reject+blackhole keywords to install entries with RTF_BLACKHOLE
sam
2008-03-18
1
-4
/
+7
*
quiet compiler complaint about comparing &v against NULL
sam
2008-01-10
1
-2
/
+2
*
Use sizeof() for calculating the buffer size instead of hard-coded values.
kevlo
2007-03-06
1
-1
/
+1
*
- Before doing ioctl(SIOCGIFNETMASK) put the proper IP address into the ifreq,
glebius
2006-10-13
1
-1
/
+1
*
Sync utility's usage() with manpage's SYNOPSIS.
ru
2006-09-29
1
-2
/
+2
*
Refuse to install invalid ARP entries.
glebius
2006-02-09
1
-2
/
+3
*
Update usage to reflect the fact that the -d -a now accepts -i <interface>.
brooks
2006-01-10
1
-1
/
+1
*
Allow the -i <interface> option with -d -a to allow all arp entries for
brooks
2006-01-10
1
-1
/
+1
*
List IFT_BRIDGE as a valid type so that arp entries can be properly deleted.
thompsa
2005-11-03
1
-1
/
+6
*
Commit some cosmetic fixes I developed some time ago, mostly style but
ru
2005-06-09
1
-26
/
+31
*
Fix exit status. In rev. 1.48 return logic of rtmsg() was confused. This
glebius
2005-06-09
1
-1
/
+1
*
o Reorganize the previous delta to make it more style(9) compliant.
maxim
2005-01-24
1
-3
/
+5
*
o Try hard to guess a buffer size for a fast growing routing table.
maxim
2005-01-24
1
-5
/
+15
*
For VLAN interfaces, print MAC addresses properly.
ru
2004-12-24
1
-1
/
+2
*
Per letter dated July 22, 1999, delete clause 3 from code directly
imp
2004-08-07
1
-4
/
+0
*
Be smarter about printing non-ethernet link-level addresses.
dfr
2004-06-13
1
-3
/
+13
*
Avoid assignments to cast expressions.
stefanf
2004-06-08
1
-1
/
+1
*
Massive cleanup of the code removing global variables to
luigi
2004-04-13
1
-206
/
+199
*
Replace ROUNDUP/ADVANCE with SA_SIZE
luigi
2004-04-13
1
-7
/
+5
*
Make functions and variables static.
luigi
2004-04-13
1
-88
/
+96
*
- Change several errx() calls that should have been err() calls.
mux
2004-04-09
1
-12
/
+14
*
Implement a new option: -i, which will allow to limit
yar
2003-07-18
1
-4
/
+25
*
Use __FBSDID over rcsid[]. Protect copyright[] where needed.
obrien
2003-05-03
1
-4
/
+4
*
Further fix the syntax by ignoring empty and whitespace-only lines.
ru
2003-03-05
1
-1
/
+1
*
Don't hide global `s'.
ru
2003-01-17
1
-6
/
+6
*
POLA dictates that in the file designated with the -f option
ru
2002-12-27
1
-2
/
+8
*
Change 'int pid' to 'pid_t pid'
jmallett
2002-07-25
1
-1
/
+1
*
Unbreak this file after the last drive-by committing. We have to
wpaul
2002-05-09
1
-2
/
+2
*
Update ARP to access token-ring source routing information at it's new
kbyanc
2002-05-08
1
-5
/
+10
*
GCC 3.1 cleanup - add a break after default: at the end of a switch
murray
2002-04-07
1
-0
/
+1
*
Don't reinvent the wheel now that ether_ntoa(3) has been fixed
ru
2002-04-06
1
-25
/
+13
*
Include <string.h> for some prototypes, rather than depending on
mike
2002-04-01
1
-0
/
+1
*
Fix bugs from previous commit: initialize the correct field and use
mikeh
2002-03-20
1
-5
/
+5
*
WARNS=2 cleanup.
mikeh
2001-12-10
1
-58
/
+68
*
Print [fddi] or [atm] tags for ARP addresses on interfaces of that type.
mdodd
2001-10-19
1
-0
/
+6
*
Print interface name for each ARP entry.
ru
2001-10-08
1
-0
/
+3
*
- Renamed the ``proxy'' modifier of the -d flag to ``pub'',
ru
2001-06-07
1
-19
/
+26
*
Add a missing free(3).
yar
2001-05-02
1
-0
/
+1
*
Add the VLAN interface type to the list of ARP-capable interface types.
yar
2001-04-04
1
-2
/
+5
*
zeropad mac address ouput
billf
2001-03-08
1
-1
/
+2
*
h_errno is declared in netdb.h.
imp
2001-03-01
1
-2
/
+0
*
Print a diagnostic message if no interface could be determined
ru
2001-02-27
1
-0
/
+2
*
Make the ``arp -d hostname proxy'' really do something useful.
ru
2001-02-05
1
-2
/
+2
*
Revert previous checkin ("proxy" is required in some instances).
archie
2001-02-01
1
-1
/
+1
*
Fix documentation: "proxy" is not a keyword for the arp(8) command line.
archie
2001-01-31
1
-1
/
+1
*
Change type of vars which hold in_addr.s_addr from u_long to u_int32_t,
shin
2000-03-03
1
-3
/
+3
*
Fix syntax error in previous commit.
jkh
2000-01-17
1
-1
/
+1
*
Don't overflow buffers.
kris
2000-01-16
1
-2
/
+2
*
Yet another align.
ru
1999-09-20
1
-1
/
+1
[next]