svn commit: r258053 - head/usr.sbin/mfiutil

2013-11-12 Thread Sean Bruno
Author: sbruno Date: Tue Nov 12 17:10:56 2013 New Revision: 258053 URL: http://svnweb.freebsd.org/changeset/base/258053 Log: Noted that the stripe_size argument was not being displayed in the usage message MFC after:2 weeks Modified: head/usr.sbin/mfiutil/mfiutil.c Modified: head/

svn commit: r258139 - head/contrib/gperf/src

2013-11-14 Thread Sean Bruno
Author: sbruno Date: Thu Nov 14 18:41:58 2013 New Revision: 258139 URL: http://svnweb.freebsd.org/changeset/base/258139 Log: Repair build after svn r258115 options.get_size_type() appears to return a const char *, so assume that its a string as oppose to *nothing*. I have no idea what ap

svn commit: r258179 - head/contrib/gcc

2013-11-15 Thread Sean Bruno
Author: sbruno Date: Fri Nov 15 18:44:25 2013 New Revision: 258179 URL: http://svnweb.freebsd.org/changeset/base/258179 Log: Merge in gcc svn r120505 to include definition of TREE_OVERFLOW_P: http://gcc.gnu.org/viewcvs/gcc/trunk/gcc/tree.h?revision=120505&view=markup This repairs build

svn commit: r258901 - head/usr.sbin/mfiutil

2013-12-03 Thread Sean Bruno
Author: sbruno Date: Wed Dec 4 00:28:44 2013 New Revision: 258901 URL: http://svnweb.freebsd.org/changeset/base/258901 Log: svn r251516 resized the buf argument a bit too much. Pass a hardcoded size of 6 to humanize_number() to resolve this. PR: 184405 Submitted by: jhb MF

svn commit: r260243 - head/sys/dev/aacraid

2014-01-03 Thread Sean Bruno
Author: sbruno Date: Fri Jan 3 20:45:56 2014 New Revision: 260243 URL: http://svnweb.freebsd.org/changeset/base/260243 Log: Wrap this debug statement in debug defines. Else, this driver will refuse to load. MFC after:2 weeks Sponsored by: Yahoo! Inc. Modified: head/sys/dev/aacr

Re: svn commit: r260243 - head/sys/dev/aacraid

2014-01-03 Thread Sean Bruno
On Fri, 2014-01-03 at 20:45 +, Sean Bruno wrote: > Author: sbruno > Date: Fri Jan 3 20:45:56 2014 > New Revision: 260243 > URL: http://svnweb.freebsd.org/changeset/base/260243 > > Log: > Wrap this debug statement in debug defines. Else, this driver > will refu

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

2014-12-28 Thread Sean Bruno
Author: sbruno Date: Sun Dec 28 20:56:03 2014 New Revision: 276345 URL: https://svnweb.freebsd.org/changeset/base/276345 Log: Correct naming of sysctl pmtud_blackhole_activated_min_mss. Clarify some statements around PMTUD blackhole detection to make the behavior more clear in the man pag

svn commit: r276834 - in head/sys/x86: include x86

2015-01-08 Thread Sean Bruno
Author: sbruno Date: Thu Jan 8 16:50:35 2015 New Revision: 276834 URL: https://svnweb.freebsd.org/changeset/base/276834 Log: Update Features2 to display SDBG capability of processor. This is showing up on Haswell-class CPUs From the Intel SDM, "Table 3-20. Feature Information Returned i

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

2015-01-20 Thread Sean Bruno
Author: sbruno Date: Tue Jan 20 17:00:28 2015 New Revision: 277423 URL: https://svnweb.freebsd.org/changeset/base/277423 Log: Allow clang to be built for mips/mips64 backend types by adding our mips triple ids This only allows testing and does not change the defaults for mips/mips64. Th

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-20 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01/20/15 14:30, Hans Petter Selasky wrote: > On 01/20/15 22:11, Gleb Smirnoff wrote: >> On Tue, Jan 20, 2015 at 09:51:26AM +0200, Konstantin Belousov >> wrote: K> > Like stated in the manual page, >> callout_reset_curcpu/on() does not work K> > wi

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-20 Thread Sean Bruno
e only one still left on the > list. > > Regards, Navdeep I doubt that I would qualify as a "Reviewer" in this code by any stretch of the imagination. My contribution to the testing was in house and general review of code flow in out freebsd10 environment. sean > >

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-20 Thread Sean Bruno
g, e.g. "yeah, you slowed down things so that you don't hit a race condition" sean > On Tue, Jan 20, 2015 at 3:35 PM, Sean Bruno > wrote: On 01/20/15 14:30, Hans Petter > Selasky wrote: >>>> On 01/20/15 22:11, Gleb Smirnoff wrote: >>>>> On Tue,

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-20 Thread Sean Bruno
e Intel 10GE space (ixgbe). This is an artifact of our use cases, and hasn't been expanded nor tested in our environment with other vendor interfaces. sean > On Tue, Jan 20, 2015 at 3:46 PM, Sean Bruno > wrote: On 01/20/15 15:40, K. Macy wrote: >>>> I think you'

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-20 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01/20/15 15:59, K. Macy wrote: > On Tue, Jan 20, 2015 at 3:53 PM, Sean Bruno > wrote: On 01/20/15 15:48, K. Macy wrote: >>>> Are any other drivers hitting this? e.g. cxgb/cxgbe? >>>> >>>> -K >>

