svn commit: r259707 - in stable/9/contrib/gcc: . config/rs6000

2013-12-21 Thread Pedro F. Giffuni
Author: pfg Date: Sun Dec 22 01:00:00 2013 New Revision: 259707 URL: http://svnweb.freebsd.org/changeset/base/259707 Log: MFC r258651, r258943: gcc: Altivec register adjustments from Apple. gcc: On rs6000 update sp_offset depending only on size. Tested by:Justin Hibbits

svn commit: r259705 - in stable/9/contrib: binutils/binutils gcc gcc/cp gcc/doc gcclibs/libiberty gcclibs/libiberty/testsuite libstdc++/include/bits libstdc++/include/ext libstdc++/libsupc++ libstd...

2013-12-21 Thread Pedro F. Giffuni
Author: pfg Date: Sun Dec 22 00:45:08 2013 New Revision: 259705 URL: http://svnweb.freebsd.org/changeset/base/259705 Log: MFC r258017, r258429, r258748, r258817: Merge updates from FSF pre4.3 GCC inspired on Apple's gcc: Updates to libiberty and mangling. New align attribute.

svn commit: r259703 - vendor/clang/clang-release_34-r197841

2013-12-21 Thread Dimitry Andric
Author: dim Date: Sun Dec 22 00:08:20 2013 New Revision: 259703 URL: http://svnweb.freebsd.org/changeset/base/259703 Log: Tag clang release_34 branch r197841 (effectively, 3.4 RC3). Added: vendor/clang/clang-release_34-r197841/ - copied from r259702, vendor/clang/dist/ __

svn commit: r259702 - head/sys/amd64/vmm/io

2013-12-21 Thread Neel Natu
Author: neel Date: Sun Dec 22 00:08:00 2013 New Revision: 259702 URL: http://svnweb.freebsd.org/changeset/base/259702 Log: Consolidate the virtual apic initialization in a single function: vlapic_reset() Modified: head/sys/amd64/vmm/io/vlapic.c Modified: head/sys/amd64/vmm/io/vlapic.c =

svn commit: r259700 - vendor/llvm/llvm-release_34-r197841

2013-12-21 Thread Dimitry Andric
Author: dim Date: Sun Dec 22 00:05:15 2013 New Revision: 259700 URL: http://svnweb.freebsd.org/changeset/base/259700 Log: Tag llvm release_34 branch r197841 (effectively, 3.4 RC3). Added: vendor/llvm/llvm-release_34-r197841/ - copied from r259699, vendor/llvm/dist/ __

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

2013-12-21 Thread Justin Hibbits
Author: jhibbits Date: Sun Dec 22 00:04:50 2013 New Revision: 259699 URL: http://svnweb.freebsd.org/changeset/base/259699 Log: Set the PMC trapframe macros appropriately MFC after:2 weeks Modified: head/sys/powerpc/include/pmc_mdep.h Modified: head/sys/powerpc/include/pmc_mdep.h ===

Re: svn commit: r259678 - head/contrib/tcpdump

2013-12-21 Thread Pawel Jakub Dawidek
On Sat, Dec 21, 2013 at 12:45:36PM +, Glen Barber wrote: > Author: gjb > Date: Sat Dec 21 12:45:35 2013 > New Revision: 259678 > URL: http://svnweb.freebsd.org/changeset/base/259678 > > Log: > Fix build with WITHOUT_CAPSICUM. Thanks. -- Pawel Jakub Dawidek http://www

svn commit: r259697 - head/sbin/ipfw

2013-12-21 Thread Chris Rees
Author: crees (doc,ports committer) Date: Sat Dec 21 21:56:12 2013 New Revision: 259697 URL: http://svnweb.freebsd.org/changeset/base/259697 Log: Minor grammar fix PR: docs/185057 Submitted by: Yuri (y...@rawbw.com) Approved by: gjb (mentor) Modified: head/sbin/ipfw/ipfw.8

svn commit: r259696 - head/contrib/gcc

