CVS commit: src

2016-12-22 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Thu Dec 22 08:15:20 UTC 2016 Modified Files: src/sys/uvm: uvm_physseg.c uvm_physseg.h src/tests/sys/uvm: t_uvm_physseg.c t_uvm_physseg_load.c Log Message: convention about function names for predicate checking: s/uvm_physs

CVS commit: src/usr.sbin/mountd

2016-12-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Dec 22 09:44:56 UTC 2016 Modified Files: src/usr.sbin/mountd: mountd.8 Log Message: Add xrefs to ipsec_set_policy(3) and signal(7) To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/usr.sbin/mountd/mountd.8

CVS commit: src/sys/rump/net/lib/libshmif

2016-12-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Dec 22 10:13:09 UTC 2016 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: Fix handling return value of rumpcomp_shmif_watchwait To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/rum

CVS commit: othersrc/usr.bin/guest2core

2016-12-22 Thread Michael van Elst
Module Name:othersrc Committed By: mlelstv Date: Thu Dec 22 10:31:17 UTC 2016 Added Files: othersrc/usr.bin/guest2core: Makefile README main.c Log Message: Translates the dump of qemu guest memory to a NetBSD core file. So far x86_64 only. To generate a diff of this comm

CVS commit: src/sys/dev/scsipi

2016-12-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 22 11:19:21 UTC 2016 Modified Files: src/sys/dev/scsipi: scsipi_base.c Log Message: fix comment. request_sense is called unlocked. To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 src/sys/dev/scsipi/scsip

CVS commit: src/share/man/man9

2016-12-22 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Thu Dec 22 11:46:48 UTC 2016 Modified Files: src/share/man/man9: Makefile Log Message: Add the uvm_hotplug.9 manpage to the build tree. To generate a diff of this commit: cvs rdiff -u -r1.398 -r1.399 src/share/man/man9/Makefile

CVS commit: src/usr.bin/finger

2016-12-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Dec 22 12:39:40 UTC 2016 Modified Files: src/usr.bin/finger: finger.1 Log Message: Instead of saying "The finger displays information..." say "The finger utility" (not sure if it was intentionally written like that :) Also,

CVS commit: src/libexec/fingerd

2016-12-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Dec 22 12:42:25 UTC 2016 Modified Files: src/libexec/fingerd: fingerd.8 Log Message: We don't have any ``name'' program, so remove its reference and use markup to refer finger(1). ok wiz@ To generate a diff of this commit:

CVS commit: src/sys/rump/net/lib/libshmif

2016-12-22 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Dec 22 12:55:28 UTC 2016 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: Fix that rump.ifconfig shmifN destroy hangs up rump.ifconfig shmifN destroy sometimes hangs up on closing a file descriptor of k

CVS commit: src/sys/uvm

2016-12-22 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Thu Dec 22 12:55:21 UTC 2016 Modified Files: src/sys/uvm: uvm_extern.h uvm_init.c Log Message: Add a new function called uvm_md_init() that can be called at the appropriate time in the boot path by MD code. To generate a diff of

CVS commit: src/distrib/sets/lists/comp

2016-12-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Dec 22 12:57:18 UTC 2016 Modified Files: src/distrib/sets/lists/comp: mi Log Message: fix release build after the addition of uvm_hotplug man9 page by adding it to the set lists. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/uvm

2016-12-22 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Thu Dec 22 13:26:25 UTC 2016 Modified Files: src/sys/uvm: Makefile uvm.h uvm_extern.h uvm_page.c Log Message: Use uvm_physseg.h:uvm_page_physload() instead of uvm_extern.h For this, include uvm_physseg.h in the build and include

CVS commit: src/sys

2016-12-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 22 13:42:15 UTC 2016 Modified Files: src/sys/dev: dksubr.c dkvar.h src/sys/sys: param.h Log Message: Fix race condition in dksubr, where a dk_start from another thread or interrupt was ignored while the queue was

CVS commit: src/sys/kern

2016-12-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 22 14:11:58 UTC 2016 Modified Files: src/sys/kern: kern_runq.c Log Message: When balancing threads over multiple CPUs, use fixpoint arithmetic for averages. Otherwise the decisions can be heavily biased by rounding errors

CVS commit: src/sys/arch

2016-12-22 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Thu Dec 22 14:48:00 UTC 2016 Modified Files: src/sys/arch/acorn26/acorn26: start.c src/sys/arch/acorn32/acorn32: rpc_machdep.c src/sys/arch/acorn32/eb7500atx: eb7500atx_machdep.c src/sys/arch/algor/algor: ma

CVS commit: src/sys/uvm

2016-12-22 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Thu Dec 22 15:54:35 UTC 2016 Modified Files: src/sys/uvm: uvm_physseg.h Log Message: Turn off uvm_hotplug option selection until we actually have it. Should fix the build. To generate a diff of this commit: cvs rdiff -u -r1.2 -

CVS commit: src/sys

2016-12-22 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Thu Dec 22 16:05:15 UTC 2016 Modified Files: src/sys/arch/cesfic/cesfic: machdep.c src/sys/arch/luna68k/luna68k: pmap_bootstrap.c src/sys/arch/netwinder/netwinder: netwinder_machdep.c src/sys/arch/x68k/x68k:

CVS commit: src/sys/arch

2016-12-22 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Dec 22 16:29:05 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c src/sys/arch/x86/x86: pmap.c Log Message: Xen doens't need lapic so don't allocate a lapic VA/PA fo

CVS commit: src/distrib/sets/lists/comp

2016-12-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Dec 22 16:32:31 UTC 2016 Modified Files: src/distrib/sets/lists/comp: mi Log Message: add new header (uvm_physseg.h) to set list. To generate a diff of this commit: cvs rdiff -u -r1.2082 -r1.2083 src/distrib/sets/lists/comp/mi

CVS commit: src/lib/libc/time

2016-12-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Dec 22 17:27:02 UTC 2016 Modified Files: src/lib/libc/time: ctime.3 Log Message: Grammar fixes at few places Also, don't use .D1 inside .Bd (mandoc -Tlint was complaining) Remove whitespace at the end of a sentence To gener

CVS commit: src/lib/libc/time

2016-12-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Dec 22 17:39:29 UTC 2016 Modified Files: src/lib/libc/time: ctime.3 Log Message: Remove trailing comma at the end of the last .Nm entry in the NAME section To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/l

CVS commit: src/sys/dev

2016-12-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Dec 22 20:57:33 UTC 2016 Modified Files: src/sys/dev: cgd.c Log Message: The cgd(4) module requires des and blowfish symbols This has been exposed with the MODULAR kernel. kobj_checksyms, 979: [cgd]: linker error: symbol `BF_

CVS commit: xsrc/external/mit/xorg-server/dist/exa

2016-12-22 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Dec 22 21:31:08 UTC 2016 Modified Files: xsrc/external/mit/xorg-server/dist/exa: exa_glyphs.c Log Message: fix tpyo - now fallback to ARGB masks when rendering glyphs actually works To generate a diff of this commit: cvs

CVS commit: src/usr.bin/pmap

2016-12-22 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 22 22:41:02 UTC 2016 Modified Files: src/usr.bin/pmap: pmap.h Log Message: add the member name to an error string so we know what object failed while being requested. To generate a diff of this commit: cvs rdiff -u -r1.8 -r

CVS commit: [netbsd-7] src/sys/dev/pci

2016-12-22 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Dec 23 05:57:40 UTC 2016 Modified Files: src/sys/dev/pci [netbsd-7]: if_vioif.c virtio.c Log Message: Pull up following revision(s) (requested by bsiegert in ticket #1337): sys/dev/pci/if_vioif.c: revision 1.21 sy

CVS commit: src/lib/libutil

2016-12-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Fri Dec 23 06:01:42 UTC 2016 Modified Files: src/lib/libutil: parsedate.3 Log Message: Complete a sentence and replace full stop with a comma at one place as the sentence wasn't finished To generate a diff of this commit: cvs r

CVS commit: src/usr.bin/netstat

2016-12-22 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 23 06:22:00 UTC 2016 Modified Files: src/usr.bin/netstat: inet.c Log Message: in getpcblist_sysctl() if sysctlnametomib() fails, return NULL and set *len = 0, rather than bailing. now "netstat" doesn't give up early on kerne

CVS commit: [netbsd-7] src/sys

2016-12-22 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Dec 23 06:33:56 UTC 2016 Modified Files: src/sys/arch/amd64/conf [netbsd-7]: GENERIC src/sys/dev/pci [netbsd-7]: files.pci virtioreg.h Added Files: src/sys/dev/pci [netbsd-7]: vioscsi.c vioscsireg.h Log Message: P

CVS commit: xsrc/external/mit/xf86-video-glint/dist/src

2016-12-22 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Dec 23 06:52:17 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-glint/dist/src: glint.h glint_driver.c glint_regs.h pm2_common.c pm2_exa.c Log Message: add xrender acceleration for Permedia 2. Needs some E

CVS commit: [netbsd-7] src/distrib/sets/lists/xdebug

2016-12-22 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Dec 23 06:56:52 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug [netbsd-7]: md.amd64 md.i386 Log Message: Apply patch (requested by mrg in ticket #1305): Add missing debug entry to set amd64/i386 xdebug set lists. To gen

CVS commit: src/sys

2016-12-22 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Fri Dec 23 07:15:28 UTC 2016 Modified Files: src/sys/arch/acorn26/acorn26: pmap.c src/sys/arch/alpha/alpha: machdep.c pmap.c src/sys/arch/amd64/amd64: machdep.c src/sys/arch/arm/arm32: bus_dma.c pmap.c

CVS commit: src/sys/arch/amiga/amiga

2016-12-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Dec 23 07:40:05 UTC 2016 Modified Files: src/sys/arch/amiga/amiga: machdep.c Log Message: Remove conflicting declaration of physmem To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.247 src/sys/arch/amiga/amiga/machd

CVS commit: src/sys/uvm

2016-12-22 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Fri Dec 23 07:42:32 UTC 2016 Modified Files: src/sys/uvm: uvm_physseg.c Log Message: Omitted assigning handle return value for the case: (VM_PHYSSEG_STRAT == VM_PSTRAT_RANDOM) Fix this. To generate a diff of this commit: cvs rd

CVS commit: [netbsd-7] src/libexec/httpd

2016-12-22 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Dec 23 07:42:09 UTC 2016 Modified Files: src/libexec/httpd [netbsd-7]: CHANGES bozohttpd.8 bozohttpd.c bozohttpd.h cgi-bozo.c content-bozo.c main.c src/libexec/httpd/testsuite [netbsd-7]: Makefile test-bigfile

CVS commit: [netbsd-7-0] src/libexec/httpd

2016-12-22 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Dec 23 07:47:40 UTC 2016 Modified Files: src/libexec/httpd [netbsd-7-0]: CHANGES bozohttpd.8 bozohttpd.c bozohttpd.h cgi-bozo.c content-bozo.c main.c src/libexec/httpd/testsuite [netbsd-7-0]: Makefile test-bigf

CVS commit: [netbsd-7-0] src/doc

2016-12-22 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Fri Dec 23 07:52:53 UTC 2016 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: 1309 To generate a diff of this commit: cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-7.0.3 Please note that diffs are not public d