svn commit: r239148 - stable/9/sys/geom

2012-08-08 Thread Warner Losh
Author: imp Date: Wed Aug 8 20:21:33 2012 New Revision: 239148 URL: http://svn.freebsd.org/changeset/base/239148 Log: Make the addition of the d_gone binary compatible. This allows storage drivers compiled for 9.0 to work on 9.1 and preserves the ABI for disks. Reviewed by: scottl, k

svn commit: r239147 - stable/8/sys/netinet

2012-08-08 Thread Michael Tuexen
Author: tuexen Date: Wed Aug 8 20:08:45 2012 New Revision: 239147 URL: http://svn.freebsd.org/changeset/base/239147 Log: MFC r239052: Fix a refcount issue. The called only decrements is stcb is NULL. Modified: stable/8/sys/netinet/sctp_pcb.c Directory Properties: stable/8/sys/ (props c

svn commit: r239146 - stable/8/sys/netinet

2012-08-08 Thread Michael Tuexen
Author: tuexen Date: Wed Aug 8 20:05:25 2012 New Revision: 239146 URL: http://svn.freebsd.org/changeset/base/239146 Log: MFC r239041: Fix a bug reported by Simon L. B. Nielsen: If an SCTP endpoint receives an ASCONF with a wildcard lookup address and incorrect verification tag, the sys

svn commit: r239145 - head/tools/tools/netmap

2012-08-08 Thread Ed Maste
Author: emaste Date: Wed Aug 8 19:15:01 2012 New Revision: 239145 URL: http://svn.freebsd.org/changeset/base/239145 Log: Be more descriptive about poll error / timeout when transmitting. Modified: head/tools/tools/netmap/pkt-gen.c Modified: head/tools/tools/netmap/pkt-gen.c

svn commit: r239144 - releng/9.1/sys/conf

2012-08-08 Thread Ken Smith
Author: kensmith Date: Wed Aug 8 18:39:29 2012 New Revision: 239144 URL: http://svn.freebsd.org/changeset/base/239144 Log: Prep for 9.1-RC1 builds. Approved by: re (implicit) Modified: releng/9.1/sys/conf/newvers.sh Modified: releng/9.1/sys/conf/newvers.sh

svn commit: r239143 - head/sys/dev/isp

2012-08-08 Thread Matt Jacob
Author: mjacob Date: Wed Aug 8 18:24:33 2012 New Revision: 239143 URL: http://svn.freebsd.org/changeset/base/239143 Log: More rototilling with target mode in an attemp to get multiple CCB at a time outstanding reliable. It's not there yet, but this is the direction to go in so might as well

svn commit: r239142 - head/sys/net80211

2012-08-08 Thread Adrian Chadd
Author: adrian Date: Wed Aug 8 17:16:06 2012 New Revision: 239142 URL: http://svn.freebsd.org/changeset/base/239142 Log: Fix an incorrect comment. Modified: head/sys/net80211/ieee80211.h Modified: head/sys/net80211/ieee80211.h

svn commit: r239141 - head/sys/dev/netmap

2012-08-08 Thread Ed Maste
Author: emaste Date: Wed Aug 8 15:28:29 2012 New Revision: 239141 URL: http://svn.freebsd.org/changeset/base/239141 Log: Fix whitespace (missing newline) Modified: head/sys/dev/netmap/netmap.c Modified: head/sys/dev/netmap/netmap.c ===

svn commit: r239140 - head/sys/dev/netmap

2012-08-08 Thread Ed Maste
Author: emaste Date: Wed Aug 8 15:27:01 2012 New Revision: 239140 URL: http://svn.freebsd.org/changeset/base/239140 Log: Clarify comments about number of tx / rx rings Modified: head/sys/dev/netmap/netmap.c head/sys/dev/netmap/netmap_kern.h Modified: head/sys/dev/netmap/netmap.c =

svn commit: r239139 - head/tools/tools/netmap

2012-08-08 Thread Ed Maste
Author: emaste Date: Wed Aug 8 13:54:26 2012 New Revision: 239139 URL: http://svn.freebsd.org/changeset/base/239139 Log: Round displayed pps (instead of truncating) Modified: head/tools/tools/netmap/pkt-gen.c Modified: head/tools/tools/netmap/pkt-gen.c ==

svn commit: r239138 - in head/contrib/compiler-rt: . lib lib/arm

2012-08-08 Thread Andrew Turner
Author: andrew Date: Wed Aug 8 09:42:44 2012 New Revision: 239138 URL: http://svn.freebsd.org/changeset/base/239138 Log: Import compiler-rt r160957. This is mostly a no-op other than for ARM where it adds missing __aeabi_mem* and __aeabi_*divmod functions. Even on ARM these will remain