CVS commit: src/usr.bin/netstat
Module Name:src Committed By: msaitoh Date: Wed Jul 11 07:46:21 UTC 2018 Modified Files: src/usr.bin/netstat: if.c Log Message: Print iqdrops, too. This change also fixes a bug that Odrops prints iqdrops when kvm read failed. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/usr.bin/netstat/if.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: kre Date: Wed Jul 11 11:13:17 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi src/sys/dist/pf/net: pf_ioctl.c src/sys/netinet: Makefile Log Message: Fix build. pf_ioctl.c needs netinet/in_offload.h (after previous change). Because this is in a module, apparently, that means that netinet_in_offload.h needs to get installed in /usr/include, so do that as well. Feel free to fix this in a better way... To generate a diff of this commit: cvs rdiff -u -r1.2206 -r1.2207 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.53 -r1.54 src/sys/dist/pf/net/pf_ioctl.c cvs rdiff -u -r1.28 -r1.29 src/sys/netinet/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: martin Date: Wed Jul 11 12:48:42 UTC 2018 Modified Files: src/sys/netinet: ip_mroute.c Log Message: Add missing include. To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/netinet/ip_mroute.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/lib
Module Name:src Committed By: christos Date: Wed Jul 11 13:34:27 UTC 2018 Added Files: src/external/gpl3/gdb/lib/libbfd/arch/aarch64: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h defs.mk targmatch.h src/external/gpl3/gdb/lib/libdecnumber/arch/aarch64: config.h defs.mk gstdint.h src/external/gpl3/gdb/lib/libgdb/arch/aarch64: config.h defs.mk init.c jit-reader.h observer.h observer.inc version.c xml-builtin.c src/external/gpl3/gdb/lib/libgdb/arch/aarch64/build-gnulib: config.h src/external/gpl3/gdb/lib/libiberty/arch/aarch64: config.h defs.mk src/external/gpl3/gdb/lib/libopcodes/arch/aarch64: config.h defs.mk src/external/gpl3/gdb/lib/libreadline/arch/aarch64: config.h defs.mk Log Message: new config files for aarch64 but no progress in getting it to work. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/gdb/lib/libbfd/arch/aarch64/bfd-in3.h \ src/external/gpl3/gdb/lib/libbfd/arch/aarch64/bfd.h \ src/external/gpl3/gdb/lib/libbfd/arch/aarch64/bfd_stdint.h \ src/external/gpl3/gdb/lib/libbfd/arch/aarch64/bfdver.h \ src/external/gpl3/gdb/lib/libbfd/arch/aarch64/config.h \ src/external/gpl3/gdb/lib/libbfd/arch/aarch64/defs.mk \ src/external/gpl3/gdb/lib/libbfd/arch/aarch64/targmatch.h cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/gdb/lib/libdecnumber/arch/aarch64/config.h \ src/external/gpl3/gdb/lib/libdecnumber/arch/aarch64/defs.mk \ src/external/gpl3/gdb/lib/libdecnumber/arch/aarch64/gstdint.h cvs rdiff -u -r0 -r1.1 src/external/gpl3/gdb/lib/libgdb/arch/aarch64/config.h \ src/external/gpl3/gdb/lib/libgdb/arch/aarch64/defs.mk \ src/external/gpl3/gdb/lib/libgdb/arch/aarch64/init.c \ src/external/gpl3/gdb/lib/libgdb/arch/aarch64/jit-reader.h \ src/external/gpl3/gdb/lib/libgdb/arch/aarch64/observer.h \ src/external/gpl3/gdb/lib/libgdb/arch/aarch64/observer.inc \ src/external/gpl3/gdb/lib/libgdb/arch/aarch64/version.c \ src/external/gpl3/gdb/lib/libgdb/arch/aarch64/xml-builtin.c cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/gdb/lib/libgdb/arch/aarch64/build-gnulib/config.h cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/gdb/lib/libiberty/arch/aarch64/config.h \ src/external/gpl3/gdb/lib/libiberty/arch/aarch64/defs.mk cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/gdb/lib/libopcodes/arch/aarch64/config.h \ src/external/gpl3/gdb/lib/libopcodes/arch/aarch64/defs.mk cvs rdiff -u -r0 -r1.1 \ src/external/gpl3/gdb/lib/libreadline/arch/aarch64/config.h \ src/external/gpl3/gdb/lib/libreadline/arch/aarch64/defs.mk 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: jmcneill Date: Wed Jul 11 13:41:23 UTC 2018 Modified Files: src/share/man/man4: qemufwcfg.4 Log Message: Add qemufwcfg* at fdt? to synopsis To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/qemufwcfg.4 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/gdb
Module Name:src Committed By: christos Date: Wed Jul 11 13:52:35 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/gdb: aarch64-nbsd-tdep.c aarch64-tdep.c Log Message: fix signness issues. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/aarch64-nbsd-tdep.c cvs rdiff -u -r1.1.1.6 -r1.2 src/external/gpl3/gdb/dist/gdb/aarch64-tdep.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/lib/libbfd
Module Name:src Committed By: christos Date: Wed Jul 11 13:44:04 UTC 2018 Modified Files: src/external/gpl3/gdb/lib/libbfd: Makefile Log Message: Add another elfxx conversion. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/lib/libbfd/Makefile 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: jmcneill Date: Wed Jul 11 13:49:06 UTC 2018 Modified Files: src/share/man/man4: qemufwcfg.4 Log Message: .Fl prepends a dash, no need to specify another one for qemu -fw_cfg option To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/qemufwcfg.4 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
Module Name:src Committed By: christos Date: Wed Jul 11 14:51:34 UTC 2018 Modified Files: src/external/gpl3/gdb/lib/libbfd: Makefile Log Message: it is not xx but nn that we want. also add missing dependencies. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/lib/libbfd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/sys/net
Module Name:src Committed By: martin Date: Wed Jul 11 16:50:46 UTC 2018 Modified Files: src/sys/net [netbsd-8]: if_llatbl.c Log Message: Additionally pullup src/sys/net/if_llatbl.c r1.30 to fix build fallout from previous, requested by both ozaki-r (ticket #918) and kre (ticket #920): Update previous so that there is no unused (but assigned) variable left when there is no ARP. Thanks gcc! To generate a diff of this commit: cvs rdiff -u -r1.18.6.6 -r1.18.6.7 src/sys/net/if_llatbl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Wed Jul 11 16:51:29 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Ammend ticket #918 To generate a diff of this commit: cvs rdiff -u -r1.1.2.223 -r1.1.2.224 src/doc/CHANGES-8.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/binutils
Module Name:src Committed By: christos Date: Thu Jul 12 00:16:32 UTC 2018 Modified Files: src/external/gpl3/binutils/lib/libbfd/arch/aarch64: bfd.h bfd_stdint.h bfdver.h config.h defs.mk src/external/gpl3/binutils/lib/libiberty/arch/aarch64: config.h defs.mk src/external/gpl3/binutils/lib/libopcodes/arch/aarch64: config.h src/external/gpl3/binutils/usr.bin/common/arch/aarch64: config.h defs.mk src/external/gpl3/binutils/usr.bin/gas/arch/aarch64: config.h src/external/gpl3/binutils/usr.bin/gprof/arch/aarch64: gconfig.h src/external/gpl3/binutils/usr.bin/ld/arch/aarch64: config.h Log Message: regen aarch64 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/gpl3/binutils/lib/libbfd/arch/aarch64/bfd.h \ src/external/gpl3/binutils/lib/libbfd/arch/aarch64/bfd_stdint.h cvs rdiff -u -r1.4 -r1.5 \ src/external/gpl3/binutils/lib/libbfd/arch/aarch64/bfdver.h \ src/external/gpl3/binutils/lib/libbfd/arch/aarch64/config.h cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/binutils/lib/libbfd/arch/aarch64/defs.mk cvs rdiff -u -r1.3 -r1.4 \ src/external/gpl3/binutils/lib/libiberty/arch/aarch64/config.h cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/binutils/lib/libiberty/arch/aarch64/defs.mk cvs rdiff -u -r1.4 -r1.5 \ src/external/gpl3/binutils/lib/libopcodes/arch/aarch64/config.h cvs rdiff -u -r1.4 -r1.5 \ src/external/gpl3/binutils/usr.bin/common/arch/aarch64/config.h \ src/external/gpl3/binutils/usr.bin/common/arch/aarch64/defs.mk cvs rdiff -u -r1.4 -r1.5 \ src/external/gpl3/binutils/usr.bin/gas/arch/aarch64/config.h cvs rdiff -u -r1.4 -r1.5 \ src/external/gpl3/binutils/usr.bin/gprof/arch/aarch64/gconfig.h cvs rdiff -u -r1.4 -r1.5 \ src/external/gpl3/binutils/usr.bin/ld/arch/aarch64/config.h 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: ozaki-r Date: Thu Jul 12 02:26:04 UTC 2018 Modified Files: src/sys/net: if_llatbl.h route.c Log Message: Don't use aprint_* functions for logging unrelated to autoconf(9) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/net/if_llatbl.h cvs rdiff -u -r1.210 -r1.211 src/sys/net/route.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: maxv Date: Thu Jul 12 06:52:49 UTC 2018 Modified Files: src/distrib/sets/lists/base: ad.arm src/distrib/sets/lists/comp: ad.arm ad.arm.shl src/distrib/sets/lists/debug: ad.arm src/lib: Makefile src/share/mk: bsd.README Removed Files: src/lib/libpmc: Makefile pmc.3 pmc.c pmc.h pmc_arm.c pmc_private.h shlib_version Log Message: Retire libpmc. It uses the legacy PMC interface in the kernel, which has support for only one ARM CPU. It used to have x86 support, but it was broken and I removed it. The legacy PMC interface will be removed from the kernel too. Sent on tech-kern@ yesterday, thorpej was fine. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/distrib/sets/lists/base/ad.arm cvs rdiff -u -r1.84 -r1.85 src/distrib/sets/lists/comp/ad.arm cvs rdiff -u -r1.7 -r1.8 src/distrib/sets/lists/comp/ad.arm.shl cvs rdiff -u -r1.75 -r1.76 src/distrib/sets/lists/debug/ad.arm cvs rdiff -u -r1.258 -r1.259 src/lib/Makefile cvs rdiff -u -r1.2 -r0 src/lib/libpmc/Makefile src/lib/libpmc/pmc.h \ src/lib/libpmc/shlib_version cvs rdiff -u -r1.6 -r0 src/lib/libpmc/pmc.3 cvs rdiff -u -r1.3 -r0 src/lib/libpmc/pmc.c src/lib/libpmc/pmc_arm.c cvs rdiff -u -r1.1 -r0 src/lib/libpmc/pmc_private.h cvs rdiff -u -r1.377 -r1.378 src/share/mk/bsd.README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.