Re: svn commit: r261149 - head/sys/dev/virtio/scsi

2014-01-25 Thread Aryeh Friedman
On Sat, Jan 25, 2014 at 2:01 AM, Bryan Venteicher bry...@freebsd.orgwrote: Author: bryanv Date: Sat Jan 25 07:01:51 2014 New Revision: 261149 URL: http://svnweb.freebsd.org/changeset/base/261149 Log: Read each field of the configuration individually In the forthcoming VirtIO spec,

svn commit: r261160 - head/bin/sh/tests/parser

2014-01-25 Thread Jilles Tjoelker
Author: jilles Date: Sat Jan 25 14:59:08 2014 New Revision: 261160 URL: http://svnweb.freebsd.org/changeset/base/261160 Log: sh: Add tests for alias names after another alias. Since the first alias's value does not end with a blank, the next word should not be checked for aliases.

svn commit: r261161 - head/lib/msun/src

2014-01-25 Thread Andrew Turner
Author: andrew Date: Sat Jan 25 16:03:08 2014 New Revision: 261161 URL: http://svnweb.freebsd.org/changeset/base/261161 Log: Use __fenv_static for all static inline functions. Modified: head/lib/msun/src/fenv-softfloat.h Modified: head/lib/msun/src/fenv-softfloat.h

svn commit: r261162 - head/contrib/llvm/lib/Target/X86/MCTargetDesc

2014-01-25 Thread Dimitry Andric
Author: dim Date: Sat Jan 25 16:35:56 2014 New Revision: 261162 URL: http://svnweb.freebsd.org/changeset/base/261162 Log: Pull in r195679 from upstream llvm trunk: Don't use nopl in cpus that don't support it. Patch by Mikulas Patocka. I added the test. I checked that for cpu

svn commit: r261163 - head/lib/msun/arm

2014-01-25 Thread Andrew Turner
Author: andrew Date: Sat Jan 25 18:13:43 2014 New Revision: 261163 URL: http://svnweb.freebsd.org/changeset/base/261163 Log: * Mark static inline functions with __fenv_static. * Correctly shift the mask when masking/unmasking exceptions. Modified: head/lib/msun/arm/fenv.h Modified:

Re: svn commit: r261149 - head/sys/dev/virtio/scsi

2014-01-25 Thread Bryan Venteicher
On Sat, Jan 25, 2014 at 2:38 AM, Aryeh Friedman aryeh.fried...@gmail.comwrote: On Sat, Jan 25, 2014 at 2:01 AM, Bryan Venteicher bry...@freebsd.orgwrote: Author: bryanv Date: Sat Jan 25 07:01:51 2014 New Revision: 261149 URL: http://svnweb.freebsd.org/changeset/base/261149 Log: Read

svn commit: r261165 - head/sys/arm/at91

2014-01-25 Thread Andrew Turner
Author: andrew Date: Sat Jan 25 19:36:27 2014 New Revision: 261165 URL: http://svnweb.freebsd.org/changeset/base/261165 Log: Fix gcc with -Wstrict-prototypes by telling it bi_emac takes no parameters. Modified: head/sys/arm/at91/board_sam9260ek.c Modified:

svn commit: r261168 - head/sys/dev/virtio/network

2014-01-25 Thread Bryan Venteicher
Author: bryanv Date: Sat Jan 25 19:58:53 2014 New Revision: 261168 URL: http://svnweb.freebsd.org/changeset/base/261168 Log: Check for a full virtqueue in the multiqueue transmit path With most hosts, we'll negotiate indirect descriptors, so all we need is one available descriptor to

svn commit: r261166 - head/sys/dev/virtio/network

2014-01-25 Thread Bryan Venteicher
Author: bryanv Date: Sat Jan 25 19:55:42 2014 New Revision: 261166 URL: http://svnweb.freebsd.org/changeset/base/261166 Log: Move duplicated transmit start code into a single function Modified: head/sys/dev/virtio/network/if_vtnet.c Modified: head/sys/dev/virtio/network/if_vtnet.c

