"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
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.
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
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:
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 (
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
> 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
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
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
> >
> >
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.
>
>
>
> 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
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
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
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
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
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
16 matches
Mail list logo