CVS log for xc/programs/Xserver/hw/xfree86/CHANGELOG |
 |
|
Up to [XFree86 CVS] / xc / programs / Xserver / hw / xfree86
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
3.3988.4.1
/
(view)
- annotate
- [select for diffs]
, Sat Dec 27 04:32:54 2008 UTC (12 days, 8 hours ago) by dawes
Branch:
xf-4_8-branch
Changes since 3.3988: +17 -2 lines
Diff to previous 3.3988
to next main 3.3989
post-4.8.0 platform-related updates:
4. Enable HasLibPthread for FreeBSD 7 and later because libc_r is no
longer present, and was deprecated since some earlier release (6.x?)
(David Dawes).
3. Disable optimisation when building the scanpci/pcidata modules which
contain a large amount of statically initialised data. Optimisation
is disabled because it provokes an internal compiler error on FreeBSD
7.0 (David Dawes).
2. Update Xinstall.sh version for 4.8.0, and recognise some newer platforms
and their bindists (David Dawes).
1. Elf has been the only supported format on FreeBSD for a long time.
The objformat utility has been deprecated for a long time, and was
finally removed in FreeBSD 7. Don't call it from imake for FreeBSD
5.x and later (David Dawes).
Revision
3.3989
/
(view)
- annotate
- [select for diffs]
, Sat Dec 27 04:17:11 2008 UTC (12 days, 8 hours ago) by dawes
Branch:
MAIN
CVS Tags:
HEAD
Changes since 3.3988: +17 -2 lines
Diff to previous 3.3988
entries for recent commits
Revision
3.3988
/
(view)
- annotate
- [select for diffs]
, Sun Dec 14 17:32:59 2008 UTC (3 weeks, 3 days ago) by tsi
Branch:
MAIN
CVS Tags:
xf-4_8_0
Branch point for:
xf-4_8-branch
Changes since 3.3987: +3 -2 lines
Diff to previous 3.3987
Prepare for tomorrow's tagging of 4.8.0
Revision
3.3987
/
(view)
- annotate
- [select for diffs]
, Tue Dec 9 12:02:59 2008 UTC (4 weeks, 2 days ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_31
Changes since 3.3986: +4 -2 lines
Diff to previous 3.3986
Snapshot: 4.7.99.31
Revision
3.3986
/
(view)
- annotate
- [select for diffs]
, Sun Nov 23 17:32:21 2008 UTC (6 weeks, 3 days ago) by tsi
Branch:
MAIN
Changes since 3.3985: +2 -1 lines
Diff to previous 3.3985
69. Fix error path in -configure processing. (Matthieu Herrb)
Revision
3.3985
/
(view)
- annotate
- [select for diffs]
, Sun Nov 23 12:03:09 2008 UTC (6 weeks, 4 days ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_30
Changes since 3.3984: +4 -2 lines
Diff to previous 3.3984
Snapshot: 4.7.99.30
Revision
3.3984
/
(view)
- annotate
- [select for diffs]
, Sun Nov 9 12:03:02 2008 UTC (8 weeks, 4 days ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_29
Changes since 3.3983: +4 -2 lines
Diff to previous 3.3983
Snapshot: 4.7.99.29
Revision
3.3983
/
(view)
- annotate
- [select for diffs]
, Fri Oct 31 18:10:32 2008 UTC (2 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3982: +4 -1 lines
Diff to previous 3.3982
68. Move CloseWellKnownConnections() calls into OsCleanup(TRUE) calls.
Catches yet another server exit case where sockets were not being closed
(Marc La France).
Revision
3.3982
/
(view)
- annotate
- [select for diffs]
, Thu Oct 23 10:03:47 2008 UTC (2 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_28
Changes since 3.3981: +4 -2 lines
Diff to previous 3.3981
Snapshot: 4.7.99.28
Revision
3.3981
/
(view)
- annotate
- [select for diffs]
, Wed Oct 15 20:19:18 2008 UTC (2 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3980: +3 -3 lines
Diff to previous 3.3980
Typos
Revision
3.3980
/
(view)
- annotate
- [select for diffs]
, Wed Oct 15 19:59:12 2008 UTC (2 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3979: +32 -1 lines
Diff to previous 3.3979
67. When using BSD authentication in xdm, wipe out the password as soon as
possible to prevent it from showing up in the address space of
subsequently forked child processes (Matthieu Herrb).
66. Ensure XVidModeGetMonitor() always returns dynamically allocated data, as
documented in its man page (Marc La France).
65. Fix potential crash in DBE (Dave Arlie).
64. Import X.Org fixes for CVE-2008-1377, CVE-2008-1379, CVE-2008-2360 and
CVE-2008-2361 security advisories.
63. Various x86emu changes:
- Fix various halfword overflow issues (Scitech).
- Add RDTSC emulation (Aaron Plattner).
- Fix JNL emulation (David Wong).
- Add emulation of CPUID, levels 0 & 1. If the host architecture
supports CPUID, pass that implementation's results to the emulation.
If running on a 386 or 486 that does not support CPUID, provide a
reasonable simulation (instead of SIGILL'ing). On all other host
architectures, the emulator will report itself as a 486DX
(Marc La France).
- Add BTS emulation (Felix Kuehling).
- Fix BSF & BSR emulations (Aaron Plattner).
- Fix MUL and IMUL emulations in the 64-bit case (Matthias Hopf).
62. xf86sym.c build fix when RandR is disabled (Pat Kane, Bugzilla #1693).
61. Spruce up implementation of pthread_key_create(), pthread_key_delete()
pthread_getspecific() and pthread_setspecific() stubs in libXThrStub
library. Inspired by a change found in OpenBSD repository
(Marc La France).
60. When opening display, if LOCALCONN fails, fall back to UNIXCOMM, then
TCPCONN (Alex Chen).
59. Improve uniqueness of XDM-AUTHORIZATION-1 cookies. (Egbert Eich).
58. Fix possible segfault when using XDM-AUTHORIZATION-1 keys for remote
clients over IPv6. (Christian Weisgerber)
Revision
3.3979
/
(view)
- annotate
- [select for diffs]
, Thu Oct 9 10:16:24 2008 UTC (2 months, 4 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_27
Changes since 3.3978: +4 -2 lines
Diff to previous 3.3978
Snapshot: 4.7.99.27
Revision
3.3978
/
(view)
- annotate
- [select for diffs]
, Tue Sep 23 10:07:32 2008 UTC (3 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_26
Changes since 3.3977: +4 -2 lines
Diff to previous 3.3977
Snapshot: 4.7.99.26
Revision
3.3977
/
(view)
- annotate
- [select for diffs]
, Tue Sep 9 10:04:03 2008 UTC (3 months, 4 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_25
Changes since 3.3976: +4 -2 lines
Diff to previous 3.3976
Snapshot: 4.7.99.25
Revision
3.3976
/
(view)
- annotate
- [select for diffs]
, Sat Aug 23 10:04:00 2008 UTC (4 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_24
Changes since 3.3975: +4 -2 lines
Diff to previous 3.3975
Snapshot: 4.7.99.24
Revision
3.3975
/
(view)
- annotate
- [select for diffs]
, Sat Aug 9 10:03:06 2008 UTC (5 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_23
Changes since 3.3974: +4 -2 lines
Diff to previous 3.3974
Snapshot: 4.7.99.23
Revision
3.3974
/
(view)
- annotate
- [select for diffs]
, Wed Jul 23 10:03:24 2008 UTC (5 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_22
Changes since 3.3973: +4 -2 lines
Diff to previous 3.3973
Snapshot: 4.7.99.22
Revision
3.3973
/
(view)
- annotate
- [select for diffs]
, Wed Jul 16 16:01:41 2008 UTC (5 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3972: +3 -1 lines
Diff to previous 3.3972
57. Immunise VBESetGetPalletteData() against attempts to set null pallette
data. (Dick Wesseling, Bugzilla #1691).
Revision
3.3972
/
(view)
- annotate
- [select for diffs]
, Wed Jul 9 10:03:39 2008 UTC (6 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_21
Changes since 3.3971: +4 -2 lines
Diff to previous 3.3971
Snapshot: 4.7.99.21
Revision
3.3971
/
(view)
- annotate
- [select for diffs]
, Tue Jul 1 17:16:41 2008 UTC (6 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3970: +2 -1 lines
Diff to previous 3.3970
56. Allow 32-bit PCI I/O addresses on Linux/PowerPC (Marc La France).
Revision
3.3970
/
(view)
- annotate
- [select for diffs]
, Mon Jun 23 13:42:19 2008 UTC (6 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3969: +3 -1 lines
Diff to previous 3.3969
55. A less kludgy implementation of the Simba hack introduced in CHANGELOG
#39 (Marc La France).
Revision
3.3969
/
(view)
- annotate
- [select for diffs]
, Mon Jun 23 10:03:04 2008 UTC (6 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_20
Changes since 3.3968: +4 -2 lines
Diff to previous 3.3968
Snapshot: 4.7.99.20
Revision
3.3968
/
(view)
- annotate
- [select for diffs]
, Sat Jun 21 17:11:55 2008 UTC (6 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3967: +4 -1 lines
Diff to previous 3.3967
54. Fix possible reference to freed memory in HP ZX1 PCI chipset scan and
emulate configuration space more closely for its fake bridges
(Marc La France).
Revision
3.3967
/
(view)
- annotate
- [select for diffs]
, Thu Jun 19 15:54:46 2008 UTC (6 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3966: +3 -3 lines
Diff to previous 3.3966
Typos
Revision
3.3966
/
(view)
- annotate
- [select for diffs]
, Thu Jun 19 15:37:45 2008 UTC (6 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3965: +3 -1 lines
Diff to previous 3.3965
53. Fix bug that caused the PCI scan to ignore bus segments that are known to
before the scan starts (Marc La France).
Revision
3.3965
/
(view)
- annotate
- [select for diffs]
, Mon Jun 9 10:02:59 2008 UTC (7 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_19
Changes since 3.3964: +4 -2 lines
Diff to previous 3.3964
Snapshot: 4.7.99.19
Revision
3.3964
/
(view)
- annotate
- [select for diffs]
, Fri May 23 10:03:20 2008 UTC (7 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_18
Changes since 3.3963: +4 -2 lines
Diff to previous 3.3963
Snapshot: 4.7.99.18
Revision
3.3963
/
(view)
- annotate
- [select for diffs]
, Wed May 21 21:23:56 2008 UTC (7 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3962: +4 -1 lines
Diff to previous 3.3962
52. Fix radeon driver to not relocate the framebuffer within its aperture on
non-DRI platforms. Fixes a SunOS/sparc panic upon /dev/console (or
/dev/wscons) output while the server is running. (Marc La France).
Revision
3.3962
/
(view)
- annotate
- [select for diffs]
, Thu May 15 17:04:24 2008 UTC (7 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3961: +5 -1 lines
Diff to previous 3.3961
51. Change atimisc to not disable the MMIO area at the tail end of the linear
aperture if it is found to be enabled on entry. Fixes a hang on
Solaris/sparc upon /dev/console or /dev/wscons output while the server is
running (Marc La France).
Revision
3.3961
/
(view)
- annotate
- [select for diffs]
, Thu May 15 16:25:39 2008 UTC (7 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3960: +3 -1 lines
Diff to previous 3.3960
50. Change the aperture driver for Solaris to makr its mappings as non-
cacheable and as having sideeffects (Marc La France).
Revision
3.3960
/
(view)
- annotate
- [select for diffs]
, Wed May 14 14:40:46 2008 UTC (7 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3959: +3 -1 lines
Diff to previous 3.3959
49. Avoid unpredictable behaviour on PCI-X and/or PCI Express capable ix86,
x86_64 and PowerPC systems (Marc La France).
Revision
3.3959
/
(view)
- annotate
- [select for diffs]
, Fri May 9 10:07:05 2008 UTC (8 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_17
Changes since 3.3958: +4 -2 lines
Diff to previous 3.3958
Snapshot: 4.7.99.17
Revision
3.3958
/
(view)
- annotate
- [select for diffs]
, Thu May 8 19:59:18 2008 UTC (8 months ago) by tsi
Branch:
MAIN
Changes since 3.3957: +4 -1 lines
Diff to previous 3.3957
48. Fix ATIPreInit() glitch that caused it to ignore the posiibility that the
common layer had relocated a Mach64's PCI block I/O base
(Marc La France).
Revision
3.3957
/
(view)
- annotate
- [select for diffs]
, Thu May 8 14:47:11 2008 UTC (8 months ago) by tsi
Branch:
MAIN
Changes since 3.3956: +4 -1 lines
Diff to previous 3.3956
47. Disable Mach64 hardware cursors when the unaccelerated VGA CRTC is used
to produce server-generated video modes (Marc La France).
46. Fix Mach64 video memory burst transfers on x86_64 (Marc La France).
Revision
3.3956
/
(view)
- annotate
- [select for diffs]
, Fri May 2 14:09:09 2008 UTC (8 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3955: +2 -1 lines
Diff to previous 3.3955
45. Remove two unused functions from xf4bpp (Miod Vallat, Marc La France).
Revision
3.3955
/
(view)
- annotate
- [select for diffs]
, Thu May 1 16:11:30 2008 UTC (8 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3954: +3 -1 lines
Diff to previous 3.3954
44. Fix additional incorrect assumptions regarding unassigned PCI resources
(Marc La France).
Revision
3.3954
/
(view)
- annotate
- [select for diffs]
, Thu May 1 15:13:20 2008 UTC (8 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3953: +4 -1 lines
Diff to previous 3.3953
43. Mitigate brokenness in /dev/console redirection on Solaris. Should this
redirection fail, redirect the server's stderr to the log to avoid screen
corruption due to the server's own console output. (Marc La France).
Revision
3.3953
/
(view)
- annotate
- [select for diffs]
, Wed Apr 30 14:43:44 2008 UTC (8 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3952: +5 -3 lines
Diff to previous 3.3952
42. Add a few more Radeon PCI IDs (prompted by Loic Mahe). Also, remove the
tracking of these from the "ati" module. (Marc La France)
... and fix typo in CHANGELOG entry 34.
Revision
3.3952
/
(view)
- annotate
- [select for diffs]
, Fri Apr 25 13:15:39 2008 UTC (8 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3951: +3 -1 lines
Diff to previous 3.3951
41. On SunOS, add a command line flag to disable the server's /dev/console
redirection (Marc La France).
Revision
3.3951
/
(view)
- annotate
- [select for diffs]
, Thu Apr 24 19:54:52 2008 UTC (8 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3950: +4 -1 lines
Diff to previous 3.3950
40. Rework the handling of unassigned PCI resources in the server to ensure
they are reassigned while the server is running and restore them to their
unassigned state on server exit (Marc La France).
Revision
3.3950
/
(view)
- annotate
- [select for diffs]
, Thu Apr 24 19:10:08 2008 UTC (8 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3949: +6 -1 lines
Diff to previous 3.3949
39. Change the scanpci and pcitweak utilities to simulate a completed master
abort instead of reading PCI register 0xb8 of Sun's Simba PCI-to-PCI
bridges, as reads of this register cause a PCI interrupt acknowledge
cycle on the secondary bus for an interrupt that did not actually occur.
Note that no other code touches this register. (Marc La France).
Revision
3.3949
/
(view)
- annotate
- [select for diffs]
, Thu Apr 24 18:41:05 2008 UTC (8 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3948: +6 -1 lines
Diff to previous 3.3948
38. Avoid screen corruption that occurs upon /dev/console output while the
X server is running on SunOS, by redirecting this output into a file.
The file is copied back to /dev/console on server exit. Note that screen
corruption still occurs on output to /dev/wscons because wscons cannot be
redirected in this fashion. (Marc La France).
Revision
3.3948
/
(view)
- annotate
- [select for diffs]
, Wed Apr 23 10:04:03 2008 UTC (8 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_16
Changes since 3.3947: +4 -2 lines
Diff to previous 3.3947
Snapshot: 4.7.99.16
Revision
3.3947
/
(view)
- annotate
- [select for diffs]
, Wed Apr 9 10:03:40 2008 UTC (9 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_15
Changes since 3.3946: +4 -2 lines
Diff to previous 3.3946
Snapshot: 4.7.99.15
Revision
3.3946
/
(view)
- annotate
- [select for diffs]
, Wed Apr 2 20:02:29 2008 UTC (9 months ago) by tsi
Branch:
MAIN
Changes since 3.3945: +8 -1 lines
Diff to previous 3.3945
37. Radeon driver changes:
- Merge in various changes from X.Org, via OpenBSD's xenocara repository.
Among other things, this adds support for newer Radeon's.
- Don't use vgaHW if the video mode on server entry is found to be an
accelerator (i.e. non-VGA) video mode (Marc La France).
- Avoid hard-failed master aborts while attempting to read video BIOS
(Marc La France).
Revision
3.3945
/
(view)
- annotate
- [select for diffs]
, Wed Apr 2 19:47:56 2008 UTC (9 months ago) by tsi
Branch:
MAIN
Changes since 3.3944: +8 -1 lines
Diff to previous 3.3944
36. Rage 128 driver changes:
- Add support for dual head on Rage 128 Mobility's (X.Org, via OpenBSD's
xenocara repository).
- Don't use vgaHW if the video mode on server entry is found to be an
accelerator (i.e. non-VGA) video mode (Marc La France).
- Avoid hard-failed master aborts while attempting to read video BIOS
(Marc La France).
Revision
3.3944
/
(view)
- annotate
- [select for diffs]
, Tue Apr 1 16:18:20 2008 UTC (9 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3943: +6 -2 lines
Diff to previous 3.3943
35. Fix PCI resource relocation to avoid nullifying resources
(Marc La France).
34. In int10, do attempt to populate shadow system BIOS segments if there's
a risk of hard-failed master aborts (Marc La France).
Revision
3.3943
/
(view)
- annotate
- [select for diffs]
, Thu Mar 27 15:22:40 2008 UTC (9 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3942: +5 -1 lines
Diff to previous 3.3942
Add missing CHANGELOG entry ...
32. Temporarily ignore 64-bit PCI memory address spaces on SPARC
(Marc La France).
31. For fault isolation purposes, on SPARC, bracket all PCI configuration
space accesses with MEMBAR's (Marc La France).
30.5. Change PCI scan to mitigate the effects of PCI Express Unsupported
requests (its idea of PCI's master aborts). On Solaris/SPARC at least,
this tones down a system freeze to a SIGKILL of the PCI scan.
(Marc La France).
30. Add PCI-X and PCI Express to the mix of PCI variants that are supported
in a single system. Includes, but is not limited to, support for Sun's
Ultra 25 and Ultra 45 systems. (Marc La France).
29. Remove assumption that all PCI entities have a function 0
(Marc La France).
Revision
3.3942
/
(view)
- annotate
- [select for diffs]
, Wed Mar 26 18:04:50 2008 UTC (9 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3941: +2 -1 lines
Diff to previous 3.3941
32. Zero out all SPARC SunOS framebuffers on server exit (Marc La France).
Revision
3.3941
/
(view)
- annotate
- [select for diffs]
, Wed Mar 26 17:57:48 2008 UTC (9 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3940: +10 -1 lines
Diff to previous 3.3940
32. Temporarily ignore 64-bit PCI memory address spaces on SPARC
(Marc La France).
31. For fault isolation purposes, on SPARC, bracket all PCI configuration
space accesses with MEMBAR's (Marc La France).
30. Add PCI-X and PCI Express to the mix of PCI variants that are supported
in a single system. Includes, but is not limited to, support for Sun's
Ultra 25 and Ultra 45 systems. (Marc La France).
29. Remove assumption that all PCI entities have a function 0
(Marc La France).
Revision
3.3940
/
(view)
- annotate
- [select for diffs]
, Wed Mar 26 17:39:08 2008 UTC (9 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3939: +3 -1 lines
Diff to previous 3.3939
28. Update to 2008-03-26 pci.ids snapshot. Also add some more recent PCI
Radeon IDs. (Marc La France)
Revision
3.3939
/
(view)
- annotate
- [select for diffs]
, Wed Mar 26 16:45:59 2008 UTC (9 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3938: +4 -1 lines
Diff to previous 3.3938
27. Fix integer wrap-arounds in XAA's wide line code path (Paul Mackerras).
26. Fix XAA segfault when dealing with certain TE fonts with null glyphs
(Soran Sandmann Pedersen).
Revision
3.3938
/
(view)
- annotate
- [select for diffs]
, Wed Mar 26 16:28:09 2008 UTC (9 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3937: +4 -1 lines
Diff to previous 3.3937
25. Make some of ATIProbe()'s verbose messages less misleading
(Marc La France).
24. Fix reversed memset() arguments in atimisc LUT handling (David Krause).
Revision
3.3937
/
(view)
- annotate
- [select for diffs]
, Wed Mar 26 16:20:04 2008 UTC (9 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3936: +5 -1 lines
Diff to previous 3.3936
23. In favour of the majority case, assume x86 and x86_64 systems cannot
hard-fail master aborts. On an experimental basis, also assume the same
of alpha systems. This adds support for such systems that don't include
a PCI-to-ISA bridge. (Marc La France)
Revision
3.3936
/
(view)
- annotate
- [select for diffs]
, Sun Mar 23 11:03:00 2008 UTC (9 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_14
Changes since 3.3935: +4 -2 lines
Diff to previous 3.3935
Snapshot: 4.7.99.14
Revision
3.3935
/
(view)
- annotate
- [select for diffs]
, Tue Mar 18 19:24:04 2008 UTC (9 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3934: +3 -1 lines
Diff to previous 3.3934
22. Fix null pointer defereference in XKB when LEDs don't exist
(Peter Hutterer, via X.Org bug #13961).
Revision
3.3934
/
(view)
- annotate
- [select for diffs]
, Tue Mar 18 18:50:46 2008 UTC (9 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3933: +4 -1 lines
Diff to previous 3.3933
21. Adapt from X.Org fixes for the CVE-2007-5760, CVE-2007-5958,
CVE-2007-6427, CVE-2007-6428, CVE-2007-6429 and CVE-2008-0006 security
advisories.
Revision
3.3933
/
(view)
- annotate
- [select for diffs]
, Tue Mar 18 18:41:54 2008 UTC (9 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3932: +3 -1 lines
Diff to previous 3.3932
20. Remove unnecessary #include of <linux/config.h> from our Linux DRM
source (Bugzilla #1689, Marc La France).
Revision
3.3932
/
(view)
- annotate
- [select for diffs]
, Tue Mar 18 18:36:52 2008 UTC (9 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3931: +6 -1 lines
Diff to previous 3.3931
19. When building an XFree86 loader server with stack backtrace support, use
GCC's -fno-omit-frame-pointer flag to improve the accuracy of stack
traces (Marc La France).
18. Fix (portably this time) X server links to ensure dependant subdirs are
tranversed before the server linked (Marc La France).
Revision
3.3931
/
(view)
- annotate
- [select for diffs]
, Sun Mar 9 11:03:27 2008 UTC (10 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_13
Changes since 3.3930: +4 -2 lines
Diff to previous 3.3930
Snapshot: 4.7.99.13
Revision
3.3930
/
(view)
- annotate
- [select for diffs]
, Sat Feb 23 12:02:53 2008 UTC (10 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_12
Changes since 3.3929: +4 -2 lines
Diff to previous 3.3929
Snapshot: 4.7.99.12
Revision
3.3929
/
(view)
- annotate
- [select for diffs]
, Sat Feb 9 12:03:36 2008 UTC (10 months, 4 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_11
Changes since 3.3928: +4 -2 lines
Diff to previous 3.3928
Snapshot: 4.7.99.11
Revision
3.3928
/
(view)
- annotate
- [select for diffs]
, Wed Jan 23 12:03:05 2008 UTC (11 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_10
Changes since 3.3927: +4 -2 lines
Diff to previous 3.3927
Snapshot: 4.7.99.10
Revision
3.3927
/
(view)
- annotate
- [select for diffs]
, Wed Jan 9 12:03:08 2008 UTC (12 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_9
Changes since 3.3926: +4 -2 lines
Diff to previous 3.3926
Snapshot: 4.7.99.9
Revision
3.3926
/
(view)
- annotate
- [select for diffs]
, Fri Jan 4 17:50:11 2008 UTC (12 months ago) by tsi
Branch:
MAIN
Changes since 3.3925: +6 -1 lines
Diff to previous 3.3925
17. Update SHAPE extension to Keith Packard's 1.1 version. Adds input
regions to windows that scope the area within which pointer movements are
reported to the client. Fixes build issue in certain sawfish window
manager versions. Also bump libXext shared library minor version.
Problem reported by John Lumby.
Revision
3.3925
/
(view)
- annotate
- [select for diffs]
, Tue Jan 1 02:02:34 2008 UTC (12 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3924: +3 -1 lines
Diff to previous 3.3924
16. Fix file descriptor leaks in Xprt, and various attempts to close streams
that were not opened successfully (Marc La France).
Revision
3.3924
/
(view)
- annotate
- [select for diffs]
, Sun Dec 23 12:02:57 2007 UTC (12 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_8
Changes since 3.3923: +4 -2 lines
Diff to previous 3.3923
Snapshot: 4.7.99.8
Revision
3.3923
/
(view)
- annotate
- [select for diffs]
, Sun Dec 9 12:03:09 2007 UTC (13 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_7
Changes since 3.3922: +4 -2 lines
Diff to previous 3.3922
Snapshot: 4.7.99.7
Revision
3.3922
/
(view)
- annotate
- [select for diffs]
, Fri Nov 23 12:03:07 2007 UTC (13 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_6
Changes since 3.3921: +4 -2 lines
Diff to previous 3.3921
Snapshot: 4.7.99.6
Revision
3.3921
/
(view)
- annotate
- [select for diffs]
, Fri Nov 9 12:03:13 2007 UTC (14 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_5
Changes since 3.3920: +4 -2 lines
Diff to previous 3.3920
Snapshot: 4.7.99.5
Revision
3.3920
/
(view)
- annotate
- [select for diffs]
, Sun Nov 4 19:57:14 2007 UTC (14 months ago) by tsi
Branch:
MAIN
Changes since 3.3919: +10 -1 lines
Diff to previous 3.3919
15. Do not free all Mesa buffers upon GLX extension closedown. Instead these
will be freed later, when FreeAllResources() is called to also free the
drawable privates that reference these buffers. Fixes Bugzilla #1685
(Marc La France).
14. Fix Mesa to complain (on stderr), rather than segfault, when an attempt
is made to free an unknown buffer (Marc La France).
13. Fix initialisation of __GLXscreenInfo structures (Marc La France).
12. Fix memory leak and code formatting in RADEONProbe() function
(Marc La France).
Revision
3.3919
/
(view)
- annotate
- [select for diffs]
, Tue Oct 23 10:03:23 2007 UTC (14 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_4
Changes since 3.3918: +4 -2 lines
Diff to previous 3.3918
Snapshot: 4.7.99.4
Revision
3.3918
/
(view)
- annotate
- [select for diffs]
, Tue Oct 9 10:03:34 2007 UTC (15 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_3
Changes since 3.3917: +4 -2 lines
Diff to previous 3.3917
Snapshot: 4.7.99.3
Revision
3.3917
/
(view)
- annotate
- [select for diffs]
, Tue Oct 2 13:47:28 2007 UTC (15 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3916: +3 -1 lines
Diff to previous 3.3916
11. Fix i830 driver bug that occurs when the amount of video memory
initially reported by the BIOS is zero (Marc La France).
Revision
3.3916
/
(view)
- annotate
- [select for diffs]
, Fri Sep 28 14:53:27 2007 UTC (15 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3915: +3 -1 lines
Diff to previous 3.3915
10. Fix byte-swapping issues in libXft's handling of XImages (Alan Brown,
Bugzilla #1687).
Revision
3.3915
/
(view)
- annotate
- [select for diffs]
, Sun Sep 23 19:46:17 2007 UTC (15 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3914: +2 -1 lines
Diff to previous 3.3914
9. Fix the SDK's header directory structure (Marc La France).
Revision
3.3914
/
(view)
- annotate
- [select for diffs]
, Sun Sep 23 10:08:25 2007 UTC (15 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_2
Changes since 3.3913: +4 -2 lines
Diff to previous 3.3913
Snapshot: 4.7.99.2
Revision
3.3913
/
(view)
- annotate
- [select for diffs]
, Sun Sep 16 01:54:55 2007 UTC (15 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3912: +2 -1 lines
Diff to previous 3.3912
8. 64-bit fix in XAAValidateGC() (Marc La France).
Revision
3.3912
/
(view)
- annotate
- [select for diffs]
, Sun Sep 16 01:39:48 2007 UTC (15 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3911: +2 -1 lines
Diff to previous 3.3911
7. Speed up Mach64 block transfers on AMD64s (Marc La France).
Revision
3.3911
/
(view)
- annotate
- [select for diffs]
, Sun Sep 16 01:10:22 2007 UTC (15 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3910: +2 -1 lines
Diff to previous 3.3910
6. Fix stipples in Xigs and Xsis530 servers (Marc La France).
Revision
3.3910
/
(view)
- annotate
- [select for diffs]
, Sun Sep 16 00:54:23 2007 UTC (15 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3909: +2 -1 lines
Diff to previous 3.3909
5. Fix bug in Xdmx's handling of USB devices (Marc La France).
Revision
3.3909
/
(view)
- annotate
- [select for diffs]
, Sun Sep 16 00:49:13 2007 UTC (15 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3908: +3 -1 lines
Diff to previous 3.3908
4. Darwin build fix, for the case where an X11 implementation has yet to be
installed (Marc La France, problem reported by Yves de Champlain).
Revision
3.3908
/
(view)
- annotate
- [select for diffs]
, Sun Sep 16 00:42:19 2007 UTC (15 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3907: +3 -1 lines
Diff to previous 3.3907
3. Change `lndir` utility to trim off trailing self-references (i.e. "/" and
"/." from its "from" argument (Marc La France).
Revision
3.3907
/
(view)
- annotate
- [select for diffs]
, Sun Sep 16 00:37:26 2007 UTC (15 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3906: +4 -1 lines
Diff to previous 3.3906
2. On SVR4 variants (including SunOS & Solaris), use the `make`
implementation found in $PATH, instead of a hard-wired one
(Marc La France).
Revision
3.3906
/
(view)
- annotate
- [select for diffs]
, Sat Sep 15 23:14:40 2007 UTC (15 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3905: +8 -1 lines
Diff to previous 3.3905
1. Remove (what's left of) the build's dependencies on the Glide2 and Glide3
libraries. What remains are run-time only dependencies in the 2D glide
driver (Glide2) and the tdfx DRI driver (Glide3) (Marc La France).
Revision
3.3905
/
(view)
- annotate
- [select for diffs]
, Sun Aug 12 23:57:46 2007 UTC (16 months, 3 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_7_99_1,
xf-4_7_0,
xf-4_7-branch
Changes since 3.3904: +3 -2 lines
Diff to previous 3.3904
prep for 4.7.0 release
Revision
3.3904
/
(view)
- annotate
- [select for diffs]
, Tue Aug 7 10:02:56 2007 UTC (17 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_6_99_29
Changes since 3.3903: +4 -2 lines
Diff to previous 3.3903
Snapshot: 4.6.99.29
Revision
3.3903
/
(view)
- annotate
- [select for diffs]
, Mon Jul 23 13:57:22 2007 UTC (17 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3902: +2 -1 lines
Diff to previous 3.3902
XFree86 4.6.99.29 (xx August 2007)
166. Fix #include's in GLw documentation (Marc Balmer).
Revision
3.3902
/
(view)
- annotate
- [select for diffs]
, Sat Jul 21 10:03:19 2007 UTC (17 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_6_99_28
Changes since 3.3901: +4 -2 lines
Diff to previous 3.3901
Snapshot: 4.6.99.28
Revision
3.3901
/
(view)
- annotate
- [select for diffs]
, Tue Jul 10 18:08:41 2007 UTC (18 months ago) by tsi
Branch:
MAIN
Changes since 3.3900: +3 -1 lines
Diff to previous 3.3900
165. Fix new PCI scan for SPARCs based on Sun's Psycho chipset
(Marc La France).
Revision
3.3900
/
(view)
- annotate
- [select for diffs]
, Tue Jul 10 16:15:52 2007 UTC (18 months ago) by tsi
Branch:
MAIN
Changes since 3.3899: +2 -1 lines
Diff to previous 3.3899
164. Default noise reductions during PCI scans on the *BSDs (Marc La France).
Revision
3.3899
/
(view)
- annotate
- [select for diffs]
, Sat Jul 7 10:03:24 2007 UTC (18 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_6_99_27
Changes since 3.3898: +4 -2 lines
Diff to previous 3.3898
Snapshot: 4.6.99.27
Revision
3.3898
/
(view)
- annotate
- [select for diffs]
, Thu Jul 5 13:52:06 2007 UTC (18 months ago) by tsi
Branch:
MAIN
Changes since 3.3897: +3 -1 lines
Diff to previous 3.3897
163. Update locale information for Serbia and Montenegro (Bugzilla #1684,
Milos Komarcevic).
Revision
3.3897
/
(view)
- annotate
- [select for diffs]
, Tue Jul 3 14:23:07 2007 UTC (18 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3896: +3 -1 lines
Diff to previous 3.3896
162. Beef up validity check on PCI resource sizes returned from the OS
(Marc La France, problem reported by Loic Mahe).
Revision
3.3896
/
(view)
- annotate
- [select for diffs]
, Tue Jul 3 14:19:52 2007 UTC (18 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3895: +3 -1 lines
Diff to previous 3.3895
161. Add missing install rule for xterm when it is to be installed neither
setuid nor setgid (Marc La France, problem reported by Loic Mahe).
Revision
3.3895
/
(view)
- annotate
- [select for diffs]
, Sun Jul 1 14:14:50 2007 UTC (18 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3894: +4 -1 lines
Diff to previous 3.3894
160. Fix various issues related to install.sdk targets when
BuildModuleInSubdir is asserted during a build (Marc La France,
problem reported by Loic Mahe).
Revision
3.3894
/
(view)
- annotate
- [select for diffs]
, Thu Jun 28 12:22:25 2007 UTC (18 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3893: +2 -1 lines
Diff to previous 3.3893
159. Fix ioport utility to allow for VGA I/O aliases (Marc La France).
Revision
3.3893
/
(view)
- annotate
- [select for diffs]
, Thu Jun 21 10:02:58 2007 UTC (18 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_6_99_26
Changes since 3.3892: +4 -2 lines
Diff to previous 3.3892
Snapshot: 4.6.99.26
Revision
3.3892
/
(view)
- annotate
- [select for diffs]
, Sun Jun 17 19:25:00 2007 UTC (18 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3891: +3 -1 lines
Diff to previous 3.3891
158. Improve makedepend's accuracy when -U command line flags and/or #undef
directives are involved (Marc La France).
Revision
3.3891
/
(view)
- annotate
- [select for diffs]
, Thu Jun 14 13:30:17 2007 UTC (18 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3890: +3 -1 lines
Diff to previous 3.3890
157. Fix endianness bug in Render extension's SetPictureClipRectangles
request (Matthieu Herrb).
Revision
3.3890
/
(view)
- annotate
- [select for diffs]
, Thu Jun 7 10:03:00 2007 UTC (19 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_6_99_25
Changes since 3.3889: +4 -2 lines
Diff to previous 3.3889
Snapshot: 4.6.99.25
Revision
3.3889
/
(view)
- annotate
- [select for diffs]
, Wed May 30 14:50:39 2007 UTC (19 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3888: +3 -1 lines
Diff to previous 3.3888
156. Allow scanpci utility to dump all 4K bytes of a PCI Express device's
configuration space (Marc La France).
Revision
3.3888
/
(view)
- annotate
- [select for diffs]
, Wed May 30 13:51:16 2007 UTC (19 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3887: +5 -1 lines
Diff to previous 3.3887
155. Generalise the scanning of SPARC PROMs for PCI host bridges by relying
more on PROM information and less on chipset specifics. In particular,
this adds support for PCI Express as found in some UltraSPARC IV systems
(Marc La France).
Revision
3.3887
/
(view)
- annotate
- [select for diffs]
, Fri May 25 15:23:26 2007 UTC (19 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3886: +3 -1 lines
Diff to previous 3.3886
154. Back-port a fix for CVE-2007-2754, another integer overflow vulnerability
in the freetype2 library's TrueType font handling (Victor Stinner).
Revision
3.3886
/
(view)
- annotate
- [select for diffs]
, Tue May 22 19:50:13 2007 UTC (19 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3885: +3 -1 lines
Diff to previous 3.3885
153. Allow DefaultUserPath overrides on Darwin. Requested by "SciFi"
(Marc La France).
Revision
3.3885
/
(view)
- annotate
- [select for diffs]
, Tue May 22 16:01:29 2007 UTC (19 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3884: +3 -1 lines
Diff to previous 3.3884
152. On Darwin, make xcodebuild and the older pbxbuild use different project
descriptions (Marc La France).
Revision
3.3884
/
(view)
- annotate
- [select for diffs]
, Tue May 22 13:16:12 2007 UTC (19 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3883: +3 -1 lines
Diff to previous 3.3883
151. Change `make install` on Darwin to work around XCode's inability to
follow symlinks (Marc La France).
Revision
3.3883
/
(view)
- annotate
- [select for diffs]
, Mon May 21 10:02:50 2007 UTC (19 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_6_99_24
Changes since 3.3882: +4 -2 lines
Diff to previous 3.3882
Snapshot: 4.6.99.24
Revision
3.3882
/
(view)
- annotate
- [select for diffs]
, Fri May 18 17:20:42 2007 UTC (19 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3881: +2 -2 lines
Diff to previous 3.3881
Fix attribution
Revision
3.3881
/
(view)
- annotate
- [select for diffs]
, Fri May 18 17:01:58 2007 UTC (19 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3880: +6 -1 lines
Diff to previous 3.3880
150. Fix build with an external freetype2 library (both newer and older than
the version we provide under xc/extras/). However, still build
libXfont's FreeType backend module with the freetype2 version we provide
because it is the only version known to be modified to correctly build
the module (Jie Luo, Marc La France).
Revision
3.3880
/
(view)
- annotate
- [select for diffs]
, Mon May 7 10:02:46 2007 UTC (20 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_6_99_23
Changes since 3.3879: +4 -2 lines
Diff to previous 3.3879
Snapshot: 4.6.99.23
Revision
3.3879
/
(view)
- annotate
- [select for diffs]
, Tue Apr 24 13:37:17 2007 UTC (20 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3878: +3 -2 lines
Diff to previous 3.3878
Fix attributions
Revision
3.3878
/
(view)
- annotate
- [select for diffs]
, Tue Apr 24 13:13:49 2007 UTC (20 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3877: +4 -1 lines
Diff to previous 3.3877
149. Fix linking of Darwin executables by ensuring locally built static
libraries are found before dynamic libraries in system library search
paths (Marc La France).
Revision
3.3877
/
(view)
- annotate
- [select for diffs]
, Sat Apr 21 23:37:19 2007 UTC (20 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3876: +14 -1 lines
Diff to previous 3.3876
148. Remove unnecessary #include in fonttosfnt/util.c that prevents successful
builds against newer freetype2 versions. Problem reported by "SciFi".
(Marc La France)
147. Fix XDarwin build when BuildGlxInDmx is asserted. Problem reported by
"SciFi". (Marc La France)
146. Fix libXft1 build against newer fontconfig versions. Specifically
exclude support for fontconfig 2.3.95 because it introduces an
incompatibility without a version bump. Problem reported by "SciFi".
(Marc La France)
145. Darwin build workaround for XCode's inability to follow symlinks.
Problem reported by "SciFi". (Marc La France)
144. Add an implicit rule for Objective-C sources so that XDarwin build don't
depend on Apple-only GNU make changes. Problem pointed out by "SciFi".
Revision
3.3876
/
(view)
- annotate
- [select for diffs]
, Sat Apr 21 10:02:55 2007 UTC (20 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_6_99_22
Changes since 3.3875: +4 -2 lines
Diff to previous 3.3875
Snapshot: 4.6.99.22
Revision
3.3875
/
(view)
- annotate
- [select for diffs]
, Thu Apr 19 13:08:02 2007 UTC (20 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3874: +2 -1 lines
Diff to previous 3.3874
143. Fix double UnlockDisplay() in libGL (Jamey Sharp, freedesktop bug #8521).
Revision
3.3874
/
(view)
- annotate
- [select for diffs]
, Sat Apr 14 22:37:59 2007 UTC (20 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3873: +4 -1 lines
Diff to previous 3.3873
142. Allow 3rd mouse button emulation even if the mouse actually has a 3rd
button. This helps laptops, and the like, running systems that combine
a touchpad and an external mouse into one device (Martin Husemann).
Revision
3.3873
/
(view)
- annotate
- [select for diffs]
, Sat Apr 14 22:01:51 2007 UTC (20 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3872: +2 -1 lines
Diff to previous 3.3872
141. Resave text mode on re-entry into the trident driver (Matthias Drochner).
Revision
3.3872
/
(view)
- annotate
- [select for diffs]
, Fri Apr 13 16:16:49 2007 UTC (20 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3871: +2 -1 lines
Diff to previous 3.3871
140. Add DPMS support to the newport driver (Christopher Sekiya).
Revision
3.3871
/
(view)
- annotate
- [select for diffs]
, Thu Apr 12 14:53:03 2007 UTC (20 months, 4 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3870: +3 -1 lines
Diff to previous 3.3870
139. Add .gitignore to the list of files the lndir utility ignores by default
(Marc La France).
Revision
3.3870
/
(view)
- annotate
- [select for diffs]
, Mon Apr 9 18:05:33 2007 UTC (21 months ago) by tsi
Branch:
MAIN
Changes since 3.3869: +5 -1 lines
Diff to previous 3.3869
138. Resave text mode on re-entry into the mga driver to catch changes in text
mode font while the server was switched away (Matthias Drochner).
137. Fix determination of mode on server entry in the mga driver
(Eike Dehling).
Revision
3.3869
/
(view)
- annotate
- [select for diffs]
, Mon Apr 9 14:19:11 2007 UTC (21 months ago) by tsi
Branch:
MAIN
Changes since 3.3868: +8 -1 lines
Diff to previous 3.3868
136. Refix Darwin bundle install rules when DESTDIR is specified
(Marc La France).
135. Use /usr/bin/login for `xterm -ls` on Darwin (Yves de Champlain,
Bugzilla #1680).
134. Define proper default $PATH's for xdm on Darwin (Yves de Champlain,
Bugzilla #1680).
133. Add PAM support to Darwin port (Yves de Champlain, Bugzilla #1680).
Revision
3.3868
/
(view)
- annotate
- [select for diffs]
, Sat Apr 7 10:02:58 2007 UTC (21 months ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_6_99_21
Changes since 3.3867: +4 -2 lines
Diff to previous 3.3867
Snapshot: 4.6.99.21
Revision
3.3867
/
(view)
- annotate
- [select for diffs]
, Thu Apr 5 15:08:59 2007 UTC (21 months ago) by tsi
Branch:
MAIN
Changes since 3.3866: +5 -1 lines
Diff to previous 3.3866
132. Address vulnerabilities CVE-2006-0747, CVE-2006-1861, CVE-1006-2661,
CVE-2007-1003, CVE-2007-1351, CVE-2007-1352 and CVE-2007-1667
(Josh Bressers, Chris Evans, Sean Larsson, iDefense, Matthieu Herrb,
Marc La France).
Revision
3.3866
/
(view)
- annotate
- [select for diffs]
, Wed Apr 4 18:28:38 2007 UTC (21 months ago) by tsi
Branch:
MAIN
Changes since 3.3865: +2 -1 lines
Diff to previous 3.3865
131. Fix installation of xkbcomp 'dir' files (Marc La France).
Revision
3.3865
/
(view)
- annotate
- [select for diffs]
, Tue Apr 3 14:17:55 2007 UTC (21 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3864: +3 -1 lines
Diff to previous 3.3864
130. Prevent the IRIX compiler's use of its intrinsic builtin functions as
many of them are buggy (an understatement) (Marc La France).
Revision
3.3864
/
(view)
- annotate
- [select for diffs]
, Tue Apr 3 13:09:59 2007 UTC (21 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3863: +4 -1 lines
Diff to previous 3.3863
129. Add a rewrite of Mark Vojkovich's restest utility that avoids deadlocks
by buffering data and delaying its display until after the server is
ungrabbed (Marc La France).
Revision
3.3863
/
(view)
- annotate
- [select for diffs]
, Mon Apr 2 23:21:12 2007 UTC (21 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3862: +4 -1 lines
Diff to previous 3.3862
128. Update Darwin port with selected changes from X.Org and a liberal
sprinkling of build fixes (Marc La France, with help from
Frank J. R. Hanstick).
Revision
3.3862
/
(view)
- annotate
- [select for diffs]
, Sun Apr 1 14:55:48 2007 UTC (21 months, 1 week ago) by tsi
Branch:
MAIN
Changes since 3.3861: +5 -1 lines
Diff to previous 3.3861
127. Re-instate correct decoding of Simba PCI routing on all SPARC OSes
(Marc La France).
126. Fix up handling of PCI configuration space access errors on the *BSDs
(Marc La France).
Revision
3.3861
/
(view)
- annotate
- [select for diffs]
, Tue Mar 27 16:00:41 2007 UTC (21 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3860: +2 -1 lines
Diff to previous 3.3860
125. Fix some of the chips driver's endianness problems (Michael Lorenz).
Revision
3.3860
/
(view)
- annotate
- [select for diffs]
, Tue Mar 27 14:43:28 2007 UTC (21 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3859: +5 -1 lines
Diff to previous 3.3859
124. Add a -withsymdirs option to lndir that causes it to shadow directory
structures pointed to by symbolic links. Also fix bug that can occur
when -ignorelinks is not used and a symbolic link is encountered in the
"from" tree (Marc La France).
Revision
3.3859
/
(view)
- annotate
- [select for diffs]
, Sat Mar 24 01:58:16 2007 UTC (21 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3858: +4 -1 lines
Diff to previous 3.3858
123. Resurrect support for Ti3026 RAMDACs found on original I128 adapters.
8bpp still has incorrect colourmap entries and hardware cursor support
is still disabled (Christos Zoulas).
Revision
3.3858
/
(view)
- annotate
- [select for diffs]
, Sat Mar 24 01:29:43 2007 UTC (21 months, 2 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3857: +3 -1 lines
Diff to previous 3.3857
122. Fix text mode restoration issues in radeon driver (Matthieu Herrb and
Matthias Drochner, via NetBSD repository).
Revision
3.3857
/
(view)
- annotate
- [select for diffs]
, Wed Mar 21 11:03:03 2007 UTC (21 months, 2 weeks ago) by dawes
Branch:
MAIN
CVS Tags:
xf-4_6_99_20
Changes since 3.3856: +4 -2 lines
Diff to previous 3.3856
Snapshot: 4.6.99.20
Revision
3.3856
/
(view)
- annotate
- [select for diffs]
, Thu Mar 15 13:38:35 2007 UTC (21 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3855: +3 -1 lines
Diff to previous 3.3855
121. Consolidate compatilibity definitions for OpenBSD/sparc and bump video
ABI version due to yesterday's SBUS ABI changes (Marc La France).
Revision
3.3855
/
(view)
- annotate
- [select for diffs]
, Thu Mar 15 01:11:34 2007 UTC (21 months, 3 weeks ago) by tsi
Branch:
MAIN
Changes since 3.3854: +8 -1 lines
Diff to previous 3.3854
120. More changes derived from NetBSD/sparc:
- Enable openprom interface for NetBSD/sparc (Marc La France).
- Add a generic SaveScreen() implementation for SBUS adapters that don't
provide their own (Marc La France).
- Beef up generic cursor handling for SBUS adapters (Marc La France).
- Add a cleaned up version