CVS commit: src/sys/compat/linux/arch/arm
Module Name:src Committed By: martin Date: Sun Jan 15 11:46:21 UTC 2017 Modified Files: src/sys/compat/linux/arch/arm: linux_systrace_args.c Log Message: Cast pointer to int via intptr_t To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/compat/linux/arch/arm/linux_systrace_args.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/m68k/fpe
Module Name:src Committed By: isaki Date: Sun Jan 15 11:56:11 UTC 2017 Modified Files: src/sys/arch/m68k/fpe: fpu_exp.c Log Message: exp(>11356) is +inf even if extended precision. exp(<-11401) is 0 even if extended precision. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/m68k/fpe/fpu_exp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: christos Date: Sun Jan 15 15:18:52 UTC 2017 Modified Files: src/sys/kern: makesyscalls.sh Log Message: need intptr_t cast for linux_handler_t To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/sys/kern/makesyscalls.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/linux/arch/arm
Module Name:src Committed By: christos Date: Sun Jan 15 15:19:33 UTC 2017 Modified Files: src/sys/compat/linux/arch/arm: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c linux_systrace_args.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/compat/linux/arch/arm/linux_syscall.h \ src/sys/compat/linux/arch/arm/linux_syscallargs.h \ src/sys/compat/linux/arch/arm/linux_syscalls.c \ src/sys/compat/linux/arch/arm/linux_sysent.c cvs rdiff -u -r1.5 -r1.6 src/sys/compat/linux/arch/arm/linux_systrace_args.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/linux/arch/arm
Module Name:src Committed By: christos Date: Sun Jan 15 15:20:15 UTC 2017 Modified Files: src/sys/compat/linux/arch/arm: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c linux_systrace_args.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/compat/linux/arch/arm/linux_syscall.h \ src/sys/compat/linux/arch/arm/linux_syscallargs.h \ src/sys/compat/linux/arch/arm/linux_syscalls.c \ src/sys/compat/linux/arch/arm/linux_sysent.c cvs rdiff -u -r1.6 -r1.7 src/sys/compat/linux/arch/arm/linux_systrace_args.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/hppa/include
Module Name:src Committed By: christos Date: Sun Jan 15 15:27:41 UTC 2017 Modified Files: src/sys/arch/hppa/include: lock.h Log Message: more types for constants To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hppa/include/lock.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/gen
Module Name:src Committed By: christos Date: Sun Jan 15 16:41:39 UTC 2017 Modified Files: src/lib/libc/gen: syslog_ss.c Log Message: fix *syslog_ss* To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/gen/syslog_ss.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/linux/arch/arm
Module Name:src Committed By: christos Date: Sun Jan 15 17:00:37 UTC 2017 Modified Files: src/sys/compat/linux/arch/arm: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c linux_systrace_args.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/compat/linux/arch/arm/linux_syscall.h \ src/sys/compat/linux/arch/arm/linux_syscallargs.h \ src/sys/compat/linux/arch/arm/linux_syscalls.c \ src/sys/compat/linux/arch/arm/linux_sysent.c cvs rdiff -u -r1.7 -r1.8 src/sys/compat/linux/arch/arm/linux_systrace_args.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: christos Date: Sun Jan 15 17:00:59 UTC 2017 Modified Files: src/sys/kern: makesyscalls.sh Log Message: put linux_handler_t in the right place. To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/sys/kern/makesyscalls.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/hppa/include
Module Name:src Committed By: christos Date: Sun Jan 15 18:03:12 UTC 2017 Modified Files: src/sys/arch/hppa/include: lock.h Log Message: undo paren change To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hppa/include/lock.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libprop
Module Name:src Committed By: christos Date: Sun Jan 15 18:15:45 UTC 2017 Modified Files: src/common/lib/libprop: prop_kern.c Log Message: bump to 128K (because of npf large rules) and return E2BIG. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/common/lib/libprop/prop_kern.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: christos Date: Sun Jan 15 20:10:25 UTC 2017 Modified Files: src/include: ucontext.h Log Message: elide strict-prototypes for unrepresentable function To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/include/ucontext.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [bouyer-socketcan] src/sys
Module Name:src Committed By: bouyer Date: Sun Jan 15 20:27:34 UTC 2017 Modified Files: src/sys [bouyer-socketcan]: Makefile src/sys/conf [bouyer-socketcan]: files src/sys/net [bouyer-socketcan]: netisr.h netisr_dispatch.h src/sys/rump/include/opt [bouyer-socketcan]: opt_rumpkernel.h src/sys/rump/include/rump [bouyer-socketcan]: rumpdefs.h src/sys/rump/net [bouyer-socketcan]: Makefile.rumpnetcomp src/sys/sys [bouyer-socketcan]: socket.h Added Files: src/sys/netcan [bouyer-socketcan]: Makefile can.c can.h can_pcb.c can_pcb.h can_proto.c can_var.h files.netcan if_canloop.c src/sys/rump/net/lib/libnetcan [bouyer-socketcan]: Makefile NETCAN.ioconf netcan_component.c Log Message: Initial commit of a CAN socket layer, compatible with linux SoccketCAN (but incomplete). Based on work from Robert Swindells. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.79.22.1 src/sys/Makefile cvs rdiff -u -r1.1168 -r1.1168.2.1 src/sys/conf/files cvs rdiff -u -r1.44 -r1.44.4.1 src/sys/net/netisr.h cvs rdiff -u -r1.18 -r1.18.12.1 src/sys/net/netisr_dispatch.h cvs rdiff -u -r0 -r1.1.2.1 src/sys/netcan/Makefile src/sys/netcan/can.c \ src/sys/netcan/can.h src/sys/netcan/can_pcb.c src/sys/netcan/can_pcb.h \ src/sys/netcan/can_proto.c src/sys/netcan/can_var.h \ src/sys/netcan/files.netcan src/sys/netcan/if_canloop.c cvs rdiff -u -r1.5 -r1.5.4.1 src/sys/rump/include/opt/opt_rumpkernel.h cvs rdiff -u -r1.36 -r1.36.4.1 src/sys/rump/include/rump/rumpdefs.h cvs rdiff -u -r1.16 -r1.16.2.1 src/sys/rump/net/Makefile.rumpnetcomp cvs rdiff -u -r0 -r1.1.2.1 src/sys/rump/net/lib/libnetcan/Makefile \ src/sys/rump/net/lib/libnetcan/NETCAN.ioconf \ src/sys/rump/net/lib/libnetcan/netcan_component.c cvs rdiff -u -r1.120 -r1.120.2.1 src/sys/sys/socket.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [bouyer-socketcan] src/tests/net
Module Name:src Committed By: bouyer Date: Sun Jan 15 20:29:01 UTC 2017 Modified Files: src/tests/net [bouyer-socketcan]: Makefile Added Files: src/tests/net/can [bouyer-socketcan]: Makefile t_can.c Log Message: Basic tests for our SocketCAN implementation (using rump) To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.30.2.1 src/tests/net/Makefile cvs rdiff -u -r0 -r1.1.2.1 src/tests/net/can/Makefile \ src/tests/net/can/t_can.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: bouyer Date: Sun Jan 15 20:36:21 UTC 2017 Modified Files: src/doc: BRANCHES Log Message: Document bouyer-socketcan While there update status of bouyer-quota2 (which got merged a long time ago). To generate a diff of this commit: cvs rdiff -u -r1.336 -r1.337 src/doc/BRANCHES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [bouyer-socketcan] src/sys/netcan
Module Name:src Committed By: bouyer Date: Sun Jan 15 21:01:34 UTC 2017 Modified Files: src/sys/netcan [bouyer-socketcan]: can.h Log Message: Align can_frame.data to 8 bytes, per SocketCAN spec. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/netcan/can.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint/lint1
Module Name:src Committed By: christos Date: Sun Jan 15 21:10:24 UTC 2017 Modified Files: src/usr.bin/xlint/lint1: scan.l Log Message: leave pragmas alone. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/usr.bin/xlint/lint1/scan.l 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: snj Date: Sun Jan 15 21:19:28 UTC 2017 Modified Files: src/doc: 3RDPARTY Log Message: note that spz updated BIND to 9.10.4-P5 (thanks!) and that 9.11.0-P2 is out (though it seems kinda silly to track that branch) To generate a diff of this commit: cvs rdiff -u -r1.1396 -r1.1397 src/doc/3RDPARTY Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3
Module Name:src Committed By: christos Date: Sun Jan 15 21:27:38 UTC 2017 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile Log Message: elide psabi errors on i386 To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/external/gpl3/gcc/lib/libstdc++-v3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libprop
Module Name:src Committed By: pgoyette Date: Sun Jan 15 21:42:09 UTC 2017 Modified Files: src/common/lib/libprop: prop_copyin_ioctl.9 Log Message: Document E2BIG error when copying a large object. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/common/lib/libprop/prop_copyin_ioctl.9 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: kamil Date: Sun Jan 15 21:42:03 UTC 2017 Modified Files: src/sys/sys: siginfo.h Log Message: Introduce TRAP_HWWPT in for hw assisted watchpoints TRAP_HWWPT is si_code of SIGTRAP and it will be used for hardware assisted watchpoints (vel breakpoints). Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/sys/siginfo.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libprop
Module Name:src Committed By: wiz Date: Sun Jan 15 22:14:22 UTC 2017 Modified Files: src/common/lib/libprop: prop_copyin_ioctl.9 Log Message: Sort errors. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/common/lib/libprop/prop_copyin_ioctl.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: kamil Date: Sun Jan 15 22:18:11 UTC 2017 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: Fix one markup issue and add initial HISTORY section Import HISTORY notes from FreeBSD. Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/lib/libc/sys/ptrace.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src
Module Name:src Committed By: snj Date: Sun Jan 15 23:51:32 UTC 2017 Modified Files: src/sbin/scsictl [netbsd-6]: scsictl.8 scsictl.c src/sys/dev/scsipi [netbsd-6]: scsi_disk.h Log Message: Pull up following revision(s) (requested by flxd in ticket #1418): sbin/scsictl/scsictl.8: 1.27, 1.29, 1.30 via patch sbin/scsictl/scsictl.c: revision 1.39 via patch sys/dev/scsipi/scsi_disk.h: revision 1.32 Add "getrealloc" and "setrealloc" commands to get/set automatic reallocation parameters/enables for error recovery, similar to {get,set}cache. Many old SCSI disks shipped with reallocation disabled, albeit supporting it. Minor (cosmetic) fixup of scsi_disk_pages while there. Based upon code in PR bin/29165 by Greg A. Woods. OK christos@ -- Bump date for previous. -- Add crossreference to scsi(4) per note in PR 9627. Whitespace, sort. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.25.22.1 src/sbin/scsictl/scsictl.8 cvs rdiff -u -r1.33 -r1.33.4.1 src/sbin/scsictl/scsictl.c cvs rdiff -u -r1.31 -r1.31.116.1 src/sys/dev/scsipi/scsi_disk.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: snj Date: Sun Jan 15 23:53:13 UTC 2017 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: 1418 To generate a diff of this commit: cvs rdiff -u -r1.1.2.268 -r1.1.2.269 src/doc/CHANGES-6.2 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: knakahara Date: Mon Jan 16 00:09:07 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: support {extended, advanced} receive descriptor for wm(4). support below two receive descriptors. - extended descriptor (used by 82574 only) - advanced descriptor (used by 82575 and newer) SPH(split header buffer) is not supported yet. ok by msaitoh@n.o. To generate a diff of this commit: cvs rdiff -u -r1.465 -r1.466 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.94 -r1.95 src/sys/dev/pci/if_wmreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/linux/arch
Module Name:src Committed By: christos Date: Mon Jan 16 00:11:10 UTC 2017 Modified Files: src/sys/compat/linux/arch/alpha: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c src/sys/compat/linux/arch/amd64: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c linux_systrace_args.c src/sys/compat/linux/arch/arm: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c linux_systrace_args.c src/sys/compat/linux/arch/i386: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c linux_systrace_args.c src/sys/compat/linux/arch/m68k: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c src/sys/compat/linux/arch/mips: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c src/sys/compat/linux/arch/powerpc: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c Log Message: regen all To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/sys/compat/linux/arch/alpha/linux_syscall.h \ src/sys/compat/linux/arch/alpha/linux_sysent.c cvs rdiff -u -r1.101 -r1.102 \ src/sys/compat/linux/arch/alpha/linux_syscallargs.h cvs rdiff -u -r1.103 -r1.104 src/sys/compat/linux/arch/alpha/linux_syscalls.c cvs rdiff -u -r1.63 -r1.64 src/sys/compat/linux/arch/amd64/linux_syscall.h \ src/sys/compat/linux/arch/amd64/linux_syscallargs.h \ src/sys/compat/linux/arch/amd64/linux_syscalls.c \ src/sys/compat/linux/arch/amd64/linux_sysent.c cvs rdiff -u -r1.7 -r1.8 \ src/sys/compat/linux/arch/amd64/linux_systrace_args.c cvs rdiff -u -r1.75 -r1.76 src/sys/compat/linux/arch/arm/linux_syscall.h \ src/sys/compat/linux/arch/arm/linux_syscallargs.h \ src/sys/compat/linux/arch/arm/linux_syscalls.c \ src/sys/compat/linux/arch/arm/linux_sysent.c cvs rdiff -u -r1.8 -r1.9 src/sys/compat/linux/arch/arm/linux_systrace_args.c cvs rdiff -u -r1.111 -r1.112 src/sys/compat/linux/arch/i386/linux_syscall.h \ src/sys/compat/linux/arch/i386/linux_syscallargs.h \ src/sys/compat/linux/arch/i386/linux_sysent.c cvs rdiff -u -r1.112 -r1.113 src/sys/compat/linux/arch/i386/linux_syscalls.c cvs rdiff -u -r1.6 -r1.7 src/sys/compat/linux/arch/i386/linux_systrace_args.c cvs rdiff -u -r1.101 -r1.102 src/sys/compat/linux/arch/m68k/linux_syscall.h \ src/sys/compat/linux/arch/m68k/linux_syscalls.c \ src/sys/compat/linux/arch/m68k/linux_sysent.c cvs rdiff -u -r1.100 -r1.101 \ src/sys/compat/linux/arch/m68k/linux_syscallargs.h cvs rdiff -u -r1.70 -r1.71 src/sys/compat/linux/arch/mips/linux_syscall.h cvs rdiff -u -r1.69 -r1.70 src/sys/compat/linux/arch/mips/linux_syscallargs.h \ src/sys/compat/linux/arch/mips/linux_syscalls.c \ src/sys/compat/linux/arch/mips/linux_sysent.c cvs rdiff -u -r1.79 -r1.80 src/sys/compat/linux/arch/powerpc/linux_syscall.h \ src/sys/compat/linux/arch/powerpc/linux_sysent.c cvs rdiff -u -r1.78 -r1.79 \ src/sys/compat/linux/arch/powerpc/linux_syscallargs.h \ src/sys/compat/linux/arch/powerpc/linux_syscalls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/linux
Module Name:src Committed By: christos Date: Mon Jan 16 00:11:42 UTC 2017 Added Files: src/sys/compat/linux: Makefile src/sys/compat/linux/arch: Makefile Log Message: add Makefile struct To generate a diff of this commit: cvs rdiff -u -r0 -r1.5 src/sys/compat/linux/Makefile cvs rdiff -u -r0 -r1.1 src/sys/compat/linux/arch/Makefile 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: knakahara Date: Mon Jan 16 00:14:04 UTC 2017 Modified Files: src/sys/dev/pci: if_wm.c Log Message: update todo comment To generate a diff of this commit: cvs rdiff -u -r1.466 -r1.467 src/sys/dev/pci/if_wm.c 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: msaitoh Date: Mon Jan 16 04:44:38 UTC 2017 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Intel SSD DC P3520. To generate a diff of this commit: cvs rdiff -u -r1.1278 -r1.1279 src/sys/dev/pci/pcidevs 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: msaitoh Date: Mon Jan 16 04:45:07 UTC 2017 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1270 -r1.1271 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1269 -r1.1270 src/sys/dev/pci/pcidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: ryo Date: Mon Jan 16 07:33:36 UTC 2017 Modified Files: src/sys/dist/pf/net: pf_osfp.c src/sys/net: if_spppsubr.c src/sys/netinet: dccp_usrreq.c if_arp.c in.c in_var.h ip_carp.c ip_output.c sctp_asconf.c sctputil.c src/sys/netinet6: icmp6.c in6.c in6_gif.c in6_src.c in6_var.h ip6_forward.c ip6_input.c ip6_mroute.c ip6_output.c mld6.c nd6.c nd6_nbr.c nd6_rtr.c scope6.c src/sys/netipsec: ipsec.c ipsec_input.c Log Message: Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mpsafe. Reviewed by ozaki-r@ To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dist/pf/net/pf_osfp.c cvs rdiff -u -r1.165 -r1.166 src/sys/net/if_spppsubr.c cvs rdiff -u -r1.10 -r1.11 src/sys/netinet/dccp_usrreq.c \ src/sys/netinet/sctputil.c cvs rdiff -u -r1.233 -r1.234 src/sys/netinet/if_arp.c cvs rdiff -u -r1.195 -r1.196 src/sys/netinet/in.c cvs rdiff -u -r1.91 -r1.92 src/sys/netinet/in_var.h cvs rdiff -u -r1.81 -r1.82 src/sys/netinet/ip_carp.c cvs rdiff -u -r1.267 -r1.268 src/sys/netinet/ip_output.c cvs rdiff -u -r1.7 -r1.8 src/sys/netinet/sctp_asconf.c cvs rdiff -u -r1.204 -r1.205 src/sys/netinet6/icmp6.c cvs rdiff -u -r1.233 -r1.234 src/sys/netinet6/in6.c cvs rdiff -u -r1.83 -r1.84 src/sys/netinet6/in6_gif.c \ src/sys/netinet6/ip6_forward.c cvs rdiff -u -r1.76 -r1.77 src/sys/netinet6/in6_src.c cvs rdiff -u -r1.89 -r1.90 src/sys/netinet6/in6_var.h cvs rdiff -u -r1.171 -r1.172 src/sys/netinet6/ip6_input.c cvs rdiff -u -r1.113 -r1.114 src/sys/netinet6/ip6_mroute.c cvs rdiff -u -r1.180 -r1.181 src/sys/netinet6/ip6_output.c cvs rdiff -u -r1.77 -r1.78 src/sys/netinet6/mld6.c cvs rdiff -u -r1.224 -r1.225 src/sys/netinet6/nd6.c cvs rdiff -u -r1.134 -r1.135 src/sys/netinet6/nd6_nbr.c cvs rdiff -u -r1.129 -r1.130 src/sys/netinet6/nd6_rtr.c cvs rdiff -u -r1.15 -r1.16 src/sys/netinet6/scope6.c cvs rdiff -u -r1.67 -r1.68 src/sys/netipsec/ipsec.c cvs rdiff -u -r1.36 -r1.37 src/sys/netipsec/ipsec_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.