2013-12-21 Thread Pedro F. Giffuni
Author: pfg Date: Sat Dec 21 19:53:51 2013 New Revision: 259696 URL: http://svnweb.freebsd.org/changeset/base/259696 Log: gcc: warnings from -Wformat-security Minor mismatch in r259666. Obtained from:Apple GCC 4.2 - 5646 (Radar 5764921) MFC after:1 week Modified: head/

svn commit: r259695 - head/bin/pax

2013-12-21 Thread Chris Rees
Author: crees (doc,ports committer) Date: Sat Dec 21 19:29:08 2013 New Revision: 259695 URL: http://svnweb.freebsd.org/changeset/base/259695 Log: Document the lack of chflags support in pax(1) PR: docs/135516 Submitted by: arundel (based on) Approved by: gjb (mentor) Modifie

svn commit: r259694 - in stable/10/contrib: binutils/binutils gcc gcc/cp gcc/doc gcclibs/libiberty gcclibs/libiberty/testsuite libstdc++/include/bits libstdc++/include/ext libstdc++/libsupc++ libst...

2013-12-21 Thread Pedro F. Giffuni
Author: pfg Date: Sat Dec 21 18:47:00 2013 New Revision: 259694 URL: http://svnweb.freebsd.org/changeset/base/259694 Log: MFC r258017, r258429, r258748, r258817: Merge updates from FSF pre4.3 GCC inspired on Apple's gcc: Updates to libiberty and mangling. New align attribute.

Re: svn commit: r259468 - head/usr.sbin/bsdinstall/scripts

2013-12-21 Thread Teske, Devin
On Dec 21, 2013, at 8:31 AM, Nathan Whitehorn wrote: > On 12/21/13 10:25, Teske, Devin wrote: >> On Dec 21, 2013, at 8:12 AM, Nathan Whitehorn wrote: >> >>> Looks great, thanks -- although you don't need the f_quietly, which >>> isn't defined there. >>> >>> The issue is that this patch very spe

svn commit: r259686 - in head: release usr.sbin/bsdinstall/scripts

2013-12-21 Thread Devin Teske
Author: dteske Date: Sat Dec 21 16:43:40 2013 New Revision: 259686 URL: http://svnweb.freebsd.org/changeset/base/259686 Log: Move the installer's keymap solution introduced by SVN r259468. The new location of /etc/rc.local on the install media is more appropriate as it knows serial vs. non-s

Re: svn commit: r259468 - head/usr.sbin/bsdinstall/scripts

2013-12-21 Thread Nathan Whitehorn
On 12/21/13 10:25, Teske, Devin wrote: > On Dec 21, 2013, at 8:12 AM, Nathan Whitehorn wrote: > >> Looks great, thanks -- although you don't need the f_quietly, which >> isn't defined there. >> >> The issue is that this patch very specific to running the installer on a >> video console. There are m

Re: svn commit: r259468 - head/usr.sbin/bsdinstall/scripts

2013-12-21 Thread Teske, Devin
On Dec 21, 2013, at 8:12 AM, Nathan Whitehorn wrote: > Looks great, thanks -- although you don't need the f_quietly, which > isn't defined there. > > The issue is that this patch very specific to running the installer on a > video console. There are many circumstances in which it is not, in whic

svn commit: r259685 - in head/sys: arm/at91 dev/uart

2013-12-21 Thread Warner Losh
Author: imp Date: Sat Dec 21 16:23:31 2013 New Revision: 259685 URL: http://svnweb.freebsd.org/changeset/base/259685 Log: Plumb the cn_grab and cn_ungrab routines down into the uart clients. Mask RX interrupts while grabbed on the atmel serial driver. This UART interrupts every character. Wh

Re: svn commit: r259468 - head/usr.sbin/bsdinstall/scripts

2013-12-21 Thread Nathan Whitehorn
Looks great, thanks -- although you don't need the f_quietly, which isn't defined there. The issue is that this patch very specific to running the installer on a video console. There are many circumstances in which it is not, in which case this will fail (e.g. a serial console). The other thing is

Re: svn commit: r259468 - head/usr.sbin/bsdinstall/scripts

