svn commit: r277055 - in head/sys: amd64/amd64 kern sys vm

2015-01-12 Thread Konstantin Belousov
Author: kib Date: Mon Jan 12 08:58:07 2015 New Revision: 277055 URL: https://svnweb.freebsd.org/changeset/base/277055 Log: Revert r263475: TDP_DEVMEMIO no longer needed, since amd64 /dev/kmem does not access kernel mappings directly. Reviewed by: alc Sponsored by: The FreeBSD

svn commit: r277059 - head/sys/netgraph

2015-01-12 Thread Gleb Smirnoff
Author: glebius Date: Mon Jan 12 09:50:42 2015 New Revision: 277059 URL: https://svnweb.freebsd.org/changeset/base/277059 Log: When the node receives NGM_FLOW_COOKIE update the if_link_state, instead of playing with almost dead IFF_DRV_RUNNING flag. Sponsored by: Nginx, Inc. Modified:

svn commit: r277057 - in head/contrib/unbound: . daemon doc services smallapp util

2015-01-12 Thread Dag-Erling Smørgrav
Author: des Date: Mon Jan 12 09:46:49 2015 New Revision: 277057 URL: https://svnweb.freebsd.org/changeset/base/277057 Log: MFV (r277045): merge upstream version of the local socket patch. Modified: head/contrib/unbound/config.h head/contrib/unbound/config.h.in

svn commit: r277054 - in head: share/man/man4 sys/modules/cc sys/modules/cc/cc_dctcp sys/netinet sys/netinet/cc

2015-01-12 Thread Hiren Panchasara
Author: hiren Date: Mon Jan 12 08:33:04 2015 New Revision: 277054 URL: https://svnweb.freebsd.org/changeset/base/277054 Log: DCTCP (Data Center TCP) implementation. DCTCP congestion control algorithm aims to maximise throughput and minimise latency in data center networks by utilising

svn commit: r277056 - head/sys/netinet

2015-01-12 Thread Gleb Smirnoff
Author: glebius Date: Mon Jan 12 09:41:12 2015 New Revision: 277056 URL: https://svnweb.freebsd.org/changeset/base/277056 Log: Remove incorrect layering violating code that: a) assumed that ifqueue length is measured in bytes, instead of packets b) assumed that any interface has working

svn commit: r277058 - in head: share/man/man4 sys/netgraph

2015-01-12 Thread Gleb Smirnoff
Author: glebius Date: Mon Jan 12 09:48:45 2015 New Revision: 277058 URL: https://svnweb.freebsd.org/changeset/base/277058 Log: Remove the support for NGM_CISCO_GET_IPADDR message from ng_iface(4). The legitimacy of removal is proved by the fact that implementation contained a critical bug:

svn commit: r277064 - stable/10/share/man/man4

2015-01-12 Thread Christian Brueffer
Author: brueffer Date: Mon Jan 12 10:43:40 2015 New Revision: 277064 URL: https://svnweb.freebsd.org/changeset/base/277064 Log: MFH: r276695 Add a very basic manpage for the Etherswitch framework. Added: stable/10/share/man/man4/etherswitch.4 - copied unchanged from r276695,

Re: svn commit: r277054 - in head: share/man/man4 sys/modules/cc sys/modules/cc/cc_dctcp sys/netinet sys/netinet/cc

2015-01-12 Thread Bruce Simpson
On 12/01/2015 08:33, Hiren Panchasara wrote: Log: DCTCP (Data Center TCP) implementation. Right On Commander! ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to

Re: svn commit: r276844 - head/sys/netinet6

2015-01-12 Thread Gleb Smirnoff
On Thu, Jan 08, 2015 at 06:02:06PM +, Alexander V. Chernikov wrote: A Author: melifaro A Date: Thu Jan 8 18:02:05 2015 A New Revision: 276844 A URL: https://svnweb.freebsd.org/changeset/base/276844 A A Log: A * Use newly-created nd6_grab_holdchain() function to retrieve lle A hold mbuf

Re: svn commit: r277054 - in head: share/man/man4 sys/modules/cc sys/modules/cc/cc_dctcp sys/netinet sys/netinet/cc

2015-01-12 Thread Remko Lodder
On 12 Jan 2015, at 09:33, Hiren Panchasara hi...@freebsd.org wrote: Author: hiren Date: Mon Jan 12 08:33:04 2015 New Revision: 277054 URL: https://svnweb.freebsd.org/changeset/base/277054 Log: DCTCP (Data Center TCP) implementation. Cool! Good work! -- /\ Best regards,

Re: svn commit: r276747 - head/sys/netpfil/pf

2015-01-12 Thread Gleb Smirnoff
On Thu, Jan 08, 2015 at 12:49:45AM +, Bjoern A. Zeeb wrote: B B AFAIU, from the PR there is some panic fixed. What is the actual bug B B and why couldn't it be fixed with having per-vnet thread? B B B B You don’t 3 whatever pf purging threads on a system all running, possibly

Re: svn commit: r276993 - head/sys/net80211

2015-01-12 Thread Gleb Smirnoff
On Sun, Jan 11, 2015 at 06:43:45PM +, Adrian Chadd wrote: A Author: adrian A Date: Sun Jan 11 18:43:45 2015 A New Revision: 276993 A URL: https://svnweb.freebsd.org/changeset/base/276993 A A Log: A Switch around the order of static inline to be in line with how it's A used elsewhere, and

Re: svn commit: r277072 - head/sys/netinet6

2015-01-12 Thread Alexander V. Chernikov
On 12.01.2015 17:52, Gleb Smirnoff wrote: Author: glebius Date: Mon Jan 12 14:52:43 2015 New Revision: 277072 URL: https://svnweb.freebsd.org/changeset/base/277072 Log: Do not go one layer down to check ifqueue length. First, not all drivers use ifqueue at all. Second, there is no

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

2015-01-12 Thread Gleb Smirnoff
Luiz, On Fri, Jan 09, 2015 at 11:14:53AM -0200, Luiz Otavio O Souza wrote: L On Wed, Jan 7, 2015 at 6:52 PM, Gleb Smirnoff wrote: L On Tue, Jan 06, 2015 at 01:07:14PM +, Luiz Otavio O Souza wrote: L L Author: loos L L Date: Tue Jan 6 13:07:13 2015 L L New Revision: 276751 L L URL:

svn commit: r277072 - head/sys/netinet6

2015-01-12 Thread Gleb Smirnoff
Author: glebius Date: Mon Jan 12 14:52:43 2015 New Revision: 277072 URL: https://svnweb.freebsd.org/changeset/base/277072 Log: Do not go one layer down to check ifqueue length. First, not all drivers use ifqueue at all. Second, there is no point in this lockless check. Either positive or

svn commit: r277063 - head/share/man/man4

2015-01-12 Thread Christian Brueffer
Author: brueffer Date: Mon Jan 12 10:40:28 2015 New Revision: 277063 URL: https://svnweb.freebsd.org/changeset/base/277063 Log: Mdoc markup and style cleanup. Modified: head/share/man/man4/cc_dctcp.4 Modified: head/share/man/man4/cc_dctcp.4

svn commit: r277060 - stable/10/lib/libfetch

2015-01-12 Thread Dag-Erling Smørgrav
Author: des Date: Mon Jan 12 10:02:23 2015 New Revision: 277060 URL: https://svnweb.freebsd.org/changeset/base/277060 Log: MFH (r273114, r273124): disable SSLv3 by default. Modified: stable/10/lib/libfetch/common.c stable/10/lib/libfetch/fetch.3 Directory Properties: stable/10/ (props

svn commit: r277061 - stable/10/sys/dev/ahci

2015-01-12 Thread Steven Hartland
Author: smh Date: Mon Jan 12 10:25:07 2015 New Revision: 277061 URL: https://svnweb.freebsd.org/changeset/base/277061 Log: MFC r276012: Add a constant AHCI_MAX_IRQS removing magic number MFC r276013: Clamp ahci max irq's to AHCI_MAX_IRQS MFC r276016: Return the error from

Re: svn commit: r272886 - in head/sys: netinet netinet6

2015-01-12 Thread John Baldwin
On Tuesday, January 06, 2015 07:07:11 PM Bryan Venteicher wrote: On Tue, Jan 6, 2015 at 5:27 PM, Bryan Drewery bdrew...@freebsd.org wrote: On 1/6/2015 4:00 PM, Bryan Venteicher wrote: On Tue, Jan 6, 2015 at 2:52 PM, John Nielsen li...@jnielsen.net mailto:li...@jnielsen.net wrote:

Re: svn commit: r276747 - head/sys/netpfil/pf

2015-01-12 Thread Slawa Olhovchenkov
On Mon, Jan 12, 2015 at 05:41:36PM +0300, Gleb Smirnoff wrote: On Thu, Jan 08, 2015 at 12:49:45AM +, Bjoern A. Zeeb wrote: B B AFAIU, from the PR there is some panic fixed. What is the actual bug B B and why couldn't it be fixed with having per-vnet thread? B B B B You don't 3

Re: svn commit: r277072 - head/sys/netinet6

2015-01-12 Thread Adrian Chadd
On 12 January 2015 at 07:09, Alexander V. Chernikov melif...@freebsd.org wrote: On 12.01.2015 17:52, Gleb Smirnoff wrote: Author: glebius Date: Mon Jan 12 14:52:43 2015 New Revision: 277072 URL: https://svnweb.freebsd.org/changeset/base/277072 Log: Do not go one layer down to check

Re: svn commit: r272886 - in head/sys: netinet netinet6

2015-01-12 Thread Bryan Venteicher
On Mon, Jan 12, 2015 at 9:51 AM, John Baldwin j...@baldwin.cx wrote: On Tuesday, January 06, 2015 07:07:11 PM Bryan Venteicher wrote: On Tue, Jan 6, 2015 at 5:27 PM, Bryan Drewery bdrew...@freebsd.org wrote: On 1/6/2015 4:00 PM, Bryan Venteicher wrote: On Tue, Jan 6, 2015 at 2:52 PM,

Re: svn commit: r276747 - head/sys/netpfil/pf

2015-01-12 Thread Adrian Chadd
On 12 January 2015 at 08:05, Slawa Olhovchenkov s...@zxy.spb.ru wrote: On Mon, Jan 12, 2015 at 05:41:36PM +0300, Gleb Smirnoff wrote: On Thu, Jan 08, 2015 at 12:49:45AM +, Bjoern A. Zeeb wrote: B B AFAIU, from the PR there is some panic fixed. What is the actual bug B B and why

Re: svn commit: r276993 - head/sys/net80211

2015-01-12 Thread Adrian Chadd
On 12 January 2015 at 07:05, Gleb Smirnoff gleb...@freebsd.org wrote: On Sun, Jan 11, 2015 at 06:43:45PM +, Adrian Chadd wrote: A Author: adrian A Date: Sun Jan 11 18:43:45 2015 A New Revision: 276993 A URL: https://svnweb.freebsd.org/changeset/base/276993 A A Log: A Switch around

Re: svn commit: r277084 - in head/sys: dev/ixl modules/ixl modules/ixlv

2015-01-12 Thread Glen Barber
On Mon, Jan 12, 2015 at 10:55:34AM -0800, Craig Rodrigues wrote: On Mon, Jan 12, 2015 at 10:43 AM, Jack F Vogel j...@freebsd.org wrote: Author: jfv Date: Mon Jan 12 18:43:34 2015 New Revision: 277084 URL: https://svnweb.freebsd.org/changeset/base/277084 Log: Intel I40E driver

svn commit: r277085 - head/usr.sbin/makefs

2015-01-12 Thread Christian Brueffer
Author: brueffer Date: Mon Jan 12 19:26:31 2015 New Revision: 277085 URL: https://svnweb.freebsd.org/changeset/base/277085 Log: Fix a typo in the FFS maxbpg option, it was erroneously spelled maxbpf. The error exists in the NetBSD upstream version as well and will be reported back.

Re: svn commit: r277084 - in head/sys: dev/ixl modules/ixl modules/ixlv

2015-01-12 Thread Bjoern A. Zeeb
On 12 Jan 2015, at 18:43 , Jack F Vogel j...@freebsd.org wrote: Author: jfv Date: Mon Jan 12 18:43:34 2015 New Revision: 277084 URL: https://svnweb.freebsd.org/changeset/base/277084 Log: Intel I40E driver updates: if_ixl to version 1.3.0, if_ixlv to version 1.2.0 - Major

