CVS commit: src/usr.bin/vmstat

2021-03-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 05:33:51 UTC 2021 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: Now that ports that use legacy intrcnt interrupt accounting have event counters to show that data, for the live kernel case just show INTR

CVS commit: src/sys/arch

2021-03-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 04:43:01 UTC 2021 Modified Files: src/sys/arch/amiga/include: types.h src/sys/arch/atari/include: types.h src/sys/arch/bebox/include: types.h src/sys/arch/cesfic/include: types.h

CVS commit: src/sys

2021-03-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 04:41:38 UTC 2021 Modified Files: src/sys/kern: init_main.c subr_evcnt.c src/sys/sys: evcnt.h Log Message: Expose olde style intrcnt interrupt accounting via event counters. This code will be garbage collected

CVS commit: src/sys/arch

2021-03-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 1 04:35:48 UTC 2021 Modified Files: src/sys/arch/amd64/include: types.h src/sys/arch/atari/include: types.h src/sys/arch/bebox/include: types.h src/sys/arch/cats/include: types.h

CVS commit: src

2021-03-31 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Apr 1 00:03:01 UTC 2021 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4/man4.vax: Makefile Added Files: src/share/man/man4/man4.vax: covid.4 Log Message: New vax documentation,

CVS commit: [netbsd-9] src/doc

2021-03-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Mar 31 13:52:02 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Tickets #1238 - #1240 To generate a diff of this commit: cvs rdiff -u -r1.1.2.62 -r1.1.2.63 src/doc/CHANGES-9.2 Please note that diffs

CVS commit: [netbsd-9] src/sys/arch/sparc/sparc

2021-03-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Mar 31 13:51:05 UTC 2021 Modified Files: src/sys/arch/sparc/sparc [netbsd-9]: trap.c Log Message: Pull up following revision(s) (requested by christos in ticket #1240): sys/arch/sparc/sparc/trap.c: revision 1.199 PR

CVS commit: [netbsd-9] src/sys/arch/sparc/dev

2021-03-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Mar 31 13:45:54 UTC 2021 Modified Files: src/sys/arch/sparc/dev [netbsd-9]: audioamd.c Log Message: Apply patch, requested by tsutsui in ticket #1239: sys/arch/sparc/dev/audioamd.c (apply patch) Fix for PR 56078

CVS commit: [netbsd-9] src/sys/arch/arm/cortex

2021-03-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Mar 31 13:41:01 UTC 2021 Modified Files: src/sys/arch/arm/cortex [netbsd-9]: gic.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1238): sys/arch/arm/cortex/gic.c: revision 1.47 Only

CVS commit: src/sys/arch

2021-03-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Mar 31 09:48:15 UTC 2021 Modified Files: src/sys/arch/luna68k/luna68k: locore.s src/sys/arch/mvme68k/mvme68k: locore.s src/sys/arch/sun2/sun2: locore.s src/sys/arch/sun3/sun3: locore.s

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

2021-03-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Mar 31 07:53:53 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixv.c Log Message: KNF a bit. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

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

2021-03-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Mar 31 07:52:15 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Modify error message to sync with ixgbe.c To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/sys/dev/pci/ixgbe/ixv.c

CVS commit: src/share/mk

2021-03-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Mar 31 06:35:35 UTC 2021 Modified Files: src/share/mk: bsd.own.mk Log Message: Reenable kernel modules for MIPS now that they work. To generate a diff of this commit: cvs rdiff -u -r1.1236 -r1.1237 src/share/mk/bsd.own.mk

CVS commit: src/external/cddl/osnet/sbin

2021-03-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Mar 31 06:27:58 UTC 2021 Modified Files: src/external/cddl/osnet/sbin/zfs: Makefile src/external/cddl/osnet/sbin/zpool: Makefile Log Message: Use compat/exec.mk - zfs isn't compat32 friendly (yet?). To generate a

CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2021-03-31 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Mar 31 06:26:27 UTC 2021 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: dwarf.c Log Message: Simplify the CTF float encoding type logic: all floating point types of 4 bytes or less are "float", 8 bytes or less