summaryrefslogtreecommitdiff
path: root/lib/libc/net/ethers.c
AgeCommit message (Expand)Author
2014-09-18make more descriptors that we open as close-on-execchristos
2014-06-19use fparseln() instead of fgetln() for consistency (this was the last fgetln()christos
2012-03-20Use C89 Prototypes.matt
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2006-10-15PR lib/34801 from David A. Holland: "static" comes first in declaration.martin
2002-09-16Use "const" for all input parameters of ethers(3) functions.tron
2000-10-04Avoid run-time construction of format string we can build at compile timesommerfeld
2000-04-24add __RCSID().itojun
2000-01-22Delint.mycroft
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-11-13delintchristos
1998-07-26Move an output buffer into the BSS.mycroft
1997-11-12Fix compile problem.mjacob
1997-11-02* fix ether_line to limit size of parsed hostname to MAXHOSTNAMELENlukem
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Fix RCSID'schristos
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1997-01-17explicitly type ether_{hostton,ntohost,line}(). all return int.mikel
1995-02-25clean up import. also convert everything to new Id format.cgd
1993-12-30"struct ether_addr" is in netinet/if_ether.h (as in SunOS)deraadt
1993-12-28#include <stdlib.h> & <string.h> to bring function prototypes into scope.jtc
1993-12-16small bug fixedderaadt
1993-12-16ethers(3) sunos-like support from Roland McGrath <roland@frob.com>deraadt