svn commit: r278072 - stable/10/sys/arm/broadcom/bcm2835

2015-02-02 Thread Luiz Otavio O Souza
Author: loos Date: Mon Feb 2 11:12:31 2015 New Revision: 278072 URL: https://svnweb.freebsd.org/changeset/base/278072 Log: MFC r277206: Catch a few cases where we need to release memory resources on errors. Place parentheses around variables in macros. Modified:

svn commit: r278769 - stable/10/sys/arm/broadcom/bcm2835

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 18:45:43 2015 New Revision: 278769 URL: https://svnweb.freebsd.org/changeset/base/278769 Log: MFC r276298, r276303: Remove the '#undef DEBUG' that should not be committed. Removes unused and duplicate headers. Bring the wait limit on mailbox write to

svn commit: r278778 - stable/10/sys/arm/broadcom/bcm2835

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 19:28:26 2015 New Revision: 278778 URL: https://svnweb.freebsd.org/changeset/base/278778 Log: MFC: r273264, r274409, r278212, r278213: Add a workaround needed to fix a bug of Arasan Host Controller where it may lose the contents of consecutive writes (that

svn commit: r278783 - stable/10/sys/dev/gpio

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 20:50:38 2015 New Revision: 278783 URL: https://svnweb.freebsd.org/changeset/base/278783 Log: MFC r273917, r273926: Fix the gpiobus locking by using a more sane model where it isn't necessary hold the gpiobus lock between the gpio calls.

svn commit: r278785 - stable/10/sys/dev/gpio

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 21:02:33 2015 New Revision: 278785 URL: https://svnweb.freebsd.org/changeset/base/278785 Log: MFC r274642, 274643: Remove unnecessary code. After r273566, the gpiobus version of bus_print_child() also works on FDT systems. Fix

svn commit: r278782 - in stable/10/sys: arm/allwinner arm/broadcom/bcm2835 arm/freescale/imx arm/freescale/vybrid arm/lpc arm/rockchip arm/samsung/exynos arm/ti arm/xilinx arm/xscale/ixp425 mips/at...

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 20:37:33 2015 New Revision: 278782 URL: https://svnweb.freebsd.org/changeset/base/278782 Log: MFC r273799: Make the GPIO children attach to the first unit available and not only to unit 0. This fix a bug where a GPIO controller could fail to attach its

svn commit: r278786 - in stable/10/sys: arm/allwinner arm/broadcom/bcm2835 arm/freescale/imx arm/freescale/vybrid arm/rockchip arm/samsung/exynos arm/ti arm/xscale/ixp425 dev/gpio mips/atheros mips...

2015-02-14 Thread Luiz Otavio O Souza
Author: loos Date: Sat Feb 14 21:16:19 2015 New Revision: 278786 URL: https://svnweb.freebsd.org/changeset/base/278786 Log: MFC r274670, r274671, r276168: Moves all the duplicate code to a single function. Verify for invalid modes and unwanted flags before pass the new flags to

svn commit: r286961 - stable/10/sys/netpfil/pf

2015-08-20 Thread Luiz Otavio O Souza
Author: loos Date: Thu Aug 20 14:03:03 2015 New Revision: 286961 URL: https://svnweb.freebsd.org/changeset/base/286961 Log: MFC r286862: Fix the copy of addresses passed from userland in table replace command. The size2 is the maximum userland buffer size (used when the addresses

svn commit: r286856 - stable/10/sys/net

2015-08-17 Thread Luiz Otavio O Souza
Author: loos Date: Mon Aug 17 18:43:39 2015 New Revision: 286856 URL: https://svnweb.freebsd.org/changeset/base/286856 Log: MFC r286140: Remove the sleep from the buffer allocation routine. The buffer must be allocated (or even changed) before the interface is set and thus, there

svn commit: r286850 - stable/10/sys/net

2015-08-17 Thread Luiz Otavio O Souza
Author: loos Date: Mon Aug 17 18:21:18 2015 New Revision: 286850 URL: https://svnweb.freebsd.org/changeset/base/286850 Log: MFC r286139: Do not allocate the buffers at opening of the descriptor, because once the buffer is allocated we are committed to a particular buffer method

svn commit: r286859 - stable/10/sys/net

2015-08-17 Thread Luiz Otavio O Souza
Author: loos Date: Mon Aug 17 19:06:14 2015 New Revision: 286859 URL: https://svnweb.freebsd.org/changeset/base/286859 Log: MFC r286260: Remove the mtx_sleep() from the kqueue f_event filter. The filter is called from the network hot path and must not sleep. The filter runs

svn commit: r285298 - stable/10/sys/boot/arm/uboot

2015-07-08 Thread Luiz Otavio O Souza
Author: loos Date: Wed Jul 8 23:50:04 2015 New Revision: 285298 URL: https://svnweb.freebsd.org/changeset/base/285298 Log: MFC r285138: Install loader.rc with ARM u-boot loader (ubldr). loader.rc is the responsible to read and process loader.conf variables. This fix the

svn commit: r287207 - stable/10/sys/netpfil/pf

2015-08-27 Thread Luiz Otavio O Souza
Author: loos Date: Thu Aug 27 14:07:28 2015 New Revision: 287207 URL: https://svnweb.freebsd.org/changeset/base/287207 Log: MFC r287119: Reapply r196551 which was accidentally reverted by r223637 (update to OpenBSD pf 4.5). Fix argument ordering to memcpy as well as the size

svn commit: r300514 - stable/10/sbin/pfctl

2016-05-23 Thread Luiz Otavio O Souza
Author: loos Date: Mon May 23 16:02:29 2016 New Revision: 300514 URL: https://svnweb.freebsd.org/changeset/base/300514 Log: MFC r297984: Make pfctl(8) more flexible when parsing bandwidth values. This is the current behaviour in OpenBSD and a similar patch exist in pfSense too.

svn commit: r300520 - stable/10/sys/dev/amdtemp

2016-05-23 Thread Luiz Otavio O Souza
Author: loos Date: Mon May 23 16:37:04 2016 New Revision: 300520 URL: https://svnweb.freebsd.org/changeset/base/300520 Log: MFC r298270: Add PCI ID for family 10h model 30h to amdtemp(4). This adds support to CPU found in PC Engines APU2 series. Sponsored by: Rubicon

svn commit: r300518 - stable/10/sys/netinet

2016-05-23 Thread Luiz Otavio O Souza
Author: loos Date: Mon May 23 16:20:50 2016 New Revision: 300518 URL: https://svnweb.freebsd.org/changeset/base/300518 Log: MFC r297985: Do not overwrite the dchg variable. It does not cause any real issues because the variable is overwritten only when the packet is forwarded (and

svn commit: r298091 - in stable/10: sbin/pfctl share/man/man4 sys/conf sys/contrib/altq/altq sys/netpfil/pf

2016-04-15 Thread Luiz Otavio O Souza
Author: loos Date: Sat Apr 16 02:11:04 2016 New Revision: 298091 URL: https://svnweb.freebsd.org/changeset/base/298091 Log: MFC r284777, r284814, r284863 and r298088: ALTQ FAIRQ discipline import from DragonFLY. Differential Revision:https://reviews.freebsd.org/D2847

svn commit: r298133 - in stable/10: sbin/pfctl share/man/man4 sys/conf sys/contrib/altq/altq sys/netpfil/pf

2016-04-16 Thread Luiz Otavio O Souza
Author: loos Date: Sat Apr 16 22:02:32 2016 New Revision: 298133 URL: https://svnweb.freebsd.org/changeset/base/298133 Log: MFC r287009, r287120 and r298131: Add ALTQ(9) support for the CoDel algorithm. CoDel is a parameterless queue discipline that handles variable bandwidth and

svn commit: r298115 - stable/10/sbin/pfctl

2016-04-16 Thread Luiz Otavio O Souza
Author: loos Date: Sat Apr 16 13:41:10 2016 New Revision: 298115 URL: https://svnweb.freebsd.org/changeset/base/298115 Log: Fix the build. pointy hat to:loos Reported by: gjb, Herbert J. Skuhra Modified: stable/10/sbin/pfctl/parse.y stable/10/sbin/pfctl/pfctl_altq.c

svn commit: r303865 - stable/10/sbin/pfctl

2016-08-08 Thread Luiz Otavio O Souza
Author: loos Date: Tue Aug 9 03:47:38 2016 New Revision: 303865 URL: https://svnweb.freebsd.org/changeset/base/303865 Log: MFC r303760: Fix a regression in pf.conf while parsing the 'interval' keyword. The bug was introduced by r287009. PR: 210924 Submitted by: kp@

svn commit: r306370 - in stable/10/sys/dev/usb: . serial

2016-09-27 Thread Luiz Otavio O Souza
Author: loos Date: Tue Sep 27 17:27:07 2016 New Revision: 306370 URL: https://svnweb.freebsd.org/changeset/base/306370 Log: MFC r306205: Add the ID for the Huawei ME909S LTE modem. Submitted by: svenauhagen at github Sponsored by: Rubicon Communications, LLC (Netgate) Modified:

svn commit: r315060 - stable/10/sys/dev/e1000

2017-03-10 Thread Luiz Otavio O Souza
Author: loos Date: Sat Mar 11 07:54:05 2017 New Revision: 315060 URL: https://svnweb.freebsd.org/changeset/base/315060 Log: MFC of r314281: Disable the driver managed queue for igb(4) when the legacy transmit interface is used. The legacy API (IGB_LEGACY_TX) is enabled when ALTQ is