CVS commit: src/sys/dev/i2c
Module Name:src Committed By: kim Date: Sun Jul 12 08:48:49 UTC 2020 Modified Files: src/sys/dev/i2c: dbcool_var.h Log Message: Make this compile To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/i2c/dbcool_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man7
Module Name:src Committed By: maxv Date: Sun Jul 12 10:10:53 UTC 2020 Modified Files: src/share/man/man7: kernel_sanitizers.7 Log Message: fix inaccuracy about kmsan To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man7/kernel_sanitizers.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/sys/arch/x86/pci
Module Name:src Committed By: martin Date: Sun Jul 12 11:40:58 UTC 2020 Modified Files: src/sys/arch/x86/pci [netbsd-9]: rdcpcib.c Log Message: Additionaly pull up the following revisions for ticket #998 to unbreak the build: sys/arch/x86/pci/rdcpcib.c 1.3 Recognize more RDC devices. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.58.1 src/sys/arch/x86/pci/rdcpcib.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-9] src/doc
Module Name:src Committed By: martin Date: Sun Jul 12 11:44:36 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Ammend ticket #991 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.74 -r1.1.2.75 src/doc/CHANGES-9.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: nia Date: Sun Jul 12 12:13:05 UTC 2020 Modified Files: src/sys/dev/hid: hidkbdmap.c src/sys/dev/pckbport: wskbdmap_mfii.c src/sys/dev/wscons: wsksymdef.h Log Message: Add Estonian layout as a variation of Swedish for ukbd and pckbd To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/hid/hidkbdmap.c cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pckbport/wskbdmap_mfii.c cvs rdiff -u -r1.68 -r1.69 src/sys/dev/wscons/wsksymdef.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/hid
Module Name:src Committed By: nia Date: Sun Jul 12 13:12:17 UTC 2020 Modified Files: src/sys/dev/hid: hidkbdmap.c Log Message: Add KB_TR for uhid keyboards (it was PS/2 only, this seems wrong) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/hid/hidkbdmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/cortex
Module Name:src Committed By: skrll Date: Sun Jul 12 13:33:44 UTC 2020 Modified Files: src/sys/arch/arm/cortex: gic.c Log Message: Avoid undefined behaviour. Detected by KUBSAN. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/cortex/gic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: skrll Date: Sun Jul 12 13:35:33 UTC 2020 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Add KUBSAN commented out. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/arch/evbarm/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man7
Module Name:src Committed By: skrll Date: Sun Jul 12 13:40:44 UTC 2020 Modified Files: src/share/man/man7: kernel_sanitizers.7 Log Message: Note arm KUBSAN support To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man7/kernel_sanitizers.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: nia Date: Sun Jul 12 14:31:50 UTC 2020 Modified Files: src/sys/dev/hid: hidkbdmap.c src/sys/dev/pckbport: wskbdmap_mfii.c src/sys/dev/wscons: wsksymdef.h Log Message: Add Icelandic keyboard layout to ukbd/pckbd. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/hid/hidkbdmap.c cvs rdiff -u -r1.30 -r1.31 src/sys/dev/pckbport/wskbdmap_mfii.c cvs rdiff -u -r1.69 -r1.70 src/sys/dev/wscons/wsksymdef.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: jdolecek Date: Sun Jul 12 19:05:32 UTC 2020 Modified Files: src/sys/dev/pci: if_bnx.c if_bnxvar.h Log Message: enable MSI/MSI-X if supported by adapter tested MSI-X with Broadcom NetXtreme II BCM5709 1000Base-T To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/dev/pci/if_bnx.c cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/if_bnxvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc/ibm4xx
Module Name:src Committed By: rin Date: Sun Jul 12 21:16:23 UTC 2020 Modified Files: src/sys/arch/powerpc/ibm4xx: 4xx_trap_subr.S Log Message: Fix comment. ibm4xx does not use powerpc/powerpc/trap_subr.S, but powerpc/ibm4xx/trap_subr.S. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/powerpc/ibm4xx/4xx_trap_subr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc/powerpc
Module Name:src Committed By: rin Date: Sun Jul 12 21:18:01 UTC 2020 Modified Files: src/sys/arch/powerpc/powerpc: trap_subr.S Log Message: No need to work around for IBM405 Errata 77; ibm4xx does not use this file. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/arch/powerpc/powerpc/trap_subr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: rin Date: Sun Jul 12 23:52:37 UTC 2020 Modified Files: src/sys/dev/pci: ppb.c Log Message: Remove duplicate include of opt_ppb.h. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/dev/pci/ppb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc/pic
Module Name:src Committed By: rin Date: Sun Jul 12 23:54:39 UTC 2020 Modified Files: src/sys/arch/powerpc/pic: pic_openpic.c Log Message: No need to test _KERNEL_OPT twice. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/powerpc/pic/pic_openpic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/macppc/macppc
Module Name:src Committed By: rin Date: Sun Jul 12 23:58:30 UTC 2020 Modified Files: src/sys/arch/macppc/macppc: pic_u3_ht.c Log Message: Fix typo; U3_HT_PIC_DE*P*UG ---> U3_HT_PIC_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/macppc/macppc/pic_u3_ht.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc/pic
Module Name:src Committed By: rin Date: Mon Jul 13 00:04:04 UTC 2020 Modified Files: src/sys/arch/powerpc/pic: pic_openpic.c Log Message: Drop unused opt_interrupt.h include. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/powerpc/pic/pic_openpic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: mrg Date: Mon Jul 13 04:44:03 UTC 2020 Modified Files: src/sys/dev/usb: files.usb Log Message: mark USBNET_DEBUG as a defflag that depends on USB_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/sys/dev/usb/files.usb Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: simonb Date: Mon Jul 13 05:20:46 UTC 2020 Modified Files: src/share/man/man4: ddb.4 src/sys/arch/evbmips/cavium: machdep.c src/sys/arch/mips/include: db_machdep.h src/sys/arch/mips/mips: db_interface.c mips_machdep.c Log Message: Copy "mach reset" logic from arm32 recently added by jmcneill@. The previous MIPS "mach reset" DDB command was hard-coded for Octeon Cavium CPUs only. To generate a diff of this commit: cvs rdiff -u -r1.190 -r1.191 src/share/man/man4/ddb.4 cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbmips/cavium/machdep.c cvs rdiff -u -r1.30 -r1.31 src/sys/arch/mips/include/db_machdep.h cvs rdiff -u -r1.83 -r1.84 src/sys/arch/mips/mips/db_interface.c cvs rdiff -u -r1.294 -r1.295 src/sys/arch/mips/mips/mips_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
Module Name:src Committed By: mrg Date: Mon Jul 13 05:38:52 UTC 2020 Modified Files: src/sys/dev/ic: bwfm.c Log Message: move some of the patching of callbacks and other data after ieee80211_ifattach() but before if_deferred_start_init(). may fix panic i saw in after restarting wpa_supplicant. from mlelstv. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/ic/bwfm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net80211
Module Name:src Committed By: mrg Date: Mon Jul 13 05:40:25 UTC 2020 Modified Files: src/sys/net80211: ieee80211_proto.c Log Message: i hit an assert in this code but we weren't sure why. for now, add the ostate and nstate values for further diagnosis to the assert message. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/net80211/ieee80211_proto.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: mrg Date: Mon Jul 13 05:43:38 UTC 2020 Modified Files: src/sys/dev/usb: usbdi.c Log Message: for both usbd_transfer() and usbd_ar_pipe() be sure to reset the xfer ux_state to XFER_BUSY when removing from the queue. seems to fix an occasional panic i was seeing on pinebook and pinebookpro lately with axen(4). from riastradh@. XXX: pullup-9. To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 src/sys/dev/usb/usbdi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm
Module Name:src Committed By: mrg Date: Mon Jul 13 05:52:50 UTC 2020 Modified Files: src/sys/uvm: uvm_physseg.c Log Message: actually show the start/end that failed start < end in uvm_page_physload(). To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/uvm/uvm_physseg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.