CVS commit: src/lib/libc/arch

2020-10-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 15 05:50:15 UTC 2020 Modified Files: src/lib/libc/arch/ia64/sys: __sigtramp2.S src/lib/libc/arch/sh3/sys: __sigtramp2.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libc/arch/hppa

2020-10-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 15 05:43:38 UTC 2020 Modified Files: src/lib/libc/arch/hppa: genassym.cf src/lib/libc/arch/hppa/gen: swapcontext.S src/lib/libc/arch/hppa/sys: getcontext.S Log Message: Remove '_OFFSETOF' prefix for

CVS commit: src/lib/libc

2020-10-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 15 05:27:53 UTC 2020 Modified Files: src/lib/libc/arch/mips: genassym.cf src/lib/libc/arch/mips/gen: _resumecontext.S _setjmp.S setjmp.S swapcontext.S src/lib/libc/arch/mips/sys: getcontext.S

CVS commit: src/lib/libc

2020-10-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 15 05:10:30 UTC 2020 Modified Files: src/lib/libc/arch/mips/gen: _resumecontext.S _setjmp.S src/lib/libc/compat/arch/mips/gen: compat_setjmp.S Log Message: Trailing whitespace To generate a diff of this commit:

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

2020-10-14 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Oct 15 04:39:25 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: add vmx(4) driver. tested on ESXi-Arm To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/sys/arch/evbarm/conf/GENERIC64

CVS commit: src/sys/dev/pci

2020-10-14 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Oct 15 04:37:48 UTC 2020 Modified Files: src/sys/dev/pci: if_vmx.c Log Message: Reduces useless "vmxnet3_read_cmd(sc, VMXNET3_CMD_GET_LINK)" calls To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/pci

2020-10-14 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Oct 15 04:33:24 UTC 2020 Modified Files: src/sys/dev/pci: if_vmx.c Log Message: Fixed a bug where 'ifconfig vmx0 down up' caused a failure to send. This procedure was leaving sc->vmx_link_active = 0. ok nakahara@ To generate

CVS commit: src/libexec/httpd

2020-10-14 Thread matthew green
/CHANGES:1.44 --- src/libexec/httpd/CHANGES:1.43 Thu Oct 15 02:19:23 2020 +++ src/libexec/httpd/CHANGES Thu Oct 15 04:21:53 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.43 2020/10/15 02:19:23 mrg Exp $ +$NetBSD: CHANGES,v 1.44 2020/10/15 04:21:53 mrg Exp $ changes in bozohttpd 20201014: o also

CVS commit: src/sys/net

2020-10-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Oct 15 02:54:10 UTC 2020 Modified Files: src/sys/net: if_l2tp.c Log Message: l2tp: Set the link state UP if we have a tunnel, otherwise DOWN. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/net/if_l2tp.c

CVS commit: src/libexec/httpd

2020-10-14 Thread matthew green
.42 Sat Sep 12 12:39:28 2020 +++ src/libexec/httpd/CHANGES Thu Oct 15 02:19:23 2020 @@ -1,4 +1,11 @@ -$NetBSD: CHANGES,v 1.42 2020/09/12 12:39:28 rhialto Exp $ +$NetBSD: CHANGES,v 1.43 2020/10/15 02:19:23 mrg Exp $ + +changes in bozohttpd 20201014: + o also set -D_GNU_SOURCE in Makefile.boot. f

CVS commit: src/sys/arch/alpha

2020-10-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Oct 15 01:00:01 UTC 2020 Modified Files: src/sys/arch/alpha/alpha: cpu.c machdep.c src/sys/arch/alpha/include: cpu.h cpuvar.h Log Message: Expose a bunch of CPU details, including implementation version and

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

2020-10-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Oct 15 00:55:09 UTC 2020 Modified Files: src/sys/arch/alpha/include: alpha_cpu.h Log Message: Fix the bit position for the PMI bit in ALPHA_AMASK_BITS. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/net

2020-10-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Oct 14 18:48:05 UTC 2020 Modified Files: src/sys/net: if_ipsec.c Log Message: ipsecif: Set the link state UP if we have a tunnel, otherwise DOWN. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/games/rain

2020-10-14 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Oct 14 18:32:04 UTC 2020 Modified Files: src/games/rain: rain.6 rain.c Log Message: rain(6): Make the default delay useful for modern terminals To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/net

2020-10-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Oct 14 16:10:32 UTC 2020 Modified Files: src/sys/net: if_loop.c Log Message: loop: set LINK_STATE_UP a touch earlier To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/sys/net/if_loop.c Please note that diffs

CVS commit: src/sys/net

