index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
arp
/
arp.c
Age
Commit message (
Expand
)
Author
2011-01-11
Add Wake on Lan support to arp(8). This is partly based on the original
Jasper Lievisse Adriaanse
2009-09-27
a usage line got too long; ok jmc
Theo de Raadt
2009-06-25
Same code as in route(8) same RTM_VERSION check missing.
Claudio Jeker
2009-06-05
more rtm->rtm_hdrlen conversion
Chris Cappuccio
2009-06-05
One more tool that knows about other domains via -V
Claudio Jeker
2008-12-12
Use rtm_hdrlen to jump over the message header and to the beginning of the
Claudio Jeker
2008-03-12
"usage:" should precede the first statement only
Igor Sobrado
2008-02-14
backout the change to make arp(8) default to -an;
Thordur I. Bjornsson
2008-02-07
Oops. Better diff to enable -an by default without breaking
Thordur I. Bjornsson
2008-02-07
make arp(8) default to -na when called with no arguments;
Thordur I. Bjornsson
2007-08-24
Yet another application that does not check if the RTM_VERSION is the expected
Claudio Jeker
2007-02-18
Use sizeof(buf) instead of hard coded numbers.
Ray Lai
2006-05-26
simplify synopsis; ok deraadt
Jason McIntyre
2006-04-18
Remove "S" from getopt(3) string, which was added in 1.32 by mistake.
Moritz Jodeit
2005-04-04
shrink
Theo de Raadt
2005-04-04
nlist.h not needed
Theo de Raadt
2005-03-29
clean further, theo ok
Henning Brauer
2005-03-29
make this a bit more readable
Henning Brauer
2005-03-29
add -F to force replacement of entries with -s and -f
Henning Brauer
2005-01-04
Enable ARP table manipulation on CARP interfaces.
Christopher Pascoe
2003-06-27
memory leak; andrushock@korovino.net
Theo de Raadt
2003-06-27
remove unused variables
Theo de Raadt
2003-06-11
some ansification, some de-register
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-17
arp did not long-align sockaddrs in routing messages. This led to
Henric Jungheim
2002-12-03
print the interface related to the arp entry; several ppl ok.
Federico G. Schwindt
2002-09-06
undo signed vs unsigned confusion
Theo de Raadt
2002-05-30
minor KNF
Theo de Raadt
2002-05-26
pid_t cleanup
Theo de Raadt
2002-03-14
kill more registers.
Mike Pechkin
2002-03-14
Remove \n from err/errx/warn/warnx().
Mike Pechkin
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-06-10
implement arp -d -a, to delete all arp entries at once. mostly from FreeBSD. ...
Dug Song
2001-03-07
print ether_ntoa() compatible
Theo de Raadt
2000-10-23
Spelling: wierd -> weird
Aaron Campbell
2000-09-24
Correctly ignore -n flag with -d when both options are separate (i.e.
Miod Vallat
1999-05-16
Added 'permanent' keyword for non-overwritable static ARP entries.
Hakan Olsson
1998-09-29
only spew 'illegal option' once if they give an unsupported optino
Todd C. Miller
1998-05-14
more careful scanf
Theo de Raadt
1998-05-11
set max field width of %s correctly
Theo de Raadt
1997-11-28
I'm amazed that noone has ever misspelled the ethernet address when
Artur Grabowski
1997-11-21
bail if no arp entries
Theo de Raadt
1997-09-12
Kill extra newline in err()/warn().
Todd C. Miller
1997-06-23
int vs in_addr_t
Theo de Raadt
1997-02-03
make "arp -na" and "arp -an" do the same thing; paul@wit387304.student.utwent...
Theo de Raadt
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-12-10
warnx, from netbsd
Theo de Raadt
1996-08-29
fix warnings
Theo de Raadt
1996-07-06
not very well tested ether_aton() cleanup
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt