Searched hist:46186 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_extern.hdiff 46186 Thu Apr 29 18:24:00 MDT 1999 wpaul Add some extra checks to make sure that a child ypserv process doesn't
try to fork() a child of its own, which could result in several children
ypservs running at once. I'm still not sure exactly what leads to this
condition, but these fixes should stop it from causing trouble. A new
function, yp_fork() checks to see if the current process is already a
child of the parent ypserv, and returns failure (and logs an error message)
rather than spawning another child.
H A Dyp_main.cdiff 46186 Thu Apr 29 18:24:00 MDT 1999 wpaul Add some extra checks to make sure that a child ypserv process doesn't
try to fork() a child of its own, which could result in several children
ypservs running at once. I'm still not sure exactly what leads to this
condition, but these fixes should stop it from causing trouble. A new
function, yp_fork() checks to see if the current process is already a
child of the parent ypserv, and returns failure (and logs an error message)
rather than spawning another child.
H A Dyp_server.cdiff 46186 Thu Apr 29 18:24:00 MDT 1999 wpaul Add some extra checks to make sure that a child ypserv process doesn't
try to fork() a child of its own, which could result in several children
ypservs running at once. I'm still not sure exactly what leads to this
condition, but these fixes should stop it from causing trouble. A new
function, yp_fork() checks to see if the current process is already a
child of the parent ypserv, and returns failure (and logs an error message)
rather than spawning another child.

Completed in 66 milliseconds