svn commit: r284745 - head/lib/libugidfw

2015-06-23 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Wed Jun 24 01:48:44 2015 New Revision: 284745 URL: https://svnweb.freebsd.org/changeset/base/284745 Log: Set some internal helpers as static and initialize few variables to silence CLANG WARNINGS. BUMP SHLIB_MAJOR version as the ABI potentially

svn commit: r284744 - head/lib/libusb

2015-06-23 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Wed Jun 24 01:34:35 2015 New Revision: 284744 URL: https://svnweb.freebsd.org/changeset/base/284744 Log: Remove unused variables to silence CLANG warnings. Remove some BLANK lines and unnecessary TABS. Differential Revision:D2687 Reviewed

Re: svn commit: r284644 - head/usr.sbin/fstyp

2015-06-20 Thread Marcelo Araujo
You should fix and upstream, I just did that last week. On Jun 20, 2015 11:08 PM, Allan Jude allanj...@freebsd.org wrote: On 2015-06-20 11:05, Benjamin Kaduk wrote: On Sat, Jun 20, 2015 at 11:03 AM, Allan Jude allanj...@freebsd.org mailto:allanj...@freebsd.org wrote: Author:

Re: svn commit: r268137 - head/sys/sys

2015-06-19 Thread Marcelo Araujo
it. Best Regards, -- -- Marcelo Araujo(__)ara...@freebsd.org \\\'',)http://www.FreeBSD.org http://www.freebsd.org/ \/ \ ^ Power To Server. .\. /_) ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: svn commit: r284336 - head/sys/dev/acpi_support

2015-06-13 Thread Marcelo Araujo
+1. On Jun 13, 2015 3:42 PM, NGie Cooper yaneurab...@gmail.com wrote: On Sat, Jun 13, 2015 at 12:37 AM, Konstantin Belousov kostik...@gmail.com wrote: On Sat, Jun 13, 2015 at 05:55:26AM +, Allan Jude wrote: Author: allanjude (doc committer) Date: Sat Jun 13 05:55:26 2015 New

svn commit: r284292 - head/cddl/contrib/opensolaris/cmd/zdb

2015-06-11 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Fri Jun 12 02:16:14 2015 New Revision: 284292 URL: https://svnweb.freebsd.org/changeset/base/284292 Log: At revision r247852 accidentally was removed from print the variable obj. While here, declare some global variables as static to silence clang

svn commit: r284251 - head/lib/libugidfw

2015-06-10 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Thu Jun 11 01:22:27 2015 New Revision: 284251 URL: https://svnweb.freebsd.org/changeset/base/284251 Log: Remove unnecessary variable and fix the usage of sysctl(3). Differential Revision:D2733 Reviewed by: ngie, kib Modified:

svn commit: r284116 - head/sys/boot/ficl

2015-06-07 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Sun Jun 7 14:20:48 2015 New Revision: 284116 URL: https://svnweb.freebsd.org/changeset/base/284116 Log: Include header libi386.h to silence the clang warning of implicit declaration of functions biospci_*. Differential Revision:D2668

Re: svn commit: r284116 - head/sys/boot/ficl

2015-06-07 Thread Marcelo Araujo
2015-06-08 4:00 GMT+08:00 Pedro Giffuni p...@freebsd.org: On 06/07/15 12:06, Garrett Cooper wrote: On Jun 7, 2015, at 07:20, Marcelo Araujo ara...@freebsd.org wrote: Author: araujo (ports committer) Date: Sun Jun 7 14:20:48 2015 New Revision: 284116 URL: https://svnweb.freebsd.org

svn commit: r284142 - head/sys/boot/ficl

2015-06-07 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Mon Jun 8 02:31:46 2015 New Revision: 284142 URL: https://svnweb.freebsd.org/changeset/base/284142 Log: Revert my previoius commit as it explicit pollute the ficl on other architectures. It will be reworked by GSoC students. Requested by: ngie, bms

Re: svn commit: r283974 - head/lib/libugidfw

