Source-Changes archive

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

CVS commit: src/sys/net



Module Name:    src
Committed By:   ad
Date:           Wed Mar 26 14:54:19 UTC 2008

Modified Files:
        src/sys/net: route.c route.h

Log Message:
Defer processing of routing messages to a soft interrupt. These can be
generated at IPL_VM and it's not safe to call directly into the socket
layer at that level. Reviewed by matt@.


To generate a diff of this commit:
cvs rdiff -r1.105 -r1.106 src/sys/net/route.c
cvs rdiff -r1.69 -r1.70 src/sys/net/route.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index