CVS commit: src/sys/kern

2020-04-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 24 05:21:18 UTC 2020 Modified Files: src/sys/kern: kern_proc.c Log Message: Make sure PT_F_* bits are uintptr_t. To generate a diff of this commit: cvs rdiff -u -r1.247 -r1.248 src/sys/kern/kern_proc.c Please note

CVS commit: src/sys/dev/pci

2020-04-23 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Apr 24 04:55:40 UTC 2020 Modified Files: src/sys/dev/pci: if_aq.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/if_aq.c Please note that diffs are not public domain; they

CVS commit: src/share/man/man4

2020-04-23 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Apr 24 04:37:27 UTC 2020 Modified Files: src/share/man/man4: aq.4 Log Message: add AQC100, AQC100S, D100 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/aq.4 Please note that diffs are not

CVS commit: src/sys/dev/pci

2020-04-23 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Apr 24 04:34:57 UTC 2020 Modified Files: src/sys/dev/pci: if_aq.c Log Message: add support AQC100S and D100. not tested, but they are probably the same as the AQC100. To generate a diff of this commit: cvs rdiff -u -r1.14

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

2020-04-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 24 03:56:12 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: Adapt to LWP ID allocation changes. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

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

2020-04-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 24 03:25:20 UTC 2020 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c t_ptrace_x86_wait.h Log Message: Update for new LWP behavior -- as of 9.99.59, the LWP ID of a single-LWP process is the PID, not 1. To

CVS commit: src/sys/sys

2020-04-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 24 03:22:52 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.59 -- LWP ID allocation changes. To generate a diff of this commit: cvs rdiff -u -r1.661 -r1.662 src/sys/sys/param.h Please note that

CVS commit: src/sys

2020-04-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 24 03:22:06 UTC 2020 Modified Files: src/sys/compat/linux/common: linux_exec.c linux_sched.c src/sys/kern: kern_exec.c kern_exit.c kern_fork.c kern_lwp.c kern_proc.c sys_lwp.c src/sys/sys:

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

2020-04-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 24 02:27:59 UTC 2020 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Add AMD protected processor identification number (PPIN). To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/lib/libkern