2015-06-04 Thread Marcelo Araujo
was to have 'size' as the sixth argument to the sysctl(3) call, or just have sizeof(rule) instead of 0. Agreed. Agreed too, I have open another review request, because I have double check and there are some missing prototypes too. Best, -- -- Marcelo Araujo(__)ara...@freebsd.org

Re: svn commit: r283948 - head/sys/dev/dwc

2015-06-03 Thread Marcelo Araujo
Oi, fp = sc-ifp; Deveria ser: ifp = sc-ifp; []s On Jun 3, 2015 10:48 PM, Luiz Otavio O Souza l...@freebsd.org wrote: Author: loos Date: Wed Jun 3 14:48:03 2015 New Revision: 283948 URL: https://svnweb.freebsd.org/changeset/base/283948 Log: Fix the OACTIVE handling on if_dwc.

Re: svn commit: r283949 - head/sys/dev/dwc

2015-06-03 Thread Marcelo Araujo
Thanks Luiz, and sorry the email that I sent in Portuguese, that one should be addressed only to you. Best, On Jun 3, 2015 11:18 PM, Luiz Otavio O Souza l...@freebsd.org wrote: Author: loos Date: Wed Jun 3 15:18:32 2015 New Revision: 283949 URL:

svn commit: r283975 - head/lib/libdpv

2015-06-03 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Thu Jun 4 02:48:04 2015 New Revision: 283975 URL: https://svnweb.freebsd.org/changeset/base/283975 Log: Clean up unused variable and silence clang warnings. Differential Revision:D2682 Reviewed by: rodrigc Modified:

svn commit: r283976 - head/lib/libdevstat

2015-06-03 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Thu Jun 4 02:50:13 2015 New Revision: 283976 URL: https://svnweb.freebsd.org/changeset/base/283976 Log: Remove unused variable and silence clang warnings. Differential Revision:D2681 Reviewed by: rodrigc Modified:

svn commit: r283974 - head/lib/libugidfw

2015-06-03 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Thu Jun 4 02:44:37 2015 New Revision: 283974 URL: https://svnweb.freebsd.org/changeset/base/283974 Log: Remove unused variables and silence clang warnings. Differential Revision:D2686 Reviewed by: rodrigc Modified:

svn commit: r283907 - head/sbin/camcontrol

2015-06-02 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Tue Jun 2 09:05:45 2015 New Revision: 283907 URL: https://svnweb.freebsd.org/changeset/base/283907 Log: Remove unused variables reported by clang. Differential Revision:D2688 Reviewed by: rodrigc, mav Modified:

svn commit: r283906 - head/lib/libgssapi

2015-06-02 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Tue Jun 2 09:03:15 2015 New Revision: 283906 URL: https://svnweb.freebsd.org/changeset/base/283906 Log: Remove unused variable allocated_ctx reported by clang. Differential Revision:D2684 Reviewed by: rodrigc Modified:

svn commit: r283867 - head/bin/ps

2015-06-01 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Mon Jun 1 06:00:04 2015 New Revision: 283867 URL: https://svnweb.freebsd.org/changeset/base/283867 Log: Remove unused variable, this variable fmtstr was introduced at revision r225868 and it is not used anymore after the convertion to use libxo at

svn commit: r283868 - head/lib/libprocstat

2015-06-01 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Mon Jun 1 06:05:53 2015 New Revision: 283868 URL: https://svnweb.freebsd.org/changeset/base/283868 Log: Remove unused variable spotted by clang. Differential Revision:D2685 Reviewed by: rodrigc, stas Modified:

svn commit: r283869 - head/contrib/diff/src

2015-06-01 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Mon Jun 1 06:14:17 2015 New Revision: 283869 URL: https://svnweb.freebsd.org/changeset/base/283869 Log: Fix the wrong format, format specifies type 'int' but the argument has type 'long', it was spotted by clang. Differential Revision:D2663

svn commit: r283801 - head/contrib/netbsd-tests/lib/libc/c063

2015-05-30 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Sun May 31 02:21:35 2015 New Revision: 283801 URL: https://svnweb.freebsd.org/changeset/base/283801 Log: Fix warning of implicit declaration of function 'mkdir'. Differential Revision:D2662 Reviewed by: rodrigc, ngie Modified:

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

2015-05-15 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Fri May 15 06:11:47 2015 New Revision: 282939 URL: https://svnweb.freebsd.org/changeset/base/282939 Log: Free vsi-queues after use. Differential Revision:D2344 Reviewed by: erj Modified: head/sys/dev/ixl/if_ixlv.c Modified:

svn commit: r282943 - stable/10/sys/dev/ixl

2015-05-15 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Fri May 15 07:07:37 2015 New Revision: 282943 URL: https://svnweb.freebsd.org/changeset/base/282943 Log: MFC r282939: Free vsi-queues after use. Modified: stable/10/sys/dev/ixl/if_ixlv.c Modified: stable/10/sys/dev/ixl/if_ixlv.c

svn commit: r282833 - stable/10/sys/dev/ixgbe

2015-05-13 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Wed May 13 08:58:06 2015 New Revision: 282833 URL: https://svnweb.freebsd.org/changeset/base/282833 Log: Convert space to tabs in the bits that I changed in my last commit. No functional change. Reported by: jmallet@ Modified:

svn commit: r282819 - stable/10/sys/dev/ixgbe

2015-05-12 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Tue May 12 16:36:54 2015 New Revision: 282819 URL: https://svnweb.freebsd.org/changeset/base/282819 Log: Fix the media detected for copper cables NIC based on chipsest X540T. Requested by: hiren@ MFH: 279803 Modified:

svn commit: r281879 - head/sys/amd64/vmm/amd

2015-04-22 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Thu Apr 23 02:50:06 2015 New Revision: 281879 URL: https://svnweb.freebsd.org/changeset/base/281879 Log: Missing break in switch case. Differential Revision:D2342 Reviewed by: neel Modified: head/sys/amd64/vmm/amd/svm.c

svn commit: r281774 - head/sys/dev/xen/netfront

2015-04-20 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Mon Apr 20 17:30:13 2015 New Revision: 281774 URL: https://svnweb.freebsd.org/changeset/base/281774 Log: Remove unused variable. Differential Revision:D2333 Reviewed by: royger Modified: head/sys/dev/xen/netfront/netfront.c

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

2015-04-20 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Mon Apr 20 17:21:15 2015 New Revision: 281772 URL: https://svnweb.freebsd.org/changeset/base/281772 Log: Remove unused variable. Differential Revision:D2331 Reviewed by: erj Modified: head/sys/dev/ixgbe/if_ix.c Modified:

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

2015-04-20 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Mon Apr 20 17:24:39 2015 New Revision: 281773 URL: https://svnweb.freebsd.org/changeset/base/281773 Log: Add back ixgbe_rxeof, just remove the assignment to more. Modified: head/sys/dev/ixgbe/if_ix.c Modified: head/sys/dev/ixgbe/if_ix.c

svn commit: r281684 - head/usr.sbin/bluetooth/hccontrol

2015-04-18 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Sat Apr 18 06:48:03 2015 New Revision: 281684 URL: https://svnweb.freebsd.org/changeset/base/281684 Log: Improve code style(9), no functional changes. Differential Revision:D2320 Reviewed by: takawata Modified:

svn commit: r281685 - head/usr.sbin/bluetooth/hccontrol

2015-04-18 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Sat Apr 18 06:53:13 2015 New Revision: 281685 URL: https://svnweb.freebsd.org/changeset/base/281685 Log: Fix misspelling. Modified: head/usr.sbin/bluetooth/hccontrol/le.c Modified: head/usr.sbin/bluetooth/hccontrol/le.c

svn commit: r281583 - head/sys/net

2015-04-15 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Thu Apr 16 02:44:37 2015 New Revision: 281583 URL: https://svnweb.freebsd.org/changeset/base/281583 Log: Remove duplicate header entry. Modified: head/sys/net/route.c Modified: head/sys/net/route.c

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

2015-03-09 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Mon Mar 9 08:22:11 2015 New Revision: 279803 URL: https://svnweb.freebsd.org/changeset/base/279803 Log: Fix the media detected for copper cables NIC based on chipset X540T. Phabric:D811 Reviewed by:jfvogel Approved by: jfvogel

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

2015-03-09 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Mon Mar 9 08:43:27 2015 New Revision: 279804 URL: https://svnweb.freebsd.org/changeset/base/279804 Log: Now ifconfig(8) can set the media option as 10Gbase-T for ixgbe(4). Differential Revision:D823 Reviewed by: jfvogel Approved by:

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

2015-03-09 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Mon Mar 9 10:29:15 2015 New Revision: 279805 URL: https://svnweb.freebsd.org/changeset/base/279805 Log: Fix style(9) from my previous commit r279803. Spotted by: kevlo Modified: head/sys/dev/ixgbe/ixgbe.c Modified: head/sys/dev/ixgbe/ixgbe.c

svn commit: r273877 - stable/10/sys/fs/nfsserver

2014-10-30 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Fri Oct 31 04:01:10 2014 New Revision: 273877 URL: https://svnweb.freebsd.org/changeset/base/273877 Log: MFC r273159: Add two sysctl(8) to enable/disable NFSv4 server to check when setting user nobody and/or setting group nogroup as owner of a file or

svn commit: r273766 - head/sys/amd64/vmm/amd

2014-10-28 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Tue Oct 28 07:19:02 2014 New Revision: 273766 URL: https://svnweb.freebsd.org/changeset/base/273766 Log: Reported by: Coverity CID: 1249760 Reviewed by: neel Approved by: neel Sponsored by: QNAP Systems Inc. Modified:

Re: svn commit: r273766 - head/sys/amd64/vmm/amd

2014-10-28 Thread Marcelo Araujo
2014-10-28 15:19 GMT+08:00 Marcelo Araujo ara...@freebsd.org: Author: araujo (ports committer) Date: Tue Oct 28 07:19:02 2014 New Revision: 273766 URL: https://svnweb.freebsd.org/changeset/base/273766 Log: Reported by: Coverity CID: 1249760 Reviewed by: neel Approved

svn commit: r273761 - head/sys/dev/uart

2014-10-27 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Tue Oct 28 03:42:09 2014 New Revision: 273761 URL: https://svnweb.freebsd.org/changeset/base/273761 Log: Drop __DECONST as well as few fixes of style(9). Phabric: D1012 Suggested by: mjg, jhb Reviewed by: mjg, jhb Sponsored by: QNAP

Re: svn commit: r273576 - head/sys/dev/uart

2014-10-27 Thread Marcelo Araujo
Done: https://svnweb.freebsd.org/base?view=revisionrevision=273761 Thank you guys 2014-10-25 0:14 GMT+08:00 John Baldwin j...@freebsd.org: On Friday, October 24, 2014 05:39:32 AM Marcelo Araujo wrote: Author: araujo (ports committer) Date: Fri Oct 24 05:39:32 2014 New Revision

Re: svn commit: r273576 - head/sys/dev/uart

2014-10-24 Thread Marcelo Araujo
2014-10-24 13:58 GMT+08:00 Mateusz Guzik mjgu...@gmail.com: On Fri, Oct 24, 2014 at 05:39:32AM +, Marcelo Araujo wrote: Author: araujo (ports committer) Date: Fri Oct 24 05:39:32 2014 New Revision: 273576 URL: https://svnweb.freebsd.org/changeset/base/273576 Log: Fix a leaked

svn commit: r273576 - head/sys/dev/uart

2014-10-23 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Fri Oct 24 05:39:32 2014 New Revision: 273576 URL: https://svnweb.freebsd.org/changeset/base/273576 Log: Fix a leaked Storage Variable. Phabric: D981 Submitted by: myself Reported by: Coverity CID: 1248848 Reworked by: kevlo

svn commit: r273202 - head/sys/fs/nfsserver

