Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/04/2000 06:34:29
Module Name:	syssrc
Committed By:	itojun
Date:		Fri Feb  4 14:34:29 UTC 2000

Modified Files:
	syssrc/sys/netinet: tcp_usrreq.c
	syssrc/sys/netinet6: in6_ifattach.c in6_prefix.c in6_prefix.h in6_var.h
	    nd6.c nd6.h

Log Message:
avoid calling in6_control(SIOCDIFADDR_IN6) from interrupt context.
it is not supposed to work.
logging fix: add "\n" to some of log() in in6_prefix.c.

improve in6_ifdetach().  now almost all structure depend on ifnet
will be cleared up.
possible loose ends:
- cached route_in6 in static varaiables needs to be cleared as well
- there are ifaddr manipulation without reference counting,
  which should be fixed
we still see panics after card removal, though...  not sure what is left.

(sync with kame)


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 syssrc/sys/netinet/tcp_usrreq.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/netinet6/in6_ifattach.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/netinet6/in6_prefix.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/netinet6/in6_prefix.h
cvs rdiff -r1.9 -r1.10 syssrc/sys/netinet6/in6_var.h
cvs rdiff -r1.15 -r1.16 syssrc/sys/netinet6/nd6.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/netinet6/nd6.h

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