CVS commit: src/sys/dev/iscsi

2016-12-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 25 06:55:28 UTC 2016 Modified Files: src/sys/dev/iscsi: iscsi_ioctl.c iscsi_main.c iscsi_rcv.c iscsi_send.c iscsi_utils.c Log Message: Lock correctly around CV calls. Fix handling of session termination.

CVS commit: src/lib/libc/time

2016-12-24 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Dec 25 06:37:50 UTC 2016 Modified Files: src/lib/libc/time: strptime.3 Log Message: As per the IEEE 1003.1-2008 standard, the range of values for the %S format specifier is [0,60]. To generate a diff of this commit: cvs

CVS commit: src/sys/uvm

2016-12-24 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Dec 25 06:30:58 UTC 2016 Modified Files: src/sys/uvm: uvm_physseg.c Log Message: Make uvm_physseg_set_avail_start(9) available unconditional to UVM_HOTPLUG To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/evbarm/iq80321

2016-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 25 04:35:30 UTC 2016 Modified Files: src/sys/arch/evbarm/iq80321: iq80321_machdep.c Log Message: fix printf format To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/uvm

2016-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 25 03:39:26 UTC 2016 Modified Files: src/sys/uvm: uvm_physseg.c Log Message: Provide a set_available_start method for the non UVM_HOTPLUG case. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/doc

2016-12-24 Thread Christos Zoulas
source tree. @@ -437,3 +437,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0: xen: Add support for kernel modules. [maxv 20161216] mips64: Use N64 binaries where kvm is required, fixing fstat, netstat, systat, crash, pstat and kgmon. [mrg 20161222] + OpenSSH: Imported 7.4. [christos 20161224]

CVS commit: src/distrib/sets/lists

2016-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 25 00:09:20 UTC 2016 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump libssh To generate a diff of this commit: cvs rdiff -u -r1.794 -r1.795

CVS import: src/crypto/external/bsd/openssh/dist

2016-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 25 00:00:17 UTC 2016 Update of /cvsroot/src/crypto/external/bsd/openssh/dist In directory ivanova.netbsd.org:/tmp/cvs-serv20944 Log Message: Import OpenSSH-7.4 OpenSSH 7.4 has just been released. It will be available from the

CVS commit: src/external/mit/xorg/lib/xkeyboard-config

2016-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 24 21:17:17 UTC 2016 Modified Files: src/external/mit/xorg/lib/xkeyboard-config: Makefile.xkbdata Log Message: sort codes for reproducibile builds. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \

CVS commit: src/etc

2016-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 24 20:36:28 UTC 2016 Modified Files: src/etc: Makefile.params Log Message: For MKREPRO, don't print varying params. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/etc/Makefile.params Please note

CVS commit: src/sys/uvm

2016-12-24 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sat Dec 24 19:21:29 UTC 2016 Modified Files: src/sys/uvm: uvm_extern.h Log Message: uvm_extern.h is has both a _KERNEL only, and a non _KERNEL only API. Since we unconditionally expose the uvm_physseg.h API via uvm_extern.h

CVS commit: src/sys/arch/powerpc/ibm4xx

2016-12-24 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sat Dec 24 19:02:16 UTC 2016 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Conform API use of uvm_hotplug(9) to documented behaviour: When testing for an invalid uvm_physseg_t, compare with

CVS commit: src/sys/arch/powerpc

2016-12-24 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sat Dec 24 18:34:31 UTC 2016 Modified Files: src/sys/arch/powerpc/booke: booke_pmap.c src/sys/arch/powerpc/include/booke: pmap.h Log Message: Tell mpc85xx about uvm_hotplug(9) Should fix the evbppc build breakage. To

CVS commit: src/sys/arch/powerpc/ibm4xx

2016-12-24 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sat Dec 24 18:07:31 UTC 2016 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: introduce evbppc pmap to the uvm_hotplug(9) API Should fix build. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

CVS commit: src/share/mk

2016-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 24 17:44:22 UTC 2016 Modified Files: src/share/mk: bsd.sys.mk Log Message: Add to lint flags for MKREPRO To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 src/share/mk/bsd.sys.mk Please note that diffs

CVS commit: src/usr.bin/xlint

