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

2020-04-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 6 02:36:49 UTC 2020 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: CPUID Fn0001 %edx bit 8 is printed as "TSC", so rename CPUID Fn8000_0007 %edx bit 8 from "TSC" to "ITSC" (Invariant TSC) to

CVS commit: src/sys/arch/vax/boot/xxboot

2020-04-05 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 6 01:43:26 UTC 2020 Modified Files: src/sys/arch/vax/boot/xxboot: start.S Log Message: fix comment in typo To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/vax/boot/xxboot/start.S Please note that

CVS commit: src/sys/arch/aarch64/aarch64

2020-04-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 5 22:54:51 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c cpufunc.c Log Message: Cleanup CPU attach output: - Always print the core's vendor and product name. - Print the CPU ID on the same line as the

CVS commit: src/doc

2020-04-05 Thread Christos Zoulas
support from xennet(4) and xvif(4) [jdolecek 20200405] + OpenSSL: Imported 1.1.1f. [christos 20200405]

CVS commit: src/crypto/external/bsd/openssl/dist

2020-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 5 21:53:45 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES NEWS README src/crypto/external/bsd/openssl/dist/apps: s_server.c src/crypto/external/bsd/openssl/dist/crypto: ex_data.c

CVS commit: src/etc

2020-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 5 21:03:08 UTC 2020 Modified Files: src/etc: rc.subr Log Message: Prevent waiting for processes to exit forever by introducing _rc_kill_ntries, which if set, will SIGKILL the processes that did not die yet. To

CVS commit: src/sys

2020-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 5 20:59:39 UTC 2020 Modified Files: src/sys/arch/mips/adm5120/dev: ahci.c src/sys/dev/usb: ehci.c ohci.c uhci.c usb_mem.c usb_mem.h usbdi.c xhci.c src/sys/external/bsd/dwc2: dwc2.c

CVS commit: src/sys/sys

2020-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 5 20:53:46 UTC 2020 Modified Files: src/sys/sys: proc.h Log Message: There is no "s" lock. To generate a diff of this commit: cvs rdiff -u -r1.360 -r1.361 src/sys/sys/proc.h Please note that diffs are not public

CVS commit: src/sys

2020-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 5 20:53:17 UTC 2020 Modified Files: src/sys/kern: kern_exec.c kern_fork.c kern_sig.c src/sys/sys: signalvar.h Log Message: - Untangle spawn_return by splitting it up to sub-functions. - Merge the eventswitch

CVS commit: src/doc

2020-04-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Apr 5 19:48:27 UTC 2020 Modified Files: src/doc: CHANGES Log Message: fix the mrg arm entry text that said v7 + v7, not v7 + v8. noticed while checking what was wrong with the prior ;) To generate a diff of this commit: cvs

CVS commit: src/share/man/man4

2020-04-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 5 19:03:30 UTC 2020 Modified Files: src/share/man/man4: xennet.4 Log Message: remove RX flip from diagnostic, it was removed To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/xennet.4

CVS commit: src/doc

2020-04-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 5 19:01:36 UTC 2020 Modified Files: src/doc: CHANGES Log Message: fix date for mrg arm entry To generate a diff of this commit: cvs rdiff -u -r1.2666 -r1.2667 src/doc/CHANGES Please note that diffs are not public

CVS commit: src/sys/arch/xen

2020-04-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 5 17:48:30 UTC 2020 Modified Files: src/sys/arch/xen/include: granttables.h src/sys/arch/xen/xen: xengnt.c Log Message: remove xengnt_grant_transfer() and xengnt_revoke_transfer(), nothing uses it any more To

CVS commit: src/doc

2020-04-05 Thread Jaromir Dolecek
roy 20200402] mount_smbfs(8): Removed from the tree [jdolecek 20200404] nsmb(4): Removed from the tree [jdolecek 20200404] + xen: remove legacy rx-flip support from xennet(4) and xvif(4) + [jdolecek 20200405]

CVS commit: src/sys/arch/xen/xen

2020-04-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 5 17:26:47 UTC 2020 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c xennetback_xenbus.c Log Message: remove support for legacy rx-flip mode for xennet(4)/xvif(4), making rx-copy (first shipped in NetBSD 6.0 in

CVS commit: src/external/bsd/dhcpcd/dist/src

2020-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 5 15:41:45 UTC 2020 Modified Files: src/external/bsd/dhcpcd/dist/src: script.c Log Message: Don't block signals when running hooks. Here ctx->sigset == defsigs == 0x60006003, which blocks SIGTERM by default, so running

CVS commit: src

2020-04-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Apr 5 15:25:40 UTC 2020 Modified Files: src/include/protocols: dumprestore.h src/sbin/dump: dump.h main.c src/sbin/fsck_ext2fs: fsck.h main.c src/sbin/fsck_ffs: fsck.h main.c src/sbin/fsdb:

CVS commit: src/sys/rump/librump/rumpkern

2020-04-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Apr 5 15:16:11 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: rumpcopy.c Log Message: Return early on 0-sized transfers (usually to/from NULL-objects) This logic is already present in subr_copy.c:copyin_vmspace()

CVS commit: src/lib/libterminfo

2020-04-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 5 14:53:39 UTC 2020 Modified Files: src/lib/libterminfo: term.c termcap.c Log Message: Conditionalize a few more functions (hopefully fixing the build) To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src

2020-04-05 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Apr 5 14:36:43 UTC 2020 Modified Files: src/distrib/macppc/floppies/ramdisk: Makefile src/etc/etc.macppc: MAKEDEV.conf src/sys/arch/macppc/conf: INSTALL Log Message: Support the use of DHCP in the install

CVS commit: src/sys/arch/xen/xen

2020-04-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 5 14:20:18 UTC 2020 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: no need to pollute dmesg by xennet_watchdog(), turn the message into DPRINTFN() To generate a diff of this commit: cvs rdiff

CVS commit: src/etc

2020-04-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Apr 5 14:09:18 UTC 2020 Modified Files: src/etc/etc.acorn32: MAKEDEV.conf src/etc/etc.alpha: MAKEDEV.conf src/etc/etc.amd64: MAKEDEV.conf src/etc/etc.amiga: MAKEDEV.conf src/etc/etc.amigappc:

CVS commit: src/external/gpl3/binutils/dist/binutils/doc

2020-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 5 13:25:01 UTC 2020 Removed Files: src/external/gpl3/binutils/dist/binutils/doc: c++filt.1 Log Message: We generate this. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0

CVS commit: src/tools/tic

2020-04-05 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Apr 5 12:31:39 UTC 2020 Modified Files: src/tools/tic: Makefile Log Message: tools: Build tic with full fat terminfo To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tools/tic/Makefile Please note that diffs

CVS commit: src/lib/libterminfo

2020-04-05 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Apr 5 12:31:02 UTC 2020 Modified Files: src/lib/libterminfo: Makefile compile.c term.c Log Message: terminfo: Add guards to optionally build parts of libterminfo Reading from a database is now optional. Compiling terminfo

CVS commit: src/distrib

2020-04-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 5 11:19:01 UTC 2020 Modified Files: src/distrib/atari/floppies/common: list.images src/distrib/ews4800mips/floppies/ramdisk: list src/distrib/sun3/miniroot: list Log Message: Adapt to libterminfo as part

CVS commit: src/distrib/utils/libhack

2020-04-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 5 11:18:02 UTC 2020 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: Extend the curses hack to terminfo - build selected parts of libterminfo as part of libhack, so we can drop unwanted features for

CVS commit: src/sys/dev/pci

2020-04-05 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sun Apr 5 10:43:09 UTC 2020 Modified Files: src/sys/dev/pci: pucdata.c Log Message: add entry for NetMos NM9900 Octa UART notice: On the boards I've obtained, the number on the cable stamp doesn't match the actual unit number of