Re: CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/i2c

2021-05-17 Thread Erik Fair
I wonder if a summary report of detected RAM might be worthwhile, e.g., “4 RAM slots, 2 RAM DIMMs detected” - it’d be better still if the kernel could report the relationship between RAM present and memory controller channels (e.g., does it appear that RAM is spread across them for

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

2021-05-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue May 18 05:29:16 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixv.c Log Message: - Cleanup an rxbuf entry when bus_dmamap_load_mbuf() failed to prevent panic. - Print error number when error occurred.

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

2021-05-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue May 18 05:29:16 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixv.c Log Message: - Cleanup an rxbuf entry when bus_dmamap_load_mbuf() failed to prevent panic. - Print error number when error occurred.

CVS commit: src/sys/kern

2021-05-17 Thread matthew green
Module Name:src Committed By: mrg Date: Tue May 18 05:16:10 UTC 2021 Modified Files: src/sys/kern: files.kern Log Message: s/defopt/defflag/. 2021 called to remind me it's still 2021. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/kern/files.kern

CVS commit: src/sys/kern

2021-05-17 Thread matthew green
Module Name:src Committed By: mrg Date: Tue May 18 05:16:10 UTC 2021 Modified Files: src/sys/kern: files.kern Log Message: s/defopt/defflag/. 2021 called to remind me it's still 2021. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/kern/files.kern

CVS commit: src/sys/net

2021-05-17 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue May 18 01:46:29 UTC 2021 Modified Files: src/sys/net: if_pppoe.c Log Message: Added missing PPPOE_UNLOCK() on dropping PADS and PADT To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/net/if_pppoe.c

CVS commit: src/sys/net

2021-05-17 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue May 18 01:46:29 UTC 2021 Modified Files: src/sys/net: if_pppoe.c Log Message: Added missing PPPOE_UNLOCK() on dropping PADS and PADT To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/net/if_pppoe.c

CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/ofw

2021-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue May 18 01:24:39 UTC 2021 Modified Files: src/sys/dev/ofw [thorpej-i2c-spi-conf]: ofw_i2c_subr.c Log Message: There is no code of DEC lineage in this file. To generate a diff of this commit: cvs rdiff -u -r1.1.6.7 -r1.1.6.8

CVS commit: [thorpej-i2c-spi-conf] src/sys/dev/ofw

2021-05-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue May 18 01:24:39 UTC 2021 Modified Files: src/sys/dev/ofw [thorpej-i2c-spi-conf]: ofw_i2c_subr.c Log Message: There is no code of DEC lineage in this file. To generate a diff of this commit: cvs rdiff -u -r1.1.6.7 -r1.1.6.8

CVS commit: src/sys/arch/mipsco/stand

2021-05-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 17 22:36:31 UTC 2021 Modified Files: src/sys/arch/mipsco/stand: Makefile.booters Log Message: also strip .eh_frame. libkern dkcksum pushed bootxx_ffs 7 bytes over a limit. remove an old comment. To generate a diff of

CVS commit: src/sys/arch/mipsco/stand

2021-05-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 17 22:36:31 UTC 2021 Modified Files: src/sys/arch/mipsco/stand: Makefile.booters Log Message: also strip .eh_frame. libkern dkcksum pushed bootxx_ffs 7 bytes over a limit. remove an old comment. To generate a diff of

Re: CVS commit: src

2021-05-17 Thread Joerg Sonnenberger
On Mon, May 17, 2021 at 01:12:12PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon May 17 17:12:12 UTC 2021 > > Modified Files: > src: build.sh > > Log Message: > for mercurial, use the latest revision instead of limiting the output to 1 >

CVS commit: src/sys/arch/ofppc/stand/ofwboot

2021-05-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 17 20:21:05 UTC 2021 Modified Files: src/sys/arch/ofppc/stand/ofwboot: mbr.c rdb.c Log Message: include libkern.h for moved dkcksum(). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/ofppc/stand/ofwboot

2021-05-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 17 20:21:05 UTC 2021 Modified Files: src/sys/arch/ofppc/stand/ofwboot: mbr.c rdb.c Log Message: include libkern.h for moved dkcksum(). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/conf

2021-05-17 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Mon May 17 20:10:27 UTC 2021 Modified Files: src/sys/conf: newvers_stand.mk Log Message: Make vers.c depend on ${_NETBSD_VERSION_DEPENDS}. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/conf

2021-05-17 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Mon May 17 20:10:27 UTC 2021 Modified Files: src/sys/conf: newvers_stand.mk Log Message: Make vers.c depend on ${_NETBSD_VERSION_DEPENDS}. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch

2021-05-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 17 19:31:39 UTC 2021 Modified Files: src/sys/arch/atari/stand/libsa: diskio.c src/sys/arch/landisk/stand/boot: biosdisk.c src/sys/arch/luna68k/stand/boot: ufs_disksubr.c Log Message: include libkern.h to get

CVS commit: src/sys/arch

2021-05-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 17 19:31:39 UTC 2021 Modified Files: src/sys/arch/atari/stand/libsa: diskio.c src/sys/arch/landisk/stand/boot: biosdisk.c src/sys/arch/luna68k/stand/boot: ufs_disksubr.c Log Message: include libkern.h to get

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

2021-05-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 17 18:43:18 UTC 2021 Modified Files: src/usr.sbin/cpuctl/arch: aarch64.c Log Message: Teach cpuctl(8) about some additional aarch64 feature bits. (Descriptions for CSV3 and CSV2 are not very good, but the blurbs in

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

2021-05-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 17 18:43:18 UTC 2021 Modified Files: src/usr.sbin/cpuctl/arch: aarch64.c Log Message: Teach cpuctl(8) about some additional aarch64 feature bits. (Descriptions for CSV3 and CSV2 are not very good, but the blurbs in

CVS commit: src

2021-05-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 17 17:12:12 UTC 2021 Modified Files: src: build.sh Log Message: for mercurial, use the latest revision instead of limiting the output to 1 (requested by joerg) To generate a diff of this commit: cvs rdiff -u -r1.349

CVS commit: src

2021-05-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 17 17:12:12 UTC 2021 Modified Files: src: build.sh Log Message: for mercurial, use the latest revision instead of limiting the output to 1 (requested by joerg) To generate a diff of this commit: cvs rdiff -u -r1.349

CVS commit: src/usr.bin/calendar/calendars

2021-05-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 17 15:59:28 UTC 2021 Modified Files: src/usr.bin/calendar/calendars: calendar.netbsd Log Message: Add NetBSD 9.1 and 9.2 release To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/usr.bin/calendar/calendars

2021-05-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 17 15:59:28 UTC 2021 Modified Files: src/usr.bin/calendar/calendars: calendar.netbsd Log Message: Add NetBSD 9.1 and 9.2 release To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: [netbsd-9] src/doc

2021-05-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 17 15:51:29 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1272 and #1273 To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-9.3 Please note that diffs

CVS commit: [netbsd-9] src/doc

2021-05-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 17 15:51:29 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1272 and #1273 To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-9.3 Please note that diffs

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

2021-05-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 17 15:50:35 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-9]: xhci_pci.c Log Message: Pull up following revision(s) (requested by jakllsch in ticket #1273): sys/dev/pci/xhci_pci.c: revision 1.26 xhci_pci:

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

2021-05-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 17 15:50:35 UTC 2021 Modified Files: src/sys/dev/pci [netbsd-9]: xhci_pci.c Log Message: Pull up following revision(s) (requested by jakllsch in ticket #1273): sys/dev/pci/xhci_pci.c: revision 1.26 xhci_pci:

CVS commit: [netbsd-9] src/sys/fs/ntfs

2021-05-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 17 15:48:57 UTC 2021 Modified Files: src/sys/fs/ntfs [netbsd-9]: ntfs_subr.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1272): sys/fs/ntfs/ntfs_subr.c: revision 1.64

CVS commit: [netbsd-9] src/sys/fs/ntfs

2021-05-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 17 15:48:57 UTC 2021 Modified Files: src/sys/fs/ntfs [netbsd-9]: ntfs_subr.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1272): sys/fs/ntfs/ntfs_subr.c: revision 1.64

CVS commit: [netbsd-9] src

2021-05-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 17 15:46:21 UTC 2021 Modified Files: src/external/gpl2/groff/tmac [netbsd-9]: mdoc.local src/sys/sys [netbsd-9]: param.h Added Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Welcome to 9.2_STABLE!

CVS commit: [netbsd-9] src

2021-05-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 17 15:46:21 UTC 2021 Modified Files: src/external/gpl2/groff/tmac [netbsd-9]: mdoc.local src/sys/sys [netbsd-9]: param.h Added Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Welcome to 9.2_STABLE!

CVS commit: src

2021-05-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 17 13:50:39 UTC 2021 Modified Files: src: build.sh Log Message: Handle git and mercurial for reproducible builds. To generate a diff of this commit: cvs rdiff -u -r1.348 -r1.349 src/build.sh Please note that diffs

CVS commit: src

2021-05-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 17 13:50:39 UTC 2021 Modified Files: src: build.sh Log Message: Handle git and mercurial for reproducible builds. To generate a diff of this commit: cvs rdiff -u -r1.348 -r1.349 src/build.sh Please note that diffs

CVS commit: src/sys

2021-05-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 17 08:50:36 UTC 2021 Modified Files: src/sys/kern: files.kern subr_disk.c subr_disk_mbr.c src/sys/lib/libkern: Makefile.libkern libkern.h src/sys/lib/libsa: Makefile disklabel.c stand.h src/sys/sys:

CVS commit: src/sys

2021-05-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 17 08:50:36 UTC 2021 Modified Files: src/sys/kern: files.kern subr_disk.c subr_disk_mbr.c src/sys/lib/libkern: Makefile.libkern libkern.h src/sys/lib/libsa: Makefile disklabel.c stand.h src/sys/sys:

CVS commit: src/doc

2021-05-17 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon May 17 06:31:30 UTC 2021 Modified Files: src/doc: CHANGES Log Message: doc: added lagg(4) To generate a diff of this commit: cvs rdiff -u -r1.2806 -r1.2807 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src/doc

2021-05-17 Thread Shoichi YAMAGUCHI
Neo 2 layout. [nia 20210511] spiflash(4): Add support for Rockchip RK3328. [mrg 20210514] + lagg(4): Added a link-aggregation interface. [yamaguchi 20210517]