2016-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 24 17:43:45 UTC 2016 Modified Files: src/usr.bin/xlint/lint1: externs1.h main1.c mem1.c scan.l src/usr.bin/xlint/xlint: lint.1 xlint.c Log Message: Add -R (source filename remapping) for MKREPRO To generate a

CVS commit: src/sys/arch/evbarm/tisdp24xx

2016-12-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Dec 24 17:36:59 UTC 2016 Modified Files: src/sys/arch/evbarm/tisdp24xx: sdp24xx_machdep.c Log Message: another physmem type change To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/arch/sh3/sh3

2016-12-24 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sat Dec 24 17:18:00 UTC 2016 Modified Files: src/sys/arch/sh3/sh3: pmap.c Log Message: Use the correct page frame number to steal pages during boot. Fixes the related sh3 kernel build breakage. To generate a diff of this

CVS commit: src/sys/arch/acorn26/acorn26

2016-12-24 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sat Dec 24 17:11:31 UTC 2016 Modified Files: src/sys/arch/acorn26/acorn26: pmap.c Log Message: pass the bank handle to uvm_physseg_get_avail_start(); Should fix the acorn26 kernel build. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/dkwedge

2016-12-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Dec 24 16:39:55 UTC 2016 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: add missing mutex/cv cleanup to error paths. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/dev/dkwedge/dk.c Please

CVS commit: src/usr.bin/touch

2016-12-24 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Dec 24 15:49:18 UTC 2016 Modified Files: src/usr.bin/touch: touch.1 Log Message: Update the description of the -t option to bring it in sync with IEEE 1003.1 -2008. The .SS field of the datetime argument of -t option can

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3

2016-12-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Dec 24 15:48:26 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/std: mutex src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11: mutex.cc Log Message: Revert introduction of FIXME_PR_51139 This

CVS commit: src/sys/external/bsd/drm2/dist/drm/ttm

2016-12-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Dec 24 15:46:50 UTC 2016 Modified Files: src/sys/external/bsd/drm2/dist/drm/ttm: ttm_tt.c Log Message: Guarantee no zero-size uao/kmem allocations via ttm. It may be that all callers guarantee no zero-size ttm objects,

CVS commit: src/sys/uvm

2016-12-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Dec 24 15:42:05 UTC 2016 Modified Files: src/sys/uvm: uvm_physseg.h Log Message: as a stopgap fix make all of uvm_physseg.h kernel-only. this file uses paddr_t which isn't available to userland, breaking builds that use uvm

CVS commit: src/share/man/man9

2016-12-24 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Dec 24 14:04:10 UTC 2016 Modified Files: src/share/man/man9: pool.9 Log Message: Add a missing .El, which is causing the rest of the text being rendered indented. Patch provided by fox on IRC. While there, remove a .Pp

CVS commit: src/sys/dev/usb

2016-12-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Dec 24 11:51:33 UTC 2016 Modified Files: src/sys/dev/usb: if_athn_usb.c Log Message: Call cv_broadcast with interlock held as per condvar(9) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

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

2016-12-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Dec 24 09:19:23 UTC 2016 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c Log Message: Fix VERBOSE_INIT_ARM build To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/arm/arm32/arm32_kvminit.c

CVS commit: src/usr.sbin/mountd

2016-12-24 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Dec 24 08:26:57 UTC 2016 Modified Files: src/usr.sbin/mountd: mountd.8 Log Message: Remove xref to signal(7). As noted by wiz, it is probably not a good idea to mention signal(7) in SEE ALSO every time a signal name is used

CVS commit: othersrc/usr.bin/guest2core

2016-12-24 Thread Thomas Klausner
Module Name:othersrc Committed By: wiz Date: Sat Dec 24 08:18:44 UTC 2016 Modified Files: othersrc/usr.bin/guest2core: Makefile Added Files: othersrc/usr.bin/guest2core: guest2core.8 Log Message: Add man page for guest2core. To generate a diff of this commit:

CVS commit: src/share/man/man9

2016-12-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Dec 24 08:05:47 UTC 2016 Modified Files: src/share/man/man9: uvm_hotplug.9 Log Message: Fix SYNOPSIS. Fix xref. Avoid Xr for itself. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/uvm_hotplug.9