CVS commit: src/sys/dev/usb

2021-03-02 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Mar 2 22:21:38 UTC 2021 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: OppsRemove irrelavent debug code and don't free_m before IFQ_DEQUEUE(). Identified and reported by Patrick Welche and remedy found by Martin

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

2021-03-02 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Tue Mar 2 18:10:31 UTC 2021 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 Log Message: XEN3_DOM0: Fix pckbc console attachment logic Copy PCKBD_CNATTACH_MAY_FAIL lines from GENERIC to XEN3_DOM0. GENERIC defines

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

2021-03-02 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Tue Mar 2 18:06:12 UTC 2021 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 Log Message: XEN3_DOM0: Sync VERBOSE with GENERIC Copy the *VERBOSE option block from GENERIC, and prune the scattered verbose options in XEN3_DOM0,

CVS commit: [netbsd-9] src/doc

2021-03-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 2 15:59:04 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1220 To generate a diff of this commit: cvs rdiff -u -r1.1.2.53 -r1.1.2.54 src/doc/CHANGES-9.2 Please note that diffs are not

CVS commit: [netbsd-9] src/share/man/man4

2021-03-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 2 15:57:06 UTC 2021 Modified Files: src/share/man/man4 [netbsd-9]: pad.4 Log Message: Pull up following revision(s) (requested by nia in ticket #1220): share/man/man4/pad.4: revision 1.7

CVS commit: src/usr.bin/resize

2021-03-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 2 14:26:00 UTC 2021 Modified Files: src/usr.bin/resize: Makefile Log Message: Only specify the dependencies if we are making the copy target. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2021-03-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 2 13:44:58 UTC 2021 Modified Files: src/sys/arch/evbppc/include: explora.h Log Message: Adjust tabs. Add NetBSD RCSID. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 2 12:01:02 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: com_elb.c le_elb.c pckbc_elb.c Log Message: Convert to intr_establish_xname(). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 2 11:59:49 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: pckbc_elb.c Log Message: Stop registering same function twice, i.e., for pckbd(4) and pms(4), via intr_establish(). To generate a diff of this commit:

CVS commit: src/sys

2021-03-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Mar 2 11:51:00 UTC 2021 Modified Files: src/sys/arch/arm/fdt: arm_simplefb.c src/sys/dev/fdt: simplefb.c Log Message: Fix previous: Each line is "stride" bytes wide, not "width * depth". While here, add a comment

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

2021-03-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Mar 2 11:10:53 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Fix jcl's starvation case in ixgbe_rxeof() again. ix_txrx.c rev.1.64 preallocates jcl to prevent starvation but it's not perfect. Don't

CVS commit: xsrc/external/mit/ctwm/dist

2021-03-02 Thread Nia Alarie
Module Name:xsrc Committed By: nia Date: Tue Mar 2 10:21:09 UTC 2021 Modified Files: xsrc/external/mit/ctwm/dist: system.ctwmrc Log Message: Restore defaults. The actual config now lives in src and we don't want merge conflicts. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/newsyslog

2021-03-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Mar 2 10:17:25 UTC 2021 Modified Files: src/usr.bin/newsyslog: newsyslog.8 Log Message: Use proper -width instead of the cargo-cult value. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/usr.bin/newsyslog

2021-03-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Mar 2 10:14:59 UTC 2021 Modified Files: src/usr.bin/newsyslog: newsyslog.8 Log Message: Sort config file flags and command line options. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/usr.bin/newsyslog

2021-03-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Mar 2 10:12:33 UTC 2021 Modified Files: src/usr.bin/newsyslog: newsyslog.8 Log Message: Fix markup so that literals are typeset as literals. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

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

2021-03-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Mar 2 08:16:53 UTC 2021 Modified Files: src/sys/arch/mips/include: locore.h Log Message: Ensure the "memory" clobber is on inline assembly store operations No binary change of note with this change in MALTA32 To generate a