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
/
rpc.bootparamd
/
bootparamd.c
Age
Commit message (
Expand
)
Author
1999-08-23
add better debugging info
christos
1999-06-06
Use pidfile(3).
thorpej
1999-04-26
If -s and/or -d set, report invalid host entries in bootparams when parsed.
abs
1999-03-24
Avoid using a long to store an IP address and simplify slightly.
nathanw
1998-02-12
revert; we can't break the existing ABI and API
lukem
1998-02-10
use %d instead of %ld to print rpc version
lukem
1997-10-18
use memcmp/memset/memmove instead of bcmp/bzero/bcopy
lukem
1997-09-23
be safe with buffers, from dholland@eecs.harvard.edu in pr#4138
mrg
1997-09-08
kill excess newlines in debug output; from Enami Tsugutomo in PR bin/4076
mikel
1997-07-28
Fix a bunch of compiler warnings.
thorpej
1996-12-08
Eliminate local variable `progname'.
mycroft
1996-12-08
Use daemon() corrently.
mycroft
1996-10-14
If gethostbyaddr() fails, use inet_ntoa() to turn the IP address into
cgd
1996-10-04
compare client names case-insensitively, since hostnames are case-insensitive.
cgd
1996-08-30
RCS id police.
thorpej
1996-03-30
Use an integer instead of a char to store the getopt() return value in
mark
1995-06-24
Conform to rpcgen generated names and prototypes.
pk
1994-11-29
bin/595 fixed. reported and fix provided by Chuck Silvers <chs@cs.cmu.edu>
glass
1994-01-23
fix from roland
deraadt
1994-01-10
improved parser by <roland@frob.com> to handle \-continuation and YP.
deraadt
1994-01-08
rpc.bootparamd written by Klas Heggemann <klas@nada.kth.se>
deraadt