CVS commit: src/sys/arch/x68k/x68k

2021-02-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Feb 11 02:37:11 UTC 2021 Modified Files: src/sys/arch/x68k/x68k: machdep.c Log Message: Fix a message for NMI. Maybe the "keyboard NMI" message was derived from hp300 but on X68030 NMI is triggered by the NMI button, and

CVS commit: src/sys/fs/msdosfs

2021-02-10 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Thu Feb 11 00:15:55 UTC 2021 Modified Files: src/sys/fs/msdosfs: msdosfs_vfsops.c Log Message: Enable to mount Raspberry Pi Pico's USB mass storage partition Fix PR kern/55985. O.k. by thorpej@. Pull-up to netbsd-8 and netbsd-9.

CVS commit: [netbsd-8] src/doc

2021-02-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 10 16:57:42 UTC 2021 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1651 To generate a diff of this commit: cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/usr.bin/nl

2021-02-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 10 16:56:52 UTC 2021 Modified Files: src/usr.bin/nl [netbsd-8]: nl.c Log Message: Pull up following revision(s) (requested by ginsbach in ticket #1651): usr.bin/nl/nl.c: revision 1.13 usr.bin/nl/nl.c:

CVS commit: [netbsd-9] src/doc

2021-02-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 10 16:55:40 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1202 To generate a diff of this commit: cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-9.2 Please note that diffs are not

CVS commit: [netbsd-9] src/usr.bin/nl

2021-02-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 10 16:54:52 UTC 2021 Modified Files: src/usr.bin/nl [netbsd-9]: nl.c Log Message: Pull up following revision(s) (requested by ginsbach in ticket #1202): usr.bin/nl/nl.c: revision 1.13 usr.bin/nl/nl.c:

CVS commit: src/sys/dev/scsipi

2021-02-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 10 16:30:01 UTC 2021 Modified Files: src/sys/dev/scsipi: cd.c sd.c Log Message: PR/55986: Ryo Onodera: DK_BUSY must have mask as second argument. Make cd.c consistent by also using __BIT() To generate a diff of this

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

2021-02-10 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed Feb 10 12:31:34 UTC 2021 Modified Files: src/sys/arch/aarch64/include: profile.h Log Message: Oh...the name of the mcount call was different between gcc and llvm. gcc calls it as "_mconut", llvm calls as "__mcount". Change the

CVS commit: src/sys/arch/aarch64

2021-02-10 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed Feb 10 08:25:01 UTC 2021 Modified Files: src/sys/arch/aarch64/conf: Makefile.aarch64 kern.ldscript src/sys/arch/aarch64/include: profile.h Log Message: add support kernel profiling on aarch64 - add MCOUNT_ENTER,