CVS log for xc/programs/Xserver/hw/xfree86/Imakefile

(logo)

Help

(back) Up to [XFree86 CVS] / xc / programs / Xserver / hw / xfree86

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)
Current tag: MAIN

Revision 3.94 / (view) - annotate - [select for diffs] , Sun Sep 16 02:36:21 2007 UTC (5 years, 8 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_8_0-bindist, xf-4_8_0, xf-4_8-branch, xf-4_7_99_9, xf-4_7_99_8, xf-4_7_99_7, xf-4_7_99_6, xf-4_7_99_5, xf-4_7_99_4, xf-4_7_99_31, xf-4_7_99_30, xf-4_7_99_3, xf-4_7_99_29, xf-4_7_99_28, xf-4_7_99_27, xf-4_7_99_26, xf-4_7_99_25, xf-4_7_99_24, xf-4_7_99_23, xf-4_7_99_22, xf-4_7_99_21, xf-4_7_99_20, xf-4_7_99_2, xf-4_7_99_19, xf-4_7_99_18, xf-4_7_99_17, xf-4_7_99_16, xf-4_7_99_15, xf-4_7_99_14, xf-4_7_99_13, xf-4_7_99_12, xf-4_7_99_11, xf-4_7_99_10, HEAD
Changes since 3.93: +2 -1 lines
Diff to previous 3.93
Build fix for the !XF86Server case.

Revision 3.93 / (view) - annotate - [select for diffs] , Wed Jun 28 02:20:27 2006 UTC (6 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_7_99_1, xf-4_7_0, xf-4_7-branch, xf-4_6_99_9, xf-4_6_99_8, xf-4_6_99_7, xf-4_6_99_6, xf-4_6_99_5, xf-4_6_99_4, xf-4_6_99_3, xf-4_6_99_29, xf-4_6_99_28, xf-4_6_99_27, xf-4_6_99_26, xf-4_6_99_25, xf-4_6_99_24, xf-4_6_99_23, xf-4_6_99_22, xf-4_6_99_21, xf-4_6_99_20, xf-4_6_99_19, xf-4_6_99_18, xf-4_6_99_17, xf-4_6_99_16, xf-4_6_99_15, xf-4_6_99_14, xf-4_6_99_13, xf-4_6_99_12, xf-4_6_99_11, xf-4_6_99_10
Changes since 3.92: +11 -2 lines
Diff to previous 3.92
  42. Avoid memory leaks in command line processing (David Dawes).
  41. Improve support for the XFree86CustomVersion imake parmeter,
      and customisation of some initial server messages (David Dawes).
plus some typo fixes

Revision 3.92 / (view) - annotate - [select for diffs] , Thu Mar 2 03:00:35 2006 UTC (7 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_6_99_2, xf-4_6_99_1, xf-4_6_0, xf-4_6-branch, xf-4_5_99_904, xf-4_5_99_903, xf-4_5_99_902, xf-4_5_99_901
Changes since 3.91: +6 -2 lines
Diff to previous 3.91
 229. XFree86 loader enhancments:
      - Per-module export symbol lists.
      - Improved symbol hash.
      - A mechanism for specifying the scope of symbols.
      - Keep track of relocations, and undo them when they become unresolved
        on module unload, and recalculate them when they change on module
        load.
      - Check relocations on each module load/unload, ensuring that function
        references that are unresolved at any time are always mapped to the
        catch-all function preventing calls into nowhere.
      - Efficient handling of invariant relocations.
      - Cleanup/update the memleak stack trace code, and print a stack
        trace when an unresolved function is called or when XFree86 aborts.
      - Update the catch-all function to identify the unresolved function.
      - Read the XFree86 executable's symbol table in order to get the
        most useful stack traces, and use dladdr(), where available,
        for shared library references.
      - Cleanup and unify debug messages for the loader components.
      - Allow for module-instance-specific referenced and required
        symbols lists, so that a module's requirements can be removed
        when it is unloaded.
      - Update the ati driver to make use of some of the new loader
        functionality.
      - General loader cleanups, including removing some redundancies.
      - Don't build the coff loader on platforms that it doesn't support.
      (X-Oz Technologies, David Dawes).

Revision 3.91 / (view) - annotate - [select for diffs] , Wed Mar 1 04:08:26 2006 UTC (7 years, 2 months ago) by dawes
Branch: MAIN
Changes since 3.90: +2 -2 lines
Diff to previous 3.90
build/warning fixes

Revision 3.90 / (view) - annotate - [select for diffs] , Sun Aug 28 16:47:59 2005 UTC (7 years, 8 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_5_99_22, xf-4_5_99_21, xf-4_5_99_20, xf-4_5_99_19, xf-4_5_99_18, xf-4_5_99_17, xf-4_5_99_16, xf-4_5_99_15, xf-4_5_99_14, xf-4_5_99_13, xf-4_5_99_12, xf-4_5_99_11
Changes since 3.89: +5 -3 lines
Diff to previous 3.89
 129. The xf8_32wid module is only used by the sunffb driver, so don't include
      it in non-SPARC static server builds (Marc La France).
 128. The xf24_32bpp module is now no longer used by any XFree86-provided
      driver, so don't include it in static server builds (Marc La France).
 127. Clean up INCLUDES in various drivers' Imakefile's (Marc La France).
 126. Remove cfb from the i740, nsc, s3virge, siliconmotion and via drivers
      (Marc La France).

Revision 3.89 / (view) - annotate - [select for diffs] , Tue Nov 30 22:31:45 2004 UTC (8 years, 5 months ago) by dickey
Branch: MAIN
CVS Tags: xf-4_5_99_9, xf-4_5_99_8, xf-4_5_99_7, xf-4_5_99_6, xf-4_5_99_5, xf-4_5_99_4, xf-4_5_99_3, xf-4_5_99_2, xf-4_5_99_10, xf-4_5_99_1, xf-4_5_0, xf-4_5-branch, xf-4_4_99_903, xf-4_4_99_902, xf-4_4_99_901, xf-4_4_99_22, xf-4_4_99_21, xf-4_4_99_20, xf-4_4_99_19
Changes since 3.88: +4 -4 lines
Diff to previous 3.88
 228. Build dummylib before drivers/chips/util, since the latter depends upon
      the former (Thomas Dickey).

Revision 3.88 / (view) - annotate - [select for diffs] , Mon May 31 23:16:59 2004 UTC (8 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_9, xf-4_4_99_8, xf-4_4_99_7, xf-4_4_99_18, xf-4_4_99_17, xf-4_4_99_16, xf-4_4_99_15, xf-4_4_99_14, xf-4_4_99_13, xf-4_4_99_12, xf-4_4_99_11, xf-4_4_99_10
Changes since 3.87: +47 -6 lines
Diff to previous 3.87
copyright notices

Revision 3.87 / (view) - annotate - [select for diffs] , Thu Mar 18 07:06:40 2004 UTC (9 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_6, xf-4_4_99_5, xf-4_4_99_4, xf-4_4_99_3, xf-4_4_99_2
Changes since 3.86: +5 -5 lines
Diff to previous 3.86
A second invocation of 'make' shouldn't change anything.

--
These changes are Copyright (c) 2004 The XFree86 Project, Inc
Rights as per version 1.1 of the XFree86 License
(http://www.xfree86.org/legal/licenses.html).

Revision 3.86 / (view) - annotate - [select for diffs] , Wed Oct 8 13:58:25 2003 UTC (9 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_1, xf-4_4_0, xf-4_4-branch, xf-4_3_99_903, xf-4_3_99_902, xf-4_3_99_901, xf-4_3_99_16, xf-4_3_99_15, xf-4_3_99_14
Changes since 3.85: +6 -3 lines
Diff to previous 3.85
 486. Add "automatic configuration" support for the XFree86 server, allowing
      it to be started in a useful way without an XF86Config file.
       - Add support to the config file parser for processing internally
         supplied configuration data.
       - Modify the algorithm for finding core input devices to maximise the
         likelihood that they will be found.
       - Add a FindDevice function to the OSMouse interface, allowing
         an OS-specific function to be called to find the mouse device when
         none is specified in the configuration.  Implementations included for
         Linux and FreeBSD.
       - Add a GuessProtocol function to the OSMouse interface, allowing
         an OS-specific function to be called as a fallback when the mouse
         protocol can't otherwise be detected.  Implementation included for
         Linux.
       - Bump the OSMouse interface version to 1.1 with the addition of the
         above two functions.
       - An interface for calling an external utility "getconfig" to generate
         some configuration data.  Implementation of getconfig included.
       - Generate a default internal configuration, autodetecting as much
         as possible, with reasonable fallbacks.
       - Recognise "DefaultDepth" and "DefaultFbbpp" options in the Device
         section.
       - Add a "TargetRefreshRate" option to help prevent modes with too
         high a resolution (and poor refresh rate) being used as the default.
       - Use DDC-probed mode timings to estimate the monitor parameters when
         the DDC-probed information doesn't include a DS_RANGES property.
         This should improve the reliability of monitor auto-detection.
      (David Dawes, X-Oz Technologies).

Revision 3.85 / (view) - annotate - [select for diffs] , Sun Aug 31 11:59:58 2003 UTC (9 years, 8 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_3_99_13, xf-4_3_99_12
Changes since 3.84: +3 -3 lines
Diff to previous 3.84
Build fix

Revision 3.84 / (view) - annotate - [select for diffs] , Sun Aug 10 15:39:26 2003 UTC (9 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_3_99_11
Changes since 3.83: +32 -2 lines
Diff to previous 3.83
 363. Extract the CHANGELOG's commit date and include it in the XFree86
      server log/version information (David Dawes).
 362. Change the way xf86Build.h is created so that it doesn't cause its
      dependencies to be rebuilt when its contents are not changed
      (David Dawes).

Revision 3.83 / (view) - annotate - [select for diffs] , Thu Apr 24 21:14:47 2003 UTC (10 years, 1 month ago) by herrb
Branch: MAIN
CVS Tags: xf-4_3_99_9, xf-4_3_99_8, xf-4_3_99_7, xf-4_3_99_6, xf-4_3_99_5, xf-4_3_99_4, xf-4_3_99_3, xf-4_3_99_10
Changes since 3.82: +3 -7 lines
Diff to previous 3.82
Remove old XF86Setup source code.

Revision 3.82 / (view) - annotate - [select for diffs] , Mon Feb 17 17:06:40 2003 UTC (10 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_3_99_2, xf-4_3_99_1, xf-4_3_0_2, xf-4_3_0_1, xf-4_3_0, xf-4_3-branch, xf-4_2_99_902
Changes since 3.81: +6 -2 lines
Diff to previous 3.81
 908. Move the vbe module from xfree86/os-support/ to xfree86/ (David Dawes).

Revision 3.81 / (view) - annotate - [select for diffs] , Mon Dec 16 16:19:05 2002 UTC (10 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_2_99_901, xf-4_2_99_4, xf-4_2_99_3
Changes since 3.80: +2 -2 lines
Diff to previous 3.80
Resync with DRI (mesa-4-0-4-branch).

Revision 3.80 / (view) - annotate - [select for diffs] , Mon Feb 11 14:38:58 2002 UTC (11 years, 3 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_2_99_2, xf-4_2_99_1
Changes since 3.79: +3 -3 lines
Diff to previous 3.79
  33. Build I2C support before building drivers (Marc La France).

Revision 3.79 / (view) - annotate - [select for diffs] , Mon Oct 29 16:51:55 2001 UTC (11 years, 6 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_2_1_2, xf-4_2_1_1, xf-4_2_1, xf-4_2_0_1, xf-4_2_0-bindist-1, xf-4_2_0-bindist, xf-4_2_0, xf-4_2-branch, xf-4_1_99_7, xf-4_1_99_6, xf-4_1_99_5, xf-4_1_99_4, xf-4_1_99_3, xf-4_1_99_2, Domain-branch
Changes since 3.78: +2 -2 lines
Diff to previous 3.78
More SuperProbe cleanup.

Revision 3.78 / (view) - annotate - [select for diffs] , Sun Oct 28 03:33:16 2001 UTC (11 years, 6 months ago) by tsi
Branch: MAIN
Changes since 3.77: +1 -5 lines
Diff to previous 3.77
 407. Fix for threaded libraries (Marc La France).
 406. Finish removal of SuperProbe (Marc La France).
 405. A rather large number of warning fixes throughout (Marc La France).
 404. Fix bug in HTML install script (Marc La France).
 403. Missing ident lines for some XFree86-modified files (Marc La France).
 402. Add default half-width doublescanned modes (Marc La France).
 401. Mark all driver-registered resources with ResBus (Maarc La France).
 400. Fix DPMS-related build problem (Marc La France).
 399. Log a message just before calling each ChipProbe() during '-probe'
      processing (Marc La France).
 398. Temporarily disable ISA probing on SPARCs and PowerPCs (Marc La France).
 397. Add PCI IDs for Sun hardware (Marc La France).
 396. Fix memory leak in resource relocation (Marc La France).
 395. Do not relocate resources that only conflict with disabled non-video PCI
      devices or disabled PCI ROMs (Marc La France).
 394. Re-organise SBUS code (Marc La France).
 393. Add as-yet-unused definitions for PCI resource types other than I/O and
      memory (Marc La France).
 392. Add doc for Solaris, but don't format it yet (Marc La France).
 391. Normalise driver names (Marc La France).
 390. For SPARCs, disable DGA support in ATI driver (Marc La France).
 389. Clean up some debugging messages (Marc La France).
 388. Fix newport driver for when a /proc fs isn't mounted (Marc La France).
 387. Fix DAC handling bugs in s3 driver (Marc La France).
 386. Fix resource registration bug for PCI Tseng's (Marc La France).
 385. Add aperture driver for Solaris (not yet used) (Marc La France).
 384. Rework scanpci to fix problems that prevented it from completely
      displaying non-PCI bridges and Simba bridges (Marc La France).
 383. Fix build problems in some input drivers (Marc La France).
 382. Fix int10 compile problem for SPARCs and PowerPCs (Marc La France).
 381. Ensure master aborts on secondary buses complete normally during PCI
      scans (Marc La France).
 380. Some memory mapping and Solaris cleanups (Marc La France).

Revision 3.77 / (view) - annotate - [select for diffs] , Mon Jul 23 12:15:46 2001 UTC (11 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_1_99_1
Changes since 3.76: +1 -15 lines
Diff to previous 3.76
Remove (stale) support for Amoeba and Minix.

Revision 3.76 / (view) - annotate - [select for diffs] , Tue May 15 17:22:20 2001 UTC (12 years ago) by paulo
Branch: MAIN
CVS Tags: xf-4_1_0_2, xf-4_1_0_1, xf-4_1_0-bindist, xf-4_1_0, xf-4_1-branch, xf-4_0_99_902, xf-4_0_99_901, xf-4_0_99_900
Changes since 3.75: +2 -1 lines
Diff to previous 3.75
  This is not a small commit, but besides that, should not cause any
problems.
It is basically a slightly modified version of the patch I posted a
URL yesterday to the devel and config lists.
  The major changes that this patch adds are the availability of the
use of the ModuleInfoRec, but not required, at least for now, so that
input modules and "generic" modules have also a way to pass the list
of available options to the code that loaded the driver, be it the
xserver or xf86cfg; or of course, any other program that links with
the correct libraries.
  The new Options file is expected to very easy to understand, and
should be very easy to update. I am considering the possibility of
using this file and xf86cfg to update man pages based on the contents
of this file; this would assure that xf86cfg is properly running as
it would be a "prereq" for the build system (xf86cfg seens to be
broken in some compiles due to an uninitialized variable, or because
of a problem in the glide driver, that is not in the main trunk,
but gone in 4.0.2 and 4.0.3), thanks to Chris Morgan for tolding me
about the problems.
  The only input driver updated to export an option list was the
mouse driver. Changes to other input modules were just minor changes
to allow xf86cfg loading them.
  The changes to xf86cfg are to add an interface to view option
descriptions, and fixes to two problems pointed by Christopher
Morgan (one patch from him).
  I believe this patch should not cause any problems, but if any
side effects are noticed, it can be reverted very easiliy, as it
is not intrusive in any other code.
  I also added a fix to a "boring" 0 character being printed to
the log file. I think it was added in a patch I commited at least
one month ago.

Revision 3.75 / (view) - annotate - [select for diffs] , Fri Apr 20 15:00:47 2001 UTC (12 years, 1 month ago) by alanh
Branch: MAIN
CVS Tags: xf-4_0_99_3
Changes since 3.74: +2 -4 lines
Diff to previous 3.74
disable building of SuperProbe.

Revision 3.74 / (view) - annotate - [select for diffs] , Tue Apr 3 21:51:00 2001 UTC (12 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0_99_2
Changes since 3.73: +2 -2 lines
Diff to previous 3.73
Fix EXTRAMANDEFS misnaming

Revision 3.73 / (view) - annotate - [select for diffs] , Wed Mar 21 17:36:47 2001 UTC (12 years, 2 months ago) by dawes
Branch: MAIN
Changes since 3.72: +2 -2 lines
Diff to previous 3.72
 285. Make extension headers available when the extension is enabled but the
      extension's client library is disabled (David Dawes).
 284. Make it possible to enable building selected extension libraries
      when BuildServersOnly is set, and allow independent control of
      building docs and clients (David Dawes).

Revision 3.72 / (view) - annotate - [select for diffs] , Sun Mar 4 04:45:54 2001 UTC (12 years, 2 months ago) by tsi
Branch: MAIN
Changes since 3.71: +3 -3 lines
Diff to previous 3.71
Don't build xf86config under BuildServersOnly.

Revision 3.71 / (view) - annotate - [select for diffs] , Wed Jan 24 00:06:13 2001 UTC (12 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0_99_1
Changes since 3.70: +1 -3 lines
Diff to previous 3.70
  79. Preprocess all man pages to make sure that the references to pages
      in sections that are platform-dependent are correct.  Also fixed some
      misc formatting problems found while doing that (David Dawes).

Revision 3.70 / (view) - annotate - [select for diffs] , Sun Oct 22 00:51:36 2000 UTC (12 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0_3b, xf-4_0_3a, xf-4_0_3, xf-4_0_2c, xf-4_0_2b, xf-4_0_2a, xf-4_0_2-branch, xf-4_0_2-bindist, xf-4_0_2, xf-4_0_1h, xf-4_0_1g, xf-4_0_1f, xf-4_0_1e, xf-4_0_1d, xf-4_0_1Zc, xf-4_0_1Zb, xf-4_0_1Za, xf-4_0_1Z, pre-R651-import
Changes since 3.69: +2 -2 lines
Diff to previous 3.69
reorder the dummylib and xf86cfg directories

Revision 3.69 / (view) - annotate - [select for diffs] , Thu Aug 10 16:40:32 2000 UTC (12 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0_1c, xf-4_0_1b
Changes since 3.68: +2 -2 lines
Diff to previous 3.68
second part of cygwin support (Suhaib M. Siddiqi)

Revision 3.68 / (view) - annotate - [select for diffs] , Tue Jun 13 01:28:30 2000 UTC (12 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0g, xf-4_0f, xf-4_0e, xf-4_0d, xf-4_0c, xf-4_0_1a, xf-4_0_1-bindist, xf-4_0_1, xf-4_0Z
Changes since 3.67: +2 -2 lines
Diff to previous 3.67
 255. Rendition driver updates, including:
       - add DirectColor support
       - add SilkenMouse support
       - documentation updates
       - some code cleanups
      (#3972, Dejan Ilic).
 254. For v4l: don't advertise the XV_VOLUME attr if we're only going to
      return BadMatch on use (#3968, David Woodhouse).
 253. Modify the I2C delay routine to use xf86getsecs (gettimeofday) instead
      of an uncalibrated loop (#3967, Andrew Aitchison).
 252. Add some PCI ids to xf86PciInfo.h, and include some instructions
      about how to add new PCI data (#3966, Kevin Brosius).
 251. Update documentation for Japanese PC98 (#3965, Satoshi Kimura,
      Akio Morita, Takaaki Nomura).
 250. XIM patch (imInt.c) (#3962, Fuminori Hirayama).
 249. Xterm patch #136 (#3960, Thomas Dickey).
 248. Fix Imake.rules for building on Solaris 7 with gcc-2.95.2 (#3958,
      Nicholas Brealey).
 247. Add basic support for the Linux/mips and mipsel architecture (#3957,
      3970, Guido Guenther).
 246. Disable reading the BIOS in the int10 code for Japanese PC98 (#3959,
      Isao Ohishi).
 245. Add a "NoPciBurst" option to the Trident drive for Japanese PC98
      cards with the TGUi968x chip (#3955, Akio Morita).
 244. Xterm patch #135 (#3951, Thomas Dickey).
 243. Fbdev driver fix (#3953, Ani Joshi).
 242. Xterm patch #134 (#3949, Thomas Dickey).
 241. Import the mktemp() usage fixes for imake from the 3.3.x branch
      (#3947, Matthieu Herrb).
 240. Rman updates, including:
       - minor reformating (make { and } match)
       - fix logic for parsing comments in man pages, which allows the
         copyrights to appear in the output html
       - a few changes based on weblint and tidy
      (#3946, Thomas Dickey).
 239. Fix incorrect type for vgaIOBase in the neomagic driver (#3944,
      Ani Joshi).
 238. Fix an Xlib build problem when the big-font extension is disabled
      (#3945, Mutsumi Ishikawa).
 237. Xv v4l attribute handling bug fix (#3928, Gerd Knorr).
 236. Fix some problems with the locale-dependent input processing in Xlib
      by:
       - removing unneeded to/from CTEXT conversion for characters coming
         from keyboard input
       - move "locale_code" and "keyboard charset" searching to the
         initialization step (XIM creation)
       - Fix some inconsistencies between memory allocation and freeing
         in XIM objects (imLcIm.c imThaiIm.c)
      (#3927, Ivan Pascal).

Revision 3.67 / (view) - annotate - [select for diffs] , Sun May 21 00:03:11 2000 UTC (13 years ago) by mvojkovi
Branch: MAIN
CVS Tags: xf-4_0b
Changes since 3.66: +5 -1 lines
Diff to previous 3.66
  Makefile update for xf8_32wid

Revision 3.66 / (view) - annotate - [select for diffs] , Fri Apr 7 02:57:38 2000 UTC (13 years, 1 month ago) by tsi
Branch: MAIN
Changes since 3.65: +6 -2 lines
Diff to previous 3.65
  95. Add colour expansion acceleration for Mach64's (Kevin Martin,
      Marc La France).

      ... compilation fixups.

Revision 3.65 / (view) - annotate - [select for diffs] , Tue Apr 4 21:36:47 2000 UTC (13 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0a
Changes since 3.64: +2 -2 lines
Diff to previous 3.64
  93. Fix some 'XFree86 -configure' problems when multiple cards (#3850,
      Paulo Cesar Pereira de Andrade).
  92. New graphical config tool (xf86cfg) (#3850,
      Paulo Cesar Pereira de Andrade).

Revision 3.64 / (view) - annotate - [select for diffs] , Wed Mar 8 05:38:30 2000 UTC (13 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0-bindist, xf-4_0
Changes since 3.63: +4 -3 lines
Diff to previous 3.63
3968. Release notes updates (David Dawes) (not finished yet)
3967. Major updates to the XF86Config man page (David Dawes) (not finished yet)
3966. Update the Cyrix driver documentation (#3810, Richard Hecker).
3965. Update the APM driver documentation (#3809, Loic Grenie).
some minor misc fixes
fix some doc typos

Revision 3.63 / (view) - annotate - [select for diffs] , Tue Mar 7 01:37:39 2000 UTC (13 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_18Za
Changes since 3.62: +5 -2 lines
Diff to previous 3.62
3958. Update the -misc-fixed-* BDF fonts.  New glyphs have been added and
      some old ones fixed.  10x20.bdf and 9x15.bdf now also cover the
      ISO 8859-6 characters (Arabic), and 18x18ja.bdf covers now all
      characters necessary to display the full ISO-2022-JP-2 repertoire
      (#3799, Markus Kuhn).
3957. Make sure the fbdevhw module is loaded by the glint driver when it
      is needed, and add some memory barriers to some register access macros
      (#3804, Michel Dänzer).
3956. Update the glint driver man page and release notes (#3804,
      Michel Dänzer).
3955. Remove some noisy messages from the mga driver (#3803, Mark Vojkovich).
3954. The last segment in any zero-width polysegment drawing request to
      a window with more than one clipping rectangle gets dropped in the
      fb code (#3802, Keith Packard).
3953. Fix the versions for which HasMTRRSupport is enabled for OpenBSD
      (#3800, Matthieu Herrb).

Revision 3.62 / (view) - annotate - [select for diffs] , Sun Feb 13 03:06:31 2000 UTC (13 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_18b, xf-3_9_18a, xf-3_9_18Z, xf-3_9_18, xf-3_9_17f, xf-3_9_17Z
Changes since 3.61: +2 -2 lines
Diff to previous 3.61
3755. Add a dummylib that provides functions required by libxf86_os.  This
      makes it easier for utilities (like scanpci and pcitweak) to use
      libxf86_os (Egbert Eich, David Dawes).
3754. Some bug fixes and PC-98 enhancements for the apm driver (#3685,
      Loic Grenie).

Revision 3.61 / (view) - annotate - [select for diffs] , Sun Jan 23 04:44:28 2000 UTC (13 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_17e, xf-3_9_17d, xf-3_9_17c, xf-3_9_17b
Changes since 3.60: +6 -2 lines
Diff to previous 3.60
Put an OS-independent int10 module in xfree86/int10, and modify the way
the Linux OS-dependent module is built to take this into account.

Revision 3.60 / (view) - annotate - [select for diffs] , Sat Aug 14 09:49:30 1999 UTC (13 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_17a, xf-3_9_17, xf-3_9_16f, xf-3_9_16e, xf-3_9_16d, xf-3_9_16c, xf-3_9_16b, xf-3_9_16a, xf-3_9_16Za, xf-3_9_16Z, xf-3_9_16, xf-3_9_15d, xf-3_9_15c, xf-3_9_15b
Changes since 3.59: +12 -2 lines
Diff to previous 3.59
2951. Remove the Latin2 Type1 fonts.
2950. Change the RGB mask names in the DGA structures (#3120, Mark Vojkovich).
2949. More acceleration and bug fixes for the NV driver (#3119,
      Jarno Paananen).
2948. Change some things in the XAA color expansion code to facilitate
      rendering into DMA buffers (#3118, Mark Vojkovich).
2947. Fix a 64 bit problem with the xf24_32bpp layer (#3117, Mark Vojkovich).
2946. Modify XF86FlushInput() to work for non-tty devices, which is required
      for PS/2 mice with Linux 2.2.x kernels (#3114, Kazutaka Yokota).
2945. Support for rotating the virtual desktop for the MGA driver using
      the shadowfb (#3113, 3116, Mark Vojkovich).
2944. Fix a colormap problem with DGA when initialized from an 8+24 mode with
      the MGA driver (#3112, Mark Vojkovich).
2943. Fix multihead on the MGA-2164W (#3111, Mark Vojkovich).
2942. XAA speedups for planar copies in some cases (#3110, Mark Vojkovich).
2941. Add a driver SDK which performs a similar function to the old LinkKit,
      but for the loadable server (#3105, David Bateman).
2940. C&T doc update and xgamma man page update (#3105, David Bateman).
2939. Add an option to the C&T driver to allow the user to select the
      transparency key when using the overlay (#3105, David Bateman).
2938. Add DGA2 support to the C&T driver (#3105, David Bateman).
2937. Fix a bug in the bitmap font code introduced in 3.9.15a (#3101,
      Juliusz Chroboczek).
2936. Some TGA driver cleanups, including a SaveScreen function and code to
      disallow virtual desktops in a nicer way (#3100, Matt Grossman).

Revision 3.59 / (view) - annotate - [select for diffs] , Mon Jul 19 12:36:10 1999 UTC (13 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_15a, xf-3_9_15
Changes since 3.58: +45 -2 lines
Diff to previous 3.58
2913. Fix a bug in the InstallGenManPageLong() rule in lynx.cf (#3043,
      Thomas Mueller).
2912. Fix a problem with the library spec in xgc/Imakefile (#3042,
      Thomas Mueller).
2911. Add native 69030 support to the C&T driver (#3041, David Bateman).
2910. Update release notes for the apm driver (#3040, Loic Grenie).
2909. Fix a small bug in the color expands in the TGA driver (#3039,
      Matt Grossman).
2908. Updates for the Japanese (PC98) docs (#3038, Takaaki Nomura).
2907. Some Xaw and xedit updates (#3037, Paulo Cesar Pereira de Andrade).
2906. Fix a problem with the VidMode extension (#3036, David Bateman).
2905. Sample config file for Japanese PC98 architecture (#3035,
      Takaaki Nomura).
and some doc updates

Revision 3.58 / (view) - annotate - [select for diffs] , Sat Jul 17 04:30:52 1999 UTC (13 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Py
Changes since 3.57: +2 -2 lines
Diff to previous 3.57
2888. ISO 10646-1 version of the 5x7 and 6x13B fonts, and an update for the
      6x13 font (#3017, Markus Kuhn).
2887. First part of the ansification of xc/lib/fonts.  So far the bitmap,
      fc and fontfile directories have been done (#3016, Matthieu Herrb).
2886. Fix default PC98 XKB setting (#3015, Akio Morita).
2885. Remove the reference to VGADriverDoc in xfree86/Imakefile (#3015,
      Takaaki Nomura).
2884. Fix a bug in Xaw/TextPop.c (#3014, Paulo Cesar Pereira de Andrade).
2883. Man page update for xfontsel (#3013, Paulo Cesar Pereira de Andrade).

Revision 3.57 / (view) - annotate - [select for diffs] , Tue Jul 6 13:51:29 1999 UTC (13 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Px, xf-3_9Pw
Changes since 3.56: +3 -3 lines
Diff to previous 3.56
some build fixes

Revision 3.56 / (view) - annotate - [select for diffs] , Tue May 4 10:27:13 1999 UTC (14 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pv, xf-3_9Pu, xf-3_9Pt, xf-3_9Ps, xf-3_9Pr, xf-3_9Pq, xf-3_9Pp, xf-3_9Po, xf-3_9Pn, xf-3_9Pm
Changes since 3.55: +5 -2 lines
Diff to previous 3.55
some CID-related updates

Revision 3.55 / (view) - annotate - [select for diffs] , Sat Apr 17 08:08:31 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pl, xf-3_9Pk, xf-3_9Pj
Changes since 3.54: +1 -3 lines
Diff to previous 3.54
remove most LinkKit references

Revision 3.54 / (view) - annotate - [select for diffs] , Mon Mar 29 13:17:04 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pi, xf-3_9Phb, xf-3_9Pha, xf-3_9Ph-branch, xf-3_9Ph, xf-3_9Pg
Changes since 3.53: +2 -2 lines
Diff to previous 3.53
remove some LinkKit stuff, and add some missing ident lines

Revision 3.53 / (view) - annotate - [select for diffs] , Sat Mar 6 13:12:27 1999 UTC (14 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pf, xf-3_9Pe, xf-3_9Pd
Changes since 3.52: +7 -3 lines
Diff to previous 3.52
#2507,2509-2513,2515-2519

Revision 3.52 / (view) - annotate - [select for diffs] , Fri Feb 12 22:51:52 1999 UTC (14 years, 3 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9Pc, xf-3_9Pb, xf-3_9Pa
Changes since 3.51: +2 -2 lines
Diff to previous 3.51
patches #2456-2465 and scanpci changes

Revision 3.51 / (view) - annotate - [select for diffs] , Sun Jan 31 12:21:46 1999 UTC (14 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9P, xf-3_9Nz
Changes since 3.50: +11 -3 lines
Diff to previous 3.50
#2415--2433

Revision 3.50 / (view) - annotate - [select for diffs] , Sat Jan 23 09:55:41 1999 UTC (14 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Ny, xf-3_9Nx
Changes since 3.49: +6 -2 lines
Diff to previous 3.49
#2394-2406, and some loader updates

Revision 3.49 / (view) - annotate - [select for diffs] , Sun Jan 3 03:58:24 1999 UTC (14 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nw, xf-3_9Nva, xf-3_9Nv-branch, xf-3_9Nv, xf-3_9Nu, xf-3_9Nt, xf-3_9Ns
Changes since 3.48: +7 -2 lines
Diff to previous 3.48
Main branch patches from 2338-2358, except X-TT.
Some loader updates

Revision 3.48 / (view) - annotate - [select for diffs] , Sun Dec 20 11:57:38 1998 UTC (14 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nr
Changes since 3.47: +4 -1 lines
Diff to previous 3.47
initial 3.9Nr patches

Revision 3.47 / (view) - annotate - [select for diffs] , Sat Dec 5 14:40:00 1998 UTC (14 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nq, xf-3_9Np
Changes since 3.46: +6 -2 lines
Diff to previous 3.46
New XInput code from Metro Link

Revision 3.46 / (view) - annotate - [select for diffs] , Sat Nov 28 10:42:56 1998 UTC (14 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9No
Changes since 3.45: +6 -2 lines
Diff to previous 3.45
Initial batch of patches for 3.9No

Revision 3.45 / (view) - annotate - [select for diffs] , Sun Sep 20 13:40:59 1998 UTC (14 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nn, xf-3_9Nm, xf-3_9Nl, xf-3_9Nk, xf-3_9Nj, xf-3_9Ni, xf-3_9Nh, xf-3_9Ng, xf-3_9Nf
Changes since 3.44: +9 -55 lines
Diff to previous 3.44
update sample config file
allow drivers to tell the loader about symbols it references and which
are essential.

Revision 3.44 / (view) - annotate - [select for diffs] , Sat Sep 19 11:14:46 1998 UTC (14 years, 8 months ago) by dawes
Branch: MAIN
Changes since 3.43: +8 -3 lines
Diff to previous 3.43
updates for 3.9Nf

Revision 3.43 / (view) - annotate - [select for diffs] , Sat Sep 5 05:36:23 1998 UTC (14 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Ne, xf-3_9Nd
Changes since 3.42: +10 -2 lines
Diff to previous 3.42
#1939-1953

Revision 3.42 / (view) - annotate - [select for diffs] , Sat Jul 25 15:54:45 1998 UTC (14 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nc, xf-3_9Nb, xf-3_9Na, xf-3_9N
Changes since 3.41: +20 -30 lines
Diff to previous 3.41
First pass merge of xc/programs/Xserver/hw/xfree86

Revision 3.41 / (view) - annotate - [select for diffs] , Sat Jun 27 11:54:01 1998 UTC (14 years, 10 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9Ak, xf-3_9Aj
Changes since 3.40: +4 -2 lines
Diff to previous 3.40
#1712,1715,1716,1719,1721,1723,1724,1730,1742,1744,1746
Not even compile tested, yet

Revision 3.40 / (view) - annotate - [select for diffs] , Sat Jan 24 16:56:20 1998 UTC (15 years, 4 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9Ai, xf-3_9Ah, xf-3_9Ag, xf-3_9Af, xf-3_9Ae, xf-3_9Ad
Changes since 3.39: +8 -4 lines
Diff to previous 3.39
Metro Link patches

Revision 3.39 / (view) - annotate - [select for diffs] , Fri Dec 5 22:01:20 1997 UTC (15 years, 5 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9z, xf-3_9y, xf-3_9Ac, xf-3_9Ab, xf-3_9Aa
Changes since 3.38: +2 -2 lines
Diff to previous 3.38
#1214-1217,1222,1223,1228,1230-1232,1234-1239,1241-1245,1248-1250
build tested on Linux, almost ready to release 3.9y

Revision 3.38 / (view) - annotate - [select for diffs] , Sat Oct 25 12:50:04 1997 UTC (15 years, 7 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9x, xf-3_9w, xf-3_9v, xf-3_9u, xf-3_9t
Changes since 3.37: +2 -2 lines
Diff to previous 3.37
patches #1041,1044-1047,1050-1058,1061-1065,1069,1072; I didn't include the contrib patches and the patches from Louis Kruger, as well as the TOG stuff; this is not build tested, yet

Revision 3.37 / (view) - annotate - [select for diffs] , Sun Jun 15 06:12:14 1997 UTC (15 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9s, xf-3_9r, xf-3_9q, xf-3_9p, xf-3_9o, xf-3_9n, xf-3_9m, xf-3_9l, xf-3_9k, xf-3_9j, xf-3_9i, xf-3_9h, xf-3_9g, xf-3_9f, xf-3_9e
Branch point for: xf-3_9j-branch
Changes since 3.36: +1 -3 lines
Diff to previous 3.36
#655-669, in preparation for 3.9e

Revision 3.36 / (view) - annotate - [select for diffs] , Wed May 21 14:17:03 1997 UTC (16 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9d, xf-3_9c
Changes since 3.35: +2 -2 lines
Diff to previous 3.35
Updates to resync the main branch

Revision 3.35 / (view) - annotate - [select for diffs] , Thu Mar 13 08:36:43 1997 UTC (16 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9b, xf-3_9a, xf-3_2At, xf-3_2As, xf-3_2Ar, xf-3_2Aq, xf-3_2Ap, xf-3_2Ao, xf-3_2An
Changes since 3.34: +4 -4 lines
Diff to previous 3.34
Fix some build problems

Revision 3.34 / (view) - annotate - [select for diffs] , Tue Mar 11 11:09:34 1997 UTC (16 years, 2 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_2Am
Changes since 3.33: +2 -2 lines
Diff to previous 3.33
XF86_SVGA builds but does not work in 1/4 bpp

Revision 3.33 / (view) - annotate - [select for diffs] , Fri Mar 7 00:28:46 1997 UTC (16 years, 2 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_2Al
Changes since 3.32: +5 -4 lines
Diff to previous 3.32
get all the changes for the unified drivers plus some work for GLINT checked in; I expect that this will not compile on most platforms at this point

Revision 3.32 / (view) - annotate - [select for diffs] , Tue Mar 4 10:38:12 1997 UTC (16 years, 2 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_2Ak
Changes since 3.31: +2 -2 lines
Diff to previous 3.31
patch 118-120 and preparing for 3.2Ak

Revision 3.31 / (view) - annotate - [select for diffs] , Thu Feb 27 13:58:00 1997 UTC (16 years, 2 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_2Aj
Changes since 3.30: +2 -2 lines
Diff to previous 3.30
patches 88-99 plus changes to get VGA16 working (but it doesn't, yet); this is checked in so I can test it on the interlabs machines

Revision 3.30 / (view) - annotate - [select for diffs] , Sat Feb 15 11:12:35 1997 UTC (16 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_2Ai, xf-3_2Ah, xf-3_2Ag, xf-3_2Af, xf-3_2Ae
Changes since 3.29: +8 -3 lines
Diff to previous 3.29
Fix some build problems when DoLoadableServer is set to NO

Revision 3.29 / (view) - annotate - [select for diffs] , Fri Feb 14 12:16:36 1997 UTC (16 years, 3 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_2Ad
Changes since 3.28: +3 -3 lines
Diff to previous 3.28
preparation for XFree86-3.2Ad, includes first cut of the Metro Link loader code

Revision 3.28 / (view) - annotate - [select for diffs] , Mon Dec 23 06:30:29 1996 UTC (16 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_3g, xf-3_3f, xf-3_3e, xf-3_3d, xf-3_3c, xf-3_3b, xf-3_3a, xf-3_3_1c, xf-3_3_1b, xf-3_3_1a, xf-3_3_1, xf-3_3, xf-3_2y, xf-3_2x, xf-3_2w, xf-3_2v, xf-3_2u, xf-3_2t, xf-3_2s, xf-3_2r, xf-3_2q, xf-3_2p, xf-3_2o, xf-3_2n, xf-3_2m, xf-3_2l, xf-3_2k, xf-3_2j, xf-3_2Zc, xf-3_2Zb, xf-3_2Za, xf-3_2Z, xf-3_2Xn, xf-3_2Xm, xf-3_2Xl, xf-3_2Xk, xf-3_2Xj, xf-3_2Xi, xf-3_2Xh, xf-3_2Xg, xf-3_2Xf, xf-3_2Xe, xf-3_2Xd, xf-3_2Xc, xf-3_2Xb, xf-3_2Xa, xf-3_2Ac, xf-3_2Ab, xf-3_2Aa, xf-3_2A
Branch point for: xf-3_3-branch, xf-3_2A-branch
Changes since 3.27: +2 -3 lines
Diff to previous 3.27
R6.3 integration

Revision 3.27 / (view) - annotate - [select for diffs] , Mon Nov 18 13:08:08 1996 UTC (16 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_2i, xf-3_2h, xf-3_2g, xf-3_2f, xf-3_2e, xf-3_2d, xf-3_2c, xf-3_2b, xf-3_2a
Changes since 3.26: +2 -2 lines
Diff to previous 3.26
updates

Revision 3.26 / (view) - annotate - [select for diffs] , Thu Jun 13 06:58:31 1996 UTC (16 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_2-p2, xf-3_2-p1, xf-3_2-branch, xf-3_2, xf-3_1_2Zd, xf-3_1_2Zc, xf-3_1_2Zb, xf-3_1_2Za, xf-3_1_2Z, xf-3_1_2Gq, xf-3_1_2Gp, xf-3_1_2Go, xf-3_1_2Gn, xf-3_1_2Gm, xf-3_1_2Gl, xf-3_1_2Gk, xf-3_1_2Gj, xf-3_1_2Gi, xf-3_1_2Gh, xf-3_1_2Gg, xf-3_1_2Gf, xf-3_1_2Ge, xf-3_1_2Gd, xf-3_1_2Gc, xf-3_1_2Gb, xf-3_1_2Ga, xf-3_1_2G, xf-3_1_2Fc, xf-3_1_2Fb, xf-3_1_2Fa, xf-3_1_2F, xf-3_1_2Eo, xf-3_1_2En, xf-3_1_2Em, xf-3_1_2El, xf-3_1_2Ek, xf-3_1_2Ej, xf-3_1_2Ei, xf-3_1_2Eh, xf-3_1_2Eg, xf-3_1_2Ef, xf-3_1_2Ee, xf-3_1_2Ed, xf-3_1_2Ec, xf-3_1_2Eb
Changes since 3.25: +7 -2 lines
Diff to previous 3.25
updates

Revision 3.25 / (view) - annotate - [select for diffs] , Sat May 11 10:03:21 1996 UTC (17 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Ea, xf-3_1_2E, xf-3_1_2Dj, xf-3_1_2Di
Changes since 3.24: +3 -3 lines
Diff to previous 3.24
updates

Revision 3.24 / (view) - annotate - [select for diffs] , Thu Feb 22 05:10:53 1996 UTC (17 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Dh, xf-3_1_2Dg, xf-3_1_2Df, xf-3_1_2De, xf-3_1_2Dd, xf-3_1_2Dc, xf-3_1_2Db, xf-3_1_2Da, xf-3_1_2D, xf-3_1_2Ch
Changes since 3.23: +2 -2 lines
Diff to previous 3.23
updates

Revision 3.23 / (view) - annotate - [select for diffs] , Fri Feb 9 08:20:00 1996 UTC (17 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Cg, xf-3_1_2Cf, xf-3_1_2Ce, xf-3_1_2Cd, xf-3_1_2Cc, xf-3_1_2Cb
Changes since 3.22: +2 -2 lines
Diff to previous 3.22
updates

Revision 3.22 / (view) - annotate - [select for diffs] , Sun Feb 4 08:56:04 1996 UTC (17 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Ca
Changes since 3.21: +8 -2 lines
Diff to previous 3.21
updates

Revision 3.21 / (view) - annotate - [select for diffs] , Thu Nov 16 11:04:09 1995 UTC (17 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2e, xf-3_1_2C, xf-3_1_2Bo, xf-3_1_2Bn, xf-3_1_2Bm, xf-3_1_2Bl, xf-3_1_2Bk, xf-3_1_2Bj, xf-3_1_2Bi, xf-3_1_2Bh, xf-3_1_2Bg, xf-3_1_2Bf, xf-3_1_2Be, xf-3_1_2Bd, xf-3_1_2Bc, xf-3_1_2Bb, xf-3_1_2Ba, xf-3_1_2B, xf-3_1_2Af, xf-3_1_2Ae, xf-3_1_2Ad, xf-3_1_2Ac, xf-3_1_2Ab, xf-3_1_2Aa, xf-3_1_2A
Changes since 3.20: +20 -11 lines
Diff to previous 3.20
updates

Revision 3.20 / (view) - annotate - [select for diffs] , Sat Mar 11 15:02:28 1995 UTC (18 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2d, xf-3_1_2c, xf-3_1_2b, xf-3_1_2a, xf-3_1_2-branch, xf-3_1_2-S, xf-3_1_2, xf-3_1_1h, xf-3_1_1g, xf-3_1_1f, xf-3_1_1e, xf-3_1_1d, xf-3_1_1c, xf-3_1_1Z, xf-3_1_1Dc, xf-3_1_1Db, xf-3_1_1Da, xf-3_1_1D, xf-3_1_1Cd, xf-3_1_1Cc, xf-3_1_1Cb, xf-3_1_1Ca, xf-3_1_1C, xf-3_1_1Bi, xf-3_1_1Bh, xf-3_1_1Bg, xf-3_1_1Bf, xf-3_1_1Be, xf-3_1_1Bd, xf-3_1_1Bc, xf-3_1_1Bb, xf-3_1_1Ba, xf-3_1_1B, xf-3_1_1Ad, xf-3_1_1Ac, xf-3_1_1Ab, xf-3_1_1Aa, xf-3_1_1A
Changes since 3.19: +4 -4 lines
Diff to previous 3.19
updates

Revision 3.19 / (view) - annotate - [select for diffs] , Sat Mar 11 14:12:12 1995 UTC (18 years, 2 months ago) by dawes
Branch: MAIN
Changes since 3.18: +11 -5 lines
Diff to previous 3.18
updates

Revision 3.18 / (view) - annotate - [select for diffs] , Sat Jan 28 16:57:25 1995 UTC (18 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_1b, xf-3_1_1a, xf-3_1_1-u1, xf-3_1_1-u, xf-3_1_1, xf-3_1_0Zg, xf-3_1_0Zf
Changes since 3.17: +3 -1 lines
Diff to previous 3.17
fuckup fix

Revision 3.17 / (view) - annotate - [select for diffs] , Sat Jan 28 15:46:16 1995 UTC (18 years, 3 months ago) by dawes
Branch: MAIN
Changes since 3.16: +2 -4 lines
Diff to previous 3.16
prelim fix-11 merge

Revision 3.16 / (view) - annotate - [select for diffs] , Wed Nov 30 20:35:44 1994 UTC (18 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_Zd, xf-3_1_0g, xf-3_1_0f, xf-3_1_0Ze, xf-3_1_0Zd, xf-3_1_0Zc, xf-3_1_0Zb, xf-3_1_0Za, xf-3_1_0Z, xf-3_1_0Ce, xf-3_1_0Cd, xf-3_1_0Cc, xf-3_1_0Cb, xf-3_1_0Ca, xf-3_1_0C, xf-3_1_0Bf, xf-3_1_0Be, xf-3_1_0Bd, xf-3_1_0Bc, xf-3_1_0Bb, xf-3_1_0Ba, xf-3_1_0B, xf-3_1_0Ae, xf-3_1_0Ad, xf-3_1_0Ac, xf-3_1_0Ab, xf-3_1_0Aa, xf-3_1_0A
Changes since 3.15: +3 -1 lines
Diff to previous 3.15
updates

Revision 3.15 / (view) - annotate - [select for diffs] , Sat Nov 26 12:38:36 1994 UTC (18 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_0e
Changes since 3.14: +2 -2 lines
Diff to previous 3.14
updates

Revision 3.14 / (view) - annotate - [select for diffs] , Thu Oct 20 05:08:05 1994 UTC (18 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_0d, xf-3_1_0c, xf-3_1_0b, xf-3_1_0a
Changes since 3.13: +2 -2 lines
Diff to previous 3.13
updates

Revision 3.13 / (view) - annotate - [select for diffs] , Sat Sep 24 14:11:47 1994 UTC (18 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1, xf-3_0Z, xf-3_0Fe, xf-3_0Fd, xf-3_0Fc
Changes since 3.12: +2 -2 lines
Diff to previous 3.12
updates

Revision 3.12 / (view) - annotate - [select for diffs] , Tue Sep 13 14:07:28 1994 UTC (18 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Fb, xf-3_0Fa, xf-3_0F, xf-3_0Ec, xf-3_0Eb, xf-3_0Ea, xf-3_0E, xf-3_0Dl
Changes since 3.11: +5 -5 lines
Diff to previous 3.11
updates

Revision 3.11 / (view) - annotate - [select for diffs] , Thu Sep 8 13:24:38 1994 UTC (18 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Dk, xf-3_0Dj
Changes since 3.10: +12 -12 lines
Diff to previous 3.10
updates

Revision 3.10 / (view) - annotate - [select for diffs] , Sat Sep 3 01:50:10 1994 UTC (18 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Di, xf-3_0Dh, xf-3_0Dg
Changes since 3.9: +2 -2 lines
Diff to previous 3.9
XF86Config changeover

Revision 3.9 / (view) - annotate - [select for diffs] , Sat Jun 18 15:21:12 1994 UTC (18 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Df, xf-3_0De, xf-3_0Dd, xf-3_0Dc, xf-3_0Db, xf-3_0Da, xf-3_0D, xf-3_0Ce, xf-3_0Cd, xf-3_0Cc, xf-3_0Cb, xf-3_0Ca, xf-3_0C, xf-3_0Bc
Changes since 3.8: +2 -2 lines
Diff to previous 3.8
ati updates

Revision 3.8 / (view) - annotate - [select for diffs] , Sun Jun 5 04:55:16 1994 UTC (18 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Bb, xf-3_0Ba, xf-3_0B
Changes since 3.7: +2 -2 lines
Diff to previous 3.7
Add 'etc'

Revision 3.7 / (view) - annotate - [select for diffs] , Mon May 30 07:22:33 1994 UTC (18 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Ac
Changes since 3.6: +3 -2 lines
Diff to previous 3.6
Updates for LinkKit

Revision 3.6 / (view) - annotate - [select for diffs] , Sun May 29 01:04:52 1994 UTC (18 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Ab
Changes since 3.5: +3 -9 lines
Diff to previous 3.5
P9000 server

Revision 3.5 / (view) - annotate - [select for diffs] , Sat May 21 22:54:18 1994 UTC (19 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Aa
Changes since 3.4: +2 -2 lines
Diff to previous 3.4
SCO support

Revision 3.4 / (view) - annotate - [select for diffs] , Sat May 14 05:50:07 1994 UTC (19 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0A
Changes since 3.3: +6 -2 lines
Diff to previous 3.3
 updates

Revision 3.3 / (view) - annotate - [select for diffs] , Sun May 8 04:18:52 1994 UTC (19 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0d
Changes since 3.2: +12 -1 lines
Diff to previous 3.2
Minix and 16-bit Mach32 support

Revision 3.2 / (view) - annotate - [select for diffs] , Wed May 4 13:58:03 1994 UTC (19 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0c
Changes since 3.1: +4 -9 lines
Diff to previous 3.1
Linux shared lib fixes

Revision 3.1 / (view) - annotate - [select for diffs] , Thu Apr 28 13:11:04 1994 UTC (19 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0b, xf-3_0a
Changes since 3.0: +3 -9 lines
Diff to previous 3.0
updates

Revision 3.0 / (view) - annotate - [select for diffs] , Thu Apr 28 11:40:01 1994 UTC (19 years ago) by dawes
Branch: MAIN
Fold back changes not taken by the XC

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.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

Powered by
ViewCVS 0.9.2