svn commit: r258209 - head/sys/arm/ti

2013-11-16 Thread Rui Paulo
Author: rpaulo Date: Sat Nov 16 08:20:50 2013 New Revision: 258209 URL: http://svnweb.freebsd.org/changeset/base/258209 Log: Add a driver for the Texas Instruments Mailbox hardware. Added: head/sys/arm/ti/ti_mbox.c (contents, props changed) head/sys/arm/ti/ti_mbox.h (contents, props

svn commit: r258210 - head/sys/arm/ti

2013-11-16 Thread Rui Paulo
Author: rpaulo Date: Sat Nov 16 08:23:15 2013 New Revision: 258210 URL: http://svnweb.freebsd.org/changeset/base/258210 Log: Add a driver for the TI Programmable Realtime Unit Subsystem. This is only a userland accessibility driver. It mmaps the hardware region to userland and posts

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

2013-11-16 Thread Bruce Evans
On Fri, 15 Nov 2013, John Baldwin wrote: Log: Don't allow vfs.lorunningspace or vfs.hirunningspace to be set such that lorunningspace is greater than hirunningspace as the system performs terribly if it is mistuned in this fashion. Ugh, almost all writeable sysctls have foot-shooting

svn commit: r258211 - head/sys/arm/ti

2013-11-16 Thread Rui Paulo
Author: rpaulo Date: Sat Nov 16 08:28:14 2013 New Revision: 258211 URL: http://svnweb.freebsd.org/changeset/base/258211 Log: Enable the ti_mbox and ti_pruss drivers. Modified: head/sys/arm/ti/files.ti Modified: head/sys/arm/ti/files.ti

Re: svn commit: r258187 - head/sys/dev/bxe

2013-11-16 Thread hiren panchasara
On Fri, Nov 15, 2013 at 12:26 PM, Eric Davis eda...@freebsd.org wrote: Author: edavis Date: Fri Nov 15 20:26:14 2013 New Revision: 258187 URL: http://svnweb.freebsd.org/changeset/base/258187 Log: Fixed a tx watchdog chip reset that could occur on mostly idle links. Thanks! Fixed

svn commit: r258212 - stable/10/sys/crypto/aesni

2013-11-16 Thread John-Mark Gurney
Author: jmg Date: Sat Nov 16 09:01:24 2013 New Revision: 258212 URL: http://svnweb.freebsd.org/changeset/base/258212 Log: MFC r257757: fix issues w/ AES-NI on unaligned data blocks... Approved by: re (kib) Modified: stable/10/sys/crypto/aesni/aesencdec.h

svn commit: r258213 - in stable/9/sys/dev: mvs siis

2013-11-16 Thread Alexander Motin
Author: mav Date: Sat Nov 16 10:34:16 2013 New Revision: 258213 URL: http://svnweb.freebsd.org/changeset/base/258213 Log: MFC r249622: Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent buses passing real bus' child pointers instead of grandchilds. Modified:

svn commit: r258214 - stable/9/sys/dev/ichsmb

2013-11-16 Thread Alexander Motin
Author: mav Date: Sat Nov 16 10:40:43 2013 New Revision: 258214 URL: http://svnweb.freebsd.org/changeset/base/258214 Log: MFC r244981 (by jfv) Add Intel Lynx Point PCH SMBus Device IDs Modified: stable/9/sys/dev/ichsmb/ichsmb_pci.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r258215 - in stable/9/sys/dev: ahci ata ata/chipsets ichsmb ichwd

2013-11-16 Thread Alexander Motin
Author: mav Date: Sat Nov 16 10:41:49 2013 New Revision: 258215 URL: http://svnweb.freebsd.org/changeset/base/258215 Log: MFC r253475 (by jfv): Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices. Modified: stable/9/sys/dev/ahci/ahci.c stable/9/sys/dev/ata/ata-pci.h

svn commit: r258216 - stable/9/sys/dev/ahci

2013-11-16 Thread Alexander Motin
Author: mav Date: Sat Nov 16 10:43:02 2013 New Revision: 258216 URL: http://svnweb.freebsd.org/changeset/base/258216 Log: MFC r253647: Decode some bits defined in AHCI 1.3.1 Device Sleep Technical Proposal. For now this is only conmetics to report HBA capabilities (Haswell?). Modified:

