svn commit: r280177 - head/share/mk

2015-03-17 Thread Bryan Drewery
Author: bdrewery Date: Tue Mar 17 15:11:45 2015 New Revision: 280177 URL: https://svnweb.freebsd.org/changeset/base/280177 Log: Remove unneeded handling of undefined NM. Pointed out by: imp Discussed at: https://reviews.freebsd.org/D2039 MFC after:2 weeks Modified:

svn commit: r280179 - in head: . lib/atf/libatf-c++ share/mk

2015-03-17 Thread Bryan Drewery
Author: bdrewery Date: Tue Mar 17 15:16:36 2015 New Revision: 280179 URL: https://svnweb.freebsd.org/changeset/base/280179 Log: Add LIB_CXX so that C++ libraries will use CXX to link. This fixes C++ libraries not implicitly linking in libc++. This is generally not an issue because the

svn commit: r280180 - head/share/mk

2015-03-17 Thread Bryan Drewery
Author: bdrewery Date: Tue Mar 17 15:21:01 2015 New Revision: 280180 URL: https://svnweb.freebsd.org/changeset/base/280180 Log: Document LIB and LIB_CXX. MFC after:2 weeks X-MFC-With: r280179 Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README

svn commit: r280178 - head/share/mk

2015-03-17 Thread Bryan Drewery
Author: bdrewery Date: Tue Mar 17 15:12:52 2015 New Revision: 280178 URL: https://svnweb.freebsd.org/changeset/base/280178 Log: Unhide linker line for libraries. The compilation lines are not hidden and there is not much reason to hide the linker line. It is useful to see. Discussed

Re: svn commit: r280202 - head/sys/netinet

2015-03-17 Thread Gleb Smirnoff
Adrian, On Wed, Mar 18, 2015 at 04:40:37AM +, Adrian Chadd wrote: A Author: adrian A Date: Wed Mar 18 04:40:36 2015 A New Revision: 280202 A URL: https://svnweb.freebsd.org/changeset/base/280202 A A Log: A Correctly const-ify things. Why do you prefer caddr_t over 'char *'? A Found

svn commit: r280203 - head/sys/conf

2015-03-17 Thread Adrian Chadd
Author: adrian Date: Wed Mar 18 05:03:07 2015 New Revision: 280203 URL: https://svnweb.freebsd.org/changeset/base/280203 Log: Fix ixgbe(4) - add ix_txrx to compile in the kernel. Sponsored by: Norse Corp, Inc. Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r280204 - head/sys/dev/ixgbe

2015-03-17 Thread Adrian Chadd
Author: adrian Date: Wed Mar 18 05:05:30 2015 New Revision: 280204 URL: https://svnweb.freebsd.org/changeset/base/280204 Log: Fix ixgbe(4) to compile - with RSS; with ix+ixv in the kernel. * Fix the multiple same-named devclasses; the duplicate name trips up the linker. * Re-do

Re: svn commit: r280197 - in head/sys: dev/ixgbe modules

2015-03-17 Thread Gleb Smirnoff
Jack, On Tue, Mar 17, 2015 at 10:40:51PM +, Jack F Vogel wrote: J Author: jfv J Date: Tue Mar 17 22:40:50 2015 J New Revision: 280197 J URL: https://svnweb.freebsd.org/changeset/base/280197 J J Log: J Resolve a few build issues, add module directories back into Makefile, J then correct

Re: svn commit: r280202 - head/sys/netinet

2015-03-17 Thread Adrian Chadd
I just abused what was there. :) -a ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

svn commit: r280202 - head/sys/netinet

2015-03-17 Thread Adrian Chadd
Author: adrian Date: Wed Mar 18 04:40:36 2015 New Revision: 280202 URL: https://svnweb.freebsd.org/changeset/base/280202 Log: Correctly const-ify things. Found by: clang 3.6 Modified: head/sys/netinet/in_rss.c Modified: head/sys/netinet/in_rss.c

Re: svn commit: r280133 - head/usr.sbin/bhyve

2015-03-17 Thread Alexander Motin
On 17.03.2015 02:38, Justin T. Gibbs wrote: On Mar 16, 2015, at 3:16 AM, Alexander Motin m...@freebsd.org wrote: Author: mav Date: Mon Mar 16 09:15:59 2015 New Revision: 280133 URL: https://svnweb.freebsd.org/changeset/base/280133 Log: Increase S/G list size of 32 to 33 entries. 32

svn commit: r280163 - head/sys/dev/sfxge

2015-03-17 Thread Andrew Rybchenko
Author: arybchik Date: Tue Mar 17 08:23:15 2015 New Revision: 280163 URL: https://svnweb.freebsd.org/changeset/base/280163 Log: sfxge: prefetch txq-common if TxQ is started only Transmit may be called when TxQ is not started yet (i.e. txq-common is invalid). TxQ state is checked below

svn commit: r280162 - in head/sys: dev/sfxge modules/sfxge

2015-03-17 Thread Andrew Rybchenko
Author: arybchik Date: Tue Mar 17 08:21:31 2015 New Revision: 280162 URL: https://svnweb.freebsd.org/changeset/base/280162 Log: sfxge: adding version info to device description The information is required for NIC update and config tools. Submitted by: Artem V. Andreev Artem.Andreev

svn commit: r280160 - in head: share/man/man4 sys/dev/sfxge

2015-03-17 Thread Andrew Rybchenko
Author: arybchik Date: Tue Mar 17 08:14:46 2015 New Revision: 280160 URL: https://svnweb.freebsd.org/changeset/base/280160 Log: sfxge: add tunables to control LRO parameters on driver load time Sponsored by: Solarflare Communications, Inc. Approved by:gnn (mentor) Modified:

svn commit: r280165 - head/sys/dev/usb/storage

2015-03-17 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 17 08:42:09 2015 New Revision: 280165 URL: https://svnweb.freebsd.org/changeset/base/280165 Log: Use define instead of constant. Submitted by: Dmitry Luhtionov dmitryluhtio...@gmail.com Modified: head/sys/dev/usb/storage/umass.c Modified:

svn commit: r280161 - head/sys/dev/sfxge

2015-03-17 Thread Andrew Rybchenko
Author: arybchik Date: Tue Mar 17 08:16:37 2015 New Revision: 280161 URL: https://svnweb.freebsd.org/changeset/base/280161 Log: sfxge: move deferred packet list statistics to dedicated node It is done to structure sysctl and do not mix with Tx queue statistics to be added. Sponsored

svn commit: r280164 - head/sys/dev/sfxge

2015-03-17 Thread Andrew Rybchenko
Author: arybchik Date: Tue Mar 17 08:23:46 2015 New Revision: 280164 URL: https://svnweb.freebsd.org/changeset/base/280164 Log: sfxge: increase default put-list limit to 1024 Drops are observed under multi-stream TCP traffic due to put-list overflow with limit equal to 64. Sponsored

Re: svn commit: r280182 - in head/sys: amd64/conf conf dev/ixgbe modules/ix modules/ixgbe modules/ixv

2015-03-17 Thread Jack Vogel
Am on it fix coming. On Tue, Mar 17, 2015 at 12:03 PM, Gleb Smirnoff gleb...@freebsd.org wrote: On Tue, Mar 17, 2015 at 06:32:29PM +, Jack F Vogel wrote: J Author: jfv J Date: Tue Mar 17 18:32:28 2015 J New Revision: 280182 J URL: https://svnweb.freebsd.org/changeset/base/280182

svn commit: r280192 - head/sys/kern

2015-03-17 Thread Ian Lepore
Author: ian Date: Tue Mar 17 20:56:24 2015 New Revision: 280192 URL: https://svnweb.freebsd.org/changeset/base/280192 Log: In sbuf_new_for_sysctl(), default the buffer size to 64 bytes if the passed-in pointer is NULL and the length is zero. Modified: head/sys/kern/kern_sysctl.c Modified:

svn commit: r280195 - head/sys/x86/iommu

2015-03-17 Thread Konstantin Belousov
Author: kib Date: Tue Mar 17 21:55:33 2015 New Revision: 280195 URL: https://svnweb.freebsd.org/changeset/base/280195 Log: When inserting new entry into the address map, ensure that not only next entry does not intersect with the tail of the new entry, but also that previous entry is also

svn commit: r280196 - head/sys/x86/iommu

2015-03-17 Thread Konstantin Belousov
Author: kib Date: Tue Mar 17 22:00:11 2015 New Revision: 280196 URL: https://svnweb.freebsd.org/changeset/base/280196 Log: When initial placement of the new entry crosses the boundary, allocator tries to move the entry up, after the boundary. The new location may still fail to satisfy

Re: svn commit: r280183 - in head/sys: dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/drm2/ttm modules modules/drm2 modules/drm2/drm2 modules/drm2/radeonkms

2015-03-17 Thread Jean-Sébastien Pédron
On 17.03.2015 21:29, Edward Tomasz Napierała wrote: o Support for the setmaster/dropmaster ioctls. For instance, they are used to run multiple X servers simultaneously. Does it fix fast user switching in Xorg/GNOME, by any chance? Maybe, I don't know how this works in GNOME.

svn commit: r280193 - head/sys/kern

2015-03-17 Thread Ian Lepore
Author: ian Date: Tue Mar 17 21:00:31 2015 New Revision: 280193 URL: https://svnweb.freebsd.org/changeset/base/280193 Log: The minimum sbuf buffer size is 2 bytes (a byte plus a nulterm), assert that. Values smaller than two lead to strange asserts that have nothing to do with the actual

svn commit: r280194 - in head/sys/boot/uboot: fdt lib

2015-03-17 Thread Ian Lepore
Author: ian Date: Tue Mar 17 21:15:24 2015 New Revision: 280194 URL: https://svnweb.freebsd.org/changeset/base/280194 Log: Fix fdt_platform_fixups() mem region handling. It turns out u-boot puts several types of data into the mem-info array (DRAM, SRAM, flash). We need to extract just the

svn commit: r280166 - head/sbin/camcontrol

2015-03-17 Thread Alexander Motin
Author: mav Date: Tue Mar 17 09:21:31 2015 New Revision: 280166 URL: https://svnweb.freebsd.org/changeset/base/280166 Log: Make ATA power management commands to work on SCSI HBAs via PASS THROUGH. MFC after:2 weeks Sponsored by: iXsystems, Inc. Modified:

svn commit: r280168 - head/sys/dev/usb

2015-03-17 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 17 11:07:59 2015 New Revision: 280168 URL: https://svnweb.freebsd.org/changeset/base/280168 Log: Remove no longer used allocation type. Submitted by: Dmitry Luhtionov dmitryluhtio...@gmail.com Modified: head/sys/dev/usb/usb.h head/sys/dev/usb/usb_core.c

Re: svn commit: r280182 - in head/sys: amd64/conf conf dev/ixgbe modules/ix modules/ixgbe modules/ixv

2015-03-17 Thread Gleb Smirnoff
On Tue, Mar 17, 2015 at 06:32:29PM +, Jack F Vogel wrote: J Author: jfv J Date: Tue Mar 17 18:32:28 2015 J New Revision: 280182 J URL: https://svnweb.freebsd.org/changeset/base/280182 J J Log: J Update to the Intel ixgbe driver: J - Split the driver into independent pf and vf

svn commit: r280185 - head/sys/modules

2015-03-17 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 17 19:07:43 2015 New Revision: 280185 URL: https://svnweb.freebsd.org/changeset/base/280185 Log: Fix build after r280182. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile

svn commit: r280182 - in head/sys: amd64/conf conf dev/ixgbe modules/ix modules/ixgbe modules/ixv

