CVS commit: src/sys/uvm

2017-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 29 01:18:35 UTC 2017 Modified Files: src/sys/uvm: uvm_mmap.c Log Message: MAP_COPY is handled in compat To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/sys/uvm/uvm_mmap.c Please note that diffs

CVS commit: src/sys/uvm

2017-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 29 01:18:35 UTC 2017 Modified Files: src/sys/uvm: uvm_mmap.c Log Message: MAP_COPY is handled in compat To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/sys/uvm/uvm_mmap.c Please note that diffs

CVS commit: src/sys/sys

2017-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 29 01:17:47 UTC 2017 Modified Files: src/sys/sys: mman.h Log Message: MAP_COPY moved to compat To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/sys/mman.h Please note that diffs are not public

CVS commit: src/sys/sys

2017-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 29 01:17:47 UTC 2017 Modified Files: src/sys/sys: mman.h Log Message: MAP_COPY moved to compat To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/sys/mman.h Please note that diffs are not public

CVS commit: src/sys/compat

2017-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 29 01:15:40 UTC 2017 Modified Files: src/sys/compat/common: vm_43.c src/sys/compat/netbsd32: netbsd32_netbsd.c src/sys/compat/sys: mman.h Log Message: move MAP_COPY in compat To generate a diff of this

CVS commit: src/sys/compat

2017-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 29 01:15:40 UTC 2017 Modified Files: src/sys/compat/common: vm_43.c src/sys/compat/netbsd32: netbsd32_netbsd.c src/sys/compat/sys: mman.h Log Message: move MAP_COPY in compat To generate a diff of this

CVS commit: src/sbin/nvmectl

2017-04-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Apr 29 00:08:46 UTC 2017 Added Files: src/sbin/nvmectl: wdc.c Log Message: Added missing file... > nvmectl(8): sync with FreeBSD HEAD r316105. > > - Expand the SMART / Health Information Log Page (Page 02) printout based on

CVS commit: src/sbin/nvmectl

2017-04-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Apr 29 00:08:46 UTC 2017 Added Files: src/sbin/nvmectl: wdc.c Log Message: Added missing file... > nvmectl(8): sync with FreeBSD HEAD r316105. > > - Expand the SMART / Health Information Log Page (Page 02) printout based on

CVS commit: src/sbin/nvmectl

2017-04-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Apr 29 00:06:40 UTC 2017 Modified Files: src/sbin/nvmectl: Makefile firmware.c logpage.c nvme.h nvmectl.8 nvmectl.c nvmectl.h Log Message: nvmectl(8): sync with FreeBSD HEAD r316105. - Expand the SMART / Health

CVS commit: src/sbin/nvmectl

2017-04-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Apr 29 00:06:40 UTC 2017 Modified Files: src/sbin/nvmectl: Makefile firmware.c logpage.c nvme.h nvmectl.8 nvmectl.c nvmectl.h Log Message: nvmectl(8): sync with FreeBSD HEAD r316105. - Expand the SMART / Health

CVS commit: src/sys

2017-04-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Apr 29 00:05:36 UTC 2017 Modified Files: src/sys/arch/i386/stand/efiboot: Makefile.efiboot src/sys/arch/i386/stand/efiboot/bootia32: efibootia32.c start.S src/sys/arch/i386/stand/efiboot/bootx64: efibootx64.c

CVS commit: src/sys

2017-04-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Apr 29 00:05:36 UTC 2017 Modified Files: src/sys/arch/i386/stand/efiboot: Makefile.efiboot src/sys/arch/i386/stand/efiboot/bootia32: efibootia32.c start.S src/sys/arch/i386/stand/efiboot/bootx64: efibootx64.c

CVS commit: [prg-localcount2] src/sys/dev

2017-04-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 28 23:16:14 UTC 2017 Modified Files: src/sys/dev [prg-localcount2]: vnd.c Log Message: Don't call device_release() from vnd_detach(). The caller (typically, config_detach()) will take care of this. Without this fix,

CVS commit: [prg-localcount2] src/sys/dev

2017-04-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 28 23:16:14 UTC 2017 Modified Files: src/sys/dev [prg-localcount2]: vnd.c Log Message: Don't call device_release() from vnd_detach(). The caller (typically, config_detach()) will take care of this. Without this fix,

Re: CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-04-28 Thread coypu

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

2017-04-28 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Apr 28 19:01:01 UTC 2017 Modified Files: src/tests/lib/libc/stdlib: t_strtoi.c Log Message: Fix typo in ATF test t_strtoi.c No functional change. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2017-04-28 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Apr 28 19:01:01 UTC 2017 Modified Files: src/tests/lib/libc/stdlib: t_strtoi.c Log Message: Fix typo in ATF test t_strtoi.c No functional change. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/uvm/pmap