Re: svn commit: r277084 - in head/sys: dev/ixl modules/ixl modules/ixlv

2015-01-12 Thread Jack Vogel
Opps, missing chunk, fix coming. Jack On Mon, Jan 12, 2015 at 11:47 AM, Bjoern A. Zeeb b...@freebsd.org wrote: On 12 Jan 2015, at 18:43 , Jack F Vogel j...@freebsd.org wrote: Author: jfv Date: Mon Jan 12 18:43:34 2015 New Revision: 277084 URL:

Re: svn commit: r270200 - head/share/vt/keymaps

2015-01-12 Thread Sudhakar Bhavanam
AAAefyvlj. Bcc vvoo PlllowuZ Sent from my iPhone ___ 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

Re: svn commit: r270200 - head/share/vt/keymaps

2015-01-12 Thread Sudhakar Bhavanam
AAAefyvlj. Bcc vvoo PlllowuZ Sent from my iPhone ___ 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: r277086 - in stable/10: contrib/byacc/test/yacc usr.bin/yacc

2015-01-12 Thread Jung-uk Kim
Author: jkim Date: Mon Jan 12 20:14:31 2015 New Revision: 277086 URL: https://svnweb.freebsd.org/changeset/base/277086 Log: MFC: r274460, r274475 Increase MAXTABLE to the maxmimum possible value and regen test cases. Modified: stable/10/contrib/byacc/test/yacc/calc.tab.c

Re: svn commit: r270200 - head/share/vt/keymaps

2015-01-12 Thread Sudhakar Bhavanam
AAAefyvlj. Bcc vvoo PlllowuZ Sent from my iPhone ___ 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: r277087 - stable/10/sys/sys

2015-01-12 Thread Jung-uk Kim
Author: jkim Date: Mon Jan 12 20:27:06 2015 New Revision: 277087 URL: https://svnweb.freebsd.org/changeset/base/277087 Log: Bump version after r277086. yacc(1) is now built with maximum MAXTABLE. Modified: stable/10/sys/sys/param.h Modified: stable/10/sys/sys/param.h

svn commit: r277088 - head/sys/dev/ixl

2015-01-12 Thread Jack F Vogel
Author: jfv Date: Mon Jan 12 20:59:07 2015 New Revision: 277088 URL: https://svnweb.freebsd.org/changeset/base/277088 Log: Missing RSS support added, this fixes the build, but the code in the RX side was complicated by recent changes and will need some further tweaking. Modified:

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

2015-01-12 Thread Dimitry Andric
Author: dim Date: Mon Jan 12 21:28:10 2015 New Revision: 277089 URL: https://svnweb.freebsd.org/changeset/base/277089 Log: Pull in r225610 from upstream compiler-rt trunk (by Roman Divacky): Add FreeBSD support for __clear_cache. Modified:

svn commit: r277091 - in vendor/NetBSD/libedit/2014-01-07: . TEST readline

2015-01-12 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 12 21:34:31 2015 New Revision: 277091 URL: https://svnweb.freebsd.org/changeset/base/277091 Log: Tag import of libedit 2014-01-07 Added: vendor/NetBSD/libedit/2014-01-07/ - copied from r275568, vendor/NetBSD/libedit/dist/ Replaced:

svn commit: r277090 - in vendor/NetBSD/libedit/dist: . TEST readline

2015-01-12 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 12 21:33:35 2015 New Revision: 277090 URL: https://svnweb.freebsd.org/changeset/base/277090 Log: Import libedit 2014-01-09 Obtained from:NetBSD Modified: vendor/NetBSD/libedit/dist/Makefile vendor/NetBSD/libedit/dist/TEST/tc1.c

svn commit: r277092 - head/sys/fs/msdosfs

2015-01-12 Thread Ed Maste
Author: emaste Date: Mon Jan 12 21:55:48 2015 New Revision: 277092 URL: https://svnweb.freebsd.org/changeset/base/277092 Log: ANSIfy msdosfs Add a few cases and style(9) fixes missed in r276887 Sponsored by: The FreeBSD Foundation Modified: head/sys/fs/msdosfs/msdosfs_conv.c