2014-10-16 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Fri Oct 17 02:11:09 2014 New Revision: 273202 URL: https://svnweb.freebsd.org/changeset/base/273202 Log: Make the sysctl(8) for checkutf8 positively defined and improve the description of it. Submitted by: Ronald Klop ronald-li...@klop.ws Reviewed

svn commit: r273122 - releng/10.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-10-15 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Wed Oct 15 06:31:08 2014 New Revision: 273122 URL: https://svnweb.freebsd.org/changeset/base/273122 Log: Make external NFS clients know when files have their attributes changed and avoid cache the file's state indefinitely. The va_filerev is what is sent

svn commit: r273159 - head/sys/fs/nfsserver

2014-10-15 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Thu Oct 16 02:24:19 2014 New Revision: 273159 URL: https://svnweb.freebsd.org/changeset/base/273159 Log: Add two sysctl(8) to enable/disable NFSv4 server to check when setting user nobody and/or setting group nogroup as owner of a file or directory.

svn commit: r272676 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-10-07 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Tue Oct 7 06:00:09 2014 New Revision: 272676 URL: https://svnweb.freebsd.org/changeset/base/272676 Log: Make external NFS clients know when files have their attributes changed and avoid cache the file's state indefinitely. The va_filerev is what is sent

svn commit: r272677 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-10-07 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Tue Oct 7 06:00:32 2014 New Revision: 272677 URL: https://svnweb.freebsd.org/changeset/base/272677 Log: Make external NFS clients know when files have their attributes changed and avoid cache the file's state indefinitely. The va_filerev is what is sent

Re: svn commit: r272467 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/nfs fs/nfsserver

2014-10-03 Thread Marcelo Araujo
Hey, Yes I have, you could check here: https://reviews.freebsd.org/D798 I should added the phabric on the commit log. My bad! Best Regards, On Oct 4, 2014 1:12 AM, Bryan Drewery bdrew...@freebsd.org wrote: On 10/2/2014 9:24 PM, Marcelo Araujo wrote: Author: araujo (ports committer) Date

Re: svn commit: r272467 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/nfs fs/nfsserver

2014-10-03 Thread Marcelo Araujo
Sure, noted! Thanks. On Oct 4, 2014 1:23 AM, Ian Lepore i...@freebsd.org wrote: On Sat, 2014-10-04 at 01:17 +0800, Marcelo Araujo wrote: Hey, Yes I have, you could check here: https://reviews.freebsd.org/D798 I should added the phabric on the commit log. My bad! IMO, no amount

svn commit: r272467 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/nfs fs/nfsserver

2014-10-02 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Fri Oct 3 02:24:41 2014 New Revision: 272467 URL: https://svnweb.freebsd.org/changeset/base/272467 Log: Fix failures and warnings reported by newpynfs20090424 test tool. This fix addresses only issues with the pynfs reports, none of these issues are

Re: svn commit: r271735 - head/sys/net

2014-09-18 Thread Marcelo Araujo
. If someone plans to add this, great -- that would be needed for any form of tangible 802.1p support. -- BMS (sent via webmail) -- -- Marcelo Araujo(__)ara...@freebsd.org \\\'',)http://www.FreeBSD.org http://www.freebsd.org/ \/ \ ^ Power To Server

Re: svn commit: r271735 - head/sys/net

2014-09-18 Thread Marcelo Araujo
phabricator to make easier the follow up, byt the way, the patch from pfsense partially was made by rwatson@. I'm gonna add rwatson to the review. Best Regards, 2014-09-18 23:41 GMT+08:00 Marcelo Araujo araujobsdp...@gmail.com: Hello Adrian, I have a patch, but it is a hack on PF and some very

svn commit: r271732 - in head: sbin/ifconfig share/man/man4 sys/net

