CVS commit: src/sys/netinet
Module Name:src Committed By: ozaki-r Date: Fri May 22 07:44:46 UTC 2015 Modified Files: src/sys/netinet: if_arp.c Log Message: Replace NARC with NARCNET to follow renaming at 2007 Hmm, is anyone using this? To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/sys/netinet/if_arp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/xen/xen
Module Name:src Committed By: bouyer Date: Fri May 22 10:34:13 UTC 2015 Modified Files: src/sys/arch/xen/xen: xenevt.c Log Message: Fix off by one error, pointed out by Wei Liu in port-xen/49919 To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/xen/xen/xenevt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/arch/xen/xen
Module Name:src Committed By: sborrill Date: Fri May 22 11:04:28 UTC 2015 Modified Files: src/sys/arch/xen/xen [netbsd-5]: xenevt.c Log Message: Pull up the following revisions(s) (requested by bouyer in ticket #1965): sys/arch/xen/xen/xenevt.c: revision 1.42 Fix off by one error, addresses port-xen/49919. To generate a diff of this commit: cvs rdiff -u -r1.29.4.2 -r1.29.4.3 src/sys/arch/xen/xen/xenevt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/doc
Module Name:src Committed By: sborrill Date: Fri May 22 11:05:57 UTC 2015 Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: Ticket #1965 To generate a diff of this commit: cvs rdiff -u -r1.1.2.114 -r1.1.2.115 src/doc/CHANGES-5.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/sys/arch/xen/xen
Module Name:src Committed By: sborrill Date: Fri May 22 11:22:03 UTC 2015 Modified Files: src/sys/arch/xen/xen [netbsd-5-1]: xenevt.c Log Message: Pull up the following revisions(s) (requested by bouyer in ticket #1965): sys/arch/xen/xen/xenevt.c: revision 1.42 Fix off by one error, addresses port-xen/49919. To generate a diff of this commit: cvs rdiff -u -r1.29.4.2 -r1.29.4.2.2.1 src/sys/arch/xen/xen/xenevt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src/doc
Module Name:src Committed By: sborrill Date: Fri May 22 11:22:34 UTC 2015 Modified Files: src/doc [netbsd-5-1]: CHANGES-5.1.6 Log Message: Ticket #1965 To generate a diff of this commit: cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-5.1.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-2] src/sys/arch/xen/xen
Module Name:src Committed By: sborrill Date: Fri May 22 11:44:25 UTC 2015 Modified Files: src/sys/arch/xen/xen [netbsd-5-2]: xenevt.c Log Message: Pull up the following revisions(s) (requested by bouyer in ticket #1965): sys/arch/xen/xen/xenevt.c: revision 1.42 Fix off by one error, addresses port-xen/49919. To generate a diff of this commit: cvs rdiff -u -r1.29.4.2 -r1.29.4.2.6.1 src/sys/arch/xen/xen/xenevt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-2] src/doc
Module Name:src Committed By: sborrill Date: Fri May 22 11:45:01 UTC 2015 Modified Files: src/doc [netbsd-5-2]: CHANGES-5.2.4 Log Message: Ticket #1965 To generate a diff of this commit: cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-5.2.4 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: nonaka Date: Fri May 22 15:32:21 UTC 2015 Modified Files: src/sys/dev/pci: if_iwm.c Log Message: Limit the number of dma segments used for transmitting packets to IWM_NUM_OF_TBS - 2. We have IWM_NUM_OF_TBS slots, but use two of those for sending commands to the firmware. >From OpenBSD rev. 1.41. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 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: [netbsd-7] src/sys/arch/x86/x86
Module Name:src Committed By: snj Date: Fri May 22 16:53:32 UTC 2015 Modified Files: src/sys/arch/x86/x86 [netbsd-7]: lapic.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #795): sys/arch/x86/x86/lapic.c: revision 1.48 Workaround for "lapic_set_lvt: bad pin value %d" panic on some (broken?) BIOS system. Don't panic when a local APIC's interrput input pin number (LINTx) > 1. Instead, print warning message and continue. The default is pin 1. Same as Linux (and perhaps FreeBSD). Tested with Shuttle DS57U. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.47.4.1 src/sys/arch/x86/x86/lapic.c 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/arch/xen/xen
Module Name:src Committed By: snj Date: Fri May 22 16:56:45 UTC 2015 Modified Files: src/sys/arch/xen/xen [netbsd-7]: xenevt.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #796): sys/arch/xen/xen/xenevt.c: revision 1.42 Fix off by one error, pointed out by Wei Liu in port-xen/49919 To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.41.2.1 src/sys/arch/xen/xen/xenevt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/lib/libpam/libpam
Module Name:src Committed By: snj Date: Fri May 22 16:58:47 UTC 2015 Modified Files: src/lib/libpam/libpam [netbsd-7]: Makefile Log Message: Pull up following revision(s) (requested by joerg in ticket #789): lib/libpam/libpam/Makefile: revision 1.18 When building with clang, make warnings about NULL checks of parameters with attribute nonnull non-fatal. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.16.4.1 src/lib/libpam/libpam/Makefile 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/external/bsd/drm2/dist/drm/i915
Module Name:src Committed By: snj Date: Fri May 22 17:28:37 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915 [netbsd-7]: i915_gem_gtt.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #797): sys/external/bsd/drm2/dist/drm/i915/i915_gem_gtt.c: revision 1.4 Fix kassert: npdp may be GEN8_LEGACY_PDPS exactly. Tripped over by msaitoh, our first Broadwell user, apparently. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.2.1 \ src/sys/external/bsd/drm2/dist/drm/i915/i915_gem_gtt.c 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: snj Date: Fri May 22 17:33:15 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: 795, 796, 789, 797 To generate a diff of this commit: cvs rdiff -u -r1.1.2.305 -r1.1.2.306 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/distrib/notes/common
Module Name:src Committed By: snj Date: Fri May 22 18:26:19 UTC 2015 Modified Files: src/distrib/notes/common: legal.common Log Message: restore rcsid accidentally deleted in previous To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/distrib/notes/common/legal.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/common
Module Name:src Committed By: snj Date: Fri May 22 18:27:04 UTC 2015 Modified Files: src/distrib/notes/common: legal.common Log Message: bah. this time without a typo. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/distrib/notes/common/legal.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netsmb
Module Name:src Committed By: rtr Date: Fri May 22 22:05:32 UTC 2015 Modified Files: src/sys/netsmb: smb_trantcp.c Log Message: pass connect address directly to soconnect() instead of allocating an mbuf, copying the address into it and then mtod()'ing it back to a sockaddr * for soconnect. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/netsmb/smb_trantcp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gdb/dist/bfd
Module Name:src Committed By: matt Date: Sat May 23 01:41:02 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Add the mips n32 target vectors. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/dist/bfd/config.bfd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gdb/lib/libbfd/arch/mips64eb
Module Name:src Committed By: matt Date: Sat May 23 01:45:08 UTC 2015 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/mips64eb: defs.mk Log Message: Regen for N32 target vectors. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/defs.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.