svn commit: r277093 - head/sys/dev/mii

2015-01-12 Thread Gleb Smirnoff
Author: glebius Date: Mon Jan 12 22:27:38 2015 New Revision: 277093 URL: https://svnweb.freebsd.org/changeset/base/277093 Log: In miibus(4) drivers provide functions that allow to get NIC driver name and NIC driver softc via the device(9) tree, instead of going dirty through the ifnet(9)

svn commit: r277096 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-01-12 Thread Alexander Motin
Author: mav Date: Mon Jan 12 22:38:55 2015 New Revision: 277096 URL: https://svnweb.freebsd.org/changeset/base/277096 Log: Skip extra bcopy() when scrubbing vdev without redundancy. According to profiler, this bcopy() can use about 10% of CPU time. MFC after:2 weeks Modified:

svn commit: r277099 - head/usr.bin/sed

2015-01-12 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jan 13 00:04:22 2015 New Revision: 277099 URL: https://svnweb.freebsd.org/changeset/base/277099 Log: Replace __inline GNUism with the standard inline. MFC after:1 week Modified: head/usr.bin/sed/process.c Modified: head/usr.bin/sed/process.c

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

2015-01-12 Thread Warner Losh
Author: imp Date: Tue Jan 13 00:20:35 2015 New Revision: 277101 URL: https://svnweb.freebsd.org/changeset/base/277101 Log: Explain a bit of tricky code dealing with trims and how it prevents starvation. These side effects aren't obvious without extremely careful study, and are important to

Re: svn commit: r277100 - head/sys/dev/ahci

2015-01-12 Thread Steven Hartland
Looks like this missed the addition of the new quirk to AHCI_Q_BIT_STRING. On 13/01/2015 00:11, Konstantin Belousov wrote: Author: kib Date: Tue Jan 13 00:11:56 2015 New Revision: 277100 URL: https://svnweb.freebsd.org/changeset/base/277100 Log: Add quirk to override default BAR(5) rid for

Re: svn commit: r272886 - in head/sys: netinet netinet6

2015-01-12 Thread Michael Tuexen
On 12 Jan 2015, at 18:42, Bjoern A. Zeeb b...@freebsd.org wrote: On 12 Jan 2015, at 15:51 , John Baldwin j...@baldwin.cx wrote: On Tuesday, January 06, 2015 07:07:11 PM Bryan Venteicher wrote: On Tue, Jan 6, 2015 at 5:27 PM, Bryan Drewery bdrew...@freebsd.org wrote: On 1/6/2015 4:00

svn commit: r277102 - head/sys/dev/cxgbe/iw_cxgbe

2015-01-12 Thread Navdeep Parhar
Author: np Date: Tue Jan 13 01:40:12 2015 New Revision: 277102 URL: https://svnweb.freebsd.org/changeset/base/277102 Log: cxgbe/iw_cxgbe: allow any size during the initial MPA exchange. MFC after:1 month Modified: head/sys/dev/cxgbe/iw_cxgbe/cm.c Modified:

svn commit: r277098 - in head/sys/dev: fdt ofw

2015-01-12 Thread Zbigniew Bodek
Author: zbb Date: Tue Jan 13 00:00:09 2015 New Revision: 277098 URL: https://svnweb.freebsd.org/changeset/base/277098 Log: Introduce ofw_bus_reg_to_rl() to replace part of common bus code Instead of reusing the same reg parsing code, create one, common function that puts reg contents to

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

2015-01-12 Thread Konstantin Belousov
Author: kib Date: Tue Jan 13 00:11:56 2015 New Revision: 277100 URL: https://svnweb.freebsd.org/changeset/base/277100 Log: Add quirk to override default BAR(5) rid for AHCI. Use it for Cavium AHCI. Submitted by: Michaе┌ Stanek Reviewed by: imp (previous version) MFC after:1 week

svn commit: r277097 - head/share/man/man7

2015-01-12 Thread John-Mark Gurney
Author: jmg Date: Mon Jan 12 23:33:40 2015 New Revision: 277097 URL: https://svnweb.freebsd.org/changeset/base/277097 Log: fix IV size of XTS to be correct at 8 bytes.. That is what both the AES-NI code and the software code expects.. Modified: head/share/man/man7/crypto.7 Modified:

