svn commit: r259498 - head/contrib/llvm/tools/clang/lib/Headers

2013-12-17 Thread Dimitry Andric
Author: dim Date: Tue Dec 17 07:59:00 2013 New Revision: 259498 URL: http://svnweb.freebsd.org/changeset/base/259498 Log: Pull in r197399 from upstream clang trunk: Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat. MFC after:3 days Modified:

svn commit: r259502 - head/sbin/iscontrol

2013-12-17 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Dec 17 10:33:27 2013 New Revision: 259502 URL: http://svnweb.freebsd.org/changeset/base/259502 Log: Reword the part about mutual CHAP. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/sbin/iscontrol/iscsi.conf.5 Modified:

svn commit: r259503 - head/sys/netinet6

2013-12-17 Thread Andrey V. Elsukov
Author: ae Date: Tue Dec 17 10:53:17 2013 New Revision: 259503 URL: http://svnweb.freebsd.org/changeset/base/259503 Log: Free mbuf in case of error. MFC after:1 week Modified: head/sys/netinet6/send.c Modified: head/sys/netinet6/send.c

svn commit: r259509 - head/sys/kern

2013-12-17 Thread Attilio Rao
Author: attilio Date: Tue Dec 17 13:37:02 2013 New Revision: 259509 URL: http://svnweb.freebsd.org/changeset/base/259509 Log: - Assert for not leaking readers rw locks counter on userland return. - Use a correct spin_cnt for KDTRACE_HOOK case in rw read lock. Sponsored by: EMC / Isilon

svn commit: r259513 - in head/sys: dev/ofw powerpc/ofw

2013-12-17 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Dec 17 14:50:35 2013 New Revision: 259513 URL: http://svnweb.freebsd.org/changeset/base/259513 Log: Configure interrupt sense based on device tree information. This extends the OF interrupt map API to return sense information to the caller and the PowerPC Open

svn commit: r259514 - head/sys/dev/fdt

2013-12-17 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Dec 17 14:51:47 2013 New Revision: 259514 URL: http://svnweb.freebsd.org/changeset/base/259514 Log: Remove dead code. Most of this was in an #if 0 block; the rest is not used and duplicates functionality in dev/ofw. Modified: head/sys/dev/fdt/fdt_common.h

svn commit: r259516 - in head/sys: arm/mv dev/ofw powerpc/ofw sparc64/ebus sparc64/isa sparc64/pci

2013-12-17 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Dec 17 15:11:24 2013 New Revision: 259516 URL: http://svnweb.freebsd.org/changeset/base/259516 Log: Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbuf internally instead of requiring the caller to allocate it. Modified:

svn commit: r259517 - in head/sys/arm: broadcom/bcm2835 conf

2013-12-17 Thread Aleksandr Rybalko
Author: ray Date: Tue Dec 17 15:23:47 2013 New Revision: 259517 URL: http://svnweb.freebsd.org/changeset/base/259517 Log: Add vt support for RPi. (No early stage yet.) Sponsored by: The FreeBSD Foundation Added: head/sys/arm/broadcom/bcm2835/bcm2835_fbd.c - copied, changed from

svn commit: r259518 - head/sys/arm/broadcom/bcm2835

2013-12-17 Thread Aleksandr Rybalko
Author: ray Date: Tue Dec 17 15:34:38 2013 New Revision: 259518 URL: http://svnweb.freebsd.org/changeset/base/259518 Log: Fix copyright and some style(9) things. Sponsored by: The FreeBSD Foundation Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fbd.c Modified:

svn commit: r259520 - head/sys/kern

2013-12-17 Thread Andrey V. Elsukov
Author: ae Date: Tue Dec 17 16:45:19 2013 New Revision: 259520 URL: http://svnweb.freebsd.org/changeset/base/259520 Log: Fix copy/paste typo. MFC after:1 week Modified: head/sys/kern/kern_jail.c Modified: head/sys/kern/kern_jail.c

svn commit: r259521 - head/sys/fs/fifofs

2013-12-17 Thread Konstantin Belousov
Author: kib Date: Tue Dec 17 17:28:02 2013 New Revision: 259521 URL: http://svnweb.freebsd.org/changeset/base/259521 Log: Do not allow O_EXEC opens for fifo, return EINVAL. Besides not making sense, open(O_EXEC) for fifo creates fifoinfo with zero readers and writers counts, which causes

svn commit: r259522 - head/sys/kern

2013-12-17 Thread Konstantin Belousov
Author: kib Date: Tue Dec 17 17:31:16 2013 New Revision: 259522 URL: http://svnweb.freebsd.org/changeset/base/259522 Log: If vn_open_vnode() succeeded in opening the vnode, but subsequent advisory lock cannot be obtained, prevent double-close of the vnode in vn_close() called from the

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

2013-12-17 Thread John Baldwin
On Saturday, December 14, 2013 11:11:43 pm Mateusz Guzik wrote: Author: mjg Date: Sun Dec 15 04:11:43 2013 New Revision: 259407 URL: http://svnweb.freebsd.org/changeset/base/259407 Log: proc exit: don't take PROC_LOCK while freeing rlimits Code wishing to check rlimits of some

Re: svn commit: r259010 - in head/sys: conf powerpc/fpu

2013-12-17 Thread John Baldwin
On Monday, December 16, 2013 8:32:39 am Dag-Erling Smørgrav wrote: John Baldwin j...@freebsd.org writes: Dag-Erling Smørgrav d...@des.no writes: John Baldwin j...@freebsd.org writes: LINT64 is yet another kernel config covered by 'make tinderbox', but not by the periodic tinderbox.

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

2013-12-17 Thread Mateusz Guzik
On Tue, Dec 17, 2013 at 11:41:49AM -0500, John Baldwin wrote: On Saturday, December 14, 2013 11:11:43 pm Mateusz Guzik wrote: Author: mjg Date: Sun Dec 15 04:11:43 2013 New Revision: 259407 URL: http://svnweb.freebsd.org/changeset/base/259407 Log: proc exit: don't take PROC_LOCK

svn commit: r259525 - in head/contrib/gcc: . config/rs6000

2013-12-17 Thread Pedro F. Giffuni
Author: pfg Date: Tue Dec 17 20:53:22 2013 New Revision: 259525 URL: http://svnweb.freebsd.org/changeset/base/259525 Log: gcc: fix ICE in rs600 when using -fno-trapping-math. Solves GCC-PR target/30485 Obtained from:gcc 4.3 (rev. 120902; GPLv2) MFC after:2 weeks

svn commit: r259523 - head/share/mk

2013-12-17 Thread Ed Maste
Author: emaste Date: Tue Dec 17 18:30:37 2013 New Revision: 259523 URL: http://svnweb.freebsd.org/changeset/base/259523 Log: Require a C++11 compiler to build LLDB In practice the old test (using MK_CLANG_IS_CC) is similar, but COMPILER_FEATURES provides the information we actually want

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

2013-12-17 Thread John Baldwin
On Tuesday, December 17, 2013 1:17:45 pm Mateusz Guzik wrote: On Tue, Dec 17, 2013 at 11:41:49AM -0500, John Baldwin wrote: On Saturday, December 14, 2013 11:11:43 pm Mateusz Guzik wrote: Author: mjg Date: Sun Dec 15 04:11:43 2013 New Revision: 259407 URL:

svn commit: r259526 - head/contrib/gcc/config/rs6000

2013-12-17 Thread Pedro F. Giffuni
Author: pfg Date: Tue Dec 17 21:39:40 2013 New Revision: 259526 URL: http://svnweb.freebsd.org/changeset/base/259526 Log: gcc: fix ICE in rs600 when using -fno-trapping-math. Solve build issue with previous change. Obtained from:gcc 4.3 (rev. 120902; GPLv2) MFC after:2

svn commit: r259527 - head/sys/dev/cxgbe/tom

2013-12-17 Thread Navdeep Parhar
Author: np Date: Tue Dec 17 21:41:23 2013 New Revision: 259527 URL: http://svnweb.freebsd.org/changeset/base/259527 Log: Do not create a hardware IPv6 server if the listen address is not in6addr_any and is not in the CLIP table either. This fixes a reported TOE+IPv6 NULL-dereference panic

svn commit: r259528 - head/sys/net

2013-12-17 Thread Alexander V. Chernikov
Author: melifaro Date: Tue Dec 17 22:16:27 2013 New Revision: 259528 URL: http://svnweb.freebsd.org/changeset/base/259528 Log: Simplify contiguous mask checking. Suggested by: glebius MFC after:2 weeks Modified: head/sys/net/radix.c Modified: head/sys/net/radix.c

svn commit: r259529 - in head/contrib/gcc: . cp doc

2013-12-17 Thread Pedro F. Giffuni
Author: pfg Date: Tue Dec 17 23:31:51 2013 New Revision: 259529 URL: http://svnweb.freebsd.org/changeset/base/259529 Log: gcc: small merges from upstream Solves GCC issues: PR middle-end/32602 PR middle-end/32603 Updates the to documentation and processing improvement.

svn commit: r259531 - head/contrib/gcc

2013-12-17 Thread Pedro F. Giffuni
Author: pfg Date: Wed Dec 18 00:10:30 2013 New Revision: 259531 URL: http://svnweb.freebsd.org/changeset/base/259531 Log: gcc: point to our address for bug reports. As recommended by the FSF in gcc/version.c : If you distribute a modified version of GCC, please change this to refer

svn commit: r259532 - head/sys/dev/vt

2013-12-17 Thread Aleksandr Rybalko
Author: ray Date: Wed Dec 18 00:14:58 2013 New Revision: 259532 URL: http://svnweb.freebsd.org/changeset/base/259532 Log: Skip processing of R.Alt as a second Alt key, if sysctl kern.vt.enable_altgr is not zero. Submitted by: andreast Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r259532 - head/sys/dev/vt

2013-12-17 Thread Baptiste Daroussin
On Wed, Dec 18, 2013 at 12:14:58AM +, Aleksandr Rybalko wrote: Author: ray Date: Wed Dec 18 00:14:58 2013 New Revision: 259532 URL: http://svnweb.freebsd.org/changeset/base/259532 Log: Skip processing of R.Alt as a second Alt key, if sysctl kern.vt.enable_altgr is not zero.

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-17 Thread Aleksandr Rybalko
On Tue, 10 Dec 2013 23:49:38 +0100 Andreas Tobler andre...@freebsd.org wrote: On 10.12.13 14:43, Tijl Coosemans wrote: On Tue, 10 Dec 2013 15:31:44 +0200 Aleksandr Rybalko wrote: That keyboards have no Shift key for that? :) I will be glad to apply your changes, but I have to know how it

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-17 Thread Baptiste Daroussin
On Wed, Dec 18, 2013 at 02:21:56AM +0200, Aleksandr Rybalko wrote: On Tue, 10 Dec 2013 23:49:38 +0100 Andreas Tobler andre...@freebsd.org wrote: On 10.12.13 14:43, Tijl Coosemans wrote: On Tue, 10 Dec 2013 15:31:44 +0200 Aleksandr Rybalko wrote: That keyboards have no Shift key for

svn commit: r259535 - in head/sys: cddl/contrib/opensolaris/uts/intel/dtrace kern

2013-12-17 Thread Mark Johnston
Author: markj Date: Wed Dec 18 01:41:52 2013 New Revision: 259535 URL: http://svnweb.freebsd.org/changeset/base/259535 Log: The fasttrap fork handler is responsible for removing tracepoints in the child process that were inherited from its parent. However, this should not be done in the

svn commit: r259537 - in head: lib/libvmmapi usr.sbin/bhyve

2013-12-17 Thread Neel Natu
Author: neel Date: Wed Dec 18 03:58:51 2013 New Revision: 259537 URL: http://svnweb.freebsd.org/changeset/base/259537 Log: Rename the ambiguously named 'vm_setup_msi()' and 'vm_setup_msix()' to 'vm_setup_pptdev_msi()' and 'vm_setup_pptdev_msix()' respectively. It should now be clear that

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

2013-12-17 Thread Gleb Smirnoff
Author: glebius Date: Wed Dec 18 04:36:35 2013 New Revision: 259538 URL: http://svnweb.freebsd.org/changeset/base/259538 Log: Fix build. Modified: head/sys/dev/netmap/netmap.c Modified: head/sys/dev/netmap/netmap.c

svn commit: r259539 - head/lib/libstand

2013-12-17 Thread Marcel Moolenaar
Author: marcel Date: Wed Dec 18 04:44:38 2013 New Revision: 259539 URL: http://svnweb.freebsd.org/changeset/base/259539 Log: Support long filenames. Obtained from:Juniper Networks, Inc. Modified: head/lib/libstand/dosfs.c Modified: head/lib/libstand/dosfs.c

svn commit: r259540 - head/lib/libstand

2013-12-17 Thread Marcel Moolenaar
Author: marcel Date: Wed Dec 18 04:52:30 2013 New Revision: 259540 URL: http://svnweb.freebsd.org/changeset/base/259540 Log: Clear f_rabuf after freeing the memory it points to. This prevents a possible double free. Obtained from:Juniper Networks, Inc. Modified:

svn commit: r259542 - head/sys/amd64/vmm/intel

2013-12-17 Thread Neel Natu
Author: neel Date: Wed Dec 18 06:24:21 2013 New Revision: 259542 URL: http://svnweb.freebsd.org/changeset/base/259542 Log: Use vmcs_read() and vmcs_write() in preference to vmread() and vmwrite() respectively. The vmcs_xxx() functions provide inline error checking of all accesses to the

svn commit: r259543 - head/sys/dev/ae

2013-12-17 Thread Pyun YongHyeon
Author: yongari Date: Wed Dec 18 07:23:42 2013 New Revision: 259543 URL: http://svnweb.freebsd.org/changeset/base/259543 Log: Failed m_devget(9) indicates lack of free mbuf cluster. Update if_iqdrops counter for that case since the received frame is ok. While here, simplify updating

svn commit: r259544 - head/sys/dev/usb/wlan

2013-12-17 Thread Kevin Lo
Author: kevlo Date: Wed Dec 18 07:34:57 2013 New Revision: 259544 URL: http://svnweb.freebsd.org/changeset/base/259544 Log: Add support to IQ calibration. Modified: head/sys/dev/usb/wlan/if_run.c head/sys/dev/usb/wlan/if_runreg.h Modified: head/sys/dev/usb/wlan/if_run.c

svn commit: r259545 - head/sys/dev/usb/wlan

2013-12-17 Thread Kevin Lo
Author: kevlo Date: Wed Dec 18 07:47:50 2013 New Revision: 259545 URL: http://svnweb.freebsd.org/changeset/base/259545 Log: Fix typo in comment. Modified: head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/usb/wlan/if_run.c