CVS commit: src/sys/netinet6

2016-08-01 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Aug 2 04:50:16 UTC 2016 Modified Files: src/sys/netinet6: files.netinet6 ip6_flow.c ip6_input.c Log Message: ip6flow refactor like ipflow. - move ip6flow sysctls into ip6_flow.c like ip_flow.c:r1.64 - build

CVS commit: src/distrib/notes/common

2016-08-01 Thread Sean Cole
Module Name:src Committed By: scole Date: Mon Aug 1 19:06:32 UTC 2016 Modified Files: src/distrib/notes/common: main Log Message: Add myself To generate a diff of this commit: cvs rdiff -u -r1.530 -r1.531 src/distrib/notes/common/main Please note that diffs are not

CVS commit: src/sys/arch/arm/arm32

2016-08-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Aug 1 19:05:24 UTC 2016 Modified Files: src/sys/arch/arm/arm32: armv7_generic_space.c Log Message: Add pointer to bus_space_set_region_4 implemenation in armv7_generic_bs_tag. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/arm/arm32

2016-08-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Aug 1 18:28:38 UTC 2016 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: pm_remove_all needs handling in pmap_destroy as well as pmap_update To generate a diff of this commit: cvs rdiff -u -r1.337 -r1.338

CVS commit: src/sys/arch/mips/rmi

2016-08-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 1 18:09:50 UTC 2016 Modified Files: src/sys/arch/mips/rmi: rmixl_intr.c Log Message: PR 51384 David Binderman: don't shift into the void To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/x86/x86

2016-08-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 1 16:07:39 UTC 2016 Modified Files: src/sys/arch/x86/x86: x86_machdep.c Log Message: This panic is wrong. There could be two consecutive clusters below avail_start. To generate a diff of this commit: cvs rdiff -u -r1.74

CVS commit: src/sys/kern

2016-08-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 1 15:41:05 UTC 2016 Modified Files: src/sys/kern: subr_kobj.c Log Message: Don't fail if a module does not have a data or rodata section. Small modules don't have data. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/doc

2016-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 1 15:01:50 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: OpenSSH-7.3 out. To generate a diff of this commit: cvs rdiff -u -r1.1347 -r1.1348 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: [pgoyette-localcount] src/share/man/man9

2016-08-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Aug 1 12:02:00 UTC 2016 Modified Files: src/share/man/man9 [pgoyette-localcount]: localcount.9 Log Message: Add a BUGS section, which is really a RESTRICTIONS section (but mdoclint doesn't like RESTRICTIONS!) To generate

CVS commit: src/external/gpl3/binutils

2016-08-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Aug 1 11:22:35 UTC 2016 Modified Files: src/external/gpl3/binutils/lib/libbfd/arch/earm: bfd_stdint.h bfdver.h config.h src/external/gpl3/binutils/lib/libopcodes/arch/earm: config.h

CVS commit: src/sys/netinet

2016-08-01 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Aug 1 10:22:53 UTC 2016 Modified Files: src/sys/netinet: ip_flow.c ip_var.h Log Message: improve fast-forward performance when the number of flows exceeds IPFLOW_MAX. In the fast-forward case, when the number of flows

CVS commit: [pgoyette-localcount] src/tests/lib/libpthread

2016-08-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Aug 1 07:39:23 UTC 2016 Modified Files: src/tests/lib/libpthread [pgoyette-localcount]: t_mutex.c Log Message: Import test fix from HEAD. With this, a complete test run on HEAD vs the localcount branch yields identical