]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use the new PF_LINGER flag -- when this is set in a process' proc structure,
authorsef <sef@FreeBSD.org>
Sun, 7 Dec 1997 04:08:48 +0000 (04:08 +0000)
committersef <sef@FreeBSD.org>
Sun, 7 Dec 1997 04:08:48 +0000 (04:08 +0000)
commitd1f6ae4ce34df5a70d63e6d996f9bb89d98a2f54
treea8a676f4f22593011fc45b0729321e36d7ae6613
parent331974b30d4c7321617009d1dfc50a2023934dff
Use the new PF_LINGER flag -- when this is set in a process' proc structure,
said process will not have its event mask cleared (and be restarted) on
the last close of a procfs/mem file for that pid.  This reduces the chance
that a truss-monitored process will be left hanging with these bits set
and nobody looking for it.

This is the least-tested change of all of these, I'm afraid.
usr.bin/truss/setup.c