summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.statd/statd.c
AgeCommit message (Expand)Author
2002-11-08Use a non-blocking SVC for TCP connections.fvdl
2001-11-23Use SA_NOCLDWAIT to avoid zombies.christos
2001-11-22Add a handler for SIGCHLD which collects dead childs via wait3(2) so thattron
2001-02-19convert to use getprogname()cgd
2000-06-09Convert to tirpc interface, and to be af-independent.fvdl
2000-06-09Always copy pointer returned by db->get or db->seq before using, to avoidbouyer
2000-06-06db->seq() returns 0 for success and 1 for failure, not the opposite.bouyer
1999-06-10Tweak the usage output a bit, and exit after printing it.scottr
1999-06-06Use pidfile(3).thorpej
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-06-22Fix broken call to dbopen(), fixes PR bin/5637 by Azuma Okamoto.tron
1997-10-25To print a size_t, cast to u_long and use %lu printf format so thatthorpej
1997-10-21Use a db(3) hash database instead of shared memory. Don't fork() to servicechristos
1997-10-21Only map 16MBytes of file, enough for some 16000 hosts on the LAN.is
1997-10-18The third argument to msync() got lost - bring it back.drochner
1997-10-17WARNSify; generate ansi c code with rpcgen, cleanup manpage, add rcsidslukem
1997-10-17WARNSify; generate ansi c code with rpcgen, cleanup manpage, add rcsidslukem
1997-10-17call msync() correctlylukem
1997-10-16msync needs a third argument.christos
1997-05-17eliminate struct sigcontextchristos
1997-03-10Status monitor daemon by A.R. Gordon, ported from FreeBSD. While thescottr