2014-09-17 Thread Marcelo Araujo
18 02:12:48 2014(r271732) @@ -3,6 +3,7 @@ /* * Copyright (c) 2005, 2006 Reyk Floeter r...@openbsd.org * Copyright (c) 2007 Andrew Thompson thom...@freebsd.org + * Copyright (c) 2014 Marcelo Araujo ara...@freebsd.org * * Permission to use, copy, modify, and distribute this software

svn commit: r271733 - in head: sbin/ifconfig share/man/man4

2014-09-17 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Thu Sep 18 02:22:02 2014 New Revision: 271733 URL: http://svnweb.freebsd.org/changeset/base/271733 Log: The lagg(4) interface is based on trunk(4) interface from OpenBSD. The FreeBSD is the only system that has the FEC protocol, that is a simple alias

svn commit: r271735 - head/sys/net

2014-09-17 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Thu Sep 18 03:09:34 2014 New Revision: 271735 URL: http://svnweb.freebsd.org/changeset/base/271735 Log: Remove old comment, we already do 802.1q tagging. Phabric: D797 Reviewed by: kevlo Approved by: kevlo Sponsored by: QNAP Systems Inc.

Re: svn commit: r271735 - head/sys/net

2014-09-17 Thread Marcelo Araujo
2014-09-18 13:18 GMT+08:00 Gleb Smirnoff gleb...@freebsd.org: On Thu, Sep 18, 2014 at 03:09:35AM +, Marcelo Araujo wrote: M Author: araujo (ports committer) M Date: Thu Sep 18 03:09:34 2014 M New Revision: 271735 M URL: http://svnweb.freebsd.org/changeset/base/271735 M M Log: M

svn commit: r271738 - head/sys/net

2014-09-17 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Thu Sep 18 05:43:19 2014 New Revision: 271738 URL: http://svnweb.freebsd.org/changeset/base/271738 Log: Revert r271735. The comment is absolutely correct, we do not support 802.1p priority tagging. I got confused with the packet tagged and packet to be

svn commit: r269799 - head/sys/net

2014-08-10 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Mon Aug 11 03:04:16 2014 New Revision: 269799 URL: http://svnweb.freebsd.org/changeset/base/269799 Log: - Remove unneeded include. Phabric: D563 Reviewed by: kevlo Approved by: kevlo Modified: head/sys/net/if_lagg.c Modified:

Re: svn commit: r269501 - head/sys/modules/igb

2014-08-03 Thread Marcelo Araujo
Just for record, missed: Submitted by: araujo@ Best Regards, -- -- Marcelo Araujo(__)ara...@freebsd.org \\\'',)http://www.FreeBSD.org http://www.freebsd.org/ \/ \ ^ Power To Server. .\. /_) ___ svn-src-all@freebsd.org mailing

Re: svn commit: r268917 - head/sys/dev/ixgbe

2014-08-03 Thread Marcelo Araujo
2014-08-04 12:27 GMT+08:00 Marcelo Araujo araujobsdp...@gmail.com: 2014-07-20 16:43 GMT+08:00 Adrian Chadd adr...@freebsd.org: Author: adrian Date: Sun Jul 20 08:43:53 2014 New Revision: 268917 URL: http://svnweb.freebsd.org/changeset/base/268917 Log: Add the UDP hash - RSS mbuf

Re: svn commit: r268917 - head/sys/dev/ixgbe

2014-08-03 Thread Marcelo Araujo
*/ M_HASHTYPE_SET(sendmp, M_HASHTYPE_NONE); Just for record, missed: Submitted by: araujo@ Best Regards, -- -- Marcelo Araujo(__)ara...@freebsd.org \\\'',)http://www.FreeBSD.org http://www.freebsd.org/ \/ \ ^ Power To Server

Re: svn commit: r269500 - head/sys/modules/ixgbe

2014-08-03 Thread Marcelo Araujo
ixgbe_vf.c @@ -24,6 +24,10 @@ opt_inet.h: opt_inet6.h: @echo #define INET6 1 ${.TARGET} .endif + +opt_rss.h: + @echo ${.TARGET} + .endif .include bsd.kmod.mk This one, Just for record, missed: Submitted by: araujo@ Best Regards, -- -- Marcelo Araujo

<    1   2   3   4   5