summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ethers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-3/+3
* Remove ethers(5) YP support bits from libc as it makes it difficult tobrynet2018-11-091-57/+5
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-211-2/+2
* Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internalguenther2015-09-141-1/+2
* Move to the <limits.h> universe.deraadt2015-01-161-4/+4
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-151-3/+3
* most obvious unsigned char casts for ctypederaadt2013-11-241-4/+6
* zap rcsid.espie2005-08-061-5/+1
* add some const to ether_*. remove bonus prototypes this brought out.tedu2005-03-281-7/+7
* ansify. ok deraadt@ moritz@otto2005-03-251-19/+8
* remove redundant code, u_int8_t cannot be > 0xffotto2004-02-161-16/+2
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+9
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-23/+12
* try to use strlcpy and snprintf more; ok variousderaadt2002-05-241-4/+4
* Part one of userland __P removal. Done with a simple regexp with some minor ...millert2002-02-161-3/+3
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-4/+3
* Wallderaadt2000-08-221-2/+5
* check for negative numbers from strtol()deraadt1998-11-181-3/+3
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-211-6/+3
* Todd does not test YP code; felix@mamba.pond.sub.orgderaadt1998-03-181-5/+6
* Set errno to EINVAL if ether_ntoa() is passed bogus data.millert1998-03-171-3/+5
* Whoops, fix a last minute change.millert1998-03-171-4/+6
* Fix some improbable overflows:millert1998-03-171-49/+118
* Use fgetln(3) instead of fgets(3) so we can easily recognize linesmillert1998-03-161-7/+23
* Fix RCS idstholo1996-08-191-2/+4
* prototype ethers(3) functions (inside !_KERNEL), pointed out inderaadt1996-07-031-0/+3
* initial import of NetBSD treederaadt1995-10-181-0/+178