svn commit: r261167 - head/sys/dev/virtio/network

2014-01-25 Thread Bryan Venteicher
Author: bryanv Date: Sat Jan 25 19:57:30 2014 New Revision: 261167 URL: http://svnweb.freebsd.org/changeset/base/261167 Log: Avoid queue unlock followed by relock when the enable interrupt race is lost This already happens infrequently, and the hold time is still bounded since we defer

svn commit: r261169 - head/sys/dev/e1000

2014-01-25 Thread Gleb Smirnoff
Author: glebius Date: Sat Jan 25 20:39:23 2014 New Revision: 261169 URL: http://svnweb.freebsd.org/changeset/base/261169 Log: Fix compilation with IGB_LEGACY_TX defined. PR: 185909 Submitted by: Aurelien Rougemont beorn binaries.fr Modified: head/sys/dev/e1000/if_igb.c

svn commit: r261170 - in head/sys/amd64: include vmm vmm/intel vmm/io

2014-01-25 Thread Neel Natu
Author: neel Date: Sat Jan 25 20:58:05 2014 New Revision: 261170 URL: http://svnweb.freebsd.org/changeset/base/261170 Log: Support level triggered interrupts with VT-x virtual interrupt delivery. The VMCS field EOI_bitmap[] is an array of 256 bits - one for each vector. If a bit is set

svn commit: r261171 - head/sys/arm/at91

2014-01-25 Thread Warner Losh
Author: imp Date: Sat Jan 25 21:52:19 2014 New Revision: 261171 URL: http://svnweb.freebsd.org/changeset/base/261171 Log: Bus space handles need to be the VA of the requested resource, not the rounded page VA. Correct so the DBGU device can be mapped for FDT console since it isn't on a page

svn commit: r261172 - head/sys/arm/at91

2014-01-25 Thread Warner Losh
Author: imp Date: Sat Jan 25 21:57:45 2014 New Revision: 261172 URL: http://svnweb.freebsd.org/changeset/base/261172 Log: Make early printf output nicer by inserting a carriage return before any linefeeds that are output. Modified: head/sys/arm/at91/uart_dev_at91usart.c Modified:

svn commit: r261173 - head/sys/dev/hwpmc

2014-01-25 Thread Justin Hibbits
Author: jhibbits Date: Sat Jan 25 22:50:42 2014 New Revision: 261173 URL: http://svnweb.freebsd.org/changeset/base/261173 Log: MPC74xx should not fall through, to the error case. MFC after:1 week Modified: head/sys/dev/hwpmc/hwpmc_powerpc.c Modified:

svn commit: r261175 - in head/contrib/binutils: gas/config opcodes

2014-01-25 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jan 26 00:37:21 2014 New Revision: 261175 URL: http://svnweb.freebsd.org/changeset/base/261175 Log: binutils: add support for Intel SMAP-related instructions Add support for stac/clac instructions to manipulate the flag that controls the behaviour of Intel's

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

2014-01-25 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jan 26 02:36:06 2014 New Revision: 261178 URL: http://svnweb.freebsd.org/changeset/base/261178 Log: gcc: Add support for -Wmissing-prototypes in C++ Support for warnings about missing prototypes in C++ was added by Apple GCC (Radar 6261539). Most of the code crept

svn commit: r261180 - head/sys/arm/at91

2014-01-25 Thread Warner Losh
Author: imp Date: Sun Jan 26 04:57:58 2014 New Revision: 261180 URL: http://svnweb.freebsd.org/changeset/base/261180 Log: Before resetting the USART, delay a bit to allow the transmitter to finish the current character to drain to avoid glitching. Also, simplify the code a smidge.

svn commit: r261181 - head/bin/pax

2014-01-25 Thread Kevin Lo
Author: kevlo Date: Sun Jan 26 07:20:32 2014 New Revision: 261181 URL: http://svnweb.freebsd.org/changeset/base/261181 Log: Stop the options string leak if it is not attached into the options linked list. Obtained from:OpenBSD Modified: head/bin/pax/options.c Modified: