index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libc
/
net
/
ethers.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
I am retiring my old email address; replace it with my OpenBSD one.
millert
2019-01-25
1
-3
/
+3
*
Remove ethers(5) YP support bits from libc as it makes it difficult to
brynet
2018-11-09
1
-57
/
+5
*
Delete casts to off_t and size_t that are implied by assignments
guenther
2016-09-21
1
-2
/
+2
*
Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internal
guenther
2015-09-14
1
-1
/
+2
*
Move to the <limits.h> universe.
deraadt
2015-01-16
1
-4
/
+4
*
When fopen()ing internal to libc (the API doesn't support the use
guenther
2014-09-15
1
-3
/
+3
*
most obvious unsigned char casts for ctype
deraadt
2013-11-24
1
-4
/
+6
*
zap rcsid.
espie
2005-08-06
1
-5
/
+1
*
add some const to ether_*. remove bonus prototypes this brought out.
tedu
2005-03-28
1
-7
/
+7
*
ansify. ok deraadt@ moritz@
otto
2005-03-25
1
-19
/
+8
*
remove redundant code, u_int8_t cannot be > 0xff
otto
2004-02-16
1
-16
/
+2
*
Sync with share/misc/license.template and add missing DARPA credit
millert
2003-06-17
1
-9
/
+9
*
Use an ISC-tyle license for all my code; it is simpler and more permissive.
millert
2003-06-03
1
-23
/
+12
*
try to use strlcpy and snprintf more; ok various
deraadt
2002-05-24
1
-4
/
+4
*
Part one of userland __P removal. Done with a simple regexp with some minor ...
millert
2002-02-16
1
-3
/
+3
*
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
2001-06-27
1
-4
/
+3
*
Wall
deraadt
2000-08-22
1
-2
/
+5
*
check for negative numbers from strtol()
deraadt
1998-11-18
1
-3
/
+3
*
Remove the advertising clause in my old license, it impedes free use
millert
1998-06-21
1
-6
/
+3
*
Todd does not test YP code; felix@mamba.pond.sub.org
deraadt
1998-03-18
1
-5
/
+6
*
Set errno to EINVAL if ether_ntoa() is passed bogus data.
millert
1998-03-17
1
-3
/
+5
*
Whoops, fix a last minute change.
millert
1998-03-17
1
-4
/
+6
*
Fix some improbable overflows:
millert
1998-03-17
1
-49
/
+118
*
Use fgetln(3) instead of fgets(3) so we can easily recognize lines
millert
1998-03-16
1
-7
/
+23
*
Fix RCS ids
tholo
1996-08-19
1
-2
/
+4
*
prototype ethers(3) functions (inside !_KERNEL), pointed out in
deraadt
1996-07-03
1
-0
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+178