2015-03-17 Thread Jack F Vogel
Author: jfv Date: Tue Mar 17 18:32:28 2015 New Revision: 280182 URL: https://svnweb.freebsd.org/changeset/base/280182 Log: Update to the Intel ixgbe driver: - Split the driver into independent pf and vf loadables. This is in preparation for SRIOV support which will be

svn commit: r280183 - in head/sys: dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/drm2/ttm modules modules/drm2 modules/drm2/drm2 modules/drm2/radeonkms

2015-03-17 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Tue Mar 17 18:50:33 2015 New Revision: 280183 URL: https://svnweb.freebsd.org/changeset/base/280183 Log: drm: Update the device-independent code to match Linux 3.8.13 This update brings few features: o Support for the setmaster/dropmaster ioctls. For instance,

svn commit: r280200 - stable/9/cddl/contrib/opensolaris/tools/ctf/cvt

2015-03-17 Thread Mark Johnston
Author: markj Date: Wed Mar 18 02:29:00 2015 New Revision: 280200 URL: https://svnweb.freebsd.org/changeset/base/280200 Log: MFC r280125: Add a missing format string argument. PR: 197391 Modified: stable/9/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c Directory Properties:

svn commit: r280201 - stable/10/cddl/contrib/opensolaris/tools/ctf/cvt

2015-03-17 Thread Mark Johnston
Author: markj Date: Wed Mar 18 02:29:51 2015 New Revision: 280201 URL: https://svnweb.freebsd.org/changeset/base/280201 Log: MFC r280125: Add a missing format string argument. PR: 197391 Modified: stable/10/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c Directory Properties:

svn commit: r280197 - in head/sys: dev/ixgbe modules

2015-03-17 Thread Jack F Vogel
Author: jfv Date: Tue Mar 17 22:40:50 2015 New Revision: 280197 URL: https://svnweb.freebsd.org/changeset/base/280197 Log: Resolve a few build issues, add module directories back into Makefile, then correct a NETMAP problem resulting from the split, and finally temporarily disable the X550

svn commit: r280189 - in head/sys: fs/nfsclient vm

2015-03-17 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 17 19:19:19 2015 New Revision: 280189 URL: https://svnweb.freebsd.org/changeset/base/280189 Log: o Enhance vm_pager_free_nonreq() function: - Allow to call the function with vm object lock held. - Allow to specify reqpage that doesn't match any page in the

svn commit: r280184 - head/sys/dev/ahci

2015-03-17 Thread Zbigniew Bodek
Author: zbb Date: Tue Mar 17 18:59:47 2015 New Revision: 280184 URL: https://svnweb.freebsd.org/changeset/base/280184 Log: Introduce Annapurna Labs AHCI support Overview: * implemented quirk for forcing SATA interface enable * restore value to status register - this enables link

svn commit: r280187 - head/sys/dev/drm2

2015-03-17 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 17 19:13:11 2015 New Revision: 280187 URL: https://svnweb.freebsd.org/changeset/base/280187 Log: Fix build. Reviewed by: dumbbell Modified: head/sys/dev/drm2/drm_edid.c Modified: head/sys/dev/drm2/drm_edid.c

svn commit: r280188 - head/usr.bin/xlint/arch/aarch64

2015-03-17 Thread Ed Maste
Author: emaste Date: Tue Mar 17 19:16:51 2015 New Revision: 280188 URL: https://svnweb.freebsd.org/changeset/base/280188 Log: Add arm64 xlint support. Obtained from:NetBSD Sponsored by: The FreeBSD Foundation Added: head/usr.bin/xlint/arch/aarch64/

Re: svn commit: r280183 - in head/sys: dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/drm2/ttm modules modules/drm2 modules/drm2/drm2 modules/drm2/radeonkms

2015-03-17 Thread Edward Tomasz Napierała
On 0317T1850, Jean-Sebastien Pedron wrote: Author: dumbbell Date: Tue Mar 17 18:50:33 2015 New Revision: 280183 URL: https://svnweb.freebsd.org/changeset/base/280183 Log: drm: Update the device-independent code to match Linux 3.8.13 This update brings few features: o

svn commit: r280191 - head/sbin/reboot

