CVS commit: src/sys/dev/pci/ixgbe

2020-11-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 30 07:53:42 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Apply ixgbe.c rev. 1.204 which was for ixgbe_msix_admin() to ixgbe_legacy_irq(), too. > An interrupt might not arrive when a module is i

CVS commit: src

2020-11-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 30 05:33:32 UTC 2020 Modified Files: src/sys/arch/sh3/sh3: vm_machdep.c src/sys/arch/x86/x86: vm_machdep.c src/sys/dev/usb: ehci.c src/sys/net80211: ieee80211_node.c src/tests/dev/raidframe:

CVS commit: src/sys/dev/pci/ixgbe

2020-11-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 30 05:30:56 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_vf.c Log Message: s/ we we / we / To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/pci/ixgbe/ixgbe_vf.c Please note that diffs

CVS commit: src/sys/dev/usb

2020-11-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Nov 30 00:48:35 UTC 2020 Modified Files: src/sys/dev/usb: uhid.c Log Message: uhid(4): Omit needless softint indirection. USB xfer callbacks already run in softint context at IPL_SOFTSERIAL, and I see no reason why the cal

CVS commit: src/lib/libc/sys

2020-11-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Nov 30 00:21:36 UTC 2020 Modified Files: src/lib/libc/sys: open.2 Log Message: Note that open(O_ASYNC) does not work as advertised. This matches Linux, which also advertises the same semantics and fails to implement it, ac

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

2020-11-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 30 00:04:03 UTC 2020 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Add sgx, sgx_lc, serialize and tsxldtrk. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/x86/x86/procf

CVS commit: src/sys/dev/usb

2020-11-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Nov 29 22:54:51 UTC 2020 Modified Files: src/sys/dev/usb: uhid.c uhidev.c uhidev.h Log Message: usb: Overhaul uhid(4) and uhidev(4) locking. - uhidev API rules: 1. Call uhidev_open when you want exclusive use of a repor

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 21:50:50 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): initialize global variables in dir.c Calling CachedDir_Assign requires that the variable be initialized. On most systems, NULL is represe

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 21:31:55 UTC 2020 Modified Files: src/usr.bin/make: meta.c Log Message: make(1): reduce memory allocation in meta_oodate To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/usr.bin/make/meta.c Please

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 21:28:06 UTC 2020 Modified Files: src/usr.bin/make: meta.c Log Message: make(1): reduce memory allocation in meta mode To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/usr.bin/make/meta.c Please no

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 21:27:08 UTC 2020 Modified Files: src/usr.bin/make: test-variants.sh Log Message: make(1): add test variant for reference counting logging To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/t

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 18:49:36 UTC 2020 Modified Files: src/usr.bin/make: dir.c src/usr.bin/make/unit-tests: Makefile Log Message: make(1): clean up memory management for CachedDirs Previously, the reference count for a newly create

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 16:37:10 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): fix the reference count of dotLast going negative The memory management for dotLast is quite simple. It is initialized exactly once main_

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 16:04:34 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): move CachedDir_Destroy up to the related functions To generate a diff of this commit: cvs rdiff -u -r1.238 -r1.239 src/usr.bin/make/dir.c

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 15:58:37 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): extract CachedDir_Free0 from CachedDir_Destroy To generate a diff of this commit: cvs rdiff -u -r1.237 -r1.238 src/usr.bin/make/dir.c Pl

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 15:14:33 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): remove wrong comment in Dir_InitCur In a makefile with repeated ".CURDIR=." lines, Dir_AddDir is called with a NULL path, once per line.

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 14:29:20 UTC 2020 Modified Files: src/usr.bin/make: dir.c src/usr.bin/make/unit-tests: Makefile Log Message: make(1): add debug logging for OpenDirs_Done To generate a diff of this commit: cvs rdiff -u -r1.235

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

2020-11-29 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Nov 29 12:38:44 UTC 2020 Modified Files: src/sys/arch/ofppc/conf: GENERIC Log Message: Message buffer is too small, since timestamps were enforced. To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/arch/of

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 12:30:40 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): extract CacheNewDir from Dir_AddDir Change the debug output for directories that are not found. To generate a diff of this commit: cvs r

CVS commit: [netbsd-9] src/doc

2020-11-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 29 11:41:49 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Tickets #1135 - #1138 To generate a diff of this commit: cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-9.2 Please note that diffs ar

CVS commit: [netbsd-9] src/external/cddl/osnet/dist/uts/common/fs/zfs

2020-11-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 29 11:39:45 UTC 2020 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs [netbsd-9]: vdev_disk.c Log Message: Pull up following revision(s) (requested by yhardy in ticket #1138): external/cddl/osnet/dis

CVS commit: [netbsd-9] src/usr.sbin/sysinst/arch/evbarm

2020-11-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 29 11:36:46 UTC 2020 Modified Files: src/usr.sbin/sysinst/arch/evbarm [netbsd-9]: md.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1137): usr.sbin/sysinst/arch/evbarm/md.c: revisio

CVS commit: [netbsd-9] src/sys/external/bsd/drm2/dist/drm/i915

2020-11-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 29 11:34:04 UTC 2020 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915 [netbsd-9]: intel_sprite.c Log Message: Pull up following revision(s) (requested by maya in ticket #1136): sys/external/bsd/drm2/dist/dr

CVS commit: [netbsd-9] src

2020-11-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 29 11:25:31 UTC 2020 Modified Files: src/include/arpa [netbsd-9]: nameser_compat.h src/lib/libc/net [netbsd-9]: getaddrinfo.c gethnamaddr.c Log Message: Pull up following revision(s) (requested by is in ticket #113

CVS commit: [netbsd-8] src/doc

2020-11-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 29 11:20:10 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1625 To generate a diff of this commit: cvs rdiff -u -r1.1.2.51 -r1.1.2.52 src/doc/CHANGES-8.3 Please note that diffs are not pub

CVS commit: [netbsd-8] src

2020-11-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 29 11:18:54 UTC 2020 Modified Files: src/include/arpa [netbsd-8]: nameser_compat.h src/lib/libc/net [netbsd-8]: getaddrinfo.c gethnamaddr.c Log Message: Pull up following revision(s) (requested by is in ticket #162

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 11:17:41 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): make documentation of CachedDir.refCount more precise To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234 src/usr.bin/make/di

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 10:57:16 UTC 2020 Modified Files: src/usr.bin/make: dir.c src/usr.bin/make/unit-tests: Makefile Log Message: make(1): add debug logging for reference counting of CachedDir To generate a diff of this commit: cv

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 09:51:39 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): normalize order of declarations in dir.c To generate a diff of this commit: cvs rdiff -u -r1.231 -r1.232 src/usr.bin/make/dir.c Please n

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 09:42:54 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): remove comment about returning const The callers modify the reference count of the CachedDir, therefore it must be modifiable. To genera

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 09:38:04 UTC 2020 Modified Files: src/usr.bin/make: dir.c Log Message: make(1): rename Dir_Destroy to CachedDir_Destroy It is no longer exported by the Dir module. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 09:27:40 UTC 2020 Modified Files: src/usr.bin/make: config.h dir.h hash.h job.c job.h make.h meta.c pathnames.h src/usr.bin/make/filemon: filemon.h filemon_dev.c filemon_ktrace.c Log Message: make(1)

CVS commit: src/share/misc

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 09:15:33 UTC 2020 Modified Files: src/share/misc: style Log Message: style: fix typo To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/share/misc/style Please note that diffs are not public domain; th

CVS commit: src/usr.bin/make

2020-11-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Nov 29 08:48:24 UTC 2020 Modified Files: src/usr.bin/make: dir.c dir.h Log Message: make(1): unexport CachedDir internals To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 src/usr.bin/make/dir.c cvs rdiff -u -r