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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Correct old wording of the arp functionality.
asmodai
2002-04-05
1
-5
/
+7
*
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
*
Fix a typo.
ru
2002-03-15
1
-1
/
+1
*
- Misc grammar fixes.
keramida
2002-03-08
1
-3
/
+3
*
Reorder WARNS line for style.
mikeh
2001-12-10
1
-2
/
+1
*
WARNS=2 cleanup.
mikeh
2001-12-10
2
-58
/
+70
*
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
*
Remove GCC'isms in CFLAGS.
obrien
2001-07-20
1
-1
/
+0
*
Remove whitespace at EOL.
dd
2001-07-15
2
-4
/
+4
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
2
-2
/
+2
*
- Renamed the ``proxy'' modifier of the -d flag to ``pub'',
ru
2001-06-07
2
-27
/
+53
*
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
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
1
-2
/
+2
*
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
*
mdoc(7) police: Change -filled displays (which just happen
ru
2001-02-07
1
-1
/
+1
*
mdoc(7) police: modifiers should be marked with .Cm, not .Ar.
ru
2001-02-05
1
-14
/
+19
*
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
2
-2
/
+7
*
Fix documentation: "proxy" is not a keyword for the arp(8) command line.
archie
2001-01-31
2
-2
/
+1
*
mdoc(7) police: Er macro usage cleanup.
ru
2000-11-22
1
-2
/
+2
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-7
/
+7
*
Avoid use of direct troff requests in mdoc(7) manual pages.
ru
2000-11-10
1
-2
/
+0
*
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
*
Align sockaddrs passed to/from the routing socket as supposed by kernel.
ru
1999-09-13
1
-5
/
+7
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
Add $Id$, to make it simpler for members of the translation teams to
nik
1999-07-12
1
-0
/
+1
*
When incrementing through a SIOCGIFCONF list, enforce a lower limit of
archie
1999-06-05
1
-5
/
+5
*
Use Cd macro instead of Em for SYNOPSIS, as do other section 4 pages.
ghelmer
1999-05-04
1
-1
/
+2
*
Submitted by: Larry Lile
julian
1999-03-10
1
-1
/
+18
*
Removed most unused includes of <net/if_var.h> outside the kernel.
bde
1998-01-16
1
-2
/
+1
*
Submitted by: Archie@Whistle.com (Archie Cobbs)
julian
1997-11-13
3
-66
/
+154
*
Use err(3). Document -n flag from OpenBSD.
charnier
1997-09-03
2
-53
/
+43
*
Balance single quotes.
steve
1997-08-23
1
-1
/
+1
*
Removed inconsistent declaration of malloc(). `make world' with DESTDIR
bde
1997-04-23
1
-2
/
+2
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-31
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Update to match changes in <net/if.h>.
wollman
1997-01-03
1
-1
/
+2
[next]