CVS log for src/external/mit/xorg/server/xorg-server/hw/netbsd/x68k/Makefile
Up to [cvs.NetBSD.org] / src / external / mit / xorg / server / xorg-server / hw / netbsd / x68k
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jan 26 17:16:57 2023 UTC (22 months, 2 weeks ago) by tsutsui
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -1
lines
Fix link errors now complained by new ld(1) from binutils 2.39.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jan 26 17:09:46 2023 UTC (22 months, 2 weeks ago) by tsutsui
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -3
lines
No need to link shared libXext here.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Oct 28 09:43:59 2022 UTC (2 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: netbsd-10-base,
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,
netbsd-10
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2
lines
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
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jul 15 19:12:39 2022 UTC (2 years, 4 months ago) by mrg
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1
lines
fix driver list for sgimips, make Xsun and Xvfb build.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Aug 21 15:57:00 2021 UTC (3 years, 3 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -1
lines
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.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Mar 22 14:11:02 2021 UTC (3 years, 8 months ago) by tsutsui
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2
lines
Remove -DHAVE_STRCASECMP from CPPFLAGS that is defined in dix-config.h.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Feb 7 16:56:00 2021 UTC (3 years, 10 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1
lines
Build mouseEmu3btn.c for added Emulate3Buttons support.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 5 15:48:09 2020 UTC (4 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -4
lines
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.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jul 22 21:25:03 2020 UTC (4 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -11
lines
Reorganize CPPFLAGS.
- use ${X11INCS.DIX} in <bsd.x11.mk>
- explicitly undef HAVE_XORG_CONFIG_H to avoid reference to
hw/xfree86/common in mi/miinitext.c
- remove -DHAVE_DIX_CONFIG_H which is already defined in
${X11FLAGS.DIX} and pulled via Makefile.servermod
XXX: -DHAVE_STRCASECMP should also be moved to ${X11FLAGS.DIX},
or should be pulled via include/dix-config.h?
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jul 18 16:07:15 2020 UTC (4 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
Xorg 1.20 servers require libXfont2 instead of libXfont.
Per the following upstream commit:
https://cgit.freedesktop.org/xorg/xserver/commit/?id=05a793f5b3c40747d5a92a076def7f4fb673c7e7
> dix: Switch to the libXfont2 API (v2)
Now Xorg 1.20 based X68k server builds and confirmed working on XM6i.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jul 18 15:26:30 2020 UTC (4 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -3
lines
Sync with xorg-server.old: No need to link miext/libshadow.a.
Revision 1.3.14.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:02:46 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +2 -4
lines
Sync with HEAD
Revision 1.3.12.1: download - view: text, markup, annotated - select for diffs
Fri Jan 18 08:49:06 2019 UTC (5 years, 10 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +2 -4
lines
Synch with HEAD
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jan 3 23:26:58 2019 UTC (5 years, 11 months ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
XXX: add hw/xfree86/common to the include path.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Dec 31 11:14:04 2018 UTC (5 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -4
lines
build updates for xorg-server 1.20.3:
- moved/removed/new files
- don't define HAVE_XORG_CONFIG_H or HAVE_DIX_CONFIG_H if using
${X11FLAGS.DIX} -- already included.
put glxvnd into glx itself for now.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 30 08:19:43 2016 UTC (8 years, 3 months ago) by mrg
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-compat-base,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -1
lines
look for present and damage includes.
define HAVE_STRCASECMP and HAVE_DIX_CONFIG_H.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Nov 6 21:32:22 2015 UTC (9 years, 1 month ago) by szptvlfn
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
remove redundant \
Revision 1.1.8.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:00:15 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.1.8.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.8.1: +94 -0
lines
Rebase to HEAD as of a few days ago.
Revision 1.1.4.2: download - view: text, markup, annotated - select for diffs
Thu May 22 14:09:47 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.1.4.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.4.1: +94 -0
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.1.8.1
Sat Mar 1 19:39:03 2014 UTC (10 years, 9 months ago) by tls
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.1: +0 -94
lines
file Makefile was added on branch tls-maxphys on 2014-08-20 00:00:15 +0000
Revision 1.1.4.1
Sat Mar 1 19:39:03 2014 UTC (10 years, 9 months ago) by yamt
Branches: yamt-pagecache
FILE REMOVED
Changes since revision 1.1: +0 -94
lines
file Makefile was added on branch yamt-pagecache on 2014-05-22 14:09:47 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 1 19:39:03 2014 UTC (10 years, 9 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Branch point for: yamt-pagecache,
tls-maxphys
Add a reachover Makefile to build X11R7'fied MD X68k server.
See my post on port-x68k@ for details:
http://mail-index.netbsd.org/port-x68k/2014/02/27/msg000043.html
CVSweb <webmaster@jp.NetBSD.org>