2017-04-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 28 17:04:33 UTC 2017 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: Remove unused LNAME macro To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/uvm/pmap/pmap.c Please note that diffs are not

CVS commit: src/sys/uvm/pmap

2017-04-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 28 17:04:33 UTC 2017 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: Remove unused LNAME macro To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/uvm/pmap/pmap.c Please note that diffs are not

CVS commit: src/sys/arch/sparc/stand/boot

2017-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 28 13:38:36 UTC 2017 Modified Files: src/sys/arch/sparc/stand/boot: Makefile Log Message: Also move bootjs.net after we've evaluated $OBJS (thanks gson@) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/arch/sparc/stand/boot

2017-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 28 13:38:36 UTC 2017 Modified Files: src/sys/arch/sparc/stand/boot: Makefile Log Message: Also move bootjs.net after we've evaluated $OBJS (thanks gson@) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sbin/fsck_msdos

2017-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 28 11:33:00 UTC 2017 Modified Files: src/sbin/fsck_msdos: dir.c Log Message: Prevent SEGV on corrupted msdos directories (Veo Zhang) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sbin/fsck_msdos

2017-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 28 11:33:00 UTC 2017 Modified Files: src/sbin/fsck_msdos: dir.c Log Message: Prevent SEGV on corrupted msdos directories (Veo Zhang) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/dev/fdt

2017-04-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Apr 28 10:37:41 UTC 2017 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: Print node path in debug log. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/fdt/fdtbus.c Please note that diffs

CVS commit: src/sys/dev/fdt

2017-04-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Apr 28 10:37:41 UTC 2017 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: Print node path in debug log. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/fdt/fdtbus.c Please note that diffs

CVS commit: src/sys/dev/pci/ixgbe

2017-04-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 28 10:24:45 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix a bug that reading hw.ixgM.qN.interrupt_rate cause the interrupt throtting rate register to 0. Check sysctl read/write correctly...

CVS commit: src/sys/dev/pci/ixgbe

2017-04-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 28 10:24:45 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix a bug that reading hw.ixgM.qN.interrupt_rate cause the interrupt throtting rate register to 0. Check sysctl read/write correctly...

CVS commit: src/sys/uvm/pmap

2017-04-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 28 10:12:35 UTC 2017 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: Fix a UVMHIST_LOG after the "%s" removal To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/uvm/pmap/pmap.c Please note that

CVS commit: src/sys/uvm/pmap

2017-04-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 28 10:12:35 UTC 2017 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: Fix a UVMHIST_LOG after the "%s" removal To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/uvm/pmap/pmap.c Please note that

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

2017-04-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Apr 28 09:46:49 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: files.tegra tegra_xusb.c Log Message: Hide the debug output unless either TEGRA_XUSB_DEBUG is defined or tegra_xusb_debug is set to 1. To generate a diff

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

2017-04-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Apr 28 09:46:49 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: files.tegra tegra_xusb.c Log Message: Hide the debug output unless either TEGRA_XUSB_DEBUG is defined or tegra_xusb_debug is set to 1. To generate a diff

CVS commit: src/sys/dev

2017-04-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 28 06:59:49 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Make "options AUDIO_DEBUG=0" create a silent-by-default version of the debug output, toggled at runtime by setting audiodebug to a higher value. To

CVS commit: src/sys/dev

2017-04-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 28 06:59:49 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Make "options AUDIO_DEBUG=0" create a silent-by-default version of the debug output, toggled at runtime by setting audiodebug to a higher value. To

CVS commit: [prg-localcount2] src

2017-04-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 28 06:00:33 UTC 2017 Modified Files: src/distrib/sets/lists/comp [prg-localcount2]: mi src/share/man/man9 [prg-localcount2]: Makefile autoconf.9 src/sys/dev [prg-localcount2]: cgd.c fss.c md.c vnd.c

CVS commit: [prg-localcount2] src

2017-04-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 28 06:00:33 UTC 2017 Modified Files: src/distrib/sets/lists/comp [prg-localcount2]: mi src/share/man/man9 [prg-localcount2]: Makefile autoconf.9 src/sys/dev [prg-localcount2]: cgd.c fss.c md.c vnd.c

CVS commit: src/sys

2017-04-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Apr 28 05:56:33 UTC 2017 Modified Files: src/sys/netinet: in.c src/sys/netinet6: in6.c Log Message: Don't output debugging logs just if DIAGNOSTIC Also make log messages informative. To generate a diff of this

CVS commit: src/sys

2017-04-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Apr 28 05:56:33 UTC 2017 Modified Files: src/sys/netinet: in.c src/sys/netinet6: in6.c Log Message: Don't output debugging logs just if DIAGNOSTIC Also make log messages informative. To generate a diff of this