Re: svn commit: r260864 - stable/10/sys/net

2014-01-19 Thread Andriy Gapon
on 18/01/2014 23:57 Sergey Kandaurov said the following: Author: pluknet Date: Sat Jan 18 21:57:38 2014 New Revision: 260864 URL: http://svnweb.freebsd.org/changeset/base/260864 Log: MFC r258675: Fix build. Thank you very much! I have completely forgotten about this thing that I

Re: svn commit: r260862 - stable/9/sys/sys

2014-01-19 Thread Andriy Gapon
on 18/01/2014 23:21 Sergey Kandaurov said the following: Author: pluknet Date: Sat Jan 18 21:21:44 2014 New Revision: 260862 URL: http://svnweb.freebsd.org/changeset/base/260862 Log: MFC r250816: Protect SDT_PROBE() with do { } while (0) loop. Thanks a lot! Modified:

svn commit: r260881 - stable/9/sys/dev/acpica

2014-01-19 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Jan 19 13:51:46 2014 New Revision: 260881 URL: http://svnweb.freebsd.org/changeset/base/260881 Log: MFC r255077: acpi_thermal: Warn about insane _TMP temperature only once A warning is emitted again if the temperature became briefly valid meanwhile. This

svn commit: r260882 - in head/sys: netinet netinet6

2014-01-19 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Jan 19 16:07:27 2014 New Revision: 260882 URL: http://svnweb.freebsd.org/changeset/base/260882 Log: Further rework netinet6 address handling code: * Set ia address/mask values BEFORE attaching to address lists. Inet6 address assignment is not atomic, so the

svn commit: r260883 - head/sys/geom/multipath

2014-01-19 Thread Alexander Motin
Author: mav Date: Sun Jan 19 16:37:57 2014 New Revision: 260883 URL: http://svnweb.freebsd.org/changeset/base/260883 Log: Removed unneeded and dangerous assignment. It would probably cause NULL refererence panic if compiler not optimize it out. Found with: Clang static analyzer MFC

Re: svn commit: r260882 - in head/sys: netinet netinet6

2014-01-19 Thread Bjoern A. Zeeb
On 19 Jan 2014, at 16:07 , Alexander V. Chernikov melif...@freebsd.org wrote: Author: melifaro Date: Sun Jan 19 16:07:27 2014 New Revision: 260882 URL: http://svnweb.freebsd.org/changeset/base/260882 Log: Further rework netinet6 address handling code: * Set ia address/mask values

svn commit: r260884 - head/sys/arm/at91

2014-01-19 Thread Warner Losh
Author: imp Date: Sun Jan 19 17:45:13 2014 New Revision: 260884 URL: http://svnweb.freebsd.org/changeset/base/260884 Log: Add standard memory controller helper functions. Added: head/sys/arm/at91/at91_smc.c (contents, props changed) head/sys/arm/at91/at91_smc.h (contents, props

svn commit: r260885 - head/sys/dev/nand

2014-01-19 Thread Warner Losh
Author: imp Date: Sun Jan 19 17:53:51 2014 New Revision: 260885 URL: http://svnweb.freebsd.org/changeset/base/260885 Log: Generalize AT91 NAND support a bit. Be more flexible about ALE and CLE address line assignment. Provide convenince function to set these things. Added:

svn commit: r260886 - head/sys/arm/at91

2014-01-19 Thread Warner Losh
Author: imp Date: Sun Jan 19 17:59:34 2014 New Revision: 260886 URL: http://svnweb.freebsd.org/changeset/base/260886 Log: Connect NAND for the SAM9260EK eval board, as well as the HotE HL-201. # expect more refinement as do more boards. Modified: head/sys/arm/at91/board_hl201.c

svn commit: r260887 - head/sys/arm/conf

2014-01-19 Thread Warner Losh
Author: imp Date: Sun Jan 19 18:09:00 2014 New Revision: 260887 URL: http://svnweb.freebsd.org/changeset/base/260887 Log: Add nand device and NANDFS into the mix for those boards that have support for it at the moment. Modified: head/sys/arm/conf/ATMEL head/sys/arm/conf/HL201

svn commit: r260888 - in head/sys: amd64/conf i386/conf

2014-01-19 Thread Ed Maste
Author: emaste Date: Sun Jan 19 18:46:38 2014 New Revision: 260888 URL: http://svnweb.freebsd.org/changeset/base/260888 Log: Add VT kernel configuration to ease testing of vt(9), aka Newcons Added: head/sys/amd64/conf/VT (contents, props changed) head/sys/i386/conf/VT (contents, props

svn commit: r260889 - in head/sys: arm/s3c2xx0 arm/sa11x0 arm/xilinx mips/adm5120 mips/atheros mips/cavium mips/rt305x

2014-01-19 Thread Warner Losh
Author: imp Date: Sun Jan 19 19:36:11 2014 New Revision: 260889 URL: http://svnweb.freebsd.org/changeset/base/260889 Log: Introduce grab and ungrab upcalls. When the kernel desires to grab the console, it calls the grab functions. These functions should turn off the RX interrupts, and any

svn commit: r260890 - head/sys/dev/uart

