Do not synchronously waitmsg in the unix domain socket's custom putport
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 10 Jul 2007 20:24:57 +0000 (20:24 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 10 Jul 2007 20:24:57 +0000 (20:24 +0000)
commite0383bf316274c606b4e447c36dcca1f57ef0d30
treeabb8e0ad8f1325a90dc48c3a538b8b38491a23f6
parent702acf06887c5732f154b93204c59fbbe1a2a686
Do not synchronously waitmsg in the unix domain socket's custom putport
function.  This prevents us from being able to abort an accept() when
a process takes a signal.

Clean up some other stuff.  MSGF_DONE should already be clear.

Reported-by: Peter Avalos <pavalos@theshell.com>
sys/net/netisr.c