svn commit: r241340 - head/sys/dev/ale

2012-10-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Oct 8 07:01:07 2012 New Revision: 241340 URL: http://svn.freebsd.org/changeset/base/241340 Log: Fix typo. Check against number of allocated MSI-X vectors. There is no ale(4) controller that supports MSI-X so this is not real issue. PR: kern/171825

svn commit: r241341 - head/sys/dev/bge

2012-10-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Oct 8 07:13:45 2012 New Revision: 241341 URL: http://svn.freebsd.org/changeset/base/241341 Log: Limit applying TX data corruption and FIFO workaround to BCM5719 A0. It's believed BCM5720 does not have the issue. Modified: head/sys/dev/bge/if_bge.c Modified:

svn commit: r241342 - head/sys/netinet

2012-10-08 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 8 07:21:32 2012 New Revision: 241342 URL: http://svn.freebsd.org/changeset/base/241342 Log: No reason to play with IP header before calling sctp_delayed_cksum() with offset beyond the IP header. Modified: head/sys/netinet/ip_divert.c Modified:

svn commit: r241343 - head/sys/dev/bge

2012-10-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Oct 8 07:33:43 2012 New Revision: 241343 URL: http://svn.freebsd.org/changeset/base/241343 Log: Rework device detach. While here, move driver lock/callout initialization to the beginning of device attach for readability. Modified: head/sys/dev/bge/if_bge.c

svn commit: r241344 - in head/sys: netgraph netinet netinet6 netpfil/ipfw netpfil/pf

2012-10-08 Thread Gleb Smirnoff
Author: glebius Date: Mon Oct 8 08:03:58 2012 New Revision: 241344 URL: http://svn.freebsd.org/changeset/base/241344 Log: After r241245 it appeared that in_delayed_cksum(), which still expects host byte order, was sometimes called with net byte order. Since we are moving towards net byte

Re: svn commit: r241298 - in head: . gnu/usr.bin/cc/cc_int gnu/usr.bin/cc/include kerberos5 kerberos5/tools/asn1_compile kerberos5/tools/slc lib/clang/include share/mk tools/build/make_check usr.sbin/

2012-10-08 Thread Bruce Evans
On Sun, 7 Oct 2012, Marcel Moolenaar wrote: On Oct 6, 2012, at 10:31 PM, Bruce Evans b...@optusnet.com.au wrote: On Sat, 6 Oct 2012, Marcel Moolenaar wrote: Log: Add support for bmake. This includes: Modified: head/share/mk/bsd.dep.mk

svn commit: r241345 - head

2012-10-08 Thread Doug Barton
Author: dougb Date: Mon Oct 8 10:34:49 2012 New Revision: 241345 URL: http://svn.freebsd.org/changeset/base/241345 Log: Remove my pre-commit review request for mergemaster Modified: head/MAINTAINERS Modified: head/MAINTAINERS

Re: svn commit: r241221 - in head: contrib/tcpdump usr.sbin/tcpdump/tcpdump

2012-10-08 Thread Peter Jeremy
On 2012-Oct-05 07:51:21 +, Gleb Smirnoff gleb...@freebsd.org wrote: Provide ability for printing and decoding pfsync(4) traffic. This doesn't mean supporting IFT_PFSYNC (which I hope will eventually die). This means decoding packets with IP protocol of 240 caught on any normal

svn commit: r241349 - head/sys/netinet6

2012-10-08 Thread Andriy Gapon
Author: avg Date: Mon Oct 8 13:45:40 2012 New Revision: 241349 URL: http://svn.freebsd.org/changeset/base/241349 Log: ip6_ipsec_output: fix a typo in r241344 Acting as a remote drone of glebius. Modified: head/sys/netinet6/ip6_ipsec.c Modified: head/sys/netinet6/ip6_ipsec.c

svn commit: r241351 - head/sys/modules

2012-10-08 Thread David E. O'Brien
Author: obrien Date: Mon Oct 8 14:08:13 2012 New Revision: 241351 URL: http://svn.freebsd.org/changeset/base/241351 Log: Restrict the module to varied environments. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile

svn commit: r241353 - in head/sys/i386: i386 xen

2012-10-08 Thread Alan Cox
Author: alc Date: Mon Oct 8 16:57:05 2012 New Revision: 241353 URL: http://svn.freebsd.org/changeset/base/241353 Log: In a few places, like the implementation of ptrace(), a thread may call upon pmap_enter() to create a mapping within a different address space, i.e., not the thread's own

Re: svn commit: r241298 - in head: . gnu/usr.bin/cc/cc_int gnu/usr.bin/cc/include kerberos5 kerberos5/tools/asn1_compile kerberos5/tools/slc lib/clang/include share/mk tools/build/make_check usr.sbin/

2012-10-08 Thread Marcel Moolenaar
On Oct 8, 2012, at 1:08 AM, Bruce Evans b...@optusnet.com.au wrote: On Sun, 7 Oct 2012, Marcel Moolenaar wrote: On Oct 6, 2012, at 10:31 PM, Bruce Evans b...@optusnet.com.au wrote: On Sat, 6 Oct 2012, Marcel Moolenaar wrote: Log: Add support for bmake. This includes: Modified:

svn commit: r241356 - head/sys/i386/i386

2012-10-08 Thread Konstantin Belousov
Author: kib Date: Mon Oct 8 18:33:08 2012 New Revision: 241356 URL: http://svn.freebsd.org/changeset/base/241356 Log: Add several asserts to i386 pmap, which mostly state that pv entry shall have corresponding pte. Reviewed by: alc Tested by:pho MFC after:3 days Modified: