DragonFly-2.1.1.158.g1dbb master sys/netinet tcp_output.c tcp_subr.c tcp_syncache.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Fri Dec 26 23:26:57 PST 2008
commit 1dbb35168d95be3f0a483542772161823a971dab
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Sat Dec 27 15:18:25 2008 +0800
TCP socket's cached route entry could only be accessed on its owner CPU.
If not, print backtrace or panic the system based on
route_assert_owner_access; this probably will not happen.
Summary of changes:
sys/netinet/tcp_output.c | 3 ++-
sys/netinet/tcp_subr.c | 1 +
sys/netinet/tcp_syncache.c | 4 ++--
3 files changed, 5 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=commitdiff;h=1dbb35168d95be3f0a483542772161823a971dab
--
DragonFly BSD source repository
More information about the Commits
mailing list