re: CVS commit: src/sys/dev/wscons

2025-03-25 Thread matthew green
"Hans Rosenfeld" writes: > Module Name: src > Committed By: hans > Date: Sun Mar 23 12:19:32 UTC 2025 > > Modified Files: > src/sys/dev/wscons: wsmouse.c > > Log Message: > wsmouse(4): fix bogus DIAGNOSTIC checks > > Similar to wskbd(4), these checks should be done always, and the on

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

2023-01-24 Thread Robert Elz
Date:Tue, 24 Jan 2023 14:51:03 - (UTC) From:chris...@astron.com (Christos Zoulas) Message-ID: | Once we add them older kernels will break, I doubt that they'd break any kernels - curses using programs using these sequences with an old kernel might break though.

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

2023-01-24 Thread David Brownlee
On Tue, 24 Jan 2023 at 14:51, Christos Zoulas wrote: > > In article , > Valery Ushakov wrote: > >On Wed, Jan 18, 2023 at 12:02:17 -0500, Christos Zoulas wrote: > > > >> Module Name: src > >> Committed By:christos > >> Date:Wed Jan 18 17:02:17 UTC 2023 > >> > >> Modified F

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

2023-01-24 Thread Christos Zoulas
In article , Valery Ushakov wrote: >On Wed, Jan 18, 2023 at 12:02:17 -0500, Christos Zoulas wrote: > >> Module Name: src >> Committed By:christos >> Date:Wed Jan 18 17:02:17 UTC 2023 >> >> Modified Files: >> src/sys/dev/wscons: wsemul_vt100_subr.c >> >> Log Message:

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

2023-01-18 Thread Valery Ushakov
On Wed, Jan 18, 2023 at 12:02:17 -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed Jan 18 17:02:17 UTC 2023 > > Modified Files: > src/sys/dev/wscons: wsemul_vt100_subr.c > > Log Message: > Add rin, indn, vpa, hpa, and cbt terminfo capabilities (

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

2021-10-11 Thread nia
On Sun, Oct 10, 2021 at 10:44:03PM +0900, Izumi Tsutsui wrote: > > Module Name:src > > Committed By: nia > > Date: Tue Sep 28 06:14:28 UTC 2021 > > > > Modified Files: > > src/sys/dev/wscons: wsconsio.h wsmouse.c wsmousevar.h > > > > Log Message: > > wsmouse: add s

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

2021-10-10 Thread Izumi Tsutsui
> Module Name: src > Committed By: nia > Date: Tue Sep 28 06:14:28 UTC 2021 > > Modified Files: > src/sys/dev/wscons: wsconsio.h wsmouse.c wsmousevar.h > > Log Message: > wsmouse: add support for "precision scrolling" events and (GET|SET)PARAMS Could you please also update wsmouse

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

2021-01-17 Thread Jared McNeill
The change isn't wrong, but I booted the wrong kernel and it does not fix the aarch64 issue I am seeing. On Sun, 17 Jan 2021, Jared D. McNeill wrote: Module Name:src Committed By: jmcneill Date: Sun Jan 17 15:13:15 UTC 2021 Modified Files: src/sys/dev/wscons: wsdisplay

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

2011-09-11 Thread Jonathan A. Kollasch
On Sun, Sep 11, 2011 at 11:33:48PM +0200, Christoph Egger wrote: > On 11.09.11 21:19, Jonathan A. Kollasch wrote: > > Module Name:src > > Committed By: jakllsch > > Date: Sun Sep 11 19:19:19 UTC 2011 > > > > Modified Files: > > src/sys/dev/wscons: wsmouse.c > > > >

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

2011-09-11 Thread Christoph Egger
On 11.09.11 21:19, Jonathan A. Kollasch wrote: > Module Name: src > Committed By: jakllsch > Date: Sun Sep 11 19:19:19 UTC 2011 > > Modified Files: > src/sys/dev/wscons: wsmouse.c > > Log Message: > Initialize the W axis value on open as is already done for the other axes. > > >

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

2011-06-29 Thread Izumi Tsutsui
> Module Name: src > Committed By: macallan > Date: Wed Jun 29 03:06:16 UTC 2011 > > Modified Files: > src/sys/dev/wscons: wsconsio.h > > Log Message: > add two new ioctl()s: > WSDISPLAYIO_GET_EDID to retrieve EDID data from display drivers > WSDISPLAYIO_SET_POLLING to control poll

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

2011-06-28 Thread Michael
Hello, On Wed, 29 Jun 2011 04:23:00 + (UTC) chris...@astron.com (Christos Zoulas) wrote: > In article <20110629030617.0d3dc17...@cvs.netbsd.org>, > Michael Lorenz wrote: > >-=-=-=-=-=- > > > >+struct wsdisplayio_edid_info { > >+int buffer_size; > >+int data_size; > >+uint8_t *edi

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

2011-06-28 Thread Christos Zoulas
In article <20110629030617.0d3dc17...@cvs.netbsd.org>, Michael Lorenz wrote: >-=-=-=-=-=- > >+struct wsdisplayio_edid_info { >+ int buffer_size; >+ int data_size; >+ uint8_t *edid_data; >+}; Shouldn't the sizes be size_t or uintXX_t? Signed sizes lead to bugs. Shouldn't edit_data b

Re: CVS commit: src/sys/dev/wscons (wsemul_vt100.c)

2010-02-11 Thread Matthias Drochner
nick.hud...@gmx.co.uk said: > On Thursday 11 February 2010 00:28:23 Geoff Wing wrote: > > This reversal removed variables that were being used. > I have no idea if my quick hack was correct. The variables are really needed, for that obscure "WSDISPLAY_CUSTOM_OUTPUT" hack which I had missed initia

Re: CVS commit: src/sys/dev/wscons (wsemul_vt100.c)

2010-02-10 Thread Nick Hudson
On Thursday 11 February 2010 00:28:23 Geoff Wing wrote: > On Wednesday 2010-02-10 22:25 +, Nick Hudson output: > :Module Name: src > :Committed By:skrll > :Date:Wed Feb 10 22:25:08 UTC 2010 > : > :Modified Files: > : src/sys/dev/wscons: wsemul_vt100.c > : > :Log Mess

Re: CVS commit: src/sys/dev/wscons (wsemul_vt100.c)

2010-02-10 Thread Geoff Wing
On Wednesday 2010-02-10 22:25 +, Nick Hudson output: :Module Name: src :Committed By: skrll :Date: Wed Feb 10 22:25:08 UTC 2010 : :Modified Files: : src/sys/dev/wscons: wsemul_vt100.c : :Log Message: :Remove accidental commit. :cvs rdiff -u -r1.33 -r1.34 src/sys/dev/wscons/wse