index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
arp
/
arp.c
Age
Commit message (
Expand
)
Author
2003-08-14
plug memory leak. PR misc/22479
itojun
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-05-17
ensure string termination
itojun
2003-05-17
prevent sscanf overrun
itojun
2002-11-08
Convert to use getifaddrs(3) to get interface names; this is mostly removal
rafal
2002-03-02
When converting to use getprogname(), please don't forget the necessary
tv
2002-02-28
re-convert to use getprogname(). This was already once done in rev 1.28,
pooka
2001-10-06
Use getnameinfo() to format link-layer addresses, rather than doing it
bjh21
2001-07-29
remove spurious newline in an error message.
chs
2001-04-24
Provide an easy way for someone to erase all arp entries as opposed
atatat
2001-03-19
modified patch from PR 8566 to print the interface name for each ARP table
fair
2001-02-19
convert to use getprogname()
cgd
2001-01-05
Get rid of the TRY_AGAIN kludge. It is completely counter intuitive to have
christos
2000-10-11
More format string cleanups by sommerfeld.
is
2000-09-28
Use ROUNDUP to pass addresses to the kernel aligned on a long boundary. Use ...
erh
2000-07-12
Removed redundant / extra prototypes.
mason
1998-02-10
add a verbose (-v) flag for when adding/deleting arp entries.
mrg
1997-11-18
If the arp cache is empty, don't even attempt to retrieve it. Fixes
fvdl
1997-11-16
Make deleting proxy arp entries on ARCnet interfaces work again.
is
1997-10-18
use __progname
lukem
1997-10-16
WARNSify
lukem
1997-03-26
Print Ethernet and FDDI addresses in the same format as ether_ntoa().
thorpej
1997-03-15
New ARP system, supports IPv4 over any hardware link.
is
1997-03-07
merge lite2 changes
mikel
1997-02-07
fix PR misc/3184, but somewhat differently.
mikel
1997-01-18
use ether_aton() from libc; from Klaus Klein <kleink@layla.inka.de>,
mikel
1996-12-08
Use warnx() and hstrerror(), rather than herror().
mycroft
1995-04-24
needs string.h
cgd
1995-03-01
oops forgot rcsid string, fix that to..
chopps
1995-03-01
fix id's
chopps
1995-02-28
ditch use of inet_addr() use inet_aton() instead.
chopps
1995-02-27
Some KNF clenup.
chopps
1995-02-26
fix typo.
chopps
1995-02-25
enable -f form.
chopps
1994-05-13
Clean up import.
mycroft
1993-12-25
patch security hole talked about on comp.security.misc
deraadt
1993-08-01
Add RCS identifiers.
mycroft
1993-04-18
Cleanup for GCC 2.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd