Module Name:src
Committed By: hans
Date: Sun Mar 9 18:50:20 UTC 2025
Modified Files:
src/sys/arch/vax/vsa: spx.c
Log Message:
vax/spx(4): fix a few X11-related bugs
- overwriting of saved screen pointer of emulation mode when switching
the framebuffer mode from mapped
Module Name:src
Committed By: hans
Date: Sun Mar 9 18:50:20 UTC 2025
Modified Files:
src/sys/arch/vax/vsa: spx.c
Log Message:
vax/spx(4): fix a few X11-related bugs
- overwriting of saved screen pointer of emulation mode when switching
the framebuffer mode from mapped
Module Name:src
Committed By: hans
Date: Tue Mar 4 15:34:42 UTC 2025
Modified Files:
src/sys/arch/vax/vsa: dz_vsbus.c
Log Message:
vax/dz(4): fix NULL pointer dereference in dzgetc()
This fixes an immediate reboot situation when booting with -d on a
framebuffer console t
Module Name:src
Committed By: hans
Date: Tue Mar 4 15:34:42 UTC 2025
Modified Files:
src/sys/arch/vax/vsa: dz_vsbus.c
Log Message:
vax/dz(4): fix NULL pointer dereference in dzgetc()
This fixes an immediate reboot situation when booting with -d on a
framebuffer console t
Module Name:src
Committed By: hans
Date: Tue Mar 4 14:31:07 UTC 2025
Modified Files:
src/sys/arch/vax/vsa: dz_vsbus.c
Log Message:
vax/dz(4): defer configuring children lkkbd and lkms
At least lkkdb (dzkbd, really) wants to not only send data over dz(4),
it also depends
Module Name:src
Committed By: hans
Date: Tue Mar 4 14:31:07 UTC 2025
Modified Files:
src/sys/arch/vax/vsa: dz_vsbus.c
Log Message:
vax/dz(4): defer configuring children lkkbd and lkms
At least lkkdb (dzkbd, really) wants to not only send data over dz(4),
it also depends
Module Name:src
Committed By: hans
Date: Sun Mar 2 13:43:39 UTC 2025
Modified Files:
src/sys/arch/vax/vsa: dz_vsbus.c
Log Message:
vax/dz(4): restore dz_print() to print line number of children
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/v
Module Name:src
Committed By: hans
Date: Sun Mar 2 13:43:39 UTC 2025
Modified Files:
src/sys/arch/vax/vsa: dz_vsbus.c
Log Message:
vax/dz(4): restore dz_print() to print line number of children
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/v
Module Name:src
Committed By: hans
Date: Sun Mar 2 11:11:48 UTC 2025
Modified Files:
src/sys/arch/vax/vsa: dz_vsbus.c
Log Message:
vax/dz(4): fix console detection when it's not on line 0
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/vax/vsa
Module Name:src
Committed By: hans
Date: Sun Mar 2 11:11:48 UTC 2025
Modified Files:
src/sys/arch/vax/vsa: dz_vsbus.c
Log Message:
vax/dz(4): fix console detection when it's not on line 0
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/vax/vsa
Module Name:src
Committed By: hans
Date: Fri Feb 28 13:13:41 UTC 2025
Modified Files:
src/sys/arch/vax/vsa: lcg.c
Log Message:
vax/lcg(4): Check vax_siedata in lcg_match() and lcgcnprobe() as well.
LCG only exists on two specific VAXstation models, but not the MicroVAXen
Module Name:src
Committed By: hans
Date: Fri Feb 28 13:13:41 UTC 2025
Modified Files:
src/sys/arch/vax/vsa: lcg.c
Log Message:
vax/lcg(4): Check vax_siedata in lcg_match() and lcgcnprobe() as well.
LCG only exists on two specific VAXstation models, but not the MicroVAXen
Module Name:src
Committed By: riastradh
Date: Thu Feb 27 15:31:06 UTC 2025
Modified Files:
src/sys/arch/vax/vsa: lcg.c
Log Message:
vax/lcg(4): Fix device_t/softc split straggler.
PR port-vax/59109: Booting 10.1 fails on Microvax 3100 model 80
(Probably won't fix the imm
Module Name:src
Committed By: riastradh
Date: Thu Feb 27 15:31:06 UTC 2025
Modified Files:
src/sys/arch/vax/vsa: lcg.c
Log Message:
vax/lcg(4): Fix device_t/softc split straggler.
PR port-vax/59109: Booting 10.1 fails on Microvax 3100 model 80
(Probably won't fix the imm
Module Name:src
Committed By: rin
Date: Mon Sep 30 00:34:05 UTC 2024
Modified Files:
src/sys/arch/vax/vsa: gpx.c
Log Message:
vax/gpx: Stop copy{in,out}(9) from/to 0-length buffers
Found by GCC12 -Wmaybe-uninitialized.
Authored by kalvisd@.
To generate a diff of this c
Module Name:src
Committed By: rin
Date: Mon Sep 30 00:34:05 UTC 2024
Modified Files:
src/sys/arch/vax/vsa: gpx.c
Log Message:
vax/gpx: Stop copy{in,out}(9) from/to 0-length buffers
Found by GCC12 -Wmaybe-uninitialized.
Authored by kalvisd@.
To generate a diff of this c
Module Name:src
Committed By: tsutsui
Date: Sat Feb 17 17:41:43 UTC 2024
Modified Files:
src/sys/arch/vax/vsa: ncr.c vsbus.c
Log Message:
Fix SCSI tranfer corruption on VAXstation 3100/m30 (KA420) on netboot.
See my post on port-vax@ for details:
https://mail-index.netbs
Module Name:src
Committed By: tsutsui
Date: Sat Feb 17 17:41:43 UTC 2024
Modified Files:
src/sys/arch/vax/vsa: ncr.c vsbus.c
Log Message:
Fix SCSI tranfer corruption on VAXstation 3100/m30 (KA420) on netboot.
See my post on port-vax@ for details:
https://mail-index.netbs
Module Name:src
Committed By: tsutsui
Date: Sat Feb 3 16:35:10 UTC 2024
Modified Files:
src/sys/arch/vax/vsa: smg.c
Log Message:
Misc cleanup.
- move function declarations after struct declarations and
before global variables
- sort function declarations per actual imp
Module Name:src
Committed By: tsutsui
Date: Sat Feb 3 16:35:10 UTC 2024
Modified Files:
src/sys/arch/vax/vsa: smg.c
Log Message:
Misc cleanup.
- move function declarations after struct declarations and
before global variables
- sort function declarations per actual imp
Module Name:src
Committed By: tsutsui
Date: Sat Feb 3 16:21:25 UTC 2024
Modified Files:
src/sys/arch/vax/vsa: gpx.c
Log Message:
Make local variables static.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/vax/vsa/gpx.c
Please note that diffs a
Module Name:src
Committed By: tsutsui
Date: Sat Feb 3 16:21:25 UTC 2024
Modified Files:
src/sys/arch/vax/vsa: gpx.c
Log Message:
Make local variables static.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/vax/vsa/gpx.c
Please note that diffs a
Module Name:src
Committed By: tsutsui
Date: Sat Feb 3 16:18:10 UTC 2024
Modified Files:
src/sys/arch/vax/vsa: gpx.c
Log Message:
Misc cleanup.
- move function declarations after struct declarations and
before global variables
- sort function declarations per actual imp
Module Name:src
Committed By: tsutsui
Date: Sat Feb 3 16:18:10 UTC 2024
Modified Files:
src/sys/arch/vax/vsa: gpx.c
Log Message:
Misc cleanup.
- move function declarations after struct declarations and
before global variables
- sort function declarations per actual imp
Module Name:src
Committed By: tsutsui
Date: Thu Jan 25 19:12:49 UTC 2024
Modified Files:
src/sys/arch/vax/vsa: smg.c
Log Message:
Fix mmap(2) address for smg(4) as other framebuffers.
Now X.org server can render onto framebuffer (but inverted bitorder).
Should be pulled u
Module Name:src
Committed By: tsutsui
Date: Thu Jan 25 19:12:49 UTC 2024
Modified Files:
src/sys/arch/vax/vsa: smg.c
Log Message:
Fix mmap(2) address for smg(4) as other framebuffers.
Now X.org server can render onto framebuffer (but inverted bitorder).
Should be pulled u
Module Name:src
Committed By: tsutsui
Date: Fri Jan 13 19:45:45 UTC 2023
Modified Files:
src/sys/arch/vax/vsa: smg.c
Log Message:
Make sure to call wsfont_init(9) as other framebuffer drivers.
Otherwise wsfont_find(9) always fails and wsdisplay(4) is not attached.
XXX: st
Module Name:src
Committed By: tsutsui
Date: Fri Jan 13 19:45:45 UTC 2023
Modified Files:
src/sys/arch/vax/vsa: smg.c
Log Message:
Make sure to call wsfont_init(9) as other framebuffer drivers.
Otherwise wsfont_find(9) always fails and wsdisplay(4) is not attached.
XXX: st
Module Name:src
Committed By: jakllsch
Date: Sat Dec 10 19:50:43 UTC 2022
Modified Files:
src/sys/arch/vax/vsa: lcg.c
Log Message:
Don't let compiler optimize out the framebuffer probe in lcg_match() by
using keyword volatile.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jakllsch
Date: Sat Dec 10 19:50:43 UTC 2022
Modified Files:
src/sys/arch/vax/vsa: lcg.c
Log Message:
Don't let compiler optimize out the framebuffer probe in lcg_match() by
using keyword volatile.
To generate a diff of this commit:
cvs rdiff
30 matches
Mail list logo