index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
net
/
ethers.c
Age
Commit message (
Expand
)
Author
2014-09-18
make more descriptors that we open as close-on-exec
christos
2014-06-19
use fparseln() instead of fgetln() for consistency (this was the last fgetln()
christos
2012-03-20
Use C89 Prototypes.
matt
2012-03-13
PR/45989: Martin Husemann: lint invocation does include -w only on i386
christos
2006-10-15
PR lib/34801 from David A. Holland: "static" comes first in declaration.
martin
2002-09-16
Use "const" for all input parameters of ethers(3) functions.
tron
2000-10-04
Avoid run-time construction of format string we can build at compile time
sommerfeld
2000-04-24
add __RCSID().
itojun
2000-01-22
Delint.
mycroft
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-11-13
delint
christos
1998-07-26
Move an output buffer into the BSS.
mycroft
1997-11-12
Fix compile problem.
mjacob
1997-11-02
* fix ether_line to limit size of parsed hostname to MAXHOSTNAMELEN
lukem
1997-07-21
If port provides __weak_alias(), provide an Standard C and POSIX pure
jtc
1997-07-13
Fix RCSID's
christos
1997-03-15
New 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-17
explicitly type ether_{hostton,ntohost,line}(). all return int.
mikel
1995-02-25
clean 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-16
small bug fixed
deraadt
1993-12-16
ethers(3) sunos-like support from Roland McGrath <roland@frob.com>
deraadt