CVS commit: src/sys/arch/hppa/stand/common
Module Name:src Committed By: riastradh Date: Wed Sep 5 07:32:45 UTC 2018 Modified Files: src/sys/arch/hppa/stand/common: pdc.c Log Message: One more min->uimin straggler confirmed by 201809042300Z autobuild. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/stand/common/pdc.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/share/man/man4
Module Name:src Committed By: martin Date: Wed Sep 5 08:35:55 UTC 2018 Modified Files: src/share/man/man4 [netbsd-8]: acphy.4 acpicpu.4 adb.4 atppc.4 axe.4 az.4 bktr.4 cgd.4 Log Message: Pull up following revision(s) (requested by sevan in ticket #1004): share/man/man4/az.4: revision 1.7 share/man/man4/axe.4: revision 1.14 share/man/man4/cgd.4: revision 1.22 share/man/man4/acphy.4: revision 1.4 share/man/man4/adb.4: revision 1.4 share/man/man4/bktr.4: revision 1.19 share/man/man4/atppc.4: revision 1.16 share/man/man4/acpicpu.4: revision 1.35 Add the correct PHY to SYNOPSIS axe0 at uhub3 port 1 axe0: Apple Computer (0x5ac) Apple USB to Ethernet (0x1402), rev 2.00/0.01, addr 3 axe0: Ethernet address b8:8d:12:XX:XX:XX ukphy0 at axe0 phy 16: OUI 0x007063, model 0x0006, rev. 1 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto - Apply Tn macro to XTS - New sentence, new line. - Pp before Bl - Use the An macro in the AUTHORS section. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.92.1 src/share/man/man4/acphy.4 cvs rdiff -u -r1.34 -r1.34.34.1 src/share/man/man4/acpicpu.4 cvs rdiff -u -r1.3 -r1.3.18.1 src/share/man/man4/adb.4 cvs rdiff -u -r1.15 -r1.15.92.1 src/share/man/man4/atppc.4 cvs rdiff -u -r1.13 -r1.13.4.1 src/share/man/man4/axe.4 cvs rdiff -u -r1.6 -r1.6.92.1 src/share/man/man4/az.4 cvs rdiff -u -r1.18 -r1.18.34.1 src/share/man/man4/bktr.4 cvs rdiff -u -r1.21 -r1.21.6.1 src/share/man/man4/cgd.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/etc
Module Name:src Committed By: martin Date: Wed Sep 5 08:40:06 UTC 2018 Modified Files: src/etc [netbsd-8]: MAKEDEV.tmpl Log Message: Pull up following revision(s) (requested by sevan in ticket #1005): etc/MAKEDEV.tmpl: revision 1.192 Create fw(4) & fwmem(4) device nodes by default so fwctl(8) works out of the box. To generate a diff of this commit: cvs rdiff -u -r1.183.6.2 -r1.183.6.3 src/etc/MAKEDEV.tmpl 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/dev/pci/ixgbe
Module Name:src Committed By: martin Date: Wed Sep 5 08:42:22 UTC 2018 Modified Files: src/sys/dev/pci/ixgbe [netbsd-8]: ixgbe.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1006): sys/dev/pci/ixgbe/ixgbe.c: revision 1.164 Fix a bug that media change may fail. I noticed that ifconfig ixgN media XXX took a 10 or more seconds on a Denverton machie. I occurred by trying take a lock and timed out. The reason was that ixgbe_media_change() didn't take CORE_LOCK. Do it. This problem was from FreeBSD's pre-iflib ixgbe (I don't know whether this problem really occurs on FreeBSD or not). Post-iflib ixgbe has no problem because iflib_media_change() takes a lock. XXX pullup-8 To generate a diff of this commit: cvs rdiff -u -r1.88.2.22 -r1.88.2.23 src/sys/dev/pci/ixgbe/ixgbe.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/lib/libc/net
Module Name:src Committed By: martin Date: Wed Sep 5 08:45:52 UTC 2018 Modified Files: src/lib/libc/net [netbsd-8]: if_nametoindex.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1007): lib/libc/net/if_nametoindex.c: revision 1.6 - SIOCGIFINDEX was added in 2013, but if_freenameindex(3) have not used it for years. Use it to improve performance. Same as FreeBSD. - KNF. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.5.8.1 src/lib/libc/net/if_nametoindex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [pgoyette-compat] src/tests/modules
Module Name:src Committed By: pgoyette Date: Wed Sep 5 08:58:03 UTC 2018 Modified Files: src/tests/modules [pgoyette-compat]: t_modctl.c Log Message: Update the check for module existence via modctl(3) to use the new format of returned data. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.12.30.1 src/tests/modules/t_modctl.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
Module Name:src Committed By: martin Date: Wed Sep 5 08:59:05 UTC 2018 Modified Files: src/external/gpl3/gcc/dist/config [netbsd-8]: tls.m4 src/external/gpl3/gcc/dist/libgcc [netbsd-8]: configure src/tools/gcc [netbsd-8]: gcc-version.mk mknative-gcc Log Message: Pull up following revision(s) (requested by mrg in ticket #1008): tools/gcc/gcc-version.mk: revision 1.11 tools/gcc/mknative-gcc: revision 1.93 external/gpl3/gcc/dist/config/tls.m4: revision 1.2 external/gpl3/gcc/dist/libgcc/configure: revision 1.5 Correct extra parens, regen configure (selectively) Fixes root cause of PR toolchain/53567 in configargs.h, as well as normalising to /usr/src, normalise the --build to the same as the --host, so that it never changes based upon the host you ran mknative on. (some recent changes are only because i updated a system from netbsd-7 to netbsd-8. this will avoid that in the future.) remove GCC 5 marker. this is now nb3 20180905. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.1.1.1.34.1 \ src/external/gpl3/gcc/dist/config/tls.m4 cvs rdiff -u -r1.3 -r1.3.8.1 src/external/gpl3/gcc/dist/libgcc/configure cvs rdiff -u -r1.7.4.1 -r1.7.4.2 src/tools/gcc/gcc-version.mk cvs rdiff -u -r1.89.6.1 -r1.89.6.2 src/tools/gcc/mknative-gcc 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 Sep 5 09:00:37 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Tickets #1004 - #1008 To generate a diff of this commit: cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-8.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/tools/gcc
Module Name:src Committed By: martin Date: Wed Sep 5 09:21:37 UTC 2018 Modified Files: src/tools/gcc [netbsd-8]: mknative-gcc Log Message: Pull up following revision(s) (requested by mrg in ticket #1008): tools/gcc/mknative-gcc: revision 1.94 also pullout INTERNAL_CFLAGS for the libgcc build, where it may have -DHAVE_CC_TLS defined on the command line. (we already collect all the other components.) To generate a diff of this commit: cvs rdiff -u -r1.89.6.2 -r1.89.6.3 src/tools/gcc/mknative-gcc 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 Sep 5 09:23:21 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ammend ticket #1008 To generate a diff of this commit: cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-8.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [pgoyette-compat] src/sys/kern
Module Name:src Committed By: pgoyette Date: Wed Sep 5 09:26:59 UTC 2018 Modified Files: src/sys/kern [pgoyette-compat]: kern_module.c Log Message: If a built-in module is "unloaded", release all the resources associated with the "required" list. The list will be re-parsed if the module is later re-enabled. To generate a diff of this commit: cvs rdiff -u -r1.130.2.16 -r1.130.2.17 src/sys/kern/kern_module.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [pgoyette-compat] src/sys/kern
Module Name:src Committed By: pgoyette Date: Wed Sep 5 09:42:58 UTC 2018 Modified Files: src/sys/kern [pgoyette-compat]: kern_module.c Log Message: ooppss - don't forget the structure pointer! To generate a diff of this commit: cvs rdiff -u -r1.130.2.17 -r1.130.2.18 src/sys/kern/kern_module.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [pgoyette-compat] src/sys/rump/net/lib/libpppoe
Module Name:src Committed By: pgoyette Date: Wed Sep 5 09:53:57 UTC 2018 Modified Files: src/sys/rump/net/lib/libpppoe [pgoyette-compat]: Makefile Log Message: if_spppsubr.c is now required, since it was split out from if_pppoe.c To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.1.20.1 src/sys/rump/net/lib/libpppoe/Makefile 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/fdt
Module Name:src Committed By: jmcneill Date: Wed Sep 5 10:20:47 UTC 2018 Modified Files: src/sys/arch/arm/fdt: fdt_intr.h Log Message: Bump PIX_MAXSOURCES to 480 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/fdt/fdt_intr.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/fdt
Module Name:src Committed By: jmcneill Date: Wed Sep 5 10:38:30 UTC 2018 Modified Files: src/sys/arch/arm/fdt: cpu_fdt.c Log Message: Match non-standard compat string "arm,armv8" (should be "arm,arm-v8") To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/fdt/cpu_fdt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/sysinst
Module Name:src Committed By: martin Date: Wed Sep 5 12:01:52 UTC 2018 Modified Files: src/usr.sbin/sysinst: Makefile.inc defs.h Log Message: Try to guess the proper directory on ftp or nyftp where the binary sets for the current build will end up. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/sysinst/Makefile.inc cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/sysinst/defs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/sysinst
Module Name:src Committed By: martin Date: Wed Sep 5 12:49:55 UTC 2018 Modified Files: src/usr.sbin/sysinst: defs.h Log Message: For local builds, at least use the right prefix on nyftp To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/sysinst/defs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/libpcap/dist
Module Name:src Committed By: christos Date: Wed Sep 5 17:10:07 UTC 2018 Modified Files: src/external/bsd/libpcap/dist: bpf_filter.c Log Message: make sure we don't accidentally compile this file. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libpcap/dist/bpf_filter.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/libpcap/lib
Module Name:src Committed By: christos Date: Wed Sep 5 17:10:27 UTC 2018 Modified Files: src/external/bsd/libpcap/lib: Makefile Log Message: search first for the kernel bpf_filter.c To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/external/bsd/libpcap/lib/Makefile 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 Sep 5 21:05:40 UTC 2018 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/usr.bin: Makefile Added Files: src/tests/usr.bin/printf: Makefile printf.sh t_builtin.sh t_command.sh Log Message: Add ATF tests for printf(1) Two new test programs, one for the version of printf in /bin/sh and one for the command /usr/bin/printf (t_builtin and t_command) Each test program has 28 test cases (the same in each) of which currently 27 pass, and 1 is skipped. See the test scripts themselves for more information. To generate a diff of this commit: cvs rdiff -u -r1.793 -r1.794 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.152 -r1.153 src/etc/mtree/NetBSD.dist.tests cvs rdiff -u -r1.25 -r1.26 src/tests/usr.bin/Makefile cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/printf/Makefile \ src/tests/usr.bin/printf/printf.sh src/tests/usr.bin/printf/t_builtin.sh \ src/tests/usr.bin/printf/t_command.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [pgoyette-compat] src/tests/modules
Module Name:src Committed By: pgoyette Date: Wed Sep 5 21:53:46 UTC 2018 Modified Files: src/tests/modules [pgoyette-compat]: t_builtin.c Log Message: Adapt this test to the new MODCTL_STAT, too. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.12.1 src/tests/modules/t_builtin.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [pgoyette-compat] src/sys/kern
Module Name:src Committed By: pgoyette Date: Wed Sep 5 22:04:51 UTC 2018 Modified Files: src/sys/kern [pgoyette-compat]: kern_module.c Log Message: After releasing the resources, make sure we don't retain pointer to them! To generate a diff of this commit: cvs rdiff -u -r1.130.2.18 -r1.130.2.19 src/sys/kern/kern_module.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [pgoyette-compat] src/tests/modules
Module Name:src Committed By: pgoyette Date: Wed Sep 5 23:06:08 UTC 2018 Modified Files: src/tests/modules [pgoyette-compat]: t_builtin.c Log Message: Remove no-longer-used variable To generate a diff of this commit: cvs rdiff -u -r1.3.12.1 -r1.3.12.2 src/tests/modules/t_builtin.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [pgoyette-compat] src/tests/modules
Module Name:src Committed By: pgoyette Date: Wed Sep 5 23:38:40 UTC 2018 Modified Files: src/tests/modules [pgoyette-compat]: t_builtin.c Log Message: Don't forget to increment loop control - avoid infinite iteration To generate a diff of this commit: cvs rdiff -u -r1.3.12.2 -r1.3.12.3 src/tests/modules/t_builtin.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [pgoyette-compat] src/sys/kern
Module Name:src Committed By: pgoyette Date: Thu Sep 6 00:10:55 UTC 2018 Modified Files: src/sys/kern [pgoyette-compat]: kern_module.c Log Message: One more time - let's get this right! To generate a diff of this commit: cvs rdiff -u -r1.130.2.19 -r1.130.2.20 src/sys/kern/kern_module.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/sys/sys
Module Name:src Committed By: christos Date: Thu Sep 6 00:44:43 UTC 2018 Modified Files: src/external/cddl/osnet/sys/sys: opentypes.h Log Message: remove duplicate typedef (it is in sunddi.h) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/sys/sys/opentypes.h 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 Sep 6 05:36:51 UTC 2018 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile src/sys/arch/algor/conf: P4032 P5064 P6032 src/sys/arch/alpha/conf: GENERIC INSTALL RAWHIDE src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0 src/sys/arch/arc/conf: GENERIC src/sys/arch/cats/conf: GENERIC INSTALL src/sys/arch/cobalt/conf: GENERIC INSTALL src/sys/arch/evbarm/conf: IXDP425 ZAO425 src/sys/arch/evbmips/conf: MALTA src/sys/arch/evbppc/conf: PMPPC src/sys/arch/hppa/conf: GENERIC src/sys/arch/i386/conf: ALL GENERIC GENERIC_TINY INSTALL_FLOPPY INSTALL_TINY XEN3PAE_DOM0 src/sys/arch/iyonix/conf: GENERIC src/sys/arch/sgimips/conf: GENERIC32_IP3x src/sys/arch/sparc/conf: GENERIC INSTALL src/sys/arch/sparc64/conf: GENERIC src/sys/conf: files src/sys/dev/pci: files.pci src/sys/dev/sbus: files.sbus Removed Files: src/share/man/man4: en.4 src/sys/dev/ic: midway.c midwayreg.h midwayvar.h src/sys/dev/pci: if_en_pci.c src/sys/dev/sbus: if_en.c Log Message: Retire the 'midway' driver. Discussed on tech-net@ recently and also three years ago, part of removing the network ATM code. To generate a diff of this commit: cvs rdiff -u -r1.1612 -r1.1613 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.665 -r1.666 src/share/man/man4/Makefile cvs rdiff -u -r1.8 -r0 src/share/man/man4/en.4 cvs rdiff -u -r1.76 -r1.77 src/sys/arch/algor/conf/P4032 cvs rdiff -u -r1.87 -r1.88 src/sys/arch/algor/conf/P5064 cvs rdiff -u -r1.78 -r1.79 src/sys/arch/algor/conf/P6032 cvs rdiff -u -r1.385 -r1.386 src/sys/arch/alpha/conf/GENERIC cvs rdiff -u -r1.110 -r1.111 src/sys/arch/alpha/conf/INSTALL cvs rdiff -u -r1.42 -r1.43 src/sys/arch/alpha/conf/RAWHIDE cvs rdiff -u -r1.100 -r1.101 src/sys/arch/amd64/conf/ALL cvs rdiff -u -r1.504 -r1.505 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.156 -r1.157 src/sys/arch/amd64/conf/XEN3_DOM0 cvs rdiff -u -r1.190 -r1.191 src/sys/arch/arc/conf/GENERIC cvs rdiff -u -r1.168 -r1.169 src/sys/arch/cats/conf/GENERIC cvs rdiff -u -r1.105 -r1.106 src/sys/arch/cats/conf/INSTALL cvs rdiff -u -r1.159 -r1.160 src/sys/arch/cobalt/conf/GENERIC cvs rdiff -u -r1.68 -r1.69 src/sys/arch/cobalt/conf/INSTALL cvs rdiff -u -r1.54 -r1.55 src/sys/arch/evbarm/conf/IXDP425 cvs rdiff -u -r1.62 -r1.63 src/sys/arch/evbarm/conf/ZAO425 cvs rdiff -u -r1.90 -r1.91 src/sys/arch/evbmips/conf/MALTA cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbppc/conf/PMPPC cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hppa/conf/GENERIC cvs rdiff -u -r1.450 -r1.451 src/sys/arch/i386/conf/ALL cvs rdiff -u -r1.1191 -r1.1192 src/sys/arch/i386/conf/GENERIC cvs rdiff -u -r1.159 -r1.160 src/sys/arch/i386/conf/GENERIC_TINY cvs rdiff -u -r1.45 -r1.46 src/sys/arch/i386/conf/INSTALL_FLOPPY cvs rdiff -u -r1.157 -r1.158 src/sys/arch/i386/conf/INSTALL_TINY cvs rdiff -u -r1.5 -r1.6 src/sys/arch/i386/conf/XEN3PAE_DOM0 cvs rdiff -u -r1.101 -r1.102 src/sys/arch/iyonix/conf/GENERIC cvs rdiff -u -r1.118 -r1.119 src/sys/arch/sgimips/conf/GENERIC32_IP3x cvs rdiff -u -r1.260 -r1.261 src/sys/arch/sparc/conf/GENERIC cvs rdiff -u -r1.100 -r1.101 src/sys/arch/sparc/conf/INSTALL cvs rdiff -u -r1.206 -r1.207 src/sys/arch/sparc64/conf/GENERIC cvs rdiff -u -r1.1204 -r1.1205 src/sys/conf/files cvs rdiff -u -r1.103 -r0 src/sys/dev/ic/midway.c cvs rdiff -u -r1.14 -r0 src/sys/dev/ic/midwayreg.h cvs rdiff -u -r1.19 -r0 src/sys/dev/ic/midwayvar.h cvs rdiff -u -r1.400 -r1.401 src/sys/dev/pci/files.pci cvs rdiff -u -r1.37 -r0 src/sys/dev/pci/if_en_pci.c cvs rdiff -u -r1.42 -r1.43 src/sys/dev/sbus/files.sbus cvs rdiff -u -r1.29 -r0 src/sys/dev/sbus/if_en.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 Sep 6 06:42:00 UTC 2018 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: mi src/distrib/sets/lists/man: mi src/share/man/man7: hier.7 src.7 src/sys/compat/common: if_43.c uipc_syscalls_43.c src/sys/compat/netbsd32: netbsd32_ioctl.h src/sys/conf: files src/sys/net: Makefile files.net if.c netisr.h netisr_dispatch.h src/sys/netinet: Makefile src/usr.sbin: Makefile Removed Files: src/sys/net: if_atm.h if_atmsubr.c src/sys/netinet: if_atm.c if_atm.h src/sys/netnatm: Makefile files.netnatm natm.c natm.h natm_pcb.c natm_proto.c src/usr.sbin/pvcsif: Makefile pvcsif.8 pvcsif.c src/usr.sbin/pvctxctl: Makefile pvctxctl.8 pvctxctl.c Log Message: Remove the network ATM code. To generate a diff of this commit: cvs rdiff -u -r1.1183 -r1.1184 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.2225 -r1.2226 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.263 -r1.264 src/distrib/sets/lists/debug/mi cvs rdiff -u -r1.1613 -r1.1614 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.130 -r1.131 src/share/man/man7/hier.7 cvs rdiff -u -r1.12 -r1.13 src/share/man/man7/src.7 cvs rdiff -u -r1.14 -r1.15 src/sys/compat/common/if_43.c cvs rdiff -u -r1.49 -r1.50 src/sys/compat/common/uipc_syscalls_43.c cvs rdiff -u -r1.60 -r1.61 src/sys/compat/netbsd32/netbsd32_ioctl.h cvs rdiff -u -r1.1205 -r1.1206 src/sys/conf/files cvs rdiff -u -r1.37 -r1.38 src/sys/net/Makefile cvs rdiff -u -r1.17 -r1.18 src/sys/net/files.net cvs rdiff -u -r1.434 -r1.435 src/sys/net/if.c cvs rdiff -u -r1.21 -r0 src/sys/net/if_atm.h cvs rdiff -u -r1.61 -r0 src/sys/net/if_atmsubr.c cvs rdiff -u -r1.45 -r1.46 src/sys/net/netisr.h cvs rdiff -u -r1.19 -r1.20 src/sys/net/netisr_dispatch.h cvs rdiff -u -r1.29 -r1.30 src/sys/netinet/Makefile cvs rdiff -u -r1.39 -r0 src/sys/netinet/if_atm.c cvs rdiff -u -r1.13 -r0 src/sys/netinet/if_atm.h cvs rdiff -u -r1.2 -r0 src/sys/netnatm/Makefile cvs rdiff -u -r1.1 -r0 src/sys/netnatm/files.netnatm cvs rdiff -u -r1.53 -r0 src/sys/netnatm/natm.c cvs rdiff -u -r1.15 -r0 src/sys/netnatm/natm.h cvs rdiff -u -r1.17 -r0 src/sys/netnatm/natm_pcb.c cvs rdiff -u -r1.18 -r0 src/sys/netnatm/natm_proto.c cvs rdiff -u -r1.277 -r1.278 src/usr.sbin/Makefile cvs rdiff -u -r1.2 -r0 src/usr.sbin/pvcsif/Makefile cvs rdiff -u -r1.4 -r0 src/usr.sbin/pvcsif/pvcsif.8 cvs rdiff -u -r1.5 -r0 src/usr.sbin/pvcsif/pvcsif.c cvs rdiff -u -r1.2 -r0 src/usr.sbin/pvctxctl/Makefile cvs rdiff -u -r1.7 -r0 src/usr.sbin/pvctxctl/pvctxctl.8 \ src/usr.sbin/pvctxctl/pvctxctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: maxv Date: Thu Sep 6 06:46:25 UTC 2018 Modified Files: src/doc: CHANGES TODO.smpnet Log Message: Note removal of midway and NATM, and prune the entries from TODO.smpnet. To generate a diff of this commit: cvs rdiff -u -r1.2439 -r1.2440 src/doc/CHANGES cvs rdiff -u -r1.23 -r1.24 src/doc/TODO.smpnet Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.