svn commit: r277853 - head/usr.sbin/binmiscctl

2015-01-28 Thread Sean Bruno
Author: sbruno Date: Wed Jan 28 20:22:48 2015 New Revision: 277853 URL: https://svnweb.freebsd.org/changeset/base/277853 Log: Check for invalid length or more than max length for the interpreter, instead of the validity of the string pointer holding the interpreter. Submitted by: sson R

svn commit: r278104 - head/sys/mips/atheros

2015-02-02 Thread Sean Bruno
Author: sbruno Date: Mon Feb 2 17:33:00 2015 New Revision: 278104 URL: https://svnweb.freebsd.org/changeset/base/278104 Log: The linux driver code for the MDIO bus does a read-after-write which seems to be required on MIPS74k platforms for correct behaviour. Reviewed by: adrian Modif

svn commit: r278827 - head/usr.sbin/binmiscctl

2015-02-15 Thread Sean Bruno
Author: sbruno Date: Sun Feb 15 23:58:57 2015 New Revision: 278827 URL: https://svnweb.freebsd.org/changeset/base/278827 Log: If no arguments are passed to a subcommand that requires arguments, error out before we deref a null pointer in the check for max length. Thanks to otis in IRC for

svn commit: r278862 - head/usr.sbin/binmiscctl

2015-02-16 Thread Sean Bruno
Author: sbruno Date: Mon Feb 16 20:55:37 2015 New Revision: 278862 URL: https://svnweb.freebsd.org/changeset/base/278862 Log: Add example for upcoming aarch64/arm64 targets. Modified: head/usr.sbin/binmiscctl/binmiscctl.8 Modified: head/usr.sbin/binmiscctl/binmiscctl.8 ==

svn commit: r271025 - head/contrib/llvm/lib/Target/ARM

2014-09-03 Thread Sean Bruno
Author: sbruno Date: Wed Sep 3 14:16:50 2014 New Revision: 271025 URL: http://svnweb.freebsd.org/changeset/base/271025 Log: MFV: Only emit movw on ARMv6T2 Building for the FreeBSD default target ARMv6 was emitting movw ASM on certain test cases (found building qmake4/5 for ARM). Don't

svn commit: r271029 - in head/contrib/llvm: lib/Target/ARM patches

2014-09-03 Thread Sean Bruno
Author: sbruno Date: Wed Sep 3 15:32:38 2014 New Revision: 271029 URL: http://svnweb.freebsd.org/changeset/base/271029 Log: Do not direct commit to contrib/llvm. Make the change a patch file instead. Reverts 271025 but still functionally patches it. Original intent is still the same. Poi

svn commit: r271030 - head/contrib/llvm/lib/Target/ARM

2014-09-03 Thread Sean Bruno
Author: sbruno Date: Wed Sep 3 15:48:07 2014 New Revision: 271030 URL: http://svnweb.freebsd.org/changeset/base/271030 Log: Apparently, the patch commited in svn r271029 doesn't actually do anyting, so we still need to modify the code in place. Pointed out by emaste. MFC after:2 days

svn commit: r271141 - in head/sys: kern sys

2014-09-04 Thread Sean Bruno
Author: sbruno Date: Thu Sep 4 21:31:25 2014 New Revision: 271141 URL: http://svnweb.freebsd.org/changeset/base/271141 Log: Allow multiple image activators to run on the same execution by changing imgp->interpreted to a bitmask instead of, functionally, a bool. Each imgactivator now require

svn commit: r271237 - head/sys/mips/conf

2014-09-07 Thread Sean Bruno
Author: sbruno Date: Sun Sep 7 20:27:48 2014 New Revision: 271237 URL: http://svnweb.freebsd.org/changeset/base/271237 Log: Remove redundant kern conf entries that are inherited via include Move cfg to spi1 as that's where it is located from the factory Modified: head/sys/mips/conf/WZR-

svn commit: r271442 - head/sys/geom

2014-09-11 Thread Sean Bruno
Author: sbruno Date: Thu Sep 11 22:39:27 2014 New Revision: 271442 URL: http://svnweb.freebsd.org/changeset/base/271442 Log: Add device name used in geom_map verbose output. This helps when using geom_map with multiple flash/spi devices. Phabric: https://reviews.freebsd.org/D766 Revie

svn commit: r271688 - in head/etc: defaults rc.d

2014-09-16 Thread Sean Bruno
Author: sbruno Date: Tue Sep 16 20:02:16 2014 New Revision: 271688 URL: http://svnweb.freebsd.org/changeset/base/271688 Log: Add proper disable/enable hooks to the default scripts so that this is only run when asked for by the user. Right now, hv_kvpd is run on every boot. Don't do that.

svn commit: r271689 - head/etc/rc.d

