CVS commit: src/sys/dev/wsfb

2022-08-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 1 23:30:10 UTC 2022 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: genfb: Handle uninitialized softc in genfb_enable/disable_polling. This can happen due to janky MD kludgerosity like x86

CVS commit: src/sys/dev/wsfb

2022-08-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 1 23:30:10 UTC 2022 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: genfb: Handle uninitialized softc in genfb_enable/disable_polling. This can happen due to janky MD kludgerosity like x86

CVS commit: xsrc/external/mit/xf86-video-savage/dist/src

2022-08-01 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Aug 1 22:23:35 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-savage/dist/src: savage_driver.c Log Message: more xf86SetModeDefaultName( after xf86CVTMode() To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: xsrc/external/mit/xf86-video-savage/dist/src

2022-08-01 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Aug 1 22:23:35 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-savage/dist/src: savage_driver.c Log Message: more xf86SetModeDefaultName( after xf86CVTMode() To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: xsrc/external/mit/xf86-video-openchrome/dist/src

2022-08-01 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Aug 1 22:21:58 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-openchrome/dist/src: via_fp.c Log Message: more xf86SetModeDefaultName( after xf86CVTMode() To generate a diff of this commit: cvs rdiff -u -r1.1.1.1

CVS commit: xsrc/external/mit/xf86-video-openchrome/dist/src

2022-08-01 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Aug 1 22:21:58 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-openchrome/dist/src: via_fp.c Log Message: more xf86SetModeDefaultName( after xf86CVTMode() To generate a diff of this commit: cvs rdiff -u -r1.1.1.1

CVS commit: xsrc/external/mit/xf86-video-nouveau/dist/src

2022-08-01 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Aug 1 22:19:41 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-nouveau/dist/src: nv_driver.c Log Message: more xf86SetModeDefaultName( after xf86CVTMode() To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: xsrc/external/mit/xf86-video-nouveau/dist/src

2022-08-01 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Aug 1 22:19:41 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-nouveau/dist/src: nv_driver.c Log Message: more xf86SetModeDefaultName( after xf86CVTMode() To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: xsrc/external/mit/xf86-video-siliconmotion/dist/src

2022-08-01 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Aug 1 22:17:27 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-siliconmotion/dist/src: smi_output.c Log Message: more xf86SetModeDefaultName( after xf86CVTMode() To generate a diff of this commit: cvs rdiff -u

CVS commit: xsrc/external/mit/xf86-video-siliconmotion/dist/src

2022-08-01 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Aug 1 22:17:27 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-siliconmotion/dist/src: smi_output.c Log Message: more xf86SetModeDefaultName( after xf86CVTMode() To generate a diff of this commit: cvs rdiff -u

Re: CVS commit: src/tests/lib/libc/sys

2022-08-01 Thread Robert Elz
Date:Mon, 1 Aug 2022 18:55:15 +0300 From:Valery Ushakov Message-ID: | The test uses __clone(), not clone() and a followup fix made __clone() | visible under plain _NETBSD_SOURCE again - which is the right thing, | IMO. So this change is not necessary (the

Re: CVS commit: src/tests/lib/libc/sys

2022-08-01 Thread Valery Ushakov
On Mon, Aug 01, 2022 at 15:48:40 +, Robert Elz wrote: > Module Name: src > Committed By: kre > Date: Mon Aug 1 15:48:40 UTC 2022 > > Modified Files: > src/tests/lib/libc/sys: Makefile > > Log Message: > Provide _GNU_SOURCE for t_clone now that is required to make clone() >

Re: CVS commit: src/sys/dev/ic

2022-08-01 Thread Jason Thorpe
Oops, never mind, I hadn't yet seen the follow-up revert. > On Aug 1, 2022, at 8:29 AM, Jason Thorpe wrote: > > > >> On Aug 1, 2022, at 12:34 AM, Michael van Elst wrote: >> >> Module Name: src >> Committed By: mlelstv >> Date: Mon Aug 1 07:34:28 UTC 2022 >> >> Modified Files: >>

CVS commit: src/tests/lib/libc/sys

2022-08-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Aug 1 15:48:40 UTC 2022 Modified Files: src/tests/lib/libc/sys: Makefile Log Message: Provide _GNU_SOURCE for t_clone now that is required to make clone() visible. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

CVS commit: src/tests/lib/libc/sys

2022-08-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Aug 1 15:48:40 UTC 2022 Modified Files: src/tests/lib/libc/sys: Makefile Log Message: Provide _GNU_SOURCE for t_clone now that is required to make clone() visible. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

Re: CVS commit: src/sys/dev/ic

2022-08-01 Thread Jason Thorpe
> On Aug 1, 2022, at 12:34 AM, Michael van Elst wrote: > > Module Name: src > Committed By: mlelstv > Date: Mon Aug 1 07:34:28 UTC 2022 > > Modified Files: > src/sys/dev/ic: ahcisata_core.c bcmgenet.c nslm7x.c nvmereg.h nvmevar.h >rtl8169.c tulip.c tulipreg.h > > Log Message: > Also

CVS commit: src/include

2022-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 1 15:16:05 UTC 2022 Modified Files: src/include: sched.h Log Message: sched.h: keep __clone() visible under _NETBSD_SOURCE To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/include/sched.h Please note

CVS commit: src/include

2022-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 1 15:16:05 UTC 2022 Modified Files: src/include: sched.h Log Message: sched.h: keep __clone() visible under _NETBSD_SOURCE To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/include/sched.h Please note

CVS commit: src/sys/dev/ic

2022-08-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Aug 1 14:44:15 UTC 2022 Modified Files: src/sys/dev/ic: nslm7x.c Log Message: Prevent multiple unregistrations. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/dev/ic/nslm7x.c Please note that diffs

CVS commit: src/sys/dev/ic

2022-08-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Aug 1 14:44:15 UTC 2022 Modified Files: src/sys/dev/ic: nslm7x.c Log Message: Prevent multiple unregistrations. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/dev/ic/nslm7x.c Please note that diffs

CVS commit: src/sys/dev/ic

2022-08-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Aug 1 14:43:15 UTC 2022 Modified Files: src/sys/dev/ic: nslm7x.c Log Message: revert accidental commit. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/ic/nslm7x.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2022-08-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Aug 1 14:43:15 UTC 2022 Modified Files: src/sys/dev/ic: nslm7x.c Log Message: revert accidental commit. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/ic/nslm7x.c Please note that diffs are not

CVS commit: src/include

2022-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 1 14:34:02 UTC 2022 Modified Files: src/include: sched.h Log Message: sched.h: format comment to follow KNF requested by thorpej@ To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/include/sched.h Please

CVS commit: src/include

2022-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 1 14:34:02 UTC 2022 Modified Files: src/include: sched.h Log Message: sched.h: format comment to follow KNF requested by thorpej@ To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/include/sched.h Please

CVS commit: src/lib/libc/sys

2022-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 1 14:22:32 UTC 2022 Modified Files: src/lib/libc/sys: clone.2 Log Message: clone(2): document that _GNU_SOURCE must be defined for the prototypes To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/lib/libc/sys

2022-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 1 14:22:32 UTC 2022 Modified Files: src/lib/libc/sys: clone.2 Log Message: clone(2): document that _GNU_SOURCE must be defined for the prototypes To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/include

2022-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 1 14:19:40 UTC 2022 Modified Files: src/include: sched.h Log Message: sched.h: Linux documents clone and __clone as only available when_GNU_SOURCE is defined - follow suit. Ok martin@ To generate a diff of this commit:

CVS commit: src/include

2022-08-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 1 14:19:40 UTC 2022 Modified Files: src/include: sched.h Log Message: sched.h: Linux documents clone and __clone as only available when_GNU_SOURCE is defined - follow suit. Ok martin@ To generate a diff of this commit:

CVS commit: src/sys/dev/ic

2022-08-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Aug 1 10:30:29 UTC 2022 Modified Files: src/sys/dev/ic: tulip.c Log Message: Revert this to 1.205, undoing changes apparently mistakenly committed in 1.206, and the total disaster that the attempt to revert those in 1.207

CVS commit: src/sys/dev/ic

2022-08-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Aug 1 10:30:29 UTC 2022 Modified Files: src/sys/dev/ic: tulip.c Log Message: Revert this to 1.205, undoing changes apparently mistakenly committed in 1.206, and the total disaster that the attempt to revert those in 1.207

CVS commit: [netbsd-8] src/doc

2022-08-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 1 09:38:58 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1753 To generate a diff of this commit: cvs rdiff -u -r1.1.2.139 -r1.1.2.140 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/doc

2022-08-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 1 09:38:58 UTC 2022 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1753 To generate a diff of this commit: cvs rdiff -u -r1.1.2.139 -r1.1.2.140 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/sys/dev/usb

2022-08-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 1 09:38:02 UTC 2022 Modified Files: src/sys/dev/usb [netbsd-8]: uslsa.c Log Message: Pull up following revision(s) (requested by rin in ticket #1753): sys/dev/usb/uslsa.c: revision 1.32 PR kern/56946 Baud rate

CVS commit: [netbsd-8] src/sys/dev/usb

2022-08-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 1 09:38:02 UTC 2022 Modified Files: src/sys/dev/usb [netbsd-8]: uslsa.c Log Message: Pull up following revision(s) (requested by rin in ticket #1753): sys/dev/usb/uslsa.c: revision 1.32 PR kern/56946 Baud rate

CVS commit: [netbsd-9] src/doc

2022-08-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 1 09:37:01 UTC 2022 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1483 To generate a diff of this commit: cvs rdiff -u -r1.1.2.115 -r1.1.2.116 src/doc/CHANGES-9.3 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2022-08-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 1 09:37:01 UTC 2022 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1483 To generate a diff of this commit: cvs rdiff -u -r1.1.2.115 -r1.1.2.116 src/doc/CHANGES-9.3 Please note that diffs are not

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

2022-08-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 1 09:36:06 UTC 2022 Modified Files: src/sys/dev/usb [netbsd-9]: uslsa.c Log Message: Pull up following revision(s) (requested by rin in ticket #1483): sys/dev/usb/uslsa.c: revision 1.32 PR kern/56946 Baud rate

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

2022-08-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 1 09:36:06 UTC 2022 Modified Files: src/sys/dev/usb [netbsd-9]: uslsa.c Log Message: Pull up following revision(s) (requested by rin in ticket #1483): sys/dev/usb/uslsa.c: revision 1.32 PR kern/56946 Baud rate

CVS commit: src/sys/dev/ic

2022-08-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Aug 1 08:09:30 UTC 2022 Modified Files: src/sys/dev/ic: nvmevar.h Log Message: Now really restore 1.24. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/ic/nvmevar.h Please note that diffs are

CVS commit: src/sys/dev/ic

2022-08-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Aug 1 08:09:30 UTC 2022 Modified Files: src/sys/dev/ic: nvmevar.h Log Message: Now really restore 1.24. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/dev/ic/nvmevar.h Please note that diffs are

CVS commit: src/sys/dev/ic

2022-08-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Aug 1 07:37:18 UTC 2022 Modified Files: src/sys/dev/ic: ahcisata_core.c bcmgenet.c nvmevar.h rtl8169.c tulip.c tulipreg.h Log Message: Revert last accidental commits. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2022-08-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Aug 1 07:37:18 UTC 2022 Modified Files: src/sys/dev/ic: ahcisata_core.c bcmgenet.c nvmevar.h rtl8169.c tulip.c tulipreg.h Log Message: Revert last accidental commits. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2022-08-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Aug 1 07:34:28 UTC 2022 Modified Files: src/sys/dev/ic: ahcisata_core.c bcmgenet.c nslm7x.c nvmereg.h nvmevar.h rtl8169.c tulip.c tulipreg.h Log Message: Also fix shift values for SCT constants. To generate a

CVS commit: src/sys/dev/ic

2022-08-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Aug 1 07:34:28 UTC 2022 Modified Files: src/sys/dev/ic: ahcisata_core.c bcmgenet.c nslm7x.c nvmereg.h nvmevar.h rtl8169.c tulip.c tulipreg.h Log Message: Also fix shift values for SCT constants. To generate a

CVS commit: xsrc/external/mit/xf86-video-ati/dist/src

2022-08-01 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Aug 1 06:56:43 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-ati/dist/src: radeon_modes.c Log Message: sprinkle xf86SetModeDefaultName() since apparently xf86CVTMode() no longer sets a mode's .name now this works

CVS commit: xsrc/external/mit/xf86-video-ati/dist/src

2022-08-01 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Aug 1 06:56:43 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-ati/dist/src: radeon_modes.c Log Message: sprinkle xf86SetModeDefaultName() since apparently xf86CVTMode() no longer sets a mode's .name now this works