2020-10-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Oct 14 15:55:49 UTC 2020 Modified Files: src/sys/net: if_loop.c Log Message: loop: this interface's link state cannot be anything other than UP Let's not pretend it's UNKNOWN anymore. To generate a diff of this commit: cvs

CVS commit: src/sys/net

2020-10-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Oct 14 15:22:17 UTC 2020 Modified Files: src/sys/net: if_gif.c Log Message: gif: Set the link state UP if we have a tunnel, otherwise DOWN. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sys/net/if_gif.c

CVS commit: src/usr.sbin/sysinst/arch/evbarm

2020-10-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Oct 14 15:09:10 UTC 2020 Modified Files: src/usr.sbin/sysinst/arch/evbarm: md.c Log Message: Properly convert partition default sizes in MB to number of sectors To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.sbin/sysinst/arch/evbarm

2020-10-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Oct 14 14:37:59 UTC 2020 Modified Files: src/usr.sbin/sysinst/arch/evbarm: md.c Log Message: Move MBR writing (if any) post disklabel writing, otherwise strange interactions happen. To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gdb/dist/gdb/nat

2020-10-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Oct 14 14:02:43 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb/nat: fork-inferior.c Log Message: Limit the switch_to_thread() calls in startup_inferior() Do not jump over the threads during the startup unless we

CVS commit: src/sys/netinet

2020-10-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Oct 14 13:43:56 UTC 2020 Modified Files: src/sys/netinet: ip_carp.c Log Message: carp: Don't set a link level address if vhid == -1 Link level address for carp is dervied from vhid. Until vhid is set, carp is useless, so don't

CVS commit: src/sbin/ifconfig

2020-10-14 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Oct 14 13:37:14 UTC 2020 Modified Files: src/sbin/ifconfig: ifconfig.c media.c media.h Log Message: ifconfig: go back to using direct ioctls rather than data from getifaddrs AF_LINK may not be the first address returned for the

CVS commit: src/usr.sbin/sysinst

2020-10-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Oct 14 13:20:27 UTC 2020 Modified Files: src/usr.sbin/sysinst: install.c Log Message: Remove dead code To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/sysinst/install.c Please note that diffs are

CVS import: xsrc/external/mit/xcompmgr/dist

2020-10-14 Thread Nia Alarie
Module Name:xsrc Committed By: nia Date: Wed Oct 14 12:32:06 UTC 2020 Update of /cvsroot/xsrc/external/mit/xcompmgr/dist In directory ivanova.netbsd.org:/tmp/cvs-serv28438 Log Message: Import xcompmgr-1.1.8 (hopefully correctly this time) Status: Vendor Tag: xorg Release

CVS commit: xsrc/external/mit/xcompmgr

2020-10-14 Thread Nia Alarie
Module Name:xsrc Committed By: nia Date: Wed Oct 14 12:30:39 UTC 2020 Removed Files: xsrc/external/mit/xcompmgr: COPYING ChangeLog INSTALL Makefile.am Makefile.in README.md aclocal.m4 compile config.guess config.h.in config.sub configure

CVS import: xsrc/external/mit/xcompmgr

2020-10-14 Thread Nia Alarie
Module Name:xsrc Committed By: nia Date: Wed Oct 14 12:03:21 UTC 2020 Update of /cvsroot/xsrc/external/mit/xcompmgr In directory ivanova.netbsd.org:/tmp/cvs-serv17679 Log Message: Import xcompmgr-1.1.8 Status: Vendor Tag: xorg Release Tags: xcompmgr-1-1-8

CVS commit: src/sys

2020-10-14 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed Oct 14 10:26:59 UTC 2020 Modified Files: src/sys/dev/pci: if_vmx.c src/sys/modules: Makefile Added Files: src/sys/modules/if_vmx: Makefile if_vmx.ioconf Log Message: modularize, and fix build error To generate

CVS commit: src

2020-10-14 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed Oct 14 10:19:11 UTC 2020 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile src/share/man/man4/man4.x86: Makefile src/sys/arch/x86/pci: files.pci src/sys/dev/pci: files.pci

CVS commit: src/usr.sbin/sysinst/arch

2020-10-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Oct 14 08:49:04 UTC 2020 Modified Files: src/usr.sbin/sysinst/arch/ofppc: md.c src/usr.sbin/sysinst/arch/zaurus: md.c Log Message: Fix copy & pasto (missing "again" label) To generate a diff of this commit: cvs

CVS commit: src/games/worms

2020-10-14 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Oct 14 07:32:53 UTC 2020 Modified Files: src/games/worms: worms.6 worms.c Log Message: worms(6): Use a reasonable default delay for non-1980s terminals. This is still fast, but not unreasonably fast. To generate a diff of