index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
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 hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
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