svn commit: r277103 - in head/sys/dev/xen: netback netfront

2015-01-12 Thread Xin LI
Author: delphij Date: Tue Jan 13 05:32:51 2015 New Revision: 277103 URL: https://svnweb.freebsd.org/changeset/base/277103 Log: Use the common codepath to handle SIOCGIFADDR. Before this change, the current code handles SIOCGIFADDR the same way with SIOCSIFADDR, which involves full

svn commit: r277108 - head/sys/dev/mii

2015-01-12 Thread Gleb Smirnoff
Author: glebius Date: Tue Jan 13 06:56:04 2015 New Revision: 277108 URL: https://svnweb.freebsd.org/changeset/base/277108 Log: Remove unused variables. CID: 1262431 CID: 1262430 Modified: head/sys/dev/mii/jmphy.c head/sys/dev/mii/rgephy.c Modified: head/sys/dev/mii/jmphy.c

svn commit: r277113 - stable/10/sys/arm/allwinner

2015-01-12 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Tue Jan 13 07:45:16 2015 New Revision: 277113 URL: https://svnweb.freebsd.org/changeset/base/277113 Log: MFC: Allow timer0 to run at full 24MHz not at 24MHz/16 by setting prescale to 1. Approved by:stas (mentor) Modified: stable/10/sys/arm/allwinner/timer.c

svn commit: r277106 - stable/10/usr.bin/kdump

2015-01-12 Thread Dmitry Chagin
Author: dchagin Date: Tue Jan 13 06:23:38 2015 New Revision: 277106 URL: https://svnweb.freebsd.org/changeset/base/277106 Log: MFC r273048 by jhb: Fix most of the warnings in kdump(1). r276758: Eliminate new clang warnings. Modified: stable/10/usr.bin/kdump/Makefile

svn commit: r277104 - head/sys/dev/mii

2015-01-12 Thread Gleb Smirnoff
Author: glebius Date: Tue Jan 13 06:22:24 2015 New Revision: 277104 URL: https://svnweb.freebsd.org/changeset/base/277104 Log: Remove unused fields. Modified: head/sys/dev/mii/miivar.h Modified: head/sys/dev/mii/miivar.h

svn commit: r277105 - head/sys/dev/mii

2015-01-12 Thread Gleb Smirnoff
Author: glebius Date: Tue Jan 13 06:22:55 2015 New Revision: 277105 URL: https://svnweb.freebsd.org/changeset/base/277105 Log: - Remove unused variable. - Wrap long line. Modified: head/sys/dev/mii/e1000phy.c Modified: head/sys/dev/mii/e1000phy.c

svn commit: r277116 - in head/sys/arm: arm include

2015-01-12 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Tue Jan 13 07:49:07 2015 New Revision: 277116 URL: https://svnweb.freebsd.org/changeset/base/277116 Log: Add CPU ID for ARM Cortex A17. Approved by:stas (mentor) Modified: head/sys/arm/arm/cpufunc.c head/sys/arm/arm/identcpu.c head/sys/arm/include/armreg.h

Re: svn commit: r272886 - in head/sys: netinet netinet6

2015-01-12 Thread John Baldwin
On 1/12/15 11:12 AM, Bryan Venteicher wrote: On Mon, Jan 12, 2015 at 9:51 AM, John Baldwin j...@baldwin.cx mailto:j...@baldwin.cx wrote: On Tuesday, January 06, 2015 07:07:11 PM Bryan Venteicher wrote: On Tue, Jan 6, 2015 at 5:27 PM, Bryan Drewery bdrew...@freebsd.org

svn commit: r277077 - head/sys/netinet

2015-01-12 Thread Gleb Smirnoff
Author: glebius Date: Mon Jan 12 18:06:22 2015 New Revision: 277077 URL: https://svnweb.freebsd.org/changeset/base/277077 Log: Do not go one layer down to check ifqueue length. First, not all drivers use ifqueue at all. Second, there is no point in this lockless check. Either positive or

svn commit: r277078 - in head/lib/libc: arm/gen gen mips/gen powerpc/gen powerpc64/gen sparc64/gen