svn commit: r258217 - stable/9/sys/dev/ahci

2013-11-16 Thread Alexander Motin
Author: mav Date: Sat Nov 16 10:44:17 2013 New Revision: 258217 URL: http://svnweb.freebsd.org/changeset/base/258217 Log: MFC r254987 (by gavin): Support the PCI-Express SSD in the new MacBook Air (model A1465) Modified: stable/9/sys/dev/ahci/ahci.c Directory Properties: stable/9/sys/

svn commit: r258218 - in stable/9/sys: dev/ata dev/uart dev/usb/serial fs/fdescfs mips/mips netgraph/bluetooth/hci ufs/ffs x86/x86

2013-11-16 Thread Alexander Motin
Author: mav Date: Sat Nov 16 10:47:58 2013 New Revision: 258218 URL: http://svnweb.freebsd.org/changeset/base/258218 Log: MFC r250576 (by eadler): Fix several typos PR: kern/176054 Modified: stable/9/sys/dev/ata/ata-lowlevel.c stable/9/sys/dev/uart/uart_core.c

svn commit: r258219 - stable/9/sys/dev/ata/chipsets

2013-11-16 Thread Alexander Motin
Author: mav Date: Sat Nov 16 10:49:02 2013 New Revision: 258219 URL: http://svnweb.freebsd.org/changeset/base/258219 Log: MFC r253644: Add missing NULL check after malloc(M_NOWAIT). Modified: stable/9/sys/dev/ata/chipsets/ata-promise.c Directory Properties: stable/9/sys/ (props

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

2013-11-16 Thread Alexander Motin
Author: mav Date: Sat Nov 16 14:31:49 2013 New Revision: 258220 URL: http://svnweb.freebsd.org/changeset/base/258220 Log: Implement automatic live resize support for GEOM MULTIPATH class. In manual mode just automatically resize provider in any direction. In automatic mode allow only

svn commit: r258221 - head/sys/netinet

2013-11-16 Thread Michael Tuexen
Author: tuexen Date: Sat Nov 16 15:04:49 2013 New Revision: 258221 URL: http://svnweb.freebsd.org/changeset/base/258221 Log: Cleanups which result in fixes which have been made upstream and where partially suggested by Andrew Galante. There is no functional change in FreeBSD. MFC

svn commit: r258222 - stable/9/sys/cam/ctl

2013-11-16 Thread Alexander Motin
Author: mav Date: Sat Nov 16 15:26:56 2013 New Revision: 258222 URL: http://svnweb.freebsd.org/changeset/base/258222 Log: MFC r249065 (by trasz): Fix locking problem in ctl_maintenance_in() - one cannot use M_WAITOK or call ctl_done() with mutex held. Modified: stable/9/sys/cam/ctl/ctl.c

svn commit: r258223 - stable/9/sys/cam/ctl

2013-11-16 Thread Alexander Motin
Author: mav Date: Sat Nov 16 15:34:11 2013 New Revision: 258223 URL: http://svnweb.freebsd.org/changeset/base/258223 Log: MFC r254378 (by trasz): Turn comments about locking into actual lock assertions. Modified: stable/9/sys/cam/ctl/ctl.c Directory Properties: stable/9/sys/ (props

svn commit: r258224 - head/sys/netinet

2013-11-16 Thread Michael Tuexen
Author: tuexen Date: Sat Nov 16 15:34:14 2013 New Revision: 258224 URL: http://svnweb.freebsd.org/changeset/base/258224 Log: When determining if an address belongs to an stcb, take the address family into account for wildcard bound endpoints. MFC after: 3 days Modified:

svn commit: r258225 - stable/9/sys/kern

2013-11-16 Thread Alexander Motin
Author: mav Date: Sat Nov 16 15:41:54 2013 New Revision: 258225 URL: http://svnweb.freebsd.org/changeset/base/258225 Log: MFC r254787: Remove locking from taskqueue_member(). The list of threads is static during the taskqueue life cycle, so there is no need to protect it, taking quite

svn commit: r258226 - head/usr.sbin/pkg

2013-11-16 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 16 15:48:49 2013 New Revision: 258226 URL: http://svnweb.freebsd.org/changeset/base/258226 Log: argc is now used MFC after:2 days Modified: head/usr.sbin/pkg/pkg.c Modified: head/usr.sbin/pkg/pkg.c

svn commit: r258227 - head/etc/pkg

2013-11-16 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 16 15:54:46 2013 New Revision: 258227 URL: http://svnweb.freebsd.org/changeset/base/258227 Log: Enabled should be a boolean, not a string MFC after:2 days Modified: head/etc/pkg/FreeBSD.conf Modified: head/etc/pkg/FreeBSD.conf

svn commit: r258228 - head/sys/netinet

2013-11-16 Thread Michael Tuexen
Author: tuexen Date: Sat Nov 16 16:09:09 2013 New Revision: 258228 URL: http://svnweb.freebsd.org/changeset/base/258228 Log: Remove a stray write operation. MFC after: 3 days Modified: head/sys/netinet/sctp_indata.c Modified: head/sys/netinet/sctp_indata.c

svn commit: r258230 - in stable/10: . include lib lib/libc/iconv lib/libiconv_compat share/man/man5 share/mk tools/build/mk tools/build/options

2013-11-16 Thread Glen Barber
Author: gjb Date: Sat Nov 16 18:40:44 2013 New Revision: 258230 URL: http://svnweb.freebsd.org/changeset/base/258230 Log: MFC r257583, r258012, r258013: r257583 (peter): Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm than good. This caused libc to spoof the ports

svn commit: r258231 - in stable/10/contrib/nvi: . common docs/USD.doc/vi.man ex vi

2013-11-16 Thread Glen Barber
Author: gjb Date: Sat Nov 16 19:22:13 2013 New Revision: 258231 URL: http://svnweb.freebsd.org/changeset/base/258231 Log: MFC r257999 (peter): Merge nvi-2.1.1 - 2.1.2 Approved by: re (???) Sponsored by: The FreeBSD Foundation Modified: stable/10/contrib/nvi/README

Re: svn commit: r258231 - in stable/10/contrib/nvi: . common docs/USD.doc/vi.man ex vi

2013-11-16 Thread Glen Barber
On Sat, Nov 16, 2013 at 07:22:14PM +, Glen Barber wrote: Author: gjb Date: Sat Nov 16 19:22:13 2013 New Revision: 258231 URL: http://svnweb.freebsd.org/changeset/base/258231 Log: MFC r257999 (peter): Merge nvi-2.1.1 - 2.1.2 Approved by:re (???) Bah, the commit

svn commit: r258232 - head/etc/mtree

2013-11-16 Thread Julio Merino
Author: jmmv Date: Sat Nov 16 19:41:04 2013 New Revision: 258232 URL: http://svnweb.freebsd.org/changeset/base/258232 Log: Install BSD.tests.mtree when MK_TESTS is yes. Problem found by jhb@. Approved by: rpaulo (mentor) Modified: head/etc/mtree/Makefile Modified:

svn commit: r258233 - in head: . etc etc/mtree

2013-11-16 Thread Julio Merino
Author: jmmv Date: Sat Nov 16 19:42:40 2013 New Revision: 258233 URL: http://svnweb.freebsd.org/changeset/base/258233 Log: Move all atf directories to the tests mtree. This is to ensure that test-related directories don't get needlessly created (and later deleted) when MK_TESTS=no.

svn commit: r258235 - head/sys/netinet

2013-11-16 Thread Michael Tuexen
Author: tuexen Date: Sat Nov 16 19:57:56 2013 New Revision: 258235 URL: http://svnweb.freebsd.org/changeset/base/258235 Log: Use SCTP_PR_SCTP_TTL when the user provides a positive timetolive in sctp_sendmsg(). MFC after: 3 days Modified: head/sys/netinet/sctp_output.c Modified:

svn commit: r258238 - in vendor/atf/dist: . admin atf-c atf-c++ atf-c++/detail atf-run atf-sh bootstrap doc m4

2013-11-16 Thread Julio Merino
Author: jmmv Date: Sat Nov 16 21:57:53 2013 New Revision: 258238 URL: http://svnweb.freebsd.org/changeset/base/258238 Log: Import atf-0.18: Experimental version released on November 16th, 2013. * Issue 45: Added require.memory support in atf-run for FreeBSD. * Fixed an issue with

svn commit: r258239 - vendor/atf/atf-0.18

2013-11-16 Thread Julio Merino
Author: jmmv Date: Sat Nov 16 21:58:58 2013 New Revision: 258239 URL: http://svnweb.freebsd.org/changeset/base/258239 Log: Tag the import of atf-0.18. Approved by: rpaulo (mentor) Added: vendor/atf/atf-0.18/ - copied from r258238, vendor/atf/dist/

svn commit: r258240 - head/sys/arm/arm

2013-11-16 Thread Ian Lepore
Author: ian Date: Sat Nov 16 23:37:56 2013 New Revision: 258240 URL: http://svnweb.freebsd.org/changeset/base/258240 Log: In the data abort handler, don't panic if kdb is available and says it handled the condition. PR: arm/183668 Submitted by: Howard Su howard...@gmail.com

svn commit: r258242 - stable/10/sys/ofed/drivers/net/mlx4

2013-11-16 Thread Alfred Perlstein
Author: alfred Date: Sun Nov 17 01:07:46 2013 New Revision: 258242 URL: http://svnweb.freebsd.org/changeset/base/258242 Log: MFC: 257542 Fix API mismatch exposed by lagg. When destroying a lagg the driver tries to restore the old mac and fails due to API mismatch. Submitted by:

svn commit: r258243 - head/sys/powerpc/booke

2013-11-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Nov 17 01:59:42 2013 New Revision: 258243 URL: http://svnweb.freebsd.org/changeset/base/258243 Log: Make sure that TLB1 mappings are aligned correctly. Modified: head/sys/powerpc/booke/pmap.c Modified: head/sys/powerpc/booke/pmap.c

svn commit: r258244 - in head/sys/powerpc: booke mpc85xx

2013-11-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Nov 17 02:03:36 2013 New Revision: 258244 URL: http://svnweb.freebsd.org/changeset/base/258244 Log: Move CCSR discovery into the platform module, while simultaneously making it more flexible about how the CCSR range is found. With this change, the stock MPC85XX

svn commit: r258245 - head/lib/libc/stdio

2013-11-16 Thread Eitan Adler
Author: eadler Date: Sun Nov 17 02:03:45 2013 New Revision: 258245 URL: http://svnweb.freebsd.org/changeset/base/258245 Log: Add missing include files for the printf_l and scanf_l man pages. Reported by: swild...@dragonflybsd.org Modified: head/lib/libc/stdio/printf_l.3

svn commit: r258246 - in head/sys/powerpc: include powerpc

2013-11-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Nov 17 02:05:20 2013 New Revision: 258246 URL: http://svnweb.freebsd.org/changeset/base/258246 Log: There is no reason Book-E needs to save XER and CTR on context switches. They aren't Book-E specific registers to begin with and, even if they were, are defined

svn commit: r258247 - head/sys/powerpc/include

2013-11-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Nov 17 02:26:09 2013 New Revision: 258247 URL: http://svnweb.freebsd.org/changeset/base/258247 Log: Remove a pointless #ifdef AIM. This is just PPC64 specific, including 64-bit Book-E. Modified: head/sys/powerpc/include/counter.h Modified:

svn commit: r258250 - head/sys/powerpc/fpu

2013-11-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Nov 17 05:03:15 2013 New Revision: 258250 URL: http://svnweb.freebsd.org/changeset/base/258250 Log: Make single precision floating point arithmetic actually work -- I think it never did -- and fix an obvious missing line. Floating point emulation on Book-E still

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

2013-11-16 Thread Alexander Motin
Author: mav Date: Sun Nov 17 05:38:54 2013 New Revision: 258251 URL: http://svnweb.freebsd.org/changeset/base/258251 Log: In addition to r258220 allow shrinking in automatic mode if there is already valid metadata found at the new location. This should allow easy transparent recovery if

svn commit: r258254 - head/share/i18n/esdb/UTF

2013-11-16 Thread Peter Wemm
Author: peter Date: Sun Nov 17 06:50:41 2013 New Revision: 258254 URL: http://svnweb.freebsd.org/changeset/base/258254 Log: Alias WCHAR_T to UCS-4-INTERNAL. WCHAR_T is the internal encoding of a wchar_t type - which is 32 bit on FreeBSD. This matches observed behavior on a libiconv