2013-12-21 Thread Teske, Devin
I tried to rationalize... "in what case is it actually _desirably_ that the left or right command key _should_ generate an escape sequence and thus cancel the existing dialog" and I couldn't think of any. That being said... I'm still happy to move it. Can you have a look at the attached patch to s

svn commit: r259684 - in head/sys/dev/drm2: radeon ttm

2013-12-21 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sat Dec 21 15:40:36 2013 New Revision: 259684 URL: http://svnweb.freebsd.org/changeset/base/259684 Log: drm/ttm, drm/radeon: Replace EINTR/ERESTART by ERESTARTSYS... ... for msleep/cv_*wait() return values, where wait_event*() is used on Linux. ERESTARTSYS is the re

svn commit: r259683 - head/tools/build/mk

2013-12-21 Thread Glen Barber
Author: gjb Date: Sat Dec 21 15:16:28 2013 New Revision: 259683 URL: http://svnweb.freebsd.org/changeset/base/259683 Log: Honor WITHOUT_CASPER. Sponsored by: The FreeBSD Foundation Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFile

svn commit: r259682 - head/etc/rc.d

2013-12-21 Thread Glen Barber
Author: gjb Date: Sat Dec 21 15:02:47 2013 New Revision: 259682 URL: http://svnweb.freebsd.org/changeset/base/259682 Log: Honor WITHOUT_CASPER. Sponsored by: The FreeBSD Foundation Modified: head/etc/rc.d/Makefile Modified: head/etc/rc.d/Makefile

Re: svn commit: r259468 - head/usr.sbin/bsdinstall/scripts

2013-12-21 Thread Nathan Whitehorn
Could you please revert this and move the fix to the correct place? -Nathan On 12/16/13 10:06, Nathan Whitehorn wrote: > Please add this to release/rc.local instead under the console setup. > There is no guarantee that "auto" is running from an environment where > this is defined -- for example, i

svn commit: r259681 - head/sys/netgraph

2013-12-21 Thread Gleb Smirnoff
Author: glebius Date: Sat Dec 21 14:41:32 2013 New Revision: 259681 URL: http://svnweb.freebsd.org/changeset/base/259681 Log: In r248885 I have reduced size of fake uio resid that ng_ksocket(4) passes to the soreceive(). This exposed a bug. When reading from a raw socket, when our fake limit

svn commit: r259680 - in head: sys/dev/vt sys/dev/vt/font sys/sys tools/tools/vt/fontcvt tools/tools/vt/mkkfont tools/tools/vt/setfont

2013-12-21 Thread Ed Maste
Author: emaste Date: Sat Dec 21 13:58:55 2013 New Revision: 259680 URL: http://svnweb.freebsd.org/changeset/base/259680 Log: Support double-width characters in vt(9) Normal and bold fonts each have a glyph map for single or left half- glyphs, and right half glyphs. The flag TF_CJK_RIGHT

svn commit: r259679 - head/sys/dev/pci

2013-12-21 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sat Dec 21 12:55:42 2013 New Revision: 259679 URL: http://svnweb.freebsd.org/changeset/base/259679 Log: vga_pci: Improve boot display detection The previous code was checking the "VGA Enable" bit on the video card's parent PCI-to-PCI bridge only. This didn't work fo

svn commit: r259678 - head/contrib/tcpdump

2013-12-21 Thread Glen Barber
Author: gjb Date: Sat Dec 21 12:45:35 2013 New Revision: 259678 URL: http://svnweb.freebsd.org/changeset/base/259678 Log: Fix build with WITHOUT_CAPSICUM. Submitted by: dt71 gmx com Sponsored by: The FreeBSD Foundation Modified: head/contrib/tcpdump/addrtoname.c Modified: head/contrib

svn commit: r259677 - head/sbin/swapon

2013-12-21 Thread Jilles Tjoelker
Author: jilles Date: Sat Dec 21 11:59:58 2013 New Revision: 259677 URL: http://svnweb.freebsd.org/changeset/base/259677 Log: swapon: Fix buffer overflow when configuring encrypted swap on GBDE. PR: bin/184950 Tested by:Radim Kolar MFC after:3 days Modified: head/sbi