summaryrefslogtreecommitdiff
path: root/lib/libc/net/ether_addr.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2016-04-18libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk
2014-03-12Make ether_line really report an error when all input is invalid.Julio Merino
2013-08-23libc: Make various internal file descriptors from fopen() close-on-exec.Jilles Tjoelker
2007-05-13Add and document ether_ntoa_r() and ether_aton_r() functions, which acceptRobert Watson
2007-05-13Move to more conformant style(9) before making functional changes.Robert Watson
2002-04-08Fix style of ether_ntoa().Ruslan Ermilov
2002-04-06Polish previous revision.Ruslan Ermilov
2002-04-06Fix ether_ntoa() to generate the %02x format people expect, instead of %x,Matthew Dillon
2002-03-06Add a carriage return to each function declaration, and make use of ID tagEric Melville
2000-07-18Const'ify parameters to ethers(3) routines as appropriate.Archie Cobbs
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-12-27Small yet significant tweaks/cleanups:Bill Paul
1996-12-10Get struct ether_addr directly from <net/ethernet.h> rather than pullingGarrett Wollman
1996-12-05Remove more instances of passing arrays by address when they shouldJordan K. Hubbard
1996-07-12General -Wall warning cleanup, part I.Jordan K. Hubbard
1996-03-16gethostbynis.c:Bill Paul
1995-08-07Just when you thought it was safe...Bill Paul
1995-04-02Add ether_addr functions to libc. This seems to be the logical placeBill Paul