Up to [cvs.NetBSD.org] / src / external / mit / xorg / server / xorg-server / hw / sun
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Fix link errors now complained by new ld(1) from binutils 2.39.
put reallocarray() in the public namespace reallocarray() will be part of the next POSIX release, see https://austingroupbugs.net/view.php?id=1218 adapt an errno value to match POSIX expectations As discussed on tech-userlevel
fix driver list for sgimips, make Xsun and Xvfb build.
Fix link erorrs on ancient monolithic Xservers after DRI3 was enabled. https://mail-index.netbsd.org/source-changes/2021/08/19/msg131652.html > fix dri3 extension building and build it. > > needed for amdgpu. XXX: I wonder if each Xorg server extension can be enabled/disabled per ${MACHINE} basis rather than in MI include/dix-config.h header.
Pull up following revision(s) (requested by tsutsui in ticket #1061): distrib/sets/lists/xdebug/md.sun3: revision 1.4 distrib/sets/lists/xserver/md.sun3: revision 1.16 external/mit/xorg/server/xorg-server/hw/sun/Xsun/Makefile: revision 1.1 external/mit/xorg/server/xorg-server/hw/Makefile: revision 1.6 external/mit/xorg/server/xorg-server/hw/sun/Makefile: revision 1.1 external/mit/xorg/server/xorg-server/hw/sun/Xsun24/Makefile: revision 1.1 external/mit/xorg/server/xorg-server/hw/sun/Makefile.Xsun: revision 1.1 external/mit/xorg/server/xorg-server/hw/sun/Makefile.Xsun: revision 1.2 external/mit/xorg/server/xorg-server/hw/sun/Makefile.Xsun: revision 1.3 external/mit/xorg/server/xorg-server/hw/sun/Makefile.Xsun: revision 1.4 external/mit/xorg/server/xorg-server/Makefile.common: revision 1.28 external/mit/xorg/server/xorg-server.old/Makefile.common: revision 1.3 external/mit/xorg/server/xorg-server/hw/sun/XsunMono/Makefile: revision 1.1 Add build glue for Xorg-Server-1.20'fied monolithic Xsun servers. Don't build Xsun servers for sparc and sparc64. Not tested, and maybe not worth for wscons'fied ports. Add .debug binaries for Xsun servers. Note daily build.sh on releng.netbsd.org has MKDEBUG=yes so local test builds should also include it. fix build: - add .../xorg subdir to the path - add dbe and present extensions, both wanted via linkage .. but maybe these shouldn't be built? they're not in sets. Explicitly disable dbe, record, and present DIX extentions. Specify default /var/log/Xsun.%s.log path definitions.
file Makefile.Xsun was added on branch netbsd-9 on 2020-08-27 09:05:37 +0000
No need to build fbcmap_mi.c in each DDX server. Per upstream commit: https://cgit.freedesktop.org/xorg/xserver/commit/?id=432fc37e2ca833f1ec3cb614cbdc3a7ae13f22b7 > Build fbcmap_mi.c once, rather than once for each DDX, and make it part of libfb > or libwfb convenience library. Tested on sun3 and x68k.
Specify default /var/log/Xsun.%s.log path definitions.
Explicitly disable dbe, record, and present DIX extentions.
fix build: - add .../xorg subdir to the path - add dbe and present extensions, both wanted via linkage .. but maybe these shouldn't be built? they're not in sets.
Add build glue for Xorg-Server-1.20'fied monolithic Xsun servers.