2015-01-12 Thread Ed Maste
Author: emaste Date: Mon Jan 12 18:13:38 2015 New Revision: 277078 URL: https://svnweb.freebsd.org/changeset/base/277078 Log: Remove duplicate copies of trivial getcontextx.c Only i386 and amd64 provide a non-trivial __getcontextx(). Use a common trivial implementation in gen/ for other

svn commit: r277080 - stable/9/share/zoneinfo

2015-01-12 Thread Ed Maste
Author: emaste Date: Mon Jan 12 18:19:07 2015 New Revision: 277080 URL: https://svnweb.freebsd.org/changeset/base/277080 Log: Avoid ./ in zoneinfo entries in METALOG Use of find . resulted in METALOG entries with an extra ./ -- e.g., ./usr/share/zoneinfo/./America/Toronto. Avoid this by

svn commit: r277081 - stable/9/etc/mtree

2015-01-12 Thread Ed Maste
Author: emaste Date: Mon Jan 12 18:20:37 2015 New Revision: 277081 URL: https://svnweb.freebsd.org/changeset/base/277081 Log: Add missing libexec/bsdconfig subdirectories MFC of r266902. Modified: stable/9/etc/mtree/BSD.usr.dist Directory Properties: stable/9/etc/ (props changed)

Re: svn commit: r277072 - head/sys/netinet6

2015-01-12 Thread Gleb Smirnoff
On Mon, Jan 12, 2015 at 08:09:18AM -0800, Adrian Chadd wrote: A On 12 January 2015 at 07:09, Alexander V. Chernikov A melif...@freebsd.org wrote: A On 12.01.2015 17:52, Gleb Smirnoff wrote: A Author: glebius A Date: Mon Jan 12 14:52:43 2015 A New Revision: 277072 A URL:

Re: svn commit: r272886 - in head/sys: netinet netinet6

2015-01-12 Thread Bjoern A. Zeeb
On 12 Jan 2015, at 15:51 , John Baldwin j...@baldwin.cx wrote: On Tuesday, January 06, 2015 07:07:11 PM Bryan Venteicher wrote: On Tue, Jan 6, 2015 at 5:27 PM, Bryan Drewery bdrew...@freebsd.org wrote: On 1/6/2015 4:00 PM, Bryan Venteicher wrote: On Tue, Jan 6, 2015 at 2:52 PM, John

svn commit: r277082 - head/sys/dev/ixl

2015-01-12 Thread Jack F Vogel
Author: jfv Date: Mon Jan 12 18:32:45 2015 New Revision: 277082 URL: https://svnweb.freebsd.org/changeset/base/277082 Log: Update to the shared code for Intel I40E drivers in preparation for the ixl 1.3.0 and ixlv 1.2.0 revisions. MFC after:1 week Modified:

svn commit: r277083 - stable/9/sys/dev/vt/hw/fb

2015-01-12 Thread Ed Maste
Author: emaste Date: Mon Jan 12 18:38:09 2015 New Revision: 277083 URL: https://svnweb.freebsd.org/changeset/base/277083 Log: Avoid crash in vt_blank() and improve performance MFC of r268771 (partial), r268796 PR: 196510 Reported by: Andre Albsmeier Sponsored by: The

svn commit: r277084 - in head/sys: dev/ixl modules/ixl modules/ixlv

2015-01-12 Thread Jack F Vogel
Author: jfv Date: Mon Jan 12 18:43:34 2015 New Revision: 277084 URL: https://svnweb.freebsd.org/changeset/base/277084 Log: Intel I40E driver updates: if_ixl to version 1.3.0, if_ixlv to version 1.2.0 - Major change in both drivers is to add RSS support - In ixl fix some

Re: svn commit: r277084 - in head/sys: dev/ixl modules/ixl modules/ixlv

2015-01-12 Thread Craig Rodrigues
On Mon, Jan 12, 2015 at 10:43 AM, Jack F Vogel j...@freebsd.org wrote: Author: jfv Date: Mon Jan 12 18:43:34 2015 New Revision: 277084 URL: https://svnweb.freebsd.org/changeset/base/277084 Log: Intel I40E driver updates: if_ixl to version 1.3.0, if_ixlv to version 1.2.0 In