2014-09-16 Thread Sean Bruno
Author: sbruno Date: Tue Sep 16 20:48:13 2014 New Revision: 271689 URL: http://svnweb.freebsd.org/changeset/base/271689 Log: Such typo, many email, very spelling. wow. MFC with 271688 271493 Submitted by: ngie ian MFC after:2 weeks Relnotes: yes Modified: head/etc/rc.d/hv_

svn commit: r271944 - head/sys/kern

2014-09-21 Thread Sean Bruno
Author: sbruno Date: Mon Sep 22 05:07:22 2014 New Revision: 271944 URL: http://svnweb.freebsd.org/changeset/base/271944 Log: svn revisions r269964 and r269963 seemed to have impaired small memory footprint systems(32M/64M) and didn't leave enough free memory to load modules when it was setti

svn commit: r271982 - head/sys/compat/linux

2014-09-22 Thread Sean Bruno
Author: sbruno Date: Mon Sep 22 17:26:07 2014 New Revision: 271982 URL: http://svnweb.freebsd.org/changeset/base/271982 Log: Bump minimum linux compat version to support Centos6 ports updates for linux. Update linux compat minimum revision to match linux-c6 now in ports. This is a candid

svn commit: r271990 - head

2014-09-22 Thread Sean Bruno
Author: sbruno Date: Mon Sep 22 19:07:27 2014 New Revision: 271990 URL: http://svnweb.freebsd.org/changeset/base/271990 Log: UPDATING: linux-c6 support notes, and how to fall back to linux-f10. PR: 187786 MFC after:2 days Relnotes: yes Modified: head/UPDATING Modi

svn commit: r272089 - head/sys/netpfil/ipfw

2014-09-24 Thread Sean Bruno
Author: sbruno Date: Thu Sep 25 02:26:05 2014 New Revision: 272089 URL: http://svnweb.freebsd.org/changeset/base/272089 Log: Fix NULL pointer deref in ipfw when using dummynet at layer 2. Drop packet if pkg->ifp is NULL, which is the case here. ref. https://github.com/HardenedBSD/hardened

Re: svn commit: r272089 - head/sys/netpfil/ipfw

2014-09-25 Thread Sean Bruno
I'd really like to see the contents of > A> the frames and what their origin is. > A> > A> I'm worried that they're valid stack-generated frames.. > > I agree on this. Fixing NULL pointer derefs with NULL check is not > always a right thing to do. > >

svn commit: r272206 - head/sys/mips/conf

2014-09-27 Thread Sean Bruno
Author: sbruno Date: Sat Sep 27 08:59:43 2014 New Revision: 272206 URL: http://svnweb.freebsd.org/changeset/base/272206 Log: Add kernel support for the TP-LINK MR3020 Atheros MIPS 24k router. AR9331 based system. Phabric: https://reviews.freebsd.org/D780 Reviewed by: adrian Ad

svn commit: r272210 - head/games/factor

2014-09-27 Thread Sean Bruno
Author: sbruno Date: Sat Sep 27 10:57:34 2014 New Revision: 272210 URL: http://svnweb.freebsd.org/changeset/base/272210 Log: Update factor for changes to types in primes, which is a dependency. Fixes build-fail on mips32 introduced at 272207. Modified: head/games/factor/factor.c Modifie

svn commit: r272720 - head/sys/netinet

2014-10-07 Thread Sean Bruno
Author: sbruno Date: Tue Oct 7 21:50:28 2014 New Revision: 272720 URL: https://svnweb.freebsd.org/changeset/base/272720 Log: Implement PLPMTUD blackhole detection (RFC 4821), inspired by code from xnu sources. If we encounter a network where ICMP is blocked the Needs Frag indicator may not

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

2016-06-28 Thread Sean Bruno
Author: sbruno Date: Tue Jun 28 18:08:47 2016 New Revision: 302253 URL: https://svnweb.freebsd.org/changeset/base/302253 Log: Correct PERSISTENT RESERVE OUT command and populate scsi_cmd->length. PR: 202625 Submitted by: niakr...@gmail.com Reviewed by: scottl Approved by:

Re: svn commit: r302253 - head/sys/cam/scsi

2016-06-28 Thread Sean Bruno
mmenting on the PR, otherwise I would have > caught this previously. > > Ken > — > Ken Merry > k...@freebsd.org Ok, I shall revert this then generate a new diff for your review and submission to re for commit. sean > > > >> On Jun 28, 2016, at 2:08 PM, Sean Bruno wr

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

2016-06-28 Thread Sean Bruno
Author: sbruno Date: Tue Jun 28 18:32:15 2016 New Revision: 302254 URL: https://svnweb.freebsd.org/changeset/base/302254 Log: Revert svn r302253 at the request/review of Ken M. This commit is incorrect. PR: 202625 Approved by: re (implicit) Modified: head/sys/cam/scsi/scs

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

2016-06-29 Thread Sean Bruno
Author: sbruno Date: Wed Jun 29 16:41:37 2016 New Revision: 302281 URL: https://svnweb.freebsd.org/changeset/base/302281 Log: Correct PERSISTENT RESERVE OUT command and populate scsi_cmd->length. PR: 202625 Submitted by: niakr...@gmail.com Reviewed by: scottl kenm Approved by: re

