freebsd-dev/usr.sbin/ypserv
Bill Paul eb822b5612 Add some tweaks to hopefully fix a problem I've started to notice recently.
Under certain conditions (possibly associated with heavy load), ypserv will
fork() child processes that don't exit like they're supposed to. I think
this is because of some suspect logic in the ypproc_all procedure. I updated
it to use what I hope is a more bulletproof approach.

Also tweaked yp_svc_run() a little so that the 'are we a child?' test happens
at every pass through the for(;;) loop, not just immediately after returning
from svc_getreqset2().
1999-02-10 16:16:14 +00:00
..
Makefile Fixed double slashes in pathnames. 1998-05-31 11:32:38 +00:00
Makefile.yp A comment in /usr/src/usr.sbin/ypserv/Makefile.yp 1998-07-22 06:01:13 +00:00
yp_access.c Allow blank lines in /var/yp/securenets. 1998-07-15 11:56:28 +00:00
yp_dblookup.c Fix a bug in the database handle caching. This has to do with the way the 1998-02-11 19:15:32 +00:00
yp_dnslookup.c DNS lookups for partially qualified hosts didn't work right. I was trying 1998-08-10 19:43:33 +00:00
yp_error.c Typos in man page. Cosmetics in error strings. 1997-10-29 07:25:05 +00:00
yp_extern.h Typos in man page. Cosmetics in error strings. 1997-10-29 07:25:05 +00:00
yp_main.c Add some tweaks to hopefully fix a problem I've started to notice recently. 1999-02-10 16:16:14 +00:00
yp_server.c Add some tweaks to hopefully fix a problem I've started to notice recently. 1999-02-10 16:16:14 +00:00
yp_svc_udp.c Typos in man page. Cosmetics in error strings. 1997-10-29 07:25:05 +00:00
ypinit.8 Sort cross references. 1998-08-31 16:41:09 +00:00
ypinit.sh Some touchups courtesy of Philippe Charnier. 1997-11-16 03:49:12 +00:00
ypserv.8 .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 08:31:20 +00:00