CVS commit: [netbsd-7] src/sys/dev/pci/ixgbe
Module Name:src Committed By: martin Date: Tue Feb 24 10:41:09 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe [netbsd-7]: ixgbe.c ixgbe.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #545): sys/dev/pci/ixgbe/ixgbe.h: revision 1.2 sys/dev/pci/ixgbe/ixgbe_netbsd.c: revision 1.3 sys/dev/pci/ixgbe/ixgbe.c: revision 1.16 sys/dev/pci/ixgbe/ixgbe.c: revision 1.17 sys/dev/pci/ixgbe/ixgbe.c: revision 1.18 sys/dev/pci/ixgbe/ixgbe.c: revision 1.19 Add missing IXGBE_RX_LOCK_DESTROY() for the detach path. Remove extra IXGBE_TX_LOCK()/IXGBE_TX_UNLOCK() from ixgbe_free_transmit_structures(). This function is called in the end of the detach function. if_stop was called and almost all resources were freed, so it's not required to block the TX stuff. Fix mutex related problem reported by Uwe Toenjes in PR#49328: - Revert ixgbe_netbsd.c rev. 1.2 - make CORE_LOCK adaptive - Release spin lock while reinitializing the jumb buffer structure. disable preemption while scheduling the softint to configure the link. To generate a diff of this commit: cvs rdiff -u -r1.14.2.1 -r1.14.2.2 src/sys/dev/pci/ixgbe/ixgbe.c cvs rdiff -u -r1.1 -r1.1.28.1 src/sys/dev/pci/ixgbe/ixgbe.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src
Module Name:src Committed By: martin Date: Tue Feb 24 10:47:17 UTC 2015 Modified Files: src/include [netbsd-7]: unistd.h src/sys/kern [netbsd-7]: syscalls.master Log Message: Pull up following revision(s) (requested by khorben in ticket #547): include/unistd.h: revision 1.144 sys/kern/syscalls.master: revision 1.272 PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.142.2.1 src/include/unistd.h cvs rdiff -u -r1.270 -r1.270.2.1 src/sys/kern/syscalls.master Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys
Module Name:src Committed By: martin Date: Tue Feb 24 10:52:43 UTC 2015 Modified Files: src/sys/kern [netbsd-7]: init_sysent.c syscalls.c src/sys/rump/include/rump [netbsd-7]: rump_syscalls.h src/sys/rump/librump/rumpkern [netbsd-7]: rump_syscalls.c src/sys/sys [netbsd-7]: syscall.h syscallargs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.287.2.1 src/sys/kern/init_sysent.c cvs rdiff -u -r1.278 -r1.278.2.1 src/sys/kern/syscalls.c cvs rdiff -u -r1.79 -r1.79.2.1 src/sys/rump/include/rump/rump_syscalls.h cvs rdiff -u -r1.104 -r1.104.2.1 \ src/sys/rump/librump/rumpkern/rump_syscalls.c cvs rdiff -u -r1.274 -r1.274.2.1 src/sys/sys/syscall.h cvs rdiff -u -r1.257 -r1.257.2.1 src/sys/sys/syscallargs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: martin Date: Tue Feb 24 10:53:54 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Tickets #545 and #547 To generate a diff of this commit: cvs rdiff -u -r1.1.2.210 -r1.1.2.211 src/doc/CHANGES-7.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: christos Date: Tue Feb 24 12:57:58 UTC 2015 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: Work around Coverity CIDs 127102{0,1}: Confused by the comparison nrates > __arraycount(lq->rs_table), coverity erroneously binds nrates to the range [0..16), whereas it is really bound to [0..15) by ni->ni_rates.rs_nrates (IEEE80211_RATE_MAXSIZE). We add an explicit comparison to unconfuse it that will always succeed. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/if_iwm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: joerg Date: Tue Feb 24 13:17:27 UTC 2015 Modified Files: src/sys/sys: ctype_inline.h Log Message: Fix spelling of feature test macro. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/sys/ctype_inline.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci/ixgbe
Module Name:src Committed By: msaitoh Date: Tue Feb 24 13:38:53 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_type.h Log Message: Chage tabs and spaces to make difference among *BSDs small. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/ixgbe/ixgbe_type.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci/ixgbe
Module Name:src Committed By: msaitoh Date: Tue Feb 24 13:59:58 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_type.h Log Message: Modify comments to make difference among *BSDs small. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/ixgbe/ixgbe_type.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci/ixgbe
Module Name:src Committed By: msaitoh Date: Tue Feb 24 14:08:07 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_type.h Log Message: Enclose macro argument correctly. Same as *BSDs. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/ixgbe/ixgbe_type.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci/ixgbe
Module Name:src Committed By: msaitoh Date: Tue Feb 24 14:14:50 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_82599.c ixgbe_api.c ixgbe_type.h Log Message: Change macro name IXGBE_DEV_ID_82599_SFP_DELL to IXGBE_DEV_ID_82599_SFP_SF2. Same as OpenBSD and Linux. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/ixgbe/ixgbe.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/ixgbe/ixgbe_82599.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/ixgbe/ixgbe_api.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/ixgbe/ixgbe_type.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci/ixgbe
Module Name:src Committed By: msaitoh Date: Tue Feb 24 14:49:29 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_82599.c ixgbe_api.c ixgbe_type.h Log Message: Add 82599EN_SFP and 82599_SFP_SF_QP. Not tested. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/ixgbe/ixgbe.c cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/ixgbe/ixgbe_82599.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/ixgbe/ixgbe_api.c cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/ixgbe/ixgbe_type.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/union
Module Name:src Committed By: hannken Date: Tue Feb 24 16:08:01 UTC 2015 Modified Files: src/sys/fs/union: union_subr.c Log Message: A union node may be reactivated while it is being reclaimed so change union_freevp() to detach the vnode from the union node by clearing the vnode backpointer and the lower node sizes. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/fs/union/union_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Tue Feb 24 16:57:02 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ohci.c Log Message: Convert to USBHIST To generate a diff of this commit: cvs rdiff -u -r1.254.2.17 -r1.254.2.18 src/sys/dev/usb/ohci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/resolv
Module Name:src Committed By: christos Date: Tue Feb 24 17:56:20 UTC 2015 Modified Files: src/lib/libc/resolv: herror.c res_comp.c res_debug.c res_init.c res_mkquery.c res_query.c res_send.c Log Message: belated removal of the advertising clause. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/resolv/herror.c cvs rdiff -u -r1.12 -r1.13 src/lib/libc/resolv/res_comp.c cvs rdiff -u -r1.13 -r1.14 src/lib/libc/resolv/res_debug.c cvs rdiff -u -r1.29 -r1.30 src/lib/libc/resolv/res_init.c \ src/lib/libc/resolv/res_send.c cvs rdiff -u -r1.14 -r1.15 src/lib/libc/resolv/res_mkquery.c cvs rdiff -u -r1.15 -r1.16 src/lib/libc/resolv/res_query.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include/arpa
Module Name:src Committed By: christos Date: Tue Feb 24 17:57:08 UTC 2015 Modified Files: src/include/arpa: nameser_compat.h Log Message: belated removal of the advertising clause. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/include/arpa/nameser_compat.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/drvctl
Module Name:src Committed By: mlelstv Date: Tue Feb 24 18:15:29 UTC 2015 Modified Files: src/sbin/drvctl: drvctl.8 drvctl.c Log Message: Let drvctl -p select elements from an array property by numeric index. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/drvctl/drvctl.8 cvs rdiff -u -r1.16 -r1.17 src/sbin/drvctl/drvctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: roy Date: Tue Feb 24 19:11:13 UTC 2015 Modified Files: src/share/man/man4: route.4 Log Message: Sync route flags from net/route.h To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/share/man/man4/route.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: roy Date: Tue Feb 24 20:06:09 UTC 2015 Modified Files: src/sys/net: route.h Log Message: Clean comments and style. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/net/route.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/include/arm32
Module Name:src Committed By: joerg Date: Tue Feb 24 22:02:40 UTC 2015 Modified Files: src/sys/arch/arm/include/arm32: vmparam.h Log Message: Restore PAGER_MAP_DEFAULT_SIZE for ARMv4, they typically have only 256MB KVA. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/include/arm32/vmparam.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet6
Module Name:src Committed By: roy Date: Wed Feb 25 00:26:59 UTC 2015 Modified Files: src/sys/netinet6: in6.c nd6.c nd6.h nd6_nbr.c nd6_rtr.c Log Message: Retire nd6_newaddrmsg and use rt_newaddrmsg directly instead so that we don't spam route changes when the route hasn't changed. To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 src/sys/netinet6/in6.c cvs rdiff -u -r1.158 -r1.159 src/sys/netinet6/nd6.c cvs rdiff -u -r1.62 -r1.63 src/sys/netinet6/nd6.h cvs rdiff -u -r1.104 -r1.105 src/sys/netinet6/nd6_nbr.c cvs rdiff -u -r1.96 -r1.97 src/sys/netinet6/nd6_rtr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.