The NetBSD Project

CVS log for src/sys/arch/vax/vsa/gpx.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / vax / vsa

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Sep 30 00:34:04 2024 UTC (3 months, 3 weeks ago) by rin
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -1 lines
vax/gpx: Stop copy{in,out}(9) from/to 0-length buffers

Found by GCC12 -Wmaybe-uninitialized.

Authored by kalvisd@.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Feb 3 16:21:25 2024 UTC (11 months, 3 weeks ago) by tsutsui
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -6 lines
Make local variables static.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 3 16:18:10 2024 UTC (11 months, 3 weeks ago) by tsutsui
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +77 -69 lines
Misc cleanup.

- move function declarations after struct declarations and
  before global variables
- sort function declarations per actual implementation
- explicitly denote 'static' for static functions
- some KNF

No functional change (though gcc generates different binary).

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Sun Feb 12 12:27:26 2023 UTC (23 months, 1 week ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.1: +1361 -0 lines
Pull up following revision(s) (requested by tsutsui in ticket #79):

	sys/arch/vax/conf/GENERIC: revision 1.217
	sys/arch/vax/conf/VAX780: revision 1.34
	sys/arch/vax/conf/files.vax: revision 1.126
	sys/arch/vax/vsa/smg.c: revision 1.63
	sys/arch/vax/include/qdreg.h: revision 1.7
	sys/arch/vax/vax/conf.c: revision 1.69
	sys/arch/vax/conf/INSTALL: revision 1.76
	sys/arch/vax/vsa/gpx.c: revision 1.1

Add a support for gpx(4) color framebuffer found on VAXstation 3100.

Ported from OpenBSD/vax. Note smg(4) monochrome onboard framebuffer
driver is also changed attached only if gpx(4) is not installed
or flags 1 is specified in config files, as OpenBSD did.

Tested on my VAXstation 3100/m30 with and without 8bpp gpx(4).

Revied on port-vax@ and "Please go ahead!" from ragge@.
https://mail-index.netbsd.org/port-vax/2023/01/thread1.html#004147

Revision 1.1.2.1
Mon Feb 6 13:13:05 2023 UTC (23 months, 2 weeks ago) by martin
Branches: netbsd-10
FILE REMOVED
Changes since revision 1.1: +0 -1361 lines
file gpx.c was added on branch netbsd-10 on 2023-02-12 12:27:26 +0000

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 6 13:13:05 2023 UTC (23 months, 2 weeks ago) by tsutsui
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation
Branch point for: netbsd-10
Add a support for gpx(4) color framebuffer found on VAXstation 3100.

Poted from OpenBSD/vax. Note smg(4) monochrome onboard framebuffer
driver is also changed attached only if gpx(4) is not installed
or flags 1 is specified in config files, as OpenBSD did.

Tested on my VAXstation 3100/m30 with and without 8bpp gpx(4).
Revied on port-vax@ and "Please go ahead!" from ragge@.
 https://mail-index.netbsd.org/port-vax/2023/01/thread1.html#004147

Worth to pullup to netbsd-10.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>