2014-01-19 Thread Warner Losh
Author: imp Date: Sun Jan 19 19:39:13 2014 New Revision: 260890 URL: http://svnweb.freebsd.org/changeset/base/260890 Log: Introduce grab and ungrab upcalls. When the kernel desires to grab the console, it calls the grab functions. These functions should turn off the RX interrupts, and any

svn commit: r260891 - stable/9/release

2014-01-19 Thread Glen Barber
Author: gjb Date: Sun Jan 19 19:49:24 2014 New Revision: 260891 URL: http://svnweb.freebsd.org/changeset/base/260891 Log: MFC r259729: Bootstrap etcupdate(8) as part of the release build, similar to what is done for mergemaster(8). This allows etcupdate(8) to work out-of-box after

svn commit: r260893 - head/sys/dev/aha

2014-01-19 Thread Warner Losh
Author: imp Date: Sun Jan 19 20:32:20 2014 New Revision: 260893 URL: http://svnweb.freebsd.org/changeset/base/260893 Log: Free the dma memory from the dma map before destroying the dma map. Modified: head/sys/dev/aha/aha.c Modified: head/sys/dev/aha/aha.c

svn commit: r260894 - head/usr.sbin/bsdconfig/share

2014-01-19 Thread Devin Teske
Author: dteske Date: Sun Jan 19 21:02:24 2014 New Revision: 260894 URL: http://svnweb.freebsd.org/changeset/base/260894 Log: Optimize f_expand_number(), improving performance. MFC After:3 days Modified: head/usr.sbin/bsdconfig/share/strings.subr Modified:

svn commit: r260898 - head/sys/kern

2014-01-19 Thread Neel Natu
Author: neel Date: Mon Jan 20 01:59:35 2014 New Revision: 260898 URL: http://svnweb.freebsd.org/changeset/base/260898 Log: Bump up WITNESS_COUNT from 1024 to 1536 so there are sufficient entries for WITNESS to actually work. Reviewed by: jhb@ Modified: head/sys/kern/subr_witness.c

Re: svn commit: r260702 - head/sys/netinet

2014-01-19 Thread Lawrence Stewart
On 01/16/14 22:50, Alexander V. Chernikov wrote: Author: melifaro Date: Thu Jan 16 11:50:00 2014 New Revision: 260702 URL: http://svnweb.freebsd.org/changeset/base/260702 Log: Fix ipfw fwd for IPv4 traffic broken by r249894. Problem case: Original lookup returns route with GW

Re: svn commit: r260898 - head/sys/kern

2014-01-19 Thread Rui Paulo
On 19 Jan 2014, at 17:59, Neel Natu n...@freebsd.org wrote: Author: neel Date: Mon Jan 20 01:59:35 2014 New Revision: 260898 URL: http://svnweb.freebsd.org/changeset/base/260898 Log: Bump up WITNESS_COUNT from 1024 to 1536 so there are sufficient entries for WITNESS to actually work.

svn commit: r260899 - head/usr.sbin/bsdconfig/share

2014-01-19 Thread Devin Teske
Author: dteske Date: Mon Jan 20 03:31:16 2014 New Revision: 260899 URL: http://svnweb.freebsd.org/changeset/base/260899 Log: Dummy commit (s/__num/__number/) in f_expand_number() to describe that the previous commit here (SVN r260894) was [in-part] from Submitted-by: Christoph Mallon

svn commit: r260900 - head/usr.sbin/bsdinstall/scripts

2014-01-19 Thread Devin Teske
Author: dteske Date: Mon Jan 20 03:39:08 2014 New Revision: 260900 URL: http://svnweb.freebsd.org/changeset/base/260900 Log: Dummy commit (whitespace changes and style nits) to show previous commit (SVN r260866) was [in-part] Submitted-by: Christoph Mallon ... christoph.mal...@gmx.de

svn commit: r260901 - stable/10/release/doc/en_US.ISO8859-1/errata

2014-01-19 Thread Hiroki Sato
Author: hrs Date: Mon Jan 20 05:44:45 2014 New Revision: 260901 URL: http://svnweb.freebsd.org/changeset/base/260901 Log: - Fix a bxe(4) entry. This issue is not related to NFSv4, and poor performance is caused by disabling TSO, not the issue itself. - s/os;-STABLE/os; release.current;/

svn commit: r260902 - stable/10/release/doc/en_US.ISO8859-1/errata

2014-01-19 Thread Hiroki Sato
Author: hrs Date: Mon Jan 20 05:57:58 2014 New Revision: 260902 URL: http://svnweb.freebsd.org/changeset/base/260902 Log: Document an ipfw fwd issue. Suggested by: jmg Modified: stable/10/release/doc/en_US.ISO8859-1/errata/article.xml Modified:

svn commit: r260903 - head/sys/dev/usb/net

2014-01-19 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 20 07:09:19 2014 New Revision: 260903 URL: http://svnweb.freebsd.org/changeset/base/260903 Log: Add support for GPS ports to UHSO driver. Submitted by: Lundberg, Johannes johan...@brilliantservice.co.jp MFC after:1 week Modified: