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