svn commit: r247167 - stable/9/contrib/gcc

2013-02-22 Thread Tim Kientzle
Author: kientzle Date: Sat Feb 23 04:51:20 2013 New Revision: 247167 URL: http://svnweb.freebsd.org/changeset/base/247167 Log: MFC support for -print-file-name=include. Modified: stable/9/contrib/gcc/gcc.c Directory Properties: stable/9/contrib/gcc/ (props changed) Modified: stable/9/con

Re: svn commit: r247166 - head/contrib/llvm/tools/clang/lib/Driver

2013-02-22 Thread Konstantin Belousov
On Fri, Feb 22, 2013 at 10:40:10PM +, Dimitry Andric wrote: > Author: dim > Date: Fri Feb 22 22:40:10 2013 > New Revision: 247166 > URL: http://svnweb.freebsd.org/changeset/base/247166 > > Log: > Pull in r172354 from upstream clang trunk: > > Refactor the x86 CPU name logic in the dri

svn commit: r247166 - head/contrib/llvm/tools/clang/lib/Driver

2013-02-22 Thread Dimitry Andric
Author: dim Date: Fri Feb 22 22:40:10 2013 New Revision: 247166 URL: http://svnweb.freebsd.org/changeset/base/247166 Log: Pull in r172354 from upstream clang trunk: Refactor the x86 CPU name logic in the driver and pass -march and -mcpu flag information down from the Clang driver into

svn commit: r247165 - head/sys/dev/ata

2013-02-22 Thread Alexander Motin
Author: mav Date: Fri Feb 22 21:43:21 2013 New Revision: 247165 URL: http://svnweb.freebsd.org/changeset/base/247165 Log: Fix command timeout caused by data underrun during fetching ATAPI sense data, introduced by r246713. There are two places where ata_request is filled in ATA_CAM: ata_cam

svn commit: r247164 - head/usr.sbin/extattr

2013-02-22 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Feb 22 20:49:50 2013 New Revision: 247164 URL: http://svnweb.freebsd.org/changeset/base/247164 Log: Don't print an empty line for files with no attributes when -q is given for lsextattr(8). Modified: head/usr.sbin/extattr/rmextattr.c Modified: head/usr.sbin/extattr/rm

svn commit: r247163 - stable/9/bin/sh

2013-02-22 Thread Jilles Tjoelker
Author: jilles Date: Fri Feb 22 20:16:16 2013 New Revision: 247163 URL: http://svnweb.freebsd.org/changeset/base/247163 Log: MFC r246522: sh: Simplify mksyntax and make it fit for cross-compiling. Now it outputs fixed files, which use constants provided by the C standard library to determ

svn commit: r247162 - head/etc

2013-02-22 Thread Andrey A. Chernov
Author: ache Date: Fri Feb 22 19:57:18 2013 New Revision: 247162 URL: http://svnweb.freebsd.org/changeset/base/247162 Log: Back out prev. change preventing /sys/sys symlink. It appears my install was not very recent and not acts like 'ln -h' Modified: head/etc/Makefile Modified: head/etc/M

svn commit: r247161 - head/sys/cam/ata

2013-02-22 Thread Alexander Motin
Author: mav Date: Fri Feb 22 19:53:12 2013 New Revision: 247161 URL: http://svnweb.freebsd.org/changeset/base/247161 Log: Hide SEMB port of the SiI3826 Port Multiplier by default to avoid extra errors while it tries to talk via I2C to usually missing external SEP. There is tunable to enable

svn commit: r247160 - head/sys/dev/mxge

2013-02-22 Thread Andrew Gallatin
Author: gallatin Date: Fri Feb 22 19:23:33 2013 New Revision: 247160 URL: http://svnweb.freebsd.org/changeset/base/247160 Log: Bump mxge copyright. Sponsored by: Myricom MFC After: 7 days Modified: head/sys/dev/mxge/if_mxge.c head/sys/dev/mxge/if_mxge_var.h Modified: head/sys/dev

svn commit: r247159 - head/sys/dev/mxge

2013-02-22 Thread Andrew Gallatin
Author: gallatin Date: Fri Feb 22 19:21:29 2013 New Revision: 247159 URL: http://svnweb.freebsd.org/changeset/base/247159 Log: Improvements for newer mxge nics: - Some mxge nics may store the serial number in the SN2 field of the EEPROM. These will also have an SN=0 field, so parse the

svn commit: r247157 - stable/9/contrib/llvm/lib/MC/MCParser

2013-02-22 Thread Dimitry Andric
Author: dim Date: Fri Feb 22 18:35:40 2013 New Revision: 247157 URL: http://svnweb.freebsd.org/changeset/base/247157 Log: MFC r247003: Pull in r175360 from upstream llvm trunk: MCParser: Reject .balign with non-pow2 alignments. GNU as rejects them and there are configure scrip

svn commit: r247156 - stable/9/contrib/llvm/lib/Target/X86

2013-02-22 Thread Dimitry Andric
Author: dim Date: Fri Feb 22 18:33:42 2013 New Revision: 247156 URL: http://svnweb.freebsd.org/changeset/base/247156 Log: MFC r246858: Pull in r175057 from upstream llvm trunk: X86: Disable generation of rep;movsl when %esi is used as a base pointer. This happens when there is

svn commit: r247155 - stable/9/gnu/lib/libstdc++

2013-02-22 Thread Dimitry Andric
Author: dim Date: Fri Feb 22 18:30:41 2013 New Revision: 247155 URL: http://svnweb.freebsd.org/changeset/base/247155 Log: MFC r246857: Regenerate libstdc++'s config.h, synchronizing it with our current almost-C99 headers. Modified: stable/9/gnu/lib/libstdc++/config.h Directory Properti

svn commit: r247154 - head/sys/cam/scsi

2013-02-22 Thread Alexander Motin
Author: mav Date: Fri Feb 22 17:45:32 2013 New Revision: 247154 URL: http://svnweb.freebsd.org/changeset/base/247154 Log: Add DA_Q_NO_PREVENT quirk for Kingston DataTraveler G3 1.00 USB flash. PREVENT ALLOW MEDIUM REMOVAL commands return errors on these devices without returning sense dat

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

2013-02-22 Thread Alan Cox
Author: alc Date: Fri Feb 22 16:59:52 2013 New Revision: 247153 URL: http://svnweb.freebsd.org/changeset/base/247153 Log: Eliminate an unused #define. Modified: head/sys/powerpc/include/vmparam.h Modified: head/sys/powerpc/include/vmparam.h ===

svn commit: r247152 - head/sys/dev/mxge

2013-02-22 Thread Andrew Gallatin
Author: gallatin Date: Fri Feb 22 16:46:28 2013 New Revision: 247152 URL: http://svnweb.freebsd.org/changeset/base/247152 Log: Try harder to make mxge safe for all combinations of INET and INET6 - Re-fix build by restoring local removed in r247151, but protected by #if defined(INET) ||

svn commit: r247151 - head/sys/dev/mxge

2013-02-22 Thread Gleb Smirnoff
Author: glebius Date: Fri Feb 22 12:41:24 2013 New Revision: 247151 URL: http://svnweb.freebsd.org/changeset/base/247151 Log: Fix build. Modified: head/sys/dev/mxge/if_mxge.c Modified: head/sys/dev/mxge/if_mxge.c ==

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

2013-02-22 Thread Alexander Motin
Author: mav Date: Fri Feb 22 09:47:21 2013 New Revision: 247150 URL: http://svnweb.freebsd.org/changeset/base/247150 Log: MFC r242852, r243069: Several optimizations to sched_idletd(): - Do not try to steal load from other CPUs if there was no context switches on this CPU (i.e. it was idl

Re: svn commit: r240075 - in head: crypto/openssh crypto/openssh/openbsd-compat secure/lib/libssh

2013-02-22 Thread Dag-Erling Smørgrav
Andrew Thompson writes: > I found myself wanting the new Match LocalPort options and saw 6.1 was > only in head, I had assumed openssh was always merged back but if its > a disruptive change then thats ok. They generally do a good job with backward compatibility, but I'll have to tweak some confi

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

2013-02-22 Thread Sergey Kandaurov
Author: pluknet Date: Fri Feb 22 08:56:48 2013 New Revision: 247149 URL: http://svnweb.freebsd.org/changeset/base/247149 Log: MFC r246832: vn_io_faults_cnt: - use u_long consistently - use SYSCTL_ULONG to match the type of variable Modified: stable/9/sys/kern/vfs_vnops.c Directory