CVS commit: src/external/gpl3/gcc/dist/gcc/config
Module Name:src Committed By: mrg Date: Thu May 29 07:05:10 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: make LINK_EH_SPEC match other usage. fixes powerpc build. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gcc/dist/gcc/config/netbsd.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/qbus
Module Name:src Committed By: wiz Date: Thu May 29 07:08:10 UTC 2014 Modified Files: src/sys/dev/qbus: if_il.c Log Message: Add missing braces. From Henning Petersen in PR 48846. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/qbus/if_il.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: mrg Date: Thu May 29 07:40:37 UTC 2014 Modified Files: src/external/gpl3/gcc/usr.bin: Makefile.inc src/tools/gcc: Makefile Added Files: src/tools/gcc: gcc-version.mk Log Message: commonize the netbsd local version string. (the native one wasn't updated, and now that won't be a problem again.) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/external/gpl3/gcc/usr.bin/Makefile.inc cvs rdiff -u -r1.68 -r1.69 src/tools/gcc/Makefile cvs rdiff -u -r0 -r1.1 src/tools/gcc/gcc-version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/config
Module Name:src Committed By: mrg Date: Thu May 29 07:47:45 UTC 2014 Modified Files: src/usr.bin/config: config.5 gram.y sem.c Log Message: implement "no ident". To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/config/config.5 cvs rdiff -u -r1.38 -r1.39 src/usr.bin/config/gram.y cvs rdiff -u -r1.42 -r1.43 src/usr.bin/config/sem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/config
Module Name:src Committed By: wiz Date: Thu May 29 08:13:17 UTC 2014 Modified Files: src/usr.bin/config: config.5 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.bin/config/config.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mipsco/mipsco
Module Name:src Committed By: skrll Date: Thu May 29 10:11:41 UTC 2014 Modified Files: src/sys/arch/mipsco/mipsco: autoconf.c Log Message: Remove unused variable. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/mipsco/mipsco/autoconf.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: njoly Date: Thu May 29 10:35:27 UTC 2014 Modified Files: src/sys/compat/linux/arch/alpha: syscalls.master src/sys/compat/linux/arch/amd64: syscalls.master src/sys/compat/linux/arch/arm: syscalls.master src/sys/compat/linux/arch/i386: syscalls.master src/sys/compat/linux/arch/m68k: syscalls.master src/sys/compat/linux/arch/mips: syscalls.master src/sys/compat/linux/arch/powerpc: syscalls.master src/sys/compat/linux/common: linux_misc.c Log Message: For utimes(2), use compat_50_sys_utimes() instead of local version. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/compat/linux/arch/alpha/syscalls.master cvs rdiff -u -r1.50 -r1.51 src/sys/compat/linux/arch/amd64/syscalls.master cvs rdiff -u -r1.59 -r1.60 src/sys/compat/linux/arch/arm/syscalls.master cvs rdiff -u -r1.116 -r1.117 src/sys/compat/linux/arch/i386/syscalls.master cvs rdiff -u -r1.86 -r1.87 src/sys/compat/linux/arch/m68k/syscalls.master cvs rdiff -u -r1.54 -r1.55 src/sys/compat/linux/arch/mips/syscalls.master cvs rdiff -u -r1.63 -r1.64 src/sys/compat/linux/arch/powerpc/syscalls.master cvs rdiff -u -r1.228 -r1.229 src/sys/compat/linux/common/linux_misc.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
Module Name:src Committed By: njoly Date: Thu May 29 10:36:31 UTC 2014 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 src/sys/compat/linux/arch/arm: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c src/sys/compat/linux/arch/i386: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.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 Log Message: Regen for utimes(2) change. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/compat/linux/arch/alpha/linux_syscall.h \ src/sys/compat/linux/arch/alpha/linux_sysent.c cvs rdiff -u -r1.92 -r1.93 \ src/sys/compat/linux/arch/alpha/linux_syscallargs.h cvs rdiff -u -r1.94 -r1.95 src/sys/compat/linux/arch/alpha/linux_syscalls.c cvs rdiff -u -r1.52 -r1.53 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.62 -r1.63 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.101 -r1.102 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.102 -r1.103 src/sys/compat/linux/arch/i386/linux_syscalls.c cvs rdiff -u -r1.92 -r1.93 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.91 -r1.92 src/sys/compat/linux/arch/m68k/linux_syscallargs.h cvs rdiff -u -r1.59 -r1.60 src/sys/compat/linux/arch/mips/linux_syscall.h cvs rdiff -u -r1.58 -r1.59 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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/kern/lib/libsys_linux
Module Name:src Committed By: njoly Date: Thu May 29 10:41:48 UTC 2014 Modified Files: src/sys/rump/kern/lib/libsys_linux: syscalls.master Log Message: Ajust for compat linux utimes(2) change. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/rump/kern/lib/libsys_linux/syscalls.master Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/kern/lib/libsys_linux
Module Name:src Committed By: njoly Date: Thu May 29 10:42:23 UTC 2014 Modified Files: src/sys/rump/kern/lib/libsys_linux: rump_linux_syscall.h rump_linux_syscallargs.h rump_linux_syscalls.c rump_linux_sysent.c Log Message: Regen for utimes(2). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \ src/sys/rump/kern/lib/libsys_linux/rump_linux_syscall.h cvs rdiff -u -r1.16 -r1.17 \ src/sys/rump/kern/lib/libsys_linux/rump_linux_syscallargs.h \ src/sys/rump/kern/lib/libsys_linux/rump_linux_syscalls.c \ src/sys/rump/kern/lib/libsys_linux/rump_linux_sysent.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/linux32/arch/amd64
Module Name:src Committed By: njoly Date: Thu May 29 10:47:00 UTC 2014 Modified Files: src/sys/compat/linux32/arch/amd64: syscalls.master Log Message: Add utimes(2) support. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/compat/linux32/arch/amd64/syscalls.master Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/linux32/arch/amd64
Module Name:src Committed By: njoly Date: Thu May 29 10:47:23 UTC 2014 Modified Files: src/sys/compat/linux32/arch/amd64: linux32_syscall.h linux32_syscallargs.h linux32_syscalls.c linux32_sysent.c Log Message: Regen for utimes(2). To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 \ src/sys/compat/linux32/arch/amd64/linux32_syscall.h \ src/sys/compat/linux32/arch/amd64/linux32_syscallargs.h \ src/sys/compat/linux32/arch/amd64/linux32_syscalls.c \ src/sys/compat/linux32/arch/amd64/linux32_sysent.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/rpc
Module Name:src Committed By: christos Date: Thu May 29 12:35:45 UTC 2014 Modified Files: src/lib/libc/rpc: svc_generic.c Log Message: Don't try to listen on UDP sockets. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/rpc/svc_generic.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/mips/atheros
Module Name:src Committed By: skrll Date: Thu May 29 14:41:26 UTC 2014 Modified Files: src/sys/arch/mips/atheros: ar9344.c Log Message: Comment out nfrac as it's unused. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/atheros/ar9344.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/i386/conf
Module Name:src Committed By: christos Date: Thu May 29 14:48:40 UTC 2014 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: enable IPSEC To generate a diff of this commit: cvs rdiff -u -r1.1103 -r1.1104 src/sys/arch/i386/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amd64/conf
Module Name:src Committed By: christos Date: Thu May 29 14:49:36 UTC 2014 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: enable IPSEC To generate a diff of this commit: cvs rdiff -u -r1.386 -r1.387 src/sys/arch/amd64/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools/gcc
Module Name:src Committed By: skrll Date: Thu May 29 16:27:50 UTC 2014 Modified Files: src/tools/gcc: mknative-gcc Log Message: Don't grab libstdc++-v3/config.h it's not used. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 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: src/external/gpl3/gcc/lib/libstdc++-v3/arch
Module Name:src Committed By: skrll Date: Thu May 29 16:28:29 UTC 2014 Removed Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/coldfire: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64: config.h Log Message: Remove unused files. To generate a diff of this commit: cvs rdiff -u -r1.9 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h cvs rdiff -u -r1.11 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h cvs rdiff -u -r1.10 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h cvs rdiff -u -r1.5 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/coldfire/config.h cvs rdiff -u -r1.9 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h cvs rdiff -u -r1.7 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/config.h cvs rdiff -u -r1.7 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/config.h cvs rdiff -u -r1.5 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/config.h cvs rdiff -u -r1.4 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/config.h cvs rdiff -u -r1.4 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/config.h cvs rdiff -u -r1.4 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/config.h cvs rdiff -u -r1.4 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/config.h cvs rdiff -u -r1.4 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/config.h cvs rdiff -u -r1.4 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/config.h cvs rdiff -u -r1.4 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/config.h cvs rdiff -u -r1.4 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/config.h cvs rdiff -u -r1.4 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf/config.h cvs rdiff -u -r1.4 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb/config.h cvs rdiff -u -r1.8 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h cvs rdiff -u -r1.8 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/i386/config.h cvs rdiff -u -r1.2 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/config.h cvs rdiff -u -r1.8 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h cvs rdiff -u -r1.8 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/config.h cvs rdiff -u -r1.9 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h cvs rdiff -u -r1.9 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/config.h cvs rdiff -u -r1.10 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/config.h cvs rdiff -u -r1.9 -r0 \ src/external/gpl3/gcc/lib/libstdc++-v3/arc
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: plunky Date: Thu May 29 19:08:30 UTC 2014 Modified Files: src/sys/arch/x86/x86: mtrr_i686.c Log Message: \%s is not an escape sequence, and we want %s To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x86/x86/mtrr_i686.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: rmind Date: Thu May 29 21:15:55 UTC 2014 Modified Files: src/sys/kern: subr_hash.c Log Message: hashinit: replace loop with a formula. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/kern/subr_hash.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/drm2/i915drm
Module Name:src Committed By: riastradh Date: Thu May 29 22:05:24 UTC 2014 Modified Files: src/sys/external/bsd/drm2/i915drm: i915_gem_gtt.c Log Message: Work around broken GTT size detection in agp_i810 code. This will do until I work out the twisty maze of registers, all different, to reliably determine the size of the GTT (and hence the GPU's virtual address space) separately from the size of the AGP aperture. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/external/bsd/drm2/i915drm/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: src/sys/netinet
Module Name:src Committed By: rmind Date: Thu May 29 23:02:48 UTC 2014 Modified Files: src/sys/netinet: igmp.c igmp.h igmp_var.h in.c in_var.h ip_carp.c ip_input.c ip_output.c ip_var.h Log Message: Make IGMP and multicast group management code MP-safe. Use a read-write lock to protect the hash table of multicast address records; also, make it private and eliminate some macros. In the long term, the lookup path ought to be optimised. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/netinet/igmp.c cvs rdiff -u -r1.11 -r1.12 src/sys/netinet/igmp.h cvs rdiff -u -r1.23 -r1.24 src/sys/netinet/igmp_var.h cvs rdiff -u -r1.145 -r1.146 src/sys/netinet/in.c cvs rdiff -u -r1.67 -r1.68 src/sys/netinet/in_var.h cvs rdiff -u -r1.55 -r1.56 src/sys/netinet/ip_carp.c cvs rdiff -u -r1.315 -r1.316 src/sys/netinet/ip_input.c cvs rdiff -u -r1.227 -r1.228 src/sys/netinet/ip_output.c cvs rdiff -u -r1.103 -r1.104 src/sys/netinet/ip_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man7
Module Name:src Committed By: christos Date: Fri May 30 01:34:32 UTC 2014 Modified Files: src/share/man/man7: sysctl.7 Log Message: mention new ipsec sysctls. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/share/man/man7/sysctl.7 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: christos Date: Fri May 30 01:39:03 UTC 2014 Modified Files: src/sys/netinet: in.h in_pcb.c in_pcb_hdr.h ip_icmp.c ip_input.c ip_output.c raw_ip.c tcp_input.c tcp_output.c udp_usrreq.c src/sys/netinet6: icmp6.c in6.h in6_pcb.c ip6_forward.c ip6_input.c ip6_output.c raw_ip6.c udp6_usrreq.c src/sys/netipsec: ipsec.c ipsec.h ipsec_netbsd.c key.c key.h Log Message: Introduce 2 new variables: ipsec_enabled and ipsec_used. Ipsec enabled is controlled by sysctl and determines if is allowed. ipsec_used is set automatically based on ipsec being enabled, and rules existing. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/netinet/in.h cvs rdiff -u -r1.147 -r1.148 src/sys/netinet/in_pcb.c cvs rdiff -u -r1.10 -r1.11 src/sys/netinet/in_pcb_hdr.h cvs rdiff -u -r1.133 -r1.134 src/sys/netinet/ip_icmp.c cvs rdiff -u -r1.316 -r1.317 src/sys/netinet/ip_input.c cvs rdiff -u -r1.228 -r1.229 src/sys/netinet/ip_output.c cvs rdiff -u -r1.123 -r1.124 src/sys/netinet/raw_ip.c cvs rdiff -u -r1.331 -r1.332 src/sys/netinet/tcp_input.c cvs rdiff -u -r1.175 -r1.176 src/sys/netinet/tcp_output.c cvs rdiff -u -r1.198 -r1.199 src/sys/netinet/udp_usrreq.c cvs rdiff -u -r1.167 -r1.168 src/sys/netinet6/icmp6.c cvs rdiff -u -r1.75 -r1.76 src/sys/netinet6/in6.h cvs rdiff -u -r1.124 -r1.125 src/sys/netinet6/in6_pcb.c cvs rdiff -u -r1.72 -r1.73 src/sys/netinet6/ip6_forward.c cvs rdiff -u -r1.145 -r1.146 src/sys/netinet6/ip6_input.c cvs rdiff -u -r1.156 -r1.157 src/sys/netinet6/ip6_output.c cvs rdiff -u -r1.117 -r1.118 src/sys/netinet6/raw_ip6.c cvs rdiff -u -r1.97 -r1.98 src/sys/netinet6/udp6_usrreq.c cvs rdiff -u -r1.62 -r1.63 src/sys/netipsec/ipsec.c cvs rdiff -u -r1.34 -r1.35 src/sys/netipsec/ipsec.h cvs rdiff -u -r1.36 -r1.37 src/sys/netipsec/ipsec_netbsd.c cvs rdiff -u -r1.87 -r1.88 src/sys/netipsec/key.c cvs rdiff -u -r1.12 -r1.13 src/sys/netipsec/key.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man7
Module Name:src Committed By: christos Date: Fri May 30 01:43:20 UTC 2014 Modified Files: src/share/man/man7: sysctl.7 Log Message: Explain ipsec.enabled better. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/share/man/man7/sysctl.7 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: rmind Date: Fri May 30 01:44:21 UTC 2014 Modified Files: src/usr.bin/netstat: main.c src/usr.sbin/ifmcstat: ifmcstat.c Log Message: netstat(1) and ifmcstat(8): ifnet was renamed to ifnet_list, PR/48850. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/usr.bin/netstat/main.c cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/ifmcstat/ifmcstat.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/mopd
Module Name:src Committed By: joerg Date: Fri May 30 02:16:10 UTC 2014 Modified Files: src/usr.sbin/mopd: Makefile.inc Log Message: No need for libkvm here. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/mopd/Makefile.inc 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: rmind Date: Fri May 30 02:17:01 UTC 2014 Modified Files: src/sys/netinet: ip_var.h Log Message: Use __CTASSERT() in the header. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/netinet/ip_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/ipf/netinet
Module Name:src Committed By: rmind Date: Fri May 30 02:16:17 UTC 2014 Modified Files: src/sys/external/bsd/ipf/netinet: ip_auth.c Log Message: Include cdefs.h earlier for NetBSD. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/ipf/netinet/ip_auth.c 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: rmind Date: Fri May 30 02:27:29 UTC 2014 Modified Files: src/sys/netinet: tcp_input.c Log Message: tcp_signature_getsav: handle !ipsec_used case and fix the build (hi christos!). To generate a diff of this commit: cvs rdiff -u -r1.332 -r1.333 src/sys/netinet/tcp_input.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/ifmcstat
Module Name:src Committed By: joerg Date: Fri May 30 02:28:07 UTC 2014 Modified Files: src/usr.sbin/ifmcstat: ifmcstat.c Log Message: Remove !NetBSD code. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/ifmcstat/ifmcstat.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/ifmcstat
Module Name:src Committed By: joerg Date: Fri May 30 02:31:40 UTC 2014 Modified Files: src/usr.sbin/ifmcstat: ifmcstat.c Log Message: Kill __P. Use static. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/ifmcstat/ifmcstat.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: Fri May 30 03:01:58 UTC 2014 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Intel 3200 Host and PCIe. To generate a diff of this commit: cvs rdiff -u -r1.1191 -r1.1192 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: Fri May 30 03:02:32 UTC 2014 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.1184 -r1.1185 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1183 -r1.1184 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/dev/pci
Module Name:src Committed By: msaitoh Date: Fri May 30 03:42:38 UTC 2014 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: - Add PCI-X capability stuff. - remove extra ':' in pci_conf_print_pcie_cap() - Add comments. To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/sys/dev/pci/pci_subr.c cvs rdiff -u -r1.93 -r1.94 src/sys/dev/pci/pcireg.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
Module Name:src Committed By: msaitoh Date: Fri May 30 05:04:21 UTC 2014 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: - Remove some obsoleted comments. - KNF. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/dev/pci/pci_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: msaitoh Date: Fri May 30 05:37:04 UTC 2014 Modified Files: src/share/misc: bsd-family-tree Log Message: Add 6.0.[45] and 6.1.[34] To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/share/misc/bsd-family-tree Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.