summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-02-01Somehow I ended up committing a prior incorrect implementation of the previousHEADmastertsi2-15/+15
change.
2009-02-01 7. Deal with a build issue introduced by "security" update 2007-004 totsi9-36/+126
MacOSX. This update, present in MacOSX 10.5, by default disables the use of the DYLD_LIBRARY_PATH environment variable that supplemented the run-time library search path. To overcome this, change the build to link bdftopcf, fc-cache, mkfontdir, mkfontscale, xcursorgen and xkbcomp utilities against static versions of the libraries generated by the build. Although this is currently only done for Darwin 9 and later, this is written in such a way that this can be done on any other platform should the need arise (Marc La France).
2009-02-01 6. Fix links against libGL that arises on MacOSX Jaguar due to its confusiontsi4-15/+32
over whether to use the build-generated library or a system-provided one (Marc La France).
2009-02-01 5. Various header-related build fixes for MacOSX 10.5 (Jaguar). It is attsi5-10/+13
time unknown whether or not these negatively impact the build on older versions of Darwin (Marc La France).
2008-12-27entries for recent commitsdawes1-2/+17
2008-12-27Enable HasLibPthread for FreeBSD 7 and later, because libc_r has been dropped,dawes1-4/+13
and was deprecated since some earlier release (6.x?).
2008-12-27Disable optimisation for these files with large static data sets because itdawes2-4/+8
provokes an internal compiler error on FreeBSD 7.0.
2008-12-25objformat was removed after FreeBSD 6.x, and has been obsolte for a long time.dawes1-5/+9
2008-12-23Some older platforms (such as FreeBSD 2.2.x) don't have 'cut -b'.dawes1-5/+13
2008-12-14Prepare for tomorrow's tagging of 4.8.0tsi1-2/+3
2008-12-10Solaris 7's /bin/sh (a.k.a. jsh) does not recognise $(command) constructs.tsi1-3/+3
Use the older `command` construct instead.
2008-12-09Update bindists due to libXext revision bump.tsi17-17/+17
2008-12-09Snapshot: 4.7.99.31dawes1-2/+4
2008-12-08Another missing clean ruletsi1-2/+2
2008-12-06Fix MakeDepSimpleHtmlDoc rule. It seems newer groff's enforce POSIX'stsi1-2/+2
utility guideline that command line flags preceed command line filenames.
2008-11-27Fix formattingtsi8-0/+8
2008-11-23 69. Fix error path in -configure processing. (Matthieu Herrb)tsi1-1/+2
2008-11-23Snapshot: 4.7.99.30dawes1-2/+4
2008-11-22First swipe at updating the rlease notes for 4.8.0tsi5-336/+172
2008-11-12Warning fixtsi1-2/+3
2008-11-09Snapshot: 4.7.99.29dawes1-2/+4
2008-11-01make it a little easier to add custom xterm options to host.defdawes1-2/+7
2008-10-31 68. Move CloseWellKnownConnections() calls into OsCleanup(TRUE) calls.tsi2-3/+5
Catches yet another server exit case where sockets were not being closed (Marc La France).
2008-10-23Snapshot: 4.7.99.28dawes1-2/+4
2008-10-15Typostsi1-3/+3
2008-10-15 67. When using BSD authentication in xdm, wipe out the password as soon astsi17-155/+600
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)
2008-10-15GCC 4.2 warning fix.tsi1-5/+3
2008-10-15No need to worry about PIC on x86_64. Done just in case vm86 is evertsi2-8/+8
supported by a x86_64 linux kernel.
2008-10-09Snapshot: 4.7.99.27dawes1-2/+4
2008-09-23Snapshot: 4.7.99.26dawes1-2/+4
2008-09-09Snapshot: 4.7.99.25dawes1-2/+4
2008-08-23Snapshot: 4.7.99.24dawes1-2/+4
2008-08-09Snapshot: 4.7.99.23dawes1-2/+4
2008-07-23Snapshot: 4.7.99.22dawes1-2/+4
2008-07-16 57. Immunise VBESetGetPalletteData() against attempts to set null pallettetsi2-2/+7
data. (Dick Wesseling, Bugzilla #1691).
2008-07-09Snapshot: 4.7.99.21dawes1-2/+4
2008-07-01 56. Allow 32-bit PCI I/O addresses on Linux/PowerPC (Marc La France).tsi2-10/+11
2008-06-23 55. A less kludgy implementation of the Simba hack introduced in CHANGELOGtsi2-8/+35
#39 (Marc La France).
2008-06-23Snapshot: 4.7.99.20dawes1-2/+4
2008-06-21 54. Fix possible reference to freed memory in HP ZX1 PCI chipset scan andtsi2-29/+56
emulate configuration space more closely for its fake bridges (Marc La France).
2008-06-19Simplify link of C & T utilitiestsi1-5/+4
2008-06-19Typostsi1-3/+3
2008-06-19 53. Fix bug that caused the PCI scan to ignore bus segments that are known totsi2-3/+6
before the scan starts (Marc La France).
2008-06-18OpenBSD/sparc build fixtsi1-1/+2
2008-06-09Snapshot: 4.7.99.19dawes1-2/+4
2008-05-23Snapshot: 4.7.99.18dawes1-2/+4
2008-05-21 52. Fix radeon driver to not relocate the framebuffer within its aperture ontsi2-4/+9
non-DRI platforms. Fixes a SunOS/sparc panic upon /dev/console (or /dev/wscons) output while the server is running. (Marc La France).
2008-05-19Add usage description for '-noredirect' on Solaris.tsi1-1/+5
2008-05-15 51. Change atimisc to not disable the MMIO area at the tail end of the lineartsi3-4/+21
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).
2008-05-15 50. Change the aperture driver for Solaris to makr its mappings as non-tsi1-1/+3
cacheable and as having sideeffects (Marc La France).