don't loop printing the diagnostic "waiting for lwps to exit"
authorSimon Schubert <corecode@dragonflybsd.org>
Sat, 7 Mar 2009 16:37:16 +0000 (17:37 +0100)
committerSimon Schubert <simon.schubert@epfl.ch>
Mon, 9 Mar 2009 17:00:02 +0000 (18:00 +0100)
commitef1c4d7f6c17ef9dfc624e1e0427ccfb7227dba8
tree96a2eaf086cf8e9bd7e6cfc7f016464b286e17d9
parent65c7a6af1ff4061c918f35f7d01524385208c5be
don't loop printing the diagnostic "waiting for lwps to exit"

This diagnostic never was really useful and only clutters the message
buffer.  Also don't poll the process state once a second, but rely on
the wakeups from exiting threads.
sys/kern/kern_exit.c