svn commit: r302384 - in head/sys/dev: e1000 ixgb ixgbe ixl

2016-07-06 Thread Sean Bruno
Author: sbruno Date: Thu Jul 7 03:39:18 2016 New Revision: 302384 URL: https://svnweb.freebsd.org/changeset/base/302384 Log: Do not initialize the adapter on MTU change when adapter status is down. This fixes long-standing problems when changing settings of the adapter. Discussed in: h

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

2016-07-19 Thread Sean Bruno
Author: sbruno Date: Tue Jul 19 17:31:48 2016 New Revision: 303032 URL: https://svnweb.freebsd.org/changeset/base/303032 Log: Fixup DA cable detection routines to not set the cable type to unknown if they do not match one of two cable types. PR: 150249 Submitted by: bor...@sar

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

2016-07-20 Thread Sean Bruno
Author: sbruno Date: Wed Jul 20 19:21:11 2016 New Revision: 303110 URL: https://svnweb.freebsd.org/changeset/base/303110 Log: Remove uneeded parens. MFC after:1 day Modified: head/sys/dev/e1000/if_igb.c head/sys/dev/e1000/if_lem.c Modified: head/sys/dev/e1000/if_igb.c

svn commit: r303322 - in head: share/man/man4 sys/conf sys/contrib/dev/iwm sys/modules/iwmfw sys/modules/iwmfw/iwm3160fw sys/modules/iwmfw/iwm7260fw sys/modules/iwmfw/iwm7265fw sys/modules/iwmfw/iw...

2016-07-25 Thread Sean Bruno
Author: sbruno Date: Mon Jul 25 23:05:25 2016 New Revision: 303322 URL: https://svnweb.freebsd.org/changeset/base/303322 Log: Update iwmfw(4) to include support for 8260 series units and update f/w for the other devices supported by this driver. Patch linked in https://reviews.freebsd.org

svn commit: r303326 - head/sys/dev/iwm

2016-07-25 Thread Sean Bruno
Author: sbruno Date: Mon Jul 25 23:44:44 2016 New Revision: 303326 URL: https://svnweb.freebsd.org/changeset/base/303326 Log: iwm(4): switch to ieee80211_runtask() Submitted by: Andiry Voskoboinyk (s3er...@gmail.com) MFC after:2 weeks Differential Revision:https://reviews.fr

svn commit: r303327 - head/sys/dev/iwm

2016-07-25 Thread Sean Bruno
Author: sbruno Date: Tue Jul 26 00:02:17 2016 New Revision: 303327 URL: https://svnweb.freebsd.org/changeset/base/303327 Log: iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update. Submitted by: Kevin Bowling (kevin.bowl...@kev009.com) MFC after:2 weeks Differentia

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

2016-08-01 Thread Sean Bruno
Author: sbruno Date: Mon Aug 1 21:19:51 2016 New Revision: 303638 URL: https://svnweb.freebsd.org/changeset/base/303638 Log: r293331 mistakingly failed to add an assignment of paddr to the rxbuf but only in the NETMAP code. This lead to the NETMAP code paths passing nothing up to userland.

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

2016-08-07 Thread Sean Bruno
Author: sbruno Date: Sun Aug 7 18:12:36 2016 New Revision: 303816 URL: https://svnweb.freebsd.org/changeset/base/303816 Log: ixl(4): Update to ixl-1.6.6-k. Submitted by: erj Reviewed by: jeffrey.e.pie...@intel.com MFC after:3 days Sponsored by: Intel Corporation Differential R

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

2016-08-08 Thread Sean Bruno
Author: sbruno Date: Mon Aug 8 18:57:50 2016 New Revision: 303847 URL: https://svnweb.freebsd.org/changeset/base/303847 Log: Fixup ixl(4) options parsing to actually compile when using RSS/PCBGROUP in GENERIC. Fixup #ifdef RSS code blocks so that they build and add/delete variables tha

svn commit: r303848 - head/sys/netgraph

2016-08-08 Thread Sean Bruno
Author: sbruno Date: Mon Aug 8 19:31:01 2016 New Revision: 303848 URL: https://svnweb.freebsd.org/changeset/base/303848 Log: Avoid panic from ng_uncallout when unpluggin ethernet cable with active PPTP VPN connection. Submitted by: Michael Zhilin Reviewed by: ngie MFC after:3 d

Re: svn commit: r303848 - head/sys/netgraph

2016-08-12 Thread Sean Bruno
The original problem was reported in this review, it doesn't look like an "old" problem IMO. sean https://reviews.freebsd.org/D7209 ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send an

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

2016-08-15 Thread Sean Bruno
Author: sbruno Date: Mon Aug 15 11:24:30 2016 New Revision: 304149 URL: https://svnweb.freebsd.org/changeset/base/304149 Log: e1000: Add support for Kaby Lake IDs Fixup some errors when transitioning to/from low power states. Submitted by: erj Reviewed by: Jeffery Piper (jeffrey.e.

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

