summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_syncache.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2003-11-10 20:39:44 +0000
committeralfred <alfred@FreeBSD.org>2003-11-10 20:39:44 +0000
commit8837bee815c3aa0e4c60b5482a49ef2c3d0ed6ba (patch)
tree59fd8bd248d775347c2a795d9d217c49da2ca061 /sys/netinet/tcp_syncache.c
parent8d20ae93240d70327589e9c677082a5c244350b3 (diff)
downloadFreeBSD-src-8837bee815c3aa0e4c60b5482a49ef2c3d0ed6ba.zip
FreeBSD-src-8837bee815c3aa0e4c60b5482a49ef2c3d0ed6ba.tar.gz
Fix a bug where the taskqueue kproc was being parented by init
because RFNOWAIT was being passed to kproc_create. The result was that shutdown took quite a bit longer because this errant "child" would not respond to termination signals from init at system shutdown. RFNOWAIT dissassociates itself from the caller by attaching to init as a parent proc. We could have had the taskqueue proc listen for SIGKILL, but being able to SIGKILL a potentially critical system process doesn't seem like a good idea.
Diffstat (limited to 'sys/netinet/tcp_syncache.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud