svn commit: r259022 - in head/contrib/gcc: . cp

2013-12-05 Thread Pedro F. Giffuni
Author: pfg Date: Fri Dec 6 02:19:58 2013 New Revision: 259022 URL: http://svnweb.freebsd.org/changeset/base/259022 Log: gcc: Include types in error message for build_binary_op. Mostly cosmetic change, again to reduce differences with Apple's gcc. Obtained from:gcc 4.3 (rev. 1

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-05 Thread Niclas Zeising
On 2013-12-05 23:38, Aleksandr Rybalko wrote: > Author: ray > Date: Thu Dec 5 22:38:53 2013 > New Revision: 259016 > URL: http://svnweb.freebsd.org/changeset/base/259016 > > Log: > Merge VT(9) project (a.k.a. newcons). WOHO! Congratulations! Don't forget to update kernel configurations, and if

svn commit: r259019 - head/tools/tools/vt

2013-12-05 Thread Aleksandr Rybalko
Author: ray Date: Thu Dec 5 22:58:05 2013 New Revision: 259019 URL: http://svnweb.freebsd.org/changeset/base/259019 Log: Add VT(9) font tools. Reviewed by: nwhitehorn MFC_to_10_after: re approval Sponsored by: The FreeBSD Foundation Added: head/tools/tools/vt/ - copied fr

svn commit: r259018 - in head: etc/mtree include

2013-12-05 Thread Aleksandr Rybalko
Author: ray Date: Thu Dec 5 22:56:37 2013 New Revision: 259018 URL: http://svnweb.freebsd.org/changeset/base/259018 Log: Install teken.h for userland. Part of VT(9) project merge. Reviewed by: nwhitehorn MFC_to_10_after: re approval Sponsored by: The FreeBSD Foundation Modifie

svn commit: r259017 - head/bin/test

2013-12-05 Thread Jilles Tjoelker
Author: jilles Date: Thu Dec 5 22:53:32 2013 New Revision: 259017 URL: http://svnweb.freebsd.org/changeset/base/259017 Log: test: Avoid looking up again the type of a known binary operator. Modified: head/bin/test/test.c Modified: head/bin/test/test.c ===

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-05 Thread Aleksandr Rybalko
Author: ray Date: Thu Dec 5 22:38:53 2013 New Revision: 259016 URL: http://svnweb.freebsd.org/changeset/base/259016 Log: Merge VT(9) project (a.k.a. newcons). Reviewed by: nwhitehorn MFC_to_10_after: re approval Sponsored by: The FreeBSD Foundation Added: head/sys/dev/fb/fb

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

2013-12-05 Thread John Baldwin
On Thursday, December 05, 2013 4:49:14 pm John Baldwin wrote: > Author: jhb > Date: Thu Dec 5 21:49:14 2013 > New Revision: 259010 > URL: http://svnweb.freebsd.org/changeset/base/259010 > > Log: > Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it for > powerpc64. This fixes

svn commit: r259015 - in head/sys: amd64/amd64 i386/i386 pc98/pc98

2013-12-05 Thread John Baldwin
Author: jhb Date: Thu Dec 5 21:58:02 2013 New Revision: 259015 URL: http://svnweb.freebsd.org/changeset/base/259015 Log: Fix a typo. Modified: head/sys/amd64/amd64/machdep.c head/sys/i386/i386/machdep.c head/sys/pc98/pc98/machdep.c Modified: head/sys/amd64/amd64/machdep.c ==

svn commit: r259014 - head/sys/security/audit

2013-12-05 Thread John Baldwin
Author: jhb Date: Thu Dec 5 21:55:10 2013 New Revision: 259014 URL: http://svnweb.freebsd.org/changeset/base/259014 Log: There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }. MFC after:2 weeks Modified: head/sys/security/audit/audit_bsm_klib.c Modified: head/sys/security/audit/

svn commit: r259013 - in head: sys/x86/include usr.sbin/bhyve

2013-12-05 Thread John Baldwin
Author: jhb Date: Thu Dec 5 21:51:54 2013 New Revision: 259013 URL: http://svnweb.freebsd.org/changeset/base/259013 Log: Fix the processor table entry structure to use a fixed-width type for 32-bit fields so it is the correct size on amd64. Remove a workaround for the broken structure from

svn commit: r259012 - stable/9/contrib/llvm/tools/clang/tools/driver

2013-12-05 Thread Dimitry Andric
Author: dim Date: Thu Dec 5 21:51:53 2013 New Revision: 259012 URL: http://svnweb.freebsd.org/changeset/base/259012 Log: MFC r257109: Add clang-CC and CC to list of hints allowing clang to identify its operating mode as c++ instead of defaulting to c for the binary names CC and clang-CC.

svn commit: r259011 - stable/9/contrib/llvm/lib/Transforms/InstCombine

2013-12-05 Thread Dimitry Andric
Author: dim Date: Thu Dec 5 21:49:41 2013 New Revision: 259011 URL: http://svnweb.freebsd.org/changeset/base/259011 Log: MFC r255076: Pull in r189672 from upstream llvm trunk: InstCombine: Check for zero shift amounts before subtracting one causing integer overflow. PR170

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

2013-12-05 Thread John Baldwin
Author: jhb Date: Thu Dec 5 21:49:14 2013 New Revision: 259010 URL: http://svnweb.freebsd.org/changeset/base/259010 Log: Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it for powerpc64. This fixes the LINT64 kernel config. Approved by: nwhitehorn (the idea, not the act

svn commit: r259009 - stable/9/contrib/llvm/tools/clang/lib/Headers

2013-12-05 Thread Dimitry Andric
Author: dim Date: Thu Dec 5 21:46:29 2013 New Revision: 259009 URL: http://svnweb.freebsd.org/changeset/base/259009 Log: MFC r253802: Pull in r186696 from upstream clang trunk: This patch implements __get_cpuid_max() as an inline and __cpuid() and __cpuid_count() as macros to be

svn commit: r259008 - head/sys/powerpc/pseries

2013-12-05 Thread Andreas Tobler
Author: andreast Date: Thu Dec 5 21:35:52 2013 New Revision: 259008 URL: http://svnweb.freebsd.org/changeset/base/259008 Log: Do some cosmetic fixes. Modified: head/sys/powerpc/pseries/platform_chrp.c Modified: head/sys/powerpc/pseries/platform_chrp.c ===

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

2013-12-05 Thread Andreas Tobler
Author: andreast Date: Thu Dec 5 21:34:33 2013 New Revision: 259007 URL: http://svnweb.freebsd.org/changeset/base/259007 Log: Increase PHYS_AVAIL_SZ because on pSeries machines we can have many logical regions which represent the total amount of memory. The size of these regions is not the

svn commit: r259006 - head/sys/powerpc/powerpc

2013-12-05 Thread Andreas Tobler
Author: andreast Date: Thu Dec 5 21:25:56 2013 New Revision: 259006 URL: http://svnweb.freebsd.org/changeset/base/259006 Log: In case we have many continous regions without gaps we have to make soure that we collapse them into one region. The previous version missed to go back one step and

svn commit: r259005 - in head/contrib/gcc: . config/i386 config/rs6000 cp doc

2013-12-05 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 5 21:22:51 2013 New Revision: 259005 URL: http://svnweb.freebsd.org/changeset/base/259005 Log: gcc: Add -flax-vector-conversions Obtained from:gcc 4.3 (rev. 120572, 120688; GPLv2) Modified: head/contrib/gcc/ChangeLog.gcc43 head/contrib/gcc/c-common.c

svn commit: r259004 - stable/9/contrib/libc++/include

2013-12-05 Thread Dimitry Andric
Author: dim Date: Thu Dec 5 20:25:44 2013 New Revision: 259004 URL: http://svnweb.freebsd.org/changeset/base/259004 Log: MFC r256082 (by decke) Rename internal function test() to avoid name clashes with common macros. This fixes ports like mysql 5.6 which has an internal macro called t

svn commit: r259003 - head/sys/dev/drm2/radeon

2013-12-05 Thread Robert Millan
Author: rmh Date: Thu Dec 5 20:23:32 2013 New Revision: 259003 URL: http://svnweb.freebsd.org/changeset/base/259003 Log: Initialize modesetting sysctls in radeonkms. This is intended for MFC if re@ permits. Reviewed by: kib, dumbbell Tested by:Steven Chamberlain MFC after:

svn commit: r259002 - stable/9/sys/dev/wbwd

2013-12-05 Thread Alexander Motin
Author: mav Date: Thu Dec 5 20:12:02 2013 New Revision: 259002 URL: http://svnweb.freebsd.org/changeset/base/259002 Log: MFC r244280 (by pjd): sbuf_trim() cannot be used on sbuf with drain function set. This fixes panic when listing sysctls on INVARIANTS-enabled kernel while having wbwd l

svn commit: r258997 - stable/10/sys/dev/xen/balloon

2013-12-05 Thread Roger Pau Monné
Author: royger Date: Thu Dec 5 18:09:48 2013 New Revision: 258997 URL: http://svnweb.freebsd.org/changeset/base/258997 Log: MFC 258178: Improve robustness of the Xen balloon driver. sys/dev/xen/balloon/balloon.c: Remove unused and commented out code. Fix deadlock ca

svn commit: r258996 - in stable/10/sys: amd64/amd64 i386/i386

2013-12-05 Thread Roger Pau Monné
Author: royger Date: Thu Dec 5 18:08:05 2013 New Revision: 258996 URL: http://svnweb.freebsd.org/changeset/base/258996 Log: MFC 258176: Fix accounting for hw.realmem on the i386 and amd64 platforms. sys/i386/i386/machdep.c: sys/amd64/amd64/machdep.c: The value reported by Fr

svn commit: r258995 - stable/10/sys/dev/xen/control

2013-12-05 Thread Roger Pau Monné
Author: royger Date: Thu Dec 5 18:06:12 2013 New Revision: 258995 URL: http://svnweb.freebsd.org/changeset/base/258995 Log: MFC 257876: On XenServer the "halt" message is used instead of "poweroff", which makes FreeBSD halt but not poweroff (as expected when issuing a shutdown from the

svn commit: r258994 - stable/10/sys/x86/cpufreq

2013-12-05 Thread Sean Bruno
Author: sbruno Date: Thu Dec 5 17:57:51 2013 New Revision: 258994 URL: http://svnweb.freebsd.org/changeset/base/258994 Log: MFC r257769 to stable/10 Fix powerd/states on AMD cpus. Resolves issues with system reporting: hwpstate0: set freq failed, err 6 Tested on FX-8150 and others.

svn commit: r258990 - stable/10/usr.sbin/ctld

2013-12-05 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Dec 5 16:29:22 2013 New Revision: 258990 URL: http://svnweb.freebsd.org/changeset/base/258990 Log: MFC r258842: Grammar fix. Approved by: re (gjb) Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/ctld/ctl.conf.5 Directory Properties: st

svn commit: r258989 - stable/10/usr.sbin/ctld

2013-12-05 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Dec 5 16:14:56 2013 New Revision: 258989 URL: http://svnweb.freebsd.org/changeset/base/258989 Log: MFC r258841: Fix typos. Approved by: re (gjb) Sponsored by: The FreeBSD Foundation Modified: stable/10/usr.sbin/ctld/parse.y Directory Properties: stable/

Re: svn commit: r258930 - head/sys/dev/drm2

2013-12-05 Thread John Baldwin
On Thursday, December 05, 2013 4:53:50 am Jean-Sébastien Pédron wrote: > On 04.12.2013 21:18, John Baldwin wrote: > > On Wednesday, December 04, 2013 2:04:57 pm Jean-Sebastien Pedron wrote: > >> Author: dumbbell > >> Date: Wed Dec 4 19:04:56 2013 > >> New Revision: 258930 > >> URL: http://svnweb.f

svn commit: r258972 - vendor/illumos/dist/cmd/zstreamdump

2013-12-05 Thread Andriy Gapon
Author: avg Date: Thu Dec 5 11:29:07 2013 New Revision: 258972 URL: http://svnweb.freebsd.org/changeset/base/258972 Log: 4373 add block contents print to zstreamdump illumos/illumos-gate@994fb6b8a9d07a8021d77d79f46e30637bca3ad3 Modified: vendor/illumos/dist/cmd/zstreamdump/zstreamdump.c

Re: svn commit: r258930 - head/sys/dev/drm2

2013-12-05 Thread Jean-Sébastien Pédron
On 04.12.2013 21:18, John Baldwin wrote: > On Wednesday, December 04, 2013 2:04:57 pm Jean-Sebastien Pedron wrote: >> Author: dumbbell >> Date: Wed Dec 4 19:04:56 2013 >> New Revision: 258930 >> URL: http://svnweb.freebsd.org/changeset/base/258930 >> >> Log: >> drm: Read PCIER_LINK_CAP/PCIER_LIN