Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Fri Jul 31 18:47:24 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv3963/sys

Modified Files:
        mbuf.h 
Log Message:
Don't call the protocol drain routines if how == M_NOWAIT, which typically
means we're in interrupt context.  Since we can be called from a network
hardware interrupt, we could corrupt the protocol queues we try to drain
them at that time.


thorpej
Fri Jul 31 18:47:24 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv3963/kern

Modified Files:
        uipc_mbuf.c 
Log Message:
Don't call the protocol drain routines if how == M_NOWAIT, which typically
means we're in interrupt context.  Since we can be called from a network
hardware interrupt, we could corrupt the protocol queues we try to drain
them at that time.




Home | Main Index | Thread Index | Old Index