CVS commit: src/sys/net

2016-08-09 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Aug 10 05:56:30 UTC 2016 Modified Files: src/sys/net: files.net Log Message: follow renaming ifmpls to mpls. This fixes i386 ALL build. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/net/files.net

CVS commit: src/sys/dev/pci

2016-08-09 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Aug 10 04:52:40 UTC 2016 Modified Files: src/sys/dev/pci: if_wm.c Log Message: restructure wm(4) evcnt to support multiqueue evcnt. ok by msaitou@n.o. To generate a diff of this commit: cvs rdiff -u -r1.416 -r1.417

CVS commit: src/sys/dev/sdmmc

2016-08-09 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Aug 10 04:24:17 UTC 2016 Modified Files: src/sys/dev/sdmmc: sdhc.c sdmmcreg.h Log Message: Use 1.65-1.95 voltage window for 1.8V support. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

CVS commit: src/sys/ufs/ext2fs

2016-08-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Aug 9 21:08:02 UTC 2016 Modified Files: src/sys/ufs/ext2fs: ext2fs_extern.h ext2fs_htree.c Log Message: Undo revert now Christos has added the missing glue... To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/ufs/ext2fs

2016-08-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 9 20:18:08 UTC 2016 Modified Files: src/sys/ufs/ext2fs: ext2fs_lookup.c Log Message: merge missing function. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/ufs/ext2fs/ext2fs_lookup.c Please

CVS commit: src/sys/ufs/ext2fs

2016-08-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Aug 9 20:03:05 UTC 2016 Modified Files: src/sys/ufs/ext2fs: ext2fs_extern.h ext2fs_htree.c Log Message: Revert previous. This work isn't complete enough to include yet, and the build of current really does need to go back to

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

2016-08-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 9 16:38:24 UTC 2016 Modified Files: src/sys/arch/mips/mips: vm_machdep.c Log Message: Sign extended uarea va appropriately for mips_dcache_inv_range To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153

CVS commit: src/sys/arch/ia64/include

2016-08-09 Thread Sean Cole
Module Name:src Committed By: scole Date: Tue Aug 9 13:45:45 UTC 2016 Modified Files: src/sys/arch/ia64/include: atomic.h Log Message: Rename some functions so any atomic ops from this file and/or can be used. May want to pare overlap in the future, but let's leave

CVS commit: src/sys/ufs/ext2fs

2016-08-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Aug 9 13:18:50 UTC 2016 Modified Files: src/sys/ufs/ext2fs: Makefile ext2fs_extents.h Log Message: Revert previous - which itself (incorrectly) reverted the previous changes, breaking the build. To generate a diff of this

CVS commit: src/sys/uvm

2016-08-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Aug 9 12:17:04 UTC 2016 Modified Files: src/sys/uvm: uvm_mmap.c Log Message: The only error that can occur from munlock() on NetBSD is ENOMEM. Make it be that way. To generate a diff of this commit: cvs rdiff -u -r1.161

CVS commit: src/tests/lib/libc/sys

2016-08-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Aug 9 12:02:44 UTC 2016 Modified Files: src/tests/lib/libc/sys: t_mlock.c Log Message: This test should be testing how the kernel should behave, not how it actually (used to) behave when it was incorrect... Aside from a

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

2016-08-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 9 09:06:31 UTC 2016 Modified Files: src/sys/arch/mips/mips: mipsX_subr.S Log Message: Disable the USPACE cpu_switch_resume optimisation for 16KB PAGE_SIZE Always check for existing TLB entry and remove it Add a comment

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

2016-08-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 9 09:02:10 UTC 2016 Modified Files: src/sys/arch/mips/mips: vm_machdep.c Log Message: Initialise md_upte for the new lwp KASSERT that we're always direct mapped when we expect to be To generate a diff of this commit:

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

2016-08-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 9 08:59:08 UTC 2016 Modified Files: src/sys/arch/mips/mips: mipsX_subr.S vm_machdep.c Log Message: Fixup the #if to reflect when we can have non-direct mappable USPACE To generate a diff of this commit: cvs rdiff -u

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

2016-08-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 9 08:56:23 UTC 2016 Modified Files: src/sys/arch/mips/mips: mipsX_subr.S Log Message: Correct a comment To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/arch/mips/mips/mipsX_subr.S Please note that

CVS commit: src/sys/ufs/ext2fs

2016-08-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 9 07:15:35 UTC 2016 Modified Files: src/sys/ufs/ext2fs: Makefile ext2fs_extents.h ext2fs_extern.h ext2fs_htree.c Log Message: More htree writing support (Hrishikesh Goyal GSoC 2016) To generate a diff of

CVS commit: src/sys/ufs/ext2fs

2016-08-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 9 06:40:25 UTC 2016 Modified Files: src/sys/ufs/ext2fs: ext2fs_extents.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/ufs/ext2fs/ext2fs_extents.c Please note that diffs are