2020-04-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 24 00:22:57 UTC 2020 Modified Files: src/sys/lib/libkern: Makefile.compiler-rt Log Message: For m68k, do not compile in {,u}divmodsi4 also, that are not used by codes generated by gcc (confirmed not only for kernel, but also

CVS commit: src/sys/sys

2020-04-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Apr 23 23:40:04 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: NetBSD 9.99.58 - ubc_uiomove needs to see new flag To generate a diff of this commit: cvs rdiff -u -r1.660 -r1.661 src/sys/sys/param.h Please note that

CVS commit: src/sys/arch

2020-04-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Apr 23 23:22:41 UTC 2020 Modified Files: src/sys/arch/aarch64/include: profile.h src/sys/arch/arm/include: asm.h Log Message: Fix userland gprof profiling on aarch64. Adjusts _PROF_PROLOGUE to match OpenBSD;

CVS commit: src/sys/kern

2020-04-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Apr 23 22:58:36 UTC 2020 Modified Files: src/sys/kern: vfs_cache.c Log Message: cache_lookup_linked(): We can't use the name to decide how to lock the dir, since the name refers to the child (found object) not the parent (the

CVS commit: src/sys/uvm

2020-04-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Apr 23 21:53:01 UTC 2020 Modified Files: src/sys/uvm: uvm_bio.c uvm_glue.c Log Message: Enable ubc_direct by default, but only on systems with no more than 2 CPUs for now. To generate a diff of this commit: cvs rdiff -u -r1.110

CVS commit: src/sys

2020-04-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Apr 23 21:47:09 UTC 2020 Modified Files: src/sys/fs/adosfs: advnops.c src/sys/fs/cd9660: cd9660_vnops.c src/sys/fs/efs: efs_vnops.c src/sys/fs/filecorefs: filecore_vnops.c src/sys/fs/hfs:

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

2020-04-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Apr 23 21:35:18 UTC 2020 Modified Files: src/sys/arch/x86/x86: cpu.c Log Message: - Install HPET based DELAY() before going multiuser then recalibrate the TSC. Idea from joerg@. - Take overhead into account when computing CPU

CVS commit: src/sys/uvm

2020-04-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Apr 23 21:12:06 UTC 2020 Modified Files: src/sys/uvm: uvm_bio.c Log Message: ubc_direct_release(): unbusy the pages directly since pg->interlock is being taken. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109

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

2020-04-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Apr 23 20:38:33 UTC 2020 Modified Files: src/sys/arch/x86/x86: tsc.c Log Message: When computing TSC skew make 8 measurements and use the average. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/dev/ic

2020-04-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Thu Apr 23 20:33:57 UTC 2020 Modified Files: src/sys/dev/ic: hpet.c hpetvar.h Log Message: Implement a HPET based DELAY(). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/ic/hpet.c cvs rdiff -u -r1.4 -r1.5

CVS commit: src/share/mk

2020-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 23 19:24:53 UTC 2020 Modified Files: src/share/mk: bsd.own.mk Log Message: Swirch arm to the new binutils To generate a diff of this commit: cvs rdiff -u -r1.1183 -r1.1184 src/share/mk/bsd.own.mk Please note that

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

2020-04-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Apr 23 17:21:53 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c sig_machdep.c Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2020-04-23 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Apr 23 16:37:39 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c Log Message: fix inverted logic in NETBSD32 user signal stack handling (PR evbarm/55200) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/amd64/amd64

2020-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 23 16:16:15 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep.c Log Message: use shortcut variables for readability. To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134

CVS commit: src/external/bsd/atf/dist/tools

2020-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 23 16:05:16 UTC 2020 Modified Files: src/external/bsd/atf/dist/tools: env.cpp Log Message: Add the system binary paths too since tests use them. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/share/man/man4

2020-04-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 23 15:54:36 UTC 2020 Modified Files: src/share/man/man4: sk.4 Log Message: elaborate on why we don't support hardware checksum offloading, and probably never will To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/share/man/man4

2020-04-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 23 15:55:14 UTC 2020 Modified Files: src/share/man/man4: sk.4 Log Message: fix tyop To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/share/man/man4/sk.4 Please note that diffs are not public domain;

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

2020-04-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 23 15:06:50 UTC 2020 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: also let backend know that feature-ipv6-csum-offload is supported To generate a diff of this commit: cvs rdiff -u -r1.115

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

2020-04-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 23 14:54:48 UTC 2020 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: g/c unused macro To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/arch/xen/xen/if_xennet_xenbus.c

CVS commit: [netbsd-7] src/doc

2020-04-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 23 14:18:09 UTC 2020 Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Ticket #1728 To generate a diff of this commit: cvs rdiff -u -r1.1.2.79 -r1.1.2.80 src/doc/CHANGES-7.3 Please note that diffs are not

CVS commit: [netbsd-7] src/external/bsd/bind/include

2020-04-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 23 14:16:01 UTC 2020 Modified Files: src/external/bsd/bind/include [netbsd-7]: config.h Log Message: Apply patch, requested by he in ticket #1728: src/external/bsd/bind/include/config.h (apply patch) Fix BIND

CVS commit: [netbsd-8] src/doc

2020-04-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 23 14:13:05 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1537 - #1539 To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-8.3 Please note that diffs are

CVS commit: [netbsd-8] src/external/bsd/bind/include

2020-04-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 23 14:10:50 UTC 2020 Modified Files: src/external/bsd/bind/include [netbsd-8]: config.h Log Message: Apply patch, requested by he in ticket #1539: external/bsd/bind/include/config.h (apply patch) Fix BIND

CVS commit: [netbsd-8] src

2020-04-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 23 13:59:32 UTC 2020 Modified Files: src/etc/rc.d [netbsd-8]: network src/share/man/man5 [netbsd-8]: ifconfig.if.5 src/usr.sbin/rtsold [netbsd-8]: rtsold.8 Log Message: Pull up following revision(s)

CVS commit: [netbsd-8] src

2020-04-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 23 13:43:42 UTC 2020 Modified Files: src/etc/rc.d [netbsd-8]: network src/share/man/man5 [netbsd-8]: rc.conf.5 Log Message: Pull up following revision(s) (requested by kim in ticket #1537):

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

2020-04-23 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 23 13:40:36 UTC 2020 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Apply previous change ("Don't mix sign and unsigned operands. Just use size_t for the loop.") to another loop variable. To generate a diff

CVS commit: [netbsd-9] src/doc

2020-04-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 23 13:33:05 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #844 and #845 To generate a diff of this commit: cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-9.1 Please note that diffs

CVS commit: [netbsd-9] src/sys/netinet6

2020-04-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 23 13:31:43 UTC 2020 Modified Files: src/sys/netinet6 [netbsd-9]: nd6_nbr.c Log Message: Pull up following revision(s) (requested by roy in ticket #845): sys/netinet6/nd6_nbr.c: revision 1.178 inet6:

CVS commit: src/sys/arch/macppc/dev

2020-04-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 23 12:56:40 UTC 2020 Modified Files: src/sys/arch/macppc/dev: lmu.c Log Message: make this work properly: - get rid of cargo-culted register assignments, I found the right ones by experiment, now both light sensors

CVS commit: [netbsd-9] src

2020-04-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Apr 23 12:06:10 UTC 2020 Modified Files: src/doc [netbsd-9]: 3RDPARTY src/external/bsd/dhcpcd/dist/src [netbsd-9]: defs.h dhcp.c dhcp6.c ipv6nd.c Log Message: Apply patch, requested by roy in ticket #844:

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

2020-04-23 Thread Yuuki Enomoto
Module Name:src Committed By: uki Date: Thu Apr 23 11:41:28 UTC 2020 Modified Files: src/distrib/sets/lists/modules: mi Log Message: Add -unknown- to "./netbsd" in modules/mi to fix "build.sh syspkgs" failure To generate a diff of this commit: cvs rdiff -u -r1.136

CVS commit: src/sys/fs/adosfs

2020-04-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 23 09:58:37 UTC 2020 Modified Files: src/sys/fs/adosfs: advnops.c Log Message: fix obvious typo in error handling - buf error should go to b_error To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/arch/macppc/dev

2020-04-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 23 09:47:31 UTC 2020 Modified Files: src/sys/arch/macppc/dev: lmu.c Log Message: drop openfirm.h include To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/macppc/dev/lmu.c Please note that

CVS commit: src/sys/dev

2020-04-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 23 09:40:08 UTC 2020 Modified Files: src/sys/dev: vnd.c Log Message: pass b_flags B_PHYS and B_RAW when setting up the buf for underlying device should fix misfired KASSERT() in xbd(4) To generate a diff of this

CVS commit: src/usr.bin/units

2020-04-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Apr 23 09:38:17 UTC 2020 Modified Files: src/usr.bin/units: units.lib Log Message: If we're having Thai units, make them correct. A tarangwah is a square wah, which is ~4m^2 but not exactly (just as a wah is not exactly 2m, but

CVS commit: src/doc

2020-04-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 23 09:22:02 UTC 2020 Modified Files: src/doc: CHANGES Log Message: fix too many zeroes in date entry To generate a diff of this commit: cvs rdiff -u -r1.2678 -r1.2679 src/doc/CHANGES Please note that diffs are not

CVS commit: src/doc

2020-04-23 Thread Jaromir Dolecek
cek 20200416] dhcpcd(8): Import version 9.0.2 [roy 20200421] xbdback(4): Support indirect segments [jdolecek 20200421] + xbdback(4): Make the driver MP-safe [jdolecek 20200423]

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

2020-04-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 23 09:16:21 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: make xbdback actually MPSAFE and stop using KERNEL_LOCK() remove no longer necessary atomics, the counters are now always updated

CVS commit: src/bin/sh

2020-04-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Apr 23 09:01:33 UTC 2020 Modified Files: src/bin/sh: eval.c Log Message: Stop forcing the -e option off in the subshell createds for a command substitution. This was inherited in the big "-e" fixup patch set (rev 1.50) of Jan

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

2020-04-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 23 08:09:25 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: allocate xbdback_io instances as part of struct xbdback_instance and stop using pool_cache(9), to remove possibility for the

CVS commit: src

2020-04-23 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 23 07:54:53 UTC 2020 Modified Files: src/bin/csh: extern.h time.c src/usr.bin/time: ext.h time.1 time.c Log Message: Add '-t' option for tcsh-style time output. To generate a diff of this commit: cvs rdiff -u

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

2020-04-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 23 07:39:07 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: g/c no longer used xbdi_same_page and xbdi_lastfragio_time To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88

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

2020-04-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Apr 23 07:24:40 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: g/c no longer needed xbdi_io structure member, just pass it as continuation parameter To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci

2020-04-23 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Apr 23 06:28:34 UTC 2020 Modified Files: src/sys/dev/pci: if_aq.c Log Message: sort product table, and tabify To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/if_aq.c Please note that diffs are

CVS commit: src/sys/dev/pci

2020-04-23 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Apr 23 06:27:21 UTC 2020 Modified Files: src/sys/dev/pci: if_aq.c Log Message: On FIBRE devices, there are times when linkstat interrupt doesn't occur? reported from Andrius V. thanks. - use polling instead of linkstat