2015-03-17 Thread Allan Jude
Author: allanjude (doc committer) Date: Tue Mar 17 20:15:49 2015 New Revision: 280191 URL: https://svnweb.freebsd.org/changeset/base/280191 Log: Document that nextboot(8) doesn't work as expected with ZFS Differential Revision:https://reviews.freebsd.org/D2087 Submitted by: feld

svn commit: r280190 - head

2015-03-17 Thread Ed Maste
Author: emaste Date: Tue Mar 17 19:35:50 2015 New Revision: 280190 URL: https://svnweb.freebsd.org/changeset/base/280190 Log: When cross-building with an external toolchain we still need a target strip It is used by at least crunchide(1). Modified: head/Makefile.inc1 Modified:

svn commit: r280171 - head/bin/ps

2015-03-17 Thread Mark Felder
Author: feld (ports committer) Date: Tue Mar 17 12:40:33 2015 New Revision: 280171 URL: https://svnweb.freebsd.org/changeset/base/280171 Log: Use 24h timestamps in the ps(1) STARTED column The previous 12h AM/PM format was perplexing as it didn't follow the locale of the user and was a

svn commit: r280169 - in head/sys: net netpfil/pf

2015-03-17 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 17 12:19:28 2015 New Revision: 280169 URL: https://svnweb.freebsd.org/changeset/base/280169 Log: Always lock the hash row of a source node when updating its 'states' counter. PR: 182401 Sponsored by: Nginx, Inc. Modified: head/sys/net/pfvar.h

svn commit: r280172 - in head/sys/cam: ata scsi

2015-03-17 Thread Alexander Motin
Author: mav Date: Tue Mar 17 13:21:49 2015 New Revision: 280172 URL: https://svnweb.freebsd.org/changeset/base/280172 Log: Improve ATA and SCSI versions printing. There is no SCSI-6 and ATA-9, but there is SPC-4 and ACS-2. MFC after:2 weeks Modified: head/sys/cam/ata/ata_all.c

svn commit: r280173 - head/sys/kern

2015-03-17 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 17 14:16:50 2015 New Revision: 280173 URL: https://svnweb.freebsd.org/changeset/base/280173 Log: Reduce header pollution. Modified: head/sys/kern/uipc_mbufhash.c Modified: head/sys/kern/uipc_mbufhash.c

svn commit: r280181 - head/contrib/compiler-rt/lib/builtins

2015-03-17 Thread Ed Maste
Author: emaste Date: Tue Mar 17 15:48:19 2015 New Revision: 280181 URL: https://svnweb.freebsd.org/changeset/base/280181 Log: Import compiler-rt r232125 by Joerg Sonnenberger We want single precision here. Modified: head/contrib/compiler-rt/lib/builtins/fixunssfti.c Modified:

Re: svn commit: r280197 - in head/sys: dev/ixgbe modules

2015-03-17 Thread Adrian Chadd
Hi Jack/Gleb: How's this? It enables them only for amd64: Index: sys/modules/Makefile === --- sys/modules/Makefile(revision 280197) +++ sys/modules/Makefile(working copy) @@ -620,6 +620,8 @@ .if ${MACHINE_CPUARCH} == amd64

Re: svn commit: r280197 - in head/sys: dev/ixgbe modules

2015-03-17 Thread Gleb Smirnoff
On Tue, Mar 17, 2015 at 10:24:46PM -0700, Adrian Chadd wrote: A Hi Jack/Gleb: A A How's this? It enables them only for amd64: The ixgbe used to be built on amd64 and i386. A Index: sys/modules/Makefile A === A ---

svn commit: r280206 - head/bin/pax

2015-03-17 Thread Eitan Adler
Author: eadler Date: Wed Mar 18 05:48:05 2015 New Revision: 280206 URL: https://svnweb.freebsd.org/changeset/base/280206 Log: Implement pax -O option to permit limiting a PAX archive to a single volume. -O Force the archive to be one volume. If a volume ends prematurely, pax will not