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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
===
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) ||
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
==
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
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
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
20 matches
Mail list logo