2015-07-25 Thread Sean Bruno
Author: sbruno Date: Sat Jul 25 19:24:33 2015 New Revision: 285879 URL: https://svnweb.freebsd.org/changeset/base/285879 Log: Remove unused txd_saved. Intialize txd_upper, txd_lower and txd_used at declaration. Differential Revision:D3174 Reviewed by: erj hiren MFC after:

svn commit: r286015 - in head/sys/mips: conf rmi rmi/dev/iic

2015-07-29 Thread Sean Bruno
Author: sbruno Date: Wed Jul 29 15:32:59 2015 New Revision: 286015 URL: https://svnweb.freebsd.org/changeset/base/286015 Log: Make Broadcom XLR use shared ds1374 RTC driver. Remove its identical and redundant ds1374u version. Differential Revision:D3225 Submitted by: kevin.bo

svn commit: r286040 - in head/sys: arm/arm i386/i386 mips/mips

2015-07-29 Thread Sean Bruno
Author: sbruno Date: Wed Jul 29 20:47:27 2015 New Revision: 286040 URL: https://svnweb.freebsd.org/changeset/base/286040 Log: Remove dead functions pmap_pvdump and pads. Differential Revision:D3206 Submitted by: kevin.bowl...@kev009.com Reviewed by: alc Modified: head/sys/ar

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

2015-07-29 Thread Sean Bruno
Author: sbruno Date: Wed Jul 29 20:50:48 2015 New Revision: 286041 URL: https://svnweb.freebsd.org/changeset/base/286041 Log: Add support for BCM5466 PHY Differential Revision:D3232 Submitted by: kevin.bowl...@kev009.com Modified: head/sys/dev/mii/brgphy.c head/sys/dev/mii/mi

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

2015-08-03 Thread Sean Bruno
Author: sbruno Date: Mon Aug 3 16:39:25 2015 New Revision: 286238 URL: https://svnweb.freebsd.org/changeset/base/286238 Log: A misplaced #endif in ixgbe_ioctl() causes interface MTU to become zero when INET and INET6 are undefined. PR: 162028 Differential Revision:htt

svn commit: r286829 - in head: share/man/man4 sys/dev/e1000

2015-08-16 Thread Sean Bruno
Author: sbruno Date: Sun Aug 16 19:06:23 2015 New Revision: 286829 URL: https://svnweb.freebsd.org/changeset/base/286829 Log: Add capability to disable CRC stripping. This breaks IPMI/BMC capabilities on certain adatpers. Linux has been doing the exact same thing since 2008 https://gith

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

2015-08-16 Thread Sean Bruno
Author: sbruno Date: Sun Aug 16 19:43:44 2015 New Revision: 286831 URL: https://svnweb.freebsd.org/changeset/base/286831 Log: Increase EM_MAX_SCATTER to 64 such that the size of em_xmit()::segs[EM_MAX_SCATTER] doesn't get overrun by things like NFS that can and do shove more than 32 segs whe

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

2015-08-16 Thread Sean Bruno
Author: sbruno Date: Sun Aug 16 20:10:43 2015 New Revision: 286832 URL: https://svnweb.freebsd.org/changeset/base/286832 Log: e1000/if_lem.c bump to 1.1.0 - deprecate fbsd 8 Differential Revision:https://reviews.freebsd.org/D3164 Submitted by: erj MFC after:2 weeks Spons

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

2015-08-16 Thread Sean Bruno
Author: sbruno Date: Sun Aug 16 20:13:58 2015 New Revision: 286833 URL: https://svnweb.freebsd.org/changeset/base/286833 Log: Bump all copywrite dates to 2015 Differential Revision:https://reviews.freebsd.org/D3160 Submitted by: erj MFC after:2 weeks Sponsored by: Intel Co

Re: svn commit: r286832 - head/sys/dev/e1000

2015-08-16 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 08/16/15 13:10, Sean Bruno wrote: > Author: sbruno Date: Sun Aug 16 20:10:43 2015 New Revision: 286832 > URL: https://svnweb.freebsd.org/changeset/base/286832 > > Log: e1000/if_lem.c bump to 1.1.0 - deprecate fbsd 8 > > Dif

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

2015-08-24 Thread Sean Bruno
Author: sbruno Date: Mon Aug 24 16:32:57 2015 New Revision: 287112 URL: https://svnweb.freebsd.org/changeset/base/287112 Log: Style/whitespace cleanup in shared/common code. Differential Revision:https://reviews.freebsd.org/D3159 Submitted by: erj MFC after:2 weeks Modified

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

2015-08-31 Thread Sean Bruno
Author: sbruno Date: Mon Aug 31 19:12:10 2015 New Revision: 287330 URL: https://svnweb.freebsd.org/changeset/base/287330 Log: Restrict tso_max to IP_MAXPACKET to avoid the panic reported in: https://lists.freebsd.org/pipermail/freebsd-current/2015-August/057192.html Submitted by: pyu...@g

svn commit: r287437 - head/sys/dev/ciss

2015-09-03 Thread Sean Bruno
Author: sbruno Date: Thu Sep 3 17:46:57 2015 New Revision: 287437 URL: https://svnweb.freebsd.org/changeset/base/287437 Log: r249170 was just plain wrong. The effect of the change is to always delete a logic volume on status change which is NOT what we want here. The original code is co

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

2015-09-04 Thread Sean Bruno
Author: sbruno Date: Fri Sep 4 16:07:27 2015 New Revision: 287465 URL: https://svnweb.freebsd.org/changeset/base/287465 Log: igb(4): Update and fix HW errata - HW errata workaround for IPv6 offload w/ extension headers - Edited start of if_igb.c (Device IDs / #includes) to match ixgbe/ixl

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

2015-09-04 Thread Sean Bruno
Author: sbruno Date: Fri Sep 4 16:30:48 2015 New Revision: 287467 URL: https://svnweb.freebsd.org/changeset/base/287467 Log: e1000: Shared code updates -Fix compiler warning in 80003es2lan.c -Add return value handler for e1000_*_kmrn_reg_80003es2lan -Fix usage of DEBUGOUT -

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

2015-09-04 Thread Sean Bruno
Author: sbruno Date: Fri Sep 4 17:21:55 2015 New Revision: 287469 URL: https://svnweb.freebsd.org/changeset/base/287469 Log: em(4): Add Skylake/I219 support. - driver rev 7.5.2 - use new functions em_flush* for i219 devices Differential Revision:https://reviews.freebsd.org/D316

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

2015-09-04 Thread Sean Bruno
Author: sbruno Date: Fri Sep 4 17:48:19 2015 New Revision: 287470 URL: https://svnweb.freebsd.org/changeset/base/287470 Log: Add more BCM gigabit PHYs Gleaned from a public header file. 5402 and 5404 look like they may be used on embedded devices. 5478 and 5488 are switch PHYs. 5754 chan

svn commit: r287471 - in head/sys/mips/rmi: . dev/nlge dev/xlr

2015-09-04 Thread Sean Bruno
Author: sbruno Date: Fri Sep 4 19:57:28 2015 New Revision: 287471 URL: https://svnweb.freebsd.org/changeset/base/287471 Log: Remove rge driver from Broadcom XLR nlge(4) is supposed to deprecate rge(4) for Broadcom XLR when it was introduced 5 years ago. rge doesn't build on -CURRENT

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

2015-09-05 Thread Sean Bruno
Author: sbruno Date: Sat Sep 5 21:12:19 2015 New Revision: 287492 URL: https://svnweb.freebsd.org/changeset/base/287492 Log: Revert last two commits to em(4)/igb(4). Reports are coming in that this breaks initialization and reads from EEPROM on boot/driver load. r287469 is being reverte

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

2015-09-13 Thread Sean Bruno
Author: sbruno Date: Sun Sep 13 18:26:05 2015 New Revision: 287762 URL: https://svnweb.freebsd.org/changeset/base/287762 Log: Update em(4) with D3162 after testing further on hardware that failed to attach with the last version of this commit. This commit fixes attach failures on "ICH8" clas

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

2015-09-17 Thread Sean Bruno
Author: sbruno Date: Thu Sep 17 15:11:45 2015 New Revision: 287914 URL: https://svnweb.freebsd.org/changeset/base/287914 Log: Add Intel Skylake/I219 Support - New em(4) device in currently shipping products Differential Revision:https://reviews.freebsd.org/D3163 Submitted by: e.

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

2015-09-19 Thread Sean Bruno
Author: sbruno Date: Sat Sep 19 18:22:59 2015 New Revision: 287990 URL: https://svnweb.freebsd.org/changeset/base/287990 Log: Revert 287914,287762. Reports of breakage on igb(4) have been narrowed down to 287762 and 287914 is an dependant change. Submitted by: erj Modified: head/s

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

2016-01-07 Thread Sean Bruno
Author: sbruno Date: Thu Jan 7 16:48:47 2016 New Revision: 293332 URL: https://svnweb.freebsd.org/changeset/base/293332 Log: Disable the reuse of checksum offload context descriptors in the case of multiple queues in em(4). Document errata in the code. MFC after:2 weeks Sponsored

svn commit: r290717 - head

2015-11-12 Thread Sean Bruno
Author: sbruno Date: Thu Nov 12 16:08:49 2015 New Revision: 290717 URL: https://svnweb.freebsd.org/changeset/base/290717 Log: Intel has requested that changes to these driver get a phabricator review before commits to keep conflicts down to a minimum. Modified: head/MAINTAINERS Modified: h

svn commit: r290720 - head

2015-11-12 Thread Sean Bruno
Author: sbruno Date: Thu Nov 12 17:15:04 2015 New Revision: 290720 URL: https://svnweb.freebsd.org/changeset/base/290720 Log: spelling is important. Submitted by: vangy...@freebsd.org Modified: head/MAINTAINERS Modified: head/MAINTAINERS =

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

2015-12-23 Thread Sean Bruno
Author: sbruno Date: Wed Dec 23 21:54:05 2015 New Revision: 292670 URL: https://svnweb.freebsd.org/changeset/base/292670 Log: Add support for sysctl knobs to live tune the tx packet processing limits in igb and fix a wrap-around bug. Reviewed by: hiren Obtained from: Jason (j...@nitro

svn commit: r292671 - head

2015-12-23 Thread Sean Bruno
Author: sbruno Date: Wed Dec 23 21:55:54 2015 New Revision: 292671 URL: https://svnweb.freebsd.org/changeset/base/292671 Log: Fixup native-xtools target for poudriere cross build jails after svn r291955 by excluding all debug files. Reported by: swills Reviewed by: emaste Modified

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

2015-12-23 Thread Sean Bruno
Author: sbruno Date: Wed Dec 23 22:45:17 2015 New Revision: 292674 URL: https://svnweb.freebsd.org/changeset/base/292674 Log: ixgbe(4): Update to version 3.1.13-k Add support for two new devices: X552 SFP+ 10 GbE, and the single port version of X550T. Submitted by: erj Reviewed by

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

2015-12-24 Thread Sean Bruno
Author: sbruno Date: Thu Dec 24 17:05:25 2015 New Revision: 292697 URL: https://svnweb.freebsd.org/changeset/base/292697 Log: Fix NO INET6 build broken at svn r292674 Reported by: ohart...@zedat.fu-berlin.de Modified: head/sys/dev/ixgbe/ix_txrx.c Modified: head/sys/dev/ixgbe/ix_txrx.c =

svn commit: r300551 - head/sys/dev/ciss

2016-05-23 Thread Sean Bruno
Author: sbruno Date: Tue May 24 01:42:21 2016 New Revision: 300551 URL: https://svnweb.freebsd.org/changeset/base/300551 Log: Update some of the TBD entries in ciss(4) to match what's in the pci IDS data. Submitted by: Dmitry Luhtionov MFC after:2 weeks Modified: head/sys/dev/ci

svn commit: r300612 - head/sys/dev/an

2016-05-24 Thread Sean Bruno
Author: sbruno Date: Tue May 24 13:57:23 2016 New Revision: 300612 URL: https://svnweb.freebsd.org/changeset/base/300612 Log: Reject ioctl commands for FLSHGCHR and FLSHPCHR if the size is greater than sc->areq. This is a bounds check to ensure we're not just cramming arbitrarily sized nons

svn commit: r298224 - in head/sys/dev: e1000 ixgbe

2016-04-18 Thread Sean Bruno
Author: sbruno Date: Mon Apr 18 20:33:44 2016 New Revision: 298224 URL: https://svnweb.freebsd.org/changeset/base/298224 Log: Correct possible underflow conditions when checking for available space in the tx h/w ring buffer. Reviewed by: gnn jeb.j.cra...@intel.com MFC after:1 week

svn commit: r298231 - head/sys/dev/hptmv

2016-04-18 Thread Sean Bruno
Author: sbruno Date: Mon Apr 18 23:26:11 2016 New Revision: 298231 URL: https://svnweb.freebsd.org/changeset/base/298231 Log: hptmv(4) Fix potential buffer overflow in hpt_set_info. While here, adjust some whitespace and yeild some useful debug info. This is untested on this hardware,

svn commit: r298279 - head/sys/cam/ctl

2016-04-19 Thread Sean Bruno
Author: sbruno Date: Tue Apr 19 16:48:14 2016 New Revision: 298279 URL: https://svnweb.freebsd.org/changeset/base/298279 Log: Plug memory leak in ctl(4) when ctl_copyin_args() is called with a non- null terminated ASCII string. PR: 207626 Submitted by: ct...@hardenedbsd.org

svn commit: r298280 - in head/sys/dev: aac aacraid

2016-04-19 Thread Sean Bruno
Author: sbruno Date: Tue Apr 19 18:27:28 2016 New Revision: 298280 URL: https://svnweb.freebsd.org/changeset/base/298280 Log: aacraid(4): Sanely copyin userland pointers and ensure that we don't get anything janky from a user. (cturt) aac(4): landergriffith+freebsdbugzi...@gmail.com point

svn commit: r298351 - head/sys/nlm

2016-04-20 Thread Sean Bruno
Author: sbruno Date: Wed Apr 20 15:31:03 2016 New Revision: 298351 URL: https://svnweb.freebsd.org/changeset/base/298351 Log: Avoid a possible heap overflow in our nlm code by limiting the number of service to the arbitrary value of 256. Log an appropriate message that indicates the hard li

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

2016-05-06 Thread Sean Bruno
Author: sbruno Date: Fri May 6 15:41:38 2016 New Revision: 299182 URL: https://svnweb.freebsd.org/changeset/base/299182 Log: If ALTQ is defined in the kern conf, switch to Legacy Mode. PR: 208409 Submitted by: free...@mcwest.org MFC after:2 weeks Modified: head/sys/dev

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

2016-05-06 Thread Sean Bruno
Author: sbruno Date: Fri May 6 17:00:45 2016 New Revision: 299188 URL: https://svnweb.freebsd.org/changeset/base/299188 Log: Since igb_detach() cleans up all the data structures that will be free'd by the functions following its call, we can simply return instead of crashing and burning in

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

2015-06-02 Thread Sean Bruno
Author: sbruno Date: Tue Jun 2 18:28:41 2015 New Revision: 283923 URL: https://svnweb.freebsd.org/changeset/base/283923 Log: Simplify hang detection by stealing the techniques used in ixl(4) and applying them to em(4). Rely on iterations through the local timer, and the tx queue state to

svn commit: r283959 - in head: share/man/man4 sys/conf sys/dev/e1000 sys/dev/netmap sys/modules/em

2015-06-03 Thread Sean Bruno
Author: sbruno Date: Wed Jun 3 18:01:09 2015 New Revision: 283959 URL: https://svnweb.freebsd.org/changeset/base/283959 Log: Change EM_MULTIQUEUE to a real kernconf entry and enable support for up to 2 rx/tx queues for the 82574. Program the 82574 to enable 5 msix vectors, assign 1 to ea

svn commit: r284029 - head/sys/kern

2015-06-05 Thread Sean Bruno
Author: sbruno Date: Fri Jun 5 16:21:43 2015 New Revision: 284029 URL: https://svnweb.freebsd.org/changeset/base/284029 Log: This change uses a reader count instead of holding the mutex for the interpreter list to avoid the problem of holding a non-sleep lock during a page fault as reported

svn commit: r284041 - head/contrib/dtc

2015-06-05 Thread Sean Bruno
Author: sbruno Date: Fri Jun 5 17:18:10 2015 New Revision: 284041 URL: https://svnweb.freebsd.org/changeset/base/284041 Log: Silence clang warning about extraneous parenthesis Verified that this exists upstream already: https://git.kernel.org/cgit/utils/dtc/dtc.git/tree/checks.c#n628

svn commit: r284043 - head/sys/kern

2015-06-05 Thread Sean Bruno
Author: sbruno Date: Fri Jun 5 18:16:10 2015 New Revision: 284043 URL: https://svnweb.freebsd.org/changeset/base/284043 Log: Revert 284029, update imgact_binmisctl.c change mtx to reader count, at the request of the submitter. Will attempt to use an sx_lock for this fix to WITNESS crashe

svn commit: r284179 - head/sys/modules/em

2015-06-09 Thread Sean Bruno
Author: sbruno Date: Tue Jun 9 14:31:18 2015 New Revision: 284179 URL: https://svnweb.freebsd.org/changeset/base/284179 Log: Include opt_em.h now that there are actual kernel compile options for em(4). Submitted by: jfv MFC after:2 week Sponsored by: Limelight Networks Modified:

svn commit: r284252 - head/bin/ls

2015-06-10 Thread Sean Bruno
Author: sbruno Date: Thu Jun 11 02:29:39 2015 New Revision: 284252 URL: https://svnweb.freebsd.org/changeset/base/284252 Log: r284198 seems to have left a null format string printf that gcc does *not* like breaking mips builds. Submitted by: Shawn Webb Obtained from:HardenedBSD

svn commit: r284535 - head/sys/kern

2015-06-17 Thread Sean Bruno
Author: sbruno Date: Thu Jun 18 02:04:20 2015 New Revision: 284535 URL: https://svnweb.freebsd.org/changeset/base/284535 Log: This change replaces the mutex with a sx lock for the interpreter list to avoid the problem of holding a non-sleep lock during a page fault as reported by witness. It

Re: svn commit: r284535 - head/sys/kern

2015-06-18 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 06/17/15 20:07, Konstantin Belousov wrote: > On Thu, Jun 18, 2015 at 02:04:21AM +0000, Sean Bruno wrote: >> Author: sbruno Date: Thu Jun 18 02:04:20 2015 New Revision: >> 284535 URL: https://svnweb.freebsd.org/changeset/base/28

svn commit: r284602 - head/sys/kern

2015-06-19 Thread Sean Bruno
Author: sbruno Date: Fri Jun 19 18:57:36 2015 New Revision: 284602 URL: https://svnweb.freebsd.org/changeset/base/284602 Log: Feedback from commit r284535 davide: imgact_binmisc_clear_entry() needs to use atomic ops to remove the enable bit. kib: M_NOWAIT is not warranted and comme

svn commit: r284605 - head/sys/kern

2015-06-19 Thread Sean Bruno
Author: sbruno Date: Fri Jun 19 19:57:39 2015 New Revision: 284605 URL: https://svnweb.freebsd.org/changeset/base/284605 Log: Must have one of either M_WAITOK or M_NOWAIT, read the man page bruno. Submitted by: mjg Modified: head/sys/kern/imgact_binmisc.c Modified: head/sys/kern/imgact_

svn commit: r284606 - head/sys/kern

2015-06-19 Thread Sean Bruno
Author: sbruno Date: Fri Jun 19 20:35:17 2015 New Revision: 284606 URL: https://svnweb.freebsd.org/changeset/base/284606 Log: Remove uneeded NULL check since malloc the malloc is now M_WAITOK Submitted by: mjg Modified: head/sys/kern/imgact_binmisc.c Modified: head/sys/kern/imgact_binmi

<    1   2   3   4   5   6   >