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
/
usr.sbin
/
ypserv
/
stdethers
/
stdethers.c
Age
Commit message (
Expand
)
Author
2009-10-20
Follow upstream's lead and remove third and fourth clauses (except on
snj
2009-04-19
Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)
lukem
2007-03-10
- Remove unused ctype.h
hubertf
2002-11-30
tweaks for fparseln(3) move from libutil to libc:
lukem
2002-07-06
de__P(), ANSIfy.
wiz
2001-02-19
convert to use getprogname()
cgd
1999-01-17
don't bother looking for comments; fparseln() removes them
lukem
1998-06-11
Fix LP64 botches introduced in last commit.
kleink
1998-06-08
convert from in-house read_line to fparseln()
lukem
1997-11-13
Fix int vs. size_t lossage.
thorpej
1997-11-02
ensure sizeof hostname buf for ether_(ntohost|line) is >= MAXHOSTNAMELEN + 1
lukem
1997-11-01
* rewrite read_line(), partially based on get_line in netgroup_mkdb.c:
lukem
1997-10-13
don't use home-grown ether_ntoa() - ether_toa(3) in libc works fine...
lukem
1997-10-13
add rcsid
lukem
1997-10-07
simplify test for skippable lines
lukem
1997-07-18
Fix compiler warnings (and an awful lot of annoying little bugs).
thorpej
1997-03-15
New ARP system, supports IPv4 over any hardware link.
is
1996-08-09
A ypserv implementation, originally written by Mats O Jansson, with
thorpej