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
/
lib
/
libc
/
net
/
ethers.c
Age
Commit message (
Expand
)
Author
2004-02-16
remove redundant code, u_int8_t cannot be > 0xff
Otto Moerbeek
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
Todd C. Miller
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
Todd C. Miller
2002-05-24
try to use strlcpy and snprintf more; ok various
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-06-27
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
2000-08-22
Wall
Theo de Raadt
1998-11-18
check for negative numbers from strtol()
Theo de Raadt
1998-06-21
Remove the advertising clause in my old license, it impedes free use
Todd C. Miller
1998-03-18
Todd does not test YP code; felix@mamba.pond.sub.org
Theo de Raadt
1998-03-17
Set errno to EINVAL if ether_ntoa() is passed bogus data.
Todd C. Miller
1998-03-17
Whoops, fix a last minute change.
Todd C. Miller
1998-03-17
Fix some improbable overflows:
Todd C. Miller
1998-03-16
Use fgetln(3) instead of fgets(3) so we can easily recognize lines
Todd C. Miller
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-07-03
prototype ethers(3) functions (inside !_KERNEL), pointed out in
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt