cvs commit: src/sys/net netisr.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Jul 10 13:25:47 PDT 2007
dillon 2007/07/10 13:24:57 PDT
DragonFly src repository
Modified files:
sys/net netisr.c
Log:
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 at theshell.com>
Revision Changes Path
1.35 +3 -9 src/sys/net/netisr.c
http://www.dragonflybsd.org/cvsweb/src/sys/net/netisr.c.diff?r1=1.34&r2=1.35&f=u
More information about the Commits
mailing list