CVS log for xc/programs/Xserver/hw/xfree86/common/xf86.h

(logo)

Help

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

Request diff between arbitrary revisions


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

Revision 3.193 / (view) - annotate - [select for diffs] , Tue Mar 21 03:56:26 2006 UTC (7 years, 2 months ago) by dawes
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, 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_2, 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, xf-4_6_99_1, xf-4_6_0, xf-4_6-branch, xf-4_5_99_904, xf-4_5_99_903, HEAD
Changes since 3.192: +2 -1 lines
Diff to previous 3.192
 256. Add a stack trace function, callable from modules and elsewhere, which
      can be useful for development/debugging (David Dawes).
 255. Make sure that DGAShutdown() is always called before HW state is
      restored on exit and reset, and make sure that it is not called after
      the HW state is restored (David Dawes).
 254. Trap re-entry into AbortServer() (David Dawes).

Revision 3.192 / (view) - annotate - [select for diffs] , Fri Mar 17 02:25:02 2006 UTC (7 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_5_99_902
Changes since 3.191: +2 -2 lines
Diff to previous 3.191
 247. The new loader eliminates the need to defer unloading drivers when using
      autoconfig (David Dawes).

Revision 3.191 / (view) - annotate - [select for diffs] , Thu Mar 16 16:49:55 2006 UTC (7 years, 2 months ago) by dawes
Branch: MAIN
Changes since 3.190: +21 -18 lines
Diff to previous 3.190
 242. Loader updates:
       - Improve the stack trace information.
       - Improve the handling of instance-specific req/ref symbols.
       - Use stronger typing for the module-visible instance-specific module
         descriptor.
       - No longer disable xf86UnloadSubModule(), since the loader now handles
         unloads and re-loads cleanly.
       - Update all modules to make use of the above, and fix some bugs
         that this exposed.
       - Some loader message cleanups.
      (X-Oz Technologies, David Dawes).

Revision 3.190 / (view) - annotate - [select for diffs] , Thu Mar 2 03:00:36 2006 UTC (7 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_5_99_901
Changes since 3.189: +5 -1 lines
Diff to previous 3.189
 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.189 / (view) - annotate - [select for diffs] , Tue Oct 11 20:01:49 2005 UTC (7 years, 7 months ago) by alanh
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
Changes since 3.188: +5 -1 lines
Diff to previous 3.188
missed commit

Revision 3.188 / (view) - annotate - [select for diffs] , Sun Aug 28 19:04:46 2005 UTC (7 years, 8 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_5_99_13, xf-4_5_99_12, xf-4_5_99_11
Changes since 3.187: +6 -1 lines
Diff to previous 3.187
 130. Add loader infrastructure to implement inter-module version checks and
      use it as part of a rework of VBE information blocks (Marc La France).

Revision 3.187 / (view) - annotate - [select for diffs] , Fri Jun 3 02:18:31 2005 UTC (7 years, 11 months ago) by tsi
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_10
Changes since 3.186: +5 -1 lines
Diff to previous 3.186
  64. ATIProbe() and atimisc changes:
      - Port to common layer's domain scheme;
      - Replace AVOID_CPIO and AVOID_NON_PCI rchitecture-specific #define's
        with run-time checks and implement new common layer infrastructure to
        allow this to happen;
      - Replace endianness compile-time checks with run-time ones;
      - Deal with certain spurious I/O errors;
      - No longer consider IOBase when matching adapters to device sections
      This re-instates support for all ATI adapters on all architectures
      supported by the common layer (Marc La France).
  63. Make sparse I/O masks more portable throughout the server
      (Marc La France).

Revision 3.186 / (view) - annotate - [select for diffs] , Fri Jun 3 01:01:37 2005 UTC (7 years, 11 months ago) by tsi
Branch: MAIN
Changes since 3.185: +3 -3 lines
Diff to previous 3.185
  61. Tweak xf86InterceptSignals()'s interface (Marc La France).

Revision 3.185 / (view) - annotate - [select for diffs] , Sat Feb 26 18:31:48 2005 UTC (8 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_5_99_4, xf-4_5_99_3, xf-4_5_99_2, xf-4_5_99_1, xf-4_5_0, xf-4_5-branch, xf-4_4_99_903
Changes since 3.184: +2 -1 lines
Diff to previous 3.184
 343. Separate the addition of EDID modes out from mode validation
      (David Dawes).

Revision 3.184 / (view) - annotate - [select for diffs] , Sat Feb 26 01:07:12 2005 UTC (8 years, 2 months ago) by dawes
Branch: MAIN
Changes since 3.183: +3 -1 lines
Diff to previous 3.183
 341. Separate monitor parameter initialisation out from mode validation,
      and ensure that monitor parameters are initialised before the vbe module
      sets up its mode pool (David Dawes).

Revision 3.183 / (view) - annotate - [select for diffs] , Thu Feb 17 03:46:48 2005 UTC (8 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_902
Changes since 3.182: +2 -1 lines
Diff to previous 3.182
 333. Log when modes are excluded due to not meeting TargetRefresh or
      PreferredMode options, and improve the handling of these cases
      (David Dawes).

Revision 3.182 / (view) - annotate - [select for diffs] , Fri Jan 28 02:11:18 2005 UTC (8 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_901
Changes since 3.181: +2 -2 lines
Diff to previous 3.181
 291. Add basic automatic mouse device node detection for Solaris
      (David Dawes).
 290. Improve autoconfig's handling of a failed driver PreInit() (David Dawes).
 289. Ignore sections called ".stab.indexstr" in elfloader, which fixes a
      problem loading modules built with SunPRO C (as described by
      Alan Coopersmith).

Revision 3.181 / (view) - annotate - [select for diffs] , Wed Jan 26 05:31:48 2005 UTC (8 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_22
Changes since 3.180: +133 -1 lines
Diff to previous 3.180
 283. First phase of dynamic configuration (David Dawes, S. Lussos,
      Michael Dawes, J. D. Darling, X-Oz Technologies).

Revision 3.180 / (view) - annotate - [select for diffs] , Sat Jan 8 21:53:27 2005 UTC (8 years, 4 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_4_99_21
Changes since 3.179: +3 -3 lines
Diff to previous 3.179
Warning fix

Revision 3.179 / (view) - annotate - [select for diffs] , Fri Jan 7 23:03:12 2005 UTC (8 years, 4 months ago) by dawes
Branch: MAIN
Changes since 3.178: +52 -1 lines
Diff to previous 3.178
 257. Automatic configuration updates, including:
       - Modify the parser/config support to allow multiple configuration
         sources to be combined.
       - Modify the parser/config support to allow multiple ServerFlags,
         Files, and Module sections.
       - Allow the automatically-generated configuration to be appended to
         a partial static configuration.
       - Use a more complete set of the probed EDID information in determining
         the monitor parameters.
       - Add a "preferred" mode type, which can be obtained from the probed
         EDID information or from the configuration.
       - Some parser interface cleanups.
      (David Dawes, X-Oz Technologies).

Revision 3.178 / (view) - annotate - [select for diffs] , Fri Jan 7 17:19:31 2005 UTC (8 years, 4 months ago) by dawes
Branch: MAIN
Changes since 3.177: +6 -2 lines
Diff to previous 3.177
 256. Extend the parser/config support to allow multiple Monitor sections
      to be referenced from a Screen section (David Dawes).
CVS----------------------------------------------------------------------

Revision 3.177 / (view) - annotate - [select for diffs] , Thu Dec 30 02:22:49 2004 UTC (8 years, 4 months ago) by tsi
Branch: MAIN
Changes since 3.176: +2 -2 lines
Diff to previous 3.176
Small correction to previous change.

Revision 3.176 / (view) - annotate - [select for diffs] , Wed Dec 29 21:22:54 2004 UTC (8 years, 4 months ago) by tsi
Branch: MAIN
Changes since 3.175: +11 -6 lines
Diff to previous 3.175
Build fix for glibc 2.2, among others

Revision 3.175 / (view) - annotate - [select for diffs] , Tue Jun 1 00:23:49 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_20, xf-4_4_99_19, 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.174: +3 -2 lines
Diff to previous 3.174
 113. Automatic configuration updates:
       - Auto-detect DPMS support based on EDID data.
       - Fix DPMS enable/disable logic.
       - Allow multiple probe phases, allowing the driver search to continue
         after failures at the PreInit stage.
       - Update static driver list handling to allow automatic configuration
         to work with static servers.
       - Add a '-autoconfig' command line option to force automatic
         configuration mode.
      (X-Oz Technologies).

Revision 3.174 / (view) - annotate - [select for diffs] , Fri Feb 13 23:58:35 2004 UTC (9 years, 3 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, xf-4_4_99_1, xf-4_4_0, xf-4_4-branch, xf-4_3_99_903
Changes since 3.173: +40 -20 lines
Diff to previous 3.173
 802. Licence update.
(except client-side libraries)

Revision 3.173 / (view) - annotate - [select for diffs] , Tue Jan 27 01:31:44 2004 UTC (9 years, 3 months ago) by dawes
Branch: MAIN
Changes since 3.172: +1 -2 lines
Diff to previous 3.172
 769. Add a root window property called XFree86_VT that holds the VT number
      that the XFree86 server is running on (Andrew Aitcheson, suggested by
      Samuel Thibault).
 768. Fix a problem where root window properties registered with
      xf86RegisterRootWindowProperty() are not re-registered after server
      regeneration (David Dawes, reported by Samuel Thibault).

Revision 3.172 / (view) - annotate - [select for diffs] , Wed Sep 24 01:43:16 2003 UTC (9 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: 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, xf-4_3_99_13
Changes since 3.171: +19 -7 lines
Diff to previous 3.171
 453. Add gcc format checking for the X server's message and logging
      functions, and fix lots of associated warnings (David Dawes).

Revision 3.171 / (view) - annotate - [select for diffs] , Sun Aug 24 18:58:03 2003 UTC (9 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_3_99_12, xf-4_3_99_11
Changes since 3.170: +7 -1 lines
Diff to previous 3.170
 396. Add a facility for assigning version numbers to builtin XFree86 server
      interfaces and allowing modules to query them.  Assign versions for
      the os-mouse and os-kbd interfaces (David Dawes).

Revision 3.170 / (view) - annotate - [select for diffs] , Sun Aug 24 16:36:49 2003 UTC (9 years, 8 months ago) by dawes
Branch: MAIN
Changes since 3.169: +25 -2 lines
Diff to previous 3.169
Add/update copyright and license notices.

Revision 3.169 / (view) - annotate - [select for diffs] , Thu Feb 13 10:49:38 2003 UTC (10 years, 3 months ago) by eich
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_2, xf-4_3_99_10, 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.168: +2 -1 lines
Diff to previous 3.168
 885. Added einitialization of screen layout after RandR size change
      on a multihead setup. This keeps cursor movement beween screens
      working (Egbert Eich).

Revision 3.168 / (view) - annotate - [select for diffs] , Sun Feb 9 00:18:13 2003 UTC (10 years, 3 months ago) by dawes
Branch: MAIN
Changes since 3.167: +2 -1 lines
Diff to previous 3.167
 862. Add a ServerFlags/ServerLayout option for disabling the RandR extension
      (David Dawes).
+ a function xf86DisableRandR() that drivers can call to do the same

Revision 3.167 / (view) - annotate - [select for diffs] , Thu Dec 12 18:29:10 2002 UTC (10 years, 5 months ago) by eich
Branch: MAIN
CVS Tags: xf-4_2_99_901, xf-4_2_99_4, xf-4_2_99_3
Changes since 3.166: +1 -0 lines
Diff to previous 3.166
 621. Let kbd driver test if Xserver is in suspend before handling any
      input events (Egbert Eich).
 620. Fixed agp version checking to accept minor versions >= the specified
      number (Leif Delgass).

Revision 3.166 / (view) - annotate - [select for diffs] , Wed Nov 20 04:49:02 2002 UTC (10 years, 6 months ago) by dawes
Branch: MAIN
Changes since 3.165: +2 -1 lines
Diff to previous 3.165
 492. Add support for using the XKEYBOARD extension's action handlers
      for the XFree86 X server hot keys.  This provides control over
      the mapping of theese hot keys (#A.1334, 5454, Joe Moss).

Revision 3.165 / (view) - annotate - [select for diffs] , Fri Oct 11 00:40:29 2002 UTC (10 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_2_99_2
Changes since 3.164: +2 -1 lines
Diff to previous 3.164
 381. Add a "kbd" driver module that can eventually replace the built-in
      "keyboard" driver (#5344, Ivan Pascal).
 381. Add os-support level support for a loadable keyboard driver for BSD
      and Linux (#5344, Ivan Pascal).
 380. Add some new common layer functions for supporting a loadable keyboard
      driver (#5344, Ivan Pascal).
 379. Move the XkbDisable option to a global server flag rather than
      keyboard driver flag, since it really is a global setting (#5344,
      Ivan Pascal).

Revision 3.164 / (view) - annotate - [select for diffs] , Tue Oct 8 21:14:02 2002 UTC (10 years, 7 months ago) by tsi
Branch: MAIN
Changes since 3.163: +3 -1 lines
Diff to previous 3.163
 367. When enabling PCI adapters, also enable their bus mastering capability;
      Consequently, deprecate xf86EnablePciBusMaster() (Marc La France).

+ reduce compilation of unused code.

Revision 3.163 / (view) - annotate - [select for diffs] , Sun Sep 29 22:54:33 2002 UTC (10 years, 7 months ago) by keithp
Branch: MAIN
Changes since 3.162: +7 -0 lines
Diff to previous 3.162
Add RandR support to XFree86 DDX

Revision 3.162 / (view) - annotate - [select for diffs] , Mon Sep 16 17:05:42 2002 UTC (10 years, 8 months ago) by eich
Branch: MAIN
Changes since 3.161: +1 -0 lines
Diff to previous 3.161
 319. Moved LdPreLib define after the vendor/OS specific config files
      as it may depend on setting done there (Egbert Eich).
 318. Several fixes for cross compile environment (Egbert Eich).
 317. Added code to allow for building of static only libraries with
      -fPIC for platforms which require it (Egbert Eich).
 316. Added '-m32' to gcc flags as default for ia32 builds when gcc version
      is >= 3.1. This allows building a 32 bit Version of X on 64bit x86-64
      (Egbert Eich).
 315. Changed direct calls of ld to 'gcc -nostdlib' for Linux (Egbert Eich).
 314. Changed calls to as to 'gcc -c -x assembler-with-cpp' for Linux
      (Egbert Eich).
 313. Added '-fno-strict-aliasing' flag to gcc version >= 3.1 (Egbert Eich).
      Strict requires that one address must not contain pointers to
      different types - a feature heavily used by X (Egbert Eich).
 312. Fixed a core dump problem in libXtt (?) (Egbert Eich).
 311. Removed '#pragma pack' from structures that contain function pointers
      in x86emu. This causes problems on gcc 3.1 for ia64 (Egbert Eich).
 310. Added defines for missing X types to saverproto.h (Egbert Eich).
 309. Fixed compiler warings generated by gcc >= 3.1 in mesa drivers
      (Egbert Eich).
 308. For platforms that allow both 32 and 64 bit libraries to be executed
      split Xlib i18n modules path into
      <libpath>/X11R6/lib/X11/locale/lib/common and
      <libpath>/X11R6/lib/X11/locale/lib64/common. 'lib64' has been defined
      to be the default path for 64bit shared libraries on these platforms
      (Egbert Eich).
 307. Fixed obvious typo in OMlib (Egbert Eich).
 306. Fixed code in cfb that didn't comply with C sequence rules.
      Modern C compilers tend to be more aggressive on code reordering
      (Egbert Eich).
 305. Changed arguments of NoopDDA() from VarArgs to void. Handling
      of VarArgs by gcc isn't compatible with the way it was used
      on certain platforms (Egbert Eich).
 304. Added support for 32bit pixmaps for 24bit overlay framebuffers in
      fb overlay code (Egbert Eich).
 303. Fixed kdrive to print a meaningful error message instead of just
      core dump when no matching graphics cards is found (Egbert Eich).
 302. fixed portability bug in xwd (Andreas Schwab <schwab@suse.de>)
 301. fixed X Server crash, which happended each time a proportional iso10646
      font was loaded with xtt backend (Yong Li <rigel863@yahoo.com>)
 300. Added some ARM specific fixes to compiler.h (Uli Hecht).
 299. Added a virtual 'dummy' driver (Egbert Eich).
 298. Fixed core dump when certain access functions are not set in
      xf86Bus.c (Egbert Eich).
 297. Fixed problem where SIGIO could be disabled after a server reset.
 296. Added configurable list of devices the xf86Misc extension is allowed
      to change the mouse device to (Egbert Eich).
 295. Changed default mouse type to 'auto' when generating config file
      with '-configure' (Egbert Eich).
 294. Made sure keyboard modifier settings are consistent after exit
      from DGA when the xkb extension is used (Egbert Eich).
 293. Disabled keyboard processing when Xserver is suspended by power
      management.
      This allows effective locking of laptops when stolen (Egbert Eich).
 292. Added/improved options for lockfile syncing (Egbert Eich).
 291.  Added support for backup copy of Xserver logfile (Egbert Eich).
 290. Fixed GetTimeInMillis() to use deltas instead of absolute time
      returend by gettimeofday(). This ensures time is monotonic in X
      (Egbert Eich).
 289. Fixed xf86Misc extension to allow modification of Expps2 mice
      (Egbert Eich).
 288. Made code in xf86MiscExt.c more readable (Egbert Eich).
 287. Fixed PCI CardBus bridge handling (Egbert Eich).
 286. Added code to reenable PCI bus mastering after coming back from a
      VT switch to radeon driver (Charl P. Botha <http://cpbotha.net/>)
      (Egbert Eich).
 285. Dito for r128 driver (M. Harris).
 284. Dito for glint and mga driver (Egbert Eich).
 283. Fixed double scan issues for low res modes in C&T driver (Egbert Eich).
 282. Set rgbBits to 8 for all HiQV chips in chips driver (Egbert Eich).
 281. Moved initialization of accel funtions past initialization of
      offscreen fb manager in chips driver (Egbert Eich).
 280. Fixed initialization of video in chips driver (?).
 279. Fixed HALlib problem restoring text mode on G550 (Egbert Eich).
 278. Restructured and included Matrox's Merged Framebuffer changes
      to mga driver (Egbert Eich).
 277. G450/550 clockchip programming fixes (Matrox).
 276. Fixed HW Cursor for HALlib frame granularity (Egbert Eich).
 275. Enabling 2D accel in 24-bit for neomagic 2360 and 2380 (Egbert Eich).
 274. Added support for builtin 1024x480 mode of Sony subnotebooks for
      Neomagic driver (Egbert Eich).
 273. Fixed support for lowRes (320x240) modes in neomagic driver
      (Egbert Eich).
 272. Fixed RAC function registration in S3 driver (Egbert Eich).
 271. Added some voodoo to screen initialization of S3 driver (Egbert Eich).
 270. Fixed vbe/int10 support in SMI driver. It used to core dump
      when BIOS was not usable (Egbert Eich).
 269. Separated BRIGHTNESS and and CAPTURE_BRIGNTESS video attributes
      in smi driver: CAPTURE_BRIGHTNESS refers to the capture chip
      (ie. Philips SAA7110) while BRIGHTNESS controls the video overlay
      of the SMI chip itself (Egbert Eich).
 268. Disable automatic loading of DRI when running SUN ffb as this is
      inconsistent with other drivers (Thorsten Kukuk).
 267. Fixed Gamma/Brightness code in trident driver (Egbert Eich).
 266. Added FpDelay debugging option (Egbert Eich).
 260. Fixed video support for Trident 9397 (Egbert Eich).
 265. Fixed Cursor/VT switch support for vmware driver (Egbert Eich).
 264. Fixed Blit problems in vmware driver when running KDE (Egbert Eich).
 263. Added RENDER support to vmware driver (Egbert Eich).
 262. Added C&T 69030 to extrapci.ids (Egbert Eich).
 261. Improved mouse autodetection code (Egbert Eich).
 260. Restructured int10 code so that vm86 and x86emu support can be loaded
      as modules. Implemented heuristic to try vm86 first and fall back to
      x86emu. This allows 32 bit Xservers to run on x86_64 on 64-bit kernel
      without vm86 support (Egbert Eich).
 259. Restructured elf loader: determine which section to load from elfheader
      flags (Egbert Eich).
 258. Adding RENDER Support to RAC (Egbert Eich).
 257. Using borderClip instead of borderSize region for redisplay function
      in miext/shadow code to avoid core dumps when vt switched away
      (Egbert Eich).
 256. Replacing sprintf() by snprintf() in lbxproxy to eliminate possible
      buffer overrun exploits (Egbert Eich).
 255. KP_Decimal fixes to Czech and Slovak keybards
      (Jan Holesovsky <kendy@suse.cz>) (Egbert Eich).

Revision 3.161 / (view) - annotate - [select for diffs] , Tue Jul 30 17:36:17 2002 UTC (10 years, 9 months ago) by dawes
Branch: MAIN
Changes since 3.160: +3 -1 lines
Diff to previous 3.160
 214. Add functions to allow modules to query the core X server version
      and the version of its sub modules (David Dawes).
(we probably should have added these a long time ago)

Revision 3.160 / (view) - annotate - [select for diffs] , Sat Jul 27 15:41:16 2002 UTC (10 years, 9 months ago) by herrb
Branch: MAIN
Changes since 3.159: +3 -2 lines
Diff to previous 3.159
Fix for 64 bit archs: access parameter to xf86RegisterResources()
is an unsigned long.

Revision 3.159 / (view) - annotate - [select for diffs] , Thu May 2 14:20:18 2002 UTC (11 years ago) by tsi
Branch: MAIN
CVS Tags: xf-4_2_99_1
Changes since 3.158: +2 -4 lines
Diff to previous 3.158
 123. Symbol table cleanup, leaving xf86GetPointerScreenFuncs() as the only
      common/xf86Cursor.c entry available to modules (Marc La France).
 122. Fix VidMode-generated mode switches by making them go through (almost)
      the same code path as keyboard-generated mode switches (Marc La France).
 121. Allow AGP apertures to overlap with other BIOS-assigned PCI resources
      (Marc La France).

Revision 3.158 / (view) - annotate - [select for diffs] , Fri Jan 25 21:55:50 2002 UTC (11 years, 3 months ago) by tsi
Branch: MAIN
Changes since 3.157: +5 -3 lines
Diff to previous 3.157
  15. Fix mouse Protocol "Auto" for SunOS (Marc La France).
  14. Relocate all driver low memory accesses (atimisc module not yet done)
      (Marc La France).
  13. Make driver I/O relocatable (atimisc, s3, sis and tseng not yet done)
      (Marc La France).
  12. PCI domain changes for SunOS/SPARC64 (Marc La France).
  11. PCI domain changes for Linux/SPARC64 (#4653, Divid S. Miller,
      Marc La France).

This is a text-only merge from Domain-branch.  Not compile tested yet.

Revision 3.156.2.2 / (view) - annotate - [select for diffs] , Tue Dec 18 17:10:40 2001 UTC (11 years, 5 months ago) by tsi
Branch: Domain-branch
Changes since 3.156.2.1: +4 -1 lines
Diff to previous 3.156.2.1 to branch point 3.156 to next main 3.157
Another resync with HEAD branch.

Revision 3.157 / (view) - annotate - [select for diffs] , Thu Dec 13 18:01:50 2001 UTC (11 years, 5 months ago) by eich
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
Changes since 3.156: +3 -0 lines
Diff to previous 3.156
 567. Added debugging helpers (Egbert Eich).
 566. Added support for the Trident CyberBladeXPAi1 (Egbert Eich).
 565. Fixed Mono8x8Fill problem in S3 Virge and Savage drivers (Egbert Eich).

Revision 3.156.2.1 / (view) - annotate - [select for diffs] , Wed Nov 28 22:35:08 2001 UTC (11 years, 5 months ago) by tsi
Branch: Domain-branch
Changes since 3.156: +5 -3 lines
Diff to previous 3.156
Change notice to be posted later...

Revision 3.156 / (view) - annotate - [select for diffs] , Sun Oct 28 03:33:17 2001 UTC (11 years, 6 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_1_99_2
Branch point for: Domain-branch
Changes since 3.155: +6 -6 lines
Diff to previous 3.155
 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.155 / (view) - annotate - [select for diffs] , Mon Oct 1 12:44:01 2001 UTC (11 years, 7 months ago) by eich
Branch: MAIN
Changes since 3.154: +1 -1 lines
Diff to previous 3.154
 346. Changed itn10 module to stub on Sparc (Egbert Eich).
 345. Added hyperpen driver (Roland Jansen et. al.).
 344. Fixed alignments of x86emu-structures for AXP (Jay Estabrook).
 343. Fixed XLoadQueryFont() and XLoadFont() to support locales
      (required for Euro support) (Markus Kuhn).
 342. Modified XtCvtStringToFont() to match any ISO8859 instead of
      latin1 as fallback. Required for Euro Support (Markus Kuhn).
 341. Added acute to compose key list for iso8859-15 (Markus Kuhn).
 340. Modified XV Xinerama support to recognize adaptors if screen 0
  has no adaptor (Egbert Eich).
 339. Modified order of disable devices and LeaveVT() to be symetric
      to the enter case (Egbert Eich).
 338. Modified GetTimeInMillis() to handle non monotonous system clocks
      (Egbert Eich).
 337. Added comment about a Zeos Meridan 850c Notebook to C&T docs (Alan Cox).
 336. Added call to vbeFree() to apm driver (Egbert Eich).
 335. C&T driver:
      - fixed sig11 problem for non-69030 chipsets.
      - fixed DGA to announce acellerated functions only if accelleration
        is enabled.
      - added FP_mode flag to C&T driver which allows to override the detected
        state of the flat panel (Egbert Eich).
      - fixed driver to act appropriately if the BIOS switches to the
        external monitor it detects when doing DDC.
      - Set IOBase correctly for MMIO when detection 65545 PCI.
      - fixed text screen restauration on 69030 (Egbert Eich).
      - reinabled correct KGA handling of C&T chips: unblank before the end
        of scanline.
      - added support for composite sync.
      - when FP is active disallow display sizes greater than panel.
      - added double buffering to video support.
      - fixed register settings to prevent flickering during video playback.
       (Egbert Eich).
 334. Fixed bug in C&T driver that caused interlaced mode not to work
      (Claus Hulstrøm).
 333. Added full MMIO support for C&T 69030 chips (Gregg H. Burman).
 332. Fixed MMIO accel code in Cirrus Alpine driver, got PIO accel code to
      work (Egbert Eich).
 331. Fixed fbdev to obtain 24 bit framebuffer format from the kernel, added
      more failure messages to fbdev driver (Egbert Eich).
 330. Added calls to vbeFree() to rendition, savage, silicon motion,
      i740 and i810 driver (Egbert Eich).
 329. Modified MGA driver for new Sparse allocation sceme (Jay Estabrook).
 328. Modified handling of sparse addresses on AXP: The code now no longer
      maps the entire sparse range. Now the required ranges are mapped
      relative to a fixed base address (Jay Estabrook).
 327. Fixed HW cursor for MGA G100 (Egbert Eich).
 326. Fixed MGA drivers to be able to use overlay modes when HAL lib is
      loaded (Egbert Eich).
 325. Disabled accel functions that cause lockups on certain neomagic
      systems by default. They can be reenabled by setting the option
      "StrangeLockups" to "no" (Egbert Eich).
 324. Did a further fix on ScreenToScreenCopy() for Neomagic 2200
      (Egbert Eich).
 323. Added experimental support for Toshiba Libretto. This can be enabled
      by the option "DisplayHeight480" (Egbert Eich).
 322. Fixed clipping in Savage driver, update to version 1.1.1.19
      (Tim Roberts).
 321. fixed calls to BLTSync() on SiS driver (Egbert Eich).
 320. Fixed Mono8x8PatternFill(): Moving SETROPFG behind SETROPBG did the
      trick (Egbert Eich).
 319. Setting 24 bpp pximap flags correctly in SiS driver dependening
      on chipset (Egbert Eich).
 318. Setting depth and bpp of framebuffer correctly for suncg14 and sunleo
      driver (Thorsten Kukuk).
 317. Tseng driver not longer ignores results of TsengDoMemLimit() which
      tests for certain restrictions on the usable framebuffer size
      (Egbert Eich).
 316. Vesa driver: adding calls to vbeFree() before exiting PreInit().
      Reinit vbe in ScreenInit() (Egbert Eich).
 315. Adding int10 initialization to generic vga driver (Egbert Eich).
 314. Modified generic vga driver to use shadow fb for vga16 on AXP.
      This works around the problem that AXP can address memory only 32bit
      wide which doesn't work on a latched register planar fb (Egbert Eich).
 313. Removing 3.3 code from wacom driver. Makes driver hard to read
      (Egbert Eich).
 312. Removing message output from xf86WcmPlug() which causes -configure
      to core dump (Egbert Eich).
 311. Modified int10 Pci code to be able to use new version of
      xf86ReadPciBIOS() (Egbert Eich).
 310. Modified int10 int1A handler to return valid when an unimplemented int10
      call is encountered. This allows fallback to system BIOS (Egbert Eich).
 309. Modified xf86ReadPciBIOS() to check for valid i386 PC signature.
      Added functions xf86GetAvailablePciBIOSTypes() and
      xf86ReadPciBIOSByType() to obtain available PCI BIOS types and
      retrieve a certain BIOS by type (Egbert Eich).
 308. Reversed bogus patch 1050 of version 4.0.2. The graphics engine will
      *never* be called after receiving an APM suspend and before receiving
      an APM resume. If the neomagic locks up on resume this has a different
      reason (Egbert Eich).
 307. Change  real/effective user ID to 0/0 before calling modprobe in
      xf86LoadKernelModule() on Linux so user can also load drm modules. Fixed
      PATH environment variable to /sbin (Stefan Dirsch, Egbert Eich).
 306. Removed disable/enable interrupt code on ia64 as interrupts cannot
      be controled from user level (Egbert Eich).
 305. Further attempt to fix split algorithm for MTRR regions (Egbert Eich).
 304. Fixed problem in XAACopyPlaneNtoNColorExpand() that caused bogus
      memory accesses when src was not in fb memory (Egbert Eich).
 303. Fixed cfb8_32PaintWindow() to use correct cfb32FillBoxTileOdd function
      (Egbert Eich).
 302. Fix to xdm PAM support (Werner Fink).
 301. Fixed cz and cz_querty keyboard layouts, added support for Slovak
      keyboard (Jan Holesovsky).
 300. Fixed core dump in twm if no locales are present (Egbert Eich).
 299. Modified xterm app default to use LFD fontnames instead of old type
      (Michael Schroeder).

Revision 3.154 / (view) - annotate - [select for diffs] , Wed Jun 13 22:10:39 2001 UTC (11 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_1_99_1
Changes since 3.153: +3 -1 lines
Diff to previous 3.153
Add xf86LoaderRef* wrappers for LoaderRef*.

Revision 3.153 / (view) - annotate - [select for diffs] , Fri May 25 01:44:34 2001 UTC (11 years, 11 months ago) by tsi
Branch: MAIN
Changes since 3.152: +2 -1 lines
Diff to previous 3.152
  29. ATI DGA changes (Patrick Chase and Marc La France):
      - Add accelerated DGA primitives for Mach64 variants;
      - Add accelerated DGA transparent blits for Rage128 and Radeon;
      - Fix setting of DGA_CONCURRENT_ACCESS;
      - Take XaaNo* options into consideration.
  28. Simplify DGAShutdown() (Marc La France).
  27. Fix colourmap bug when switching out of a DGA mode (Marc La France).
  26. Make it possible, but not required, for a driver to initialise DGA after
      XAA so that it may factor in any XaaNo* options in determining what DGA
      drawing primitives to support (Marc La France).
  25. Prevent mode switches while DGA modes are set (Marc La France).

Revision 3.152 / (view) - annotate - [select for diffs] , Wed May 16 19:08:35 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.151: +4 -1 lines
Diff to previous 3.151
 537. Adds #XFree86LOADER define to wrap ModuleInfo related functions
      (#4654, Harold Hunt).

 Added code to check limits of driverlist in xf86Config.c.

Revision 3.151 / (view) - annotate - [select for diffs] , Tue May 15 17:22:21 2001 UTC (12 years ago) by paulo
Branch: MAIN
Changes since 3.150: +3 -1 lines
Diff to previous 3.150
  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.150 / (view) - annotate - [select for diffs] , Thu Apr 5 16:42:31 2001 UTC (12 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0_99_3, xf-4_0_99_2
Changes since 3.149: +3 -1 lines
Diff to previous 3.149
 338. Updates to the "citron" input driver.  It includes compatibility
      with the Winbond SIO chip (83977EF), and some new commands to
      communicate to the touch driver from an application program
      (via XChangeFeedbackControl) (#4526, Peter Kunzmann, Citron).
 337. Updates to the "summa" input driver, including:
       - "Resolution" replaces "LPI" as option for setting resolution.
       - Fixed device reporting to give the actual tablet area size and
         resolution.
       - Tested and working with: SummaSketch3, Hitachi_1217D, a couple of
         others emulating the Summa protocol.
       - Reduce debug message verbosity.
       - Various cleanups.
      (#4525, Huver).
 336. SunFFB driver bug fixes, including:
       - Be smarter about restoring Kernel framebuffer state.
       - Cure build errors when debug defines are enabled.
       - Do not enable DRI or DGA acceleration if NoAccel option is specified.
      (#4524, David S. Miller).
 335. Mga G450 dual head support, (#4523, Luugi Marsan (Matrox) and
      David Woodhouse).
 334. Fix missing xfree -> Xfree mapping in the Type1 font library code (#4521,
      Juliusz Chroboczek).
 333. Make sure that an initialization assumption in parse_fontdata() in
      lib/X11/omGeneric.c is met (#4520, Jonathan Kamens).
 332. Add checksum verification to detect monitors that give incorrect EDID
      data (#4517, Andrew C Aitchison).
- various build warning fixes

Revision 3.149 / (view) - annotate - [select for diffs] , Wed Mar 21 19:46:25 2001 UTC (12 years, 2 months ago) by dawes
Branch: MAIN
Changes since 3.148: +2 -2 lines
Diff to previous 3.148
Update the xf86EnablePciBusMaster interface to fit in better as a common
layer bus interface.

Revision 3.148 / (view) - annotate - [select for diffs] , Wed Mar 21 16:55:06 2001 UTC (12 years, 2 months ago) by dawes
Branch: MAIN
Changes since 3.147: +2 -1 lines
Diff to previous 3.147
add xf86EnablePciBusMaster() (from DRI CVS trunk)

Revision 3.47.2.13 / (view) - annotate - [select for diffs] , Wed Mar 7 17:08:20 2001 UTC (12 years, 2 months ago) by paulo
Branch: xf-3_3-branch, xf-3_2A-branch
CVS Tags: xf-3_3_6b, xf-3_3_6a
Changes since 3.47.2.12: +1 -2 lines
Diff to previous 3.47.2.12 to branch point 3.47 to next main 3.48
Bug fixes and improvements for mouse 3 button emulation state machine from
Andrew Pimlott.
Unlikely the 4.0 version where the mouse code is in a module, in the 3.3.6
one I kept the patch unchanged.

Revision 3.147 / (view) - annotate - [select for diffs] , Thu Dec 7 20:26:19 2000 UTC (12 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0_99_1, 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_1Zc, xf-4_0_1Zb, xf-4_0_1Za, xf-4_0_1Z, pre-R651-import
Changes since 3.146: +2 -1 lines
Diff to previous 3.146
1140. Resync with DRI CVS trunk, including:
       - SSE support updates
       - DRI-specific full screen mode
       - Reduce the minimum space required for 3D on the Rage 128
      (VA Linux).
1139. Fix a memory leak in the UTF-8 <--> CompoundText converter (#4354,
      Bruno Haible).
1138. Add support for the selection target UTF8_STRING to libXaw (#4353,
      Bruno Haible).
1137. Make Xlib's CompoundText converter ISO-2022 compliant (#4352,
      Bruno Haible).
1136. Fix 2 wacom driver bugs (core dump on VT switching, and USB support)
      (#4350, Frederic Lepied).
1134. Update the savage driver to all I/O via MMIO, and add DPMS support
      (4347, Ani Joshi).
1133. Change xfs to drop privs after daemonising so that the pid file can
      be written (#4346, Frederic Lepied).

Revision 3.146 / (view) - annotate - [select for diffs] , Wed Dec 6 20:22:36 2000 UTC (12 years, 5 months ago) by eich
Branch: MAIN
Changes since 3.145: +2 -3 lines
Diff to previous 3.145
- fixing typo

Revision 3.145 / (view) - annotate - [select for diffs] , Wed Dec 6 15:35:07 2000 UTC (12 years, 5 months ago) by eich
Branch: MAIN
Changes since 3.144: +16 -1 lines
Diff to previous 3.144
2014. Changed name of server binary to call by xf86cfg back to "XFree86
      (Egbert Eich).
2013. Modified handling of memory alloctaion in TDFX driver (Egbert Eich).
2012. Attempt to fix the 'UseModes' directive in the Monitor section
      (Egbert Eich).
2011. Added debugging output for BIOS base address search (Egbert Eich).
2010. Changed neomagic driver to treat disable stretching for each mode
      individually (Egbert Eich).
2009. Removed '-traditional' from cpp rule for makedpend. Required for
      new glibc header files (Ruediger Oertel).
2007. Fix to make SuperProbe build again on ia64 (Andreas Schwab).
2007. Attempt to fix int10 (Egbert Eich).
2006. Modified blitter busy test to use the MMIO mapped registers on chips
      > CT69000 (Egbert Eich).
2005. Attempt to improve dga support in C&T driver (Egbert Eich).
2004. Moved ppc_flush_icache to compiler.h - hope this fixes build problems
      (Egert Eich).
2003. changed cirrus driver to us fb instead of cfb (Egbert Eich).
2002. Modularized HALlib for mga driver (Egbert Eich).
2001. Added DGA support to tseng driver (Rainer Keller).
2000. Added "framebuffer" bus type allowing resource control to take place
      outside of the server (Egbert Eich).
1099. Added turkish keyboard layout (Togan Muftuoglu).

Revision 3.144 / (view) - annotate - [select for diffs] , Sat Nov 18 19:37:08 2000 UTC (12 years, 6 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_0_1h, xf-4_0_1g
Changes since 3.143: +2 -1 lines
Diff to previous 3.143
 967. Change linux/int10 to intercept signals generated by the vm86() syscall
      rather than killing the server (Marc La France).
 966. Reinstate DG/UX mmap() bug work-around in int10 (Marc La France).
 965. Rage128 and Radeon fix for -configure (Marc La France).
 964. Fix int10 woes with retrieving PCI BIOSes (Marc La France).
 963. Allow modules to intercept signals that would otherwise kill the server
      (Marc La France).
 962. Fix static Xvfb server build (Marc La France).
 961. Some warning fixes (Marc La France).
 960. Rage128 and Radeon #include changes to reduce recompilations
      (Marc La France).

Revision 3.143 / (view) - annotate - [select for diffs] , Mon Oct 30 23:02:10 2000 UTC (12 years, 6 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_0_1f, xf-4_0_1e
Changes since 3.142: +3 -1 lines
Diff to previous 3.142
 832. Split ATI driver into two modules in preparation for merging in the
      r128 and radeon drivers (Marc La France).

Revision 3.142 / (view) - annotate - [select for diffs] , Tue Sep 19 11:46:12 2000 UTC (12 years, 8 months ago) by eich
Branch: MAIN
CVS Tags: xf-4_0_1d
Changes since 3.141: +21 -18 lines
Diff to previous 3.141
 701. Fix to xterm InsertChar() to handle cases where cur_col + n
      ends up past the end of the line (Andreas Schwab).
 700. Added keyboard layouts for PowerMac (Olaf Hering).
 609. Fixed Macintosh keyboard layouts (Olaf Hering).
 608. Fixed build when BuildServer defined NO (Egbert Eich).
 607. Fixes for C&T 69030 (David Bateman).
 606. Fix for locale setting in Xlib and Xt using getlocale()
      from glibc5 (Egbert Eich).
 605. Added handling of i5/686 and k6 compiler defines to Imake.cf
      (Philipp Thomas).
 604. Added support for non-English locales in xload (Egbert Eich).
 603. Fixed memory initialization in Xlib (Vladimir Nadvornik).
 602. Fixed memory initialization in xdm (Egbert Eich).
 601. Rudimentary S390 support (Ruediger Oertel, Bernhard Kaindl).
 600. Enabled support for compressed xpm-files (Stefan Dirsch).
 599. Added support for Czech querty keyboard (Jan Holesovsky).
      Some fixes for ia64 ().
 598. Added CPU to Screen Color expansion to Neomagic driver (Egbert Eich).
 597. Added support for hotkey display output switch for Neomagic
      driver (Egbert Eich).

Revision 3.141 / (view) - annotate - [select for diffs] , Fri Aug 4 20:07:11 2000 UTC (12 years, 9 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_0_1c, xf-4_0_1b
Changes since 3.140: +2 -1 lines
Diff to previous 3.140
 492. ATI driver changes (Marc La France):
      - Fix resource relocation bug.
      - An attempt at fixing problems reported with Chrontel 8398's.
      - Workaround for Mobility BIOS bug that affected the driver's ability to
        restore the mode on server entry.
      - Fix SEGV that occurs with ATI adapter BIOS'es that do not support some
        flavour of VBE.
      - Allow the driver to tolerate the absence of an initialised adapter BIOS
        image and introduce XF86Config options for the information the driver
        would otherwise require from it.
      - Recognise more cases where a DFP panel might be in use.
      - Fix minor bug that occurred on xf86SetDepthBpp() failures.
      - Implement a compilation option that produces an MMIO-only version of
        the driver.  Intended for non-Intel architectures.  See the driver's
        Imakefile for details.

+ post-Egbert fixes to trident driver.

Revision 3.140 / (view) - annotate - [select for diffs] , Tue Jun 20 04:08:43 2000 UTC (12 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0g, xf-4_0f, xf-4_0e, xf-4_0_1a, xf-4_0_1-bindist, xf-4_0_1, xf-4_0Z
Changes since 3.139: +18 -2 lines
Diff to previous 3.139
 343. Xf86cfg updates (#4010, Paulo Cesar Pereira de Andrade).
 342. Fix threads support in OpenBSD 2.7 and above (#4006, 4009,
      Carlos A M dos Santos).
 341. UCS misc BDF fonts updates, including new oblique/italic versions
      (6x13O, 8x13O), Korean font covering all Hangul symbols (18x18ko)
      and many additional autogenerated ISO 8859 fonts to cover with
      6x13 and 8x13 all the locale encodings suggested by the Li18nux
      specification (#4007, Markus Kuhn).
 340. Add Linux/Sparc support for the DRI, and a DRI driver for Sun
      Creator3D hardware (#4004).
 339. Fix DRI BusIDString length usage (#4003, David S. Miller).
 338. Xterm patch #139 (#4002, Thomas Dickey).
 337. Make the use of GlxDefines for libGL independent of BuildXF86DRI (#4001,
      David S. Miller).
 336. Fix i810 build warnings (#4000, Jarno Paananen).
 335. Fix an i810 build problem (Keith Whitwell, #4000, Jarno Paananen).
 334. Fix a multihead problem with the mga driver (Mark Vojkovich).
 333. Add support to the i810 driver for the i815 (Keith Whitwell).
 332. Add infrastructure support for cards with multiple CRTCs (screens)
      per accelerator (PCI entity) (Jeff Hartmann and David Dawes).
 331. Fix some Mesa problems (Brian Paul).

Revision 3.139 / (view) - annotate - [select for diffs] , Tue May 23 03:47:40 2000 UTC (12 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0d, xf-4_0c, xf-4_0b
Changes since 3.138: +3 -1 lines
Diff to previous 3.138
#3936, 3940
 212. Add support to the sunffb driver for multiple visuals on the same screen,
      overlays, double buffering and some other niceties (#3938,
      David S. Miller, Jakub Jelinek).
 211. Make the modifier setting on Sun keyboards match what XFree86 expects
      (#3937, Jakub Jelinek).
 210. Add unaccelerated support for the Sun CG6 (#3935, Jakub Jelinek).
 209. Make the -configure option work with SBUS/UPA drivers, fix some
      bugs in the sbus layer, add support for ioctl based colormap setting,
      and fix leds on Sun keyboards (#3934, Jakub Jelinek).
 208. Fix a parallel build problem in lib/dps (#3932, H. J. Lu).
 207. Update the r128 driver to recosnise both variants of the Rage Mobility
      and the PCI variant of the Rage128 Pro (#3931, Michel Danzer).
 206. Fix some build problems that show up  with LynxOS x86 and PowerPC (#3929,
      Thomas Mueller).
 205. Fix documentation files for the mutouch and elographics drivers,
      and build these drivers by default (#3935, Patrick Lecoanet).
 204. Make the dga2 library use the device name provide by the driver rather
      than always using the default (3924, David S. Miller).
 203. Fix a problem with the internal xalloc that shows up on Sparc (#3923,
      David S. Miller).
 202. Fix a GLX visual problem that causes a crash at server shutdown
      (#3922, David S. Miller).

Revision 3.138 / (view) - annotate - [select for diffs] , Thu May 11 17:14:27 2000 UTC (13 years ago) by tsi
Branch: MAIN
Changes since 3.137: +2 -2 lines
Diff to previous 3.137
 162. Fix possible SEGV in generic int10 module (Marc La France).
 161. Fix *BSD aperture driver to allow for int10 (Bernd Ernesti,
      Marc La France).
 160. Fix vesafb restore problem in ATI driver (Marc La France).
 159. Fix a few more compilation glitches (Marc La France).

Revision 3.137 / (view) - annotate - [select for diffs] , Sun Apr 23 18:26:52 2000 UTC (13 years ago) by tsi
Branch: MAIN
Changes since 3.136: +5 -1 lines
Diff to previous 3.136
 131. Remove Intel 440BX-specific resources from os-support layer
      (Marc La France).
 130. Change ATI driver to mark VGA resources as unused in operating state when
      appropriate (Marc La France).
 129. Fix bug in the generation of default screen layout (Marc La France).
 128. Include all resource attributes when printing them (Marc La France).
 127. Fix compiled-in input driver list (Marc La France).
 126. Allow driver access to resource manipulation functions (Marc La France).

 Note: `make Everything` is insufficient to properly compile some of these
        changes.

Revision 3.136 / (view) - annotate - [select for diffs] , Thu Apr 20 20:28:25 2000 UTC (13 years, 1 month ago) by tsi
Branch: MAIN
Changes since 3.135: +2 -2 lines
Diff to previous 3.135
Compile fixits
Fix, -configure, yet again, for multiscreen with identical adapters.
EDID formatting changes.
 123. Fix mode setting bug in ATI driver (Marc La France).
 122. Add int10, DDC & VBE support to ATI driver (Marc La France).
 121. Allow driver to supply DDC module to VBE (Marc La France).

Revision 3.135 / (view) - annotate - [select for diffs] , Mon Apr 17 15:29:51 2000 UTC (13 years, 1 month ago) by eich
Branch: MAIN
Changes since 3.134: +27 -12 lines
Diff to previous 3.134
misc changes; check CHANGELOG entires 105-120

Revision 3.134 / (view) - annotate - [select for diffs] , Sun Apr 16 03:34:50 2000 UTC (13 years, 1 month ago) by tsi
Branch: MAIN
Changes since 3.133: +2 -1 lines
Diff to previous 3.133
 104. Add an XF86UnloadSubModule() entry (Marc La France).

Revision 3.133 / (view) - annotate - [select for diffs] , Wed Apr 5 17:13:42 2000 UTC (13 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0a
Changes since 3.132: +5 -1 lines
Diff to previous 3.132
  94. Major OS/2 resync (#3859, Holger Veit).

Revision 3.132 / (view) - annotate - [select for diffs] , Fri Mar 31 22:55:30 2000 UTC (13 years, 1 month ago) by dawes
Branch: MAIN
Changes since 3.131: +2 -2 lines
Diff to previous 3.131
  73. Change xf86LoadModules() so that it doesn't quit at the first module
      that fails to load (David Dawes).
  72. SIGIO doesn't work on Linux pipes, so diasble it for input devices
      which are pipes (#3835, Keith Packard).
  71. Bring the SDK support up to date (#3834, David Bateman).
  70. Fix an Xlib problem that causes an application crash when inputting
      cyrillic symbols with the koi8-r locale (and other locales with
      long esc-sequences) (#3833, Ivan Pascal, #A.15, Serguei Poliakov).
  69. Fixes for S3 Trio3D/2X:
       - flickering for some cards (bad FIFO setting from bios).
       - workaround for 8MB ram (ramdac can access only 4MB).
       - adjust clock limits which have been too low.
      (#3832, Harald Koenig).
  68. Fix v4l problem with a function being called after the module is
      unloaded (#3831, gbritton@light-brigade.mit.edu).
  67. Fixes for the PPC icache flushing code (#3830, Kostas Gewrgiou).
  66. Fix for /tmp race installing man pages on OpenBSD (#3829,
      Matthieu Herrb).
  65. Fix problems building the Xsun and XsunMono servers on
      NetBSD-current/sparc (#3828, Matthieu Herrb).
  64. Add a comment to site.def about how to move the /etc/X11 contents to
      a directory under ProjectRoot (#3827, R Horn).
  63. Fix an Xaw bug that shows up when usingn c-mode with xedit on Linux
      (#3824, Paulo Cesar Pereira de Andrade).
  62. Enable devfs support for the v4l driver (based on #3823,
      Christopher Sekiya).
  61. Update for README.FreeBSD (#3822, Kazutaka Yokota).
  60. Bump the video driver ABI major version because of interface changes
      (now 1.0).
  59. Disable SilkenMouse when IO/MEM resource sharing means that it cannot
      be reliably used (#382o, Keith Packard and Egbert Eich).
  58. Fix DGA 1.0 compatibility for mouse events and SetViewport behaviour
      (#3820, Keith Packard).
  57. Fix the Linux APM code so that the X server doesn't hang the machine
      on suspend (#3820, Keith Packard and Egbert Eich).
  56. Fix problems that break Overlay support in the glint driver (#3818,
      Michel Dänzer).
  55. Possible fix for AvailableOptions function and submodule loading
      for the cirrus driver (David Dawes).

Revision 3.131 / (view) - annotate - [select for diffs] , Thu Mar 2 23:15:03 2000 UTC (13 years, 2 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_0-bindist, xf-4_0, xf-3_9_18Za, xf-3_9_18Z
Changes since 3.130: +2 -2 lines
Diff to previous 3.130
-configure cleanup.

Revision 3.130 / (view) - annotate - [select for diffs] , Wed Mar 1 16:00:50 2000 UTC (13 years, 2 months ago) by tsi
Branch: MAIN
Changes since 3.129: +4 -4 lines
Diff to previous 3.129
3903. Remove unnecessary VGA CRTC unlock/relock in cyrix driver
      (Marc La France).
3902. Fix ATI driver's 8514/A probe delay when one isn't present
      (Marc La France).
3901. Changes to -configure:  ATI driver interface;  Move default monitor
      tolerances to xf86ValidateModes();  Let drivers decide on default depth
      and mode;  Don't "special-case" VGA driver.  (Marc La France)

Revision 3.129 / (view) - annotate - [select for diffs] , Wed Feb 23 19:16:42 2000 UTC (13 years, 2 months ago) by alanh
Branch: MAIN
CVS Tags: xf-3_9_18b, xf-3_9_18a
Changes since 3.128: +1 -0 lines
Diff to previous 3.128
Add DDC probing support code to the common layer. Drivers will be updated
shortly.

Revision 3.128 / (view) - annotate - [select for diffs] , Mon Feb 21 19:22:51 2000 UTC (13 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_18
Changes since 3.127: +2 -1 lines
Diff to previous 3.127
update formatted docs
3832. Add a "xf86LoaderCheckSymbol" function and use this in drivers to
      check if the vgahw module is loaded before calling vgaHWFreeHWRec()
      (David Dawes).

Revision 3.127 / (view) - annotate - [select for diffs] , Tue Feb 15 18:00:55 2000 UTC (13 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_17Z
Changes since 3.126: +3 -2 lines
Diff to previous 3.126
3799. Fix all other SaveScreen() functions, and add a helper xf86IsUnblank()
      that drivers can use to interpret the SaveScreen mode values
      (David Dawes).
3798. Fix GLINTSaveScreen's use of the second argument (#3706, Michel Danzer).

Revision 3.126 / (view) - annotate - [select for diffs] , Sat Feb 12 23:59:09 2000 UTC (13 years, 3 months ago) by eich
Branch: MAIN
CVS Tags: xf-3_9_17f
Changes since 3.125: +6 -2 lines
Diff to previous 3.125
adding notification callbacks for server state change
fixing a VT switch bug
adding code to handle RAC and asynchronous events

Revision 3.125 / (view) - annotate - [select for diffs] , Thu Feb 10 15:48:29 2000 UTC (13 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_17e
Changes since 3.124: +3 -3 lines
Diff to previous 3.124
fix unresolved symbols in linux/int10 and GLcore
Update the find/search key definitions

Revision 3.124 / (view) - annotate - [select for diffs] , Tue Feb 8 13:13:03 2000 UTC (13 years, 3 months ago) by eich
Branch: MAIN
CVS Tags: xf-3_9_17d
Changes since 3.123: +24 -2 lines
Diff to previous 3.123
See detailed list in CHANGELOG to be submitted later

Revision 3.123 / (view) - annotate - [select for diffs] , Sat Jan 29 16:24:52 2000 UTC (13 years, 3 months ago) by alanh
Branch: MAIN
CVS Tags: xf-3_9_17c
Changes since 3.122: +4 -1 lines
Diff to previous 3.122
Lots of updates to the -configure option. Make it multihead aware too.
But doesn't write multihead config files yet.

Revision 3.122 / (view) - annotate - [select for diffs] , Thu Jan 27 00:59:29 2000 UTC (13 years, 3 months ago) by alanh
Branch: MAIN
Changes since 3.121: +1 -0 lines
Diff to previous 3.121
Changes to DriverRec structure to allow passing of Driver options to
the -configure option.

Revision 3.121 / (view) - annotate - [select for diffs] , Fri Jan 21 01:12:10 2000 UTC (13 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_17b, xf-3_9_17a
Changes since 3.120: +2 -2 lines
Diff to previous 3.120
3554. Fix "controlization" in XLookupString for chars > 127 (#3569,
      Ivan Pascal).
3553. Take advantage of FB speedups in Tiny-X (#3568, Keith Packard).
3552. Speed up FB and do 32bit accesses instead of 64bit accesses
      (#3567, Keith Packard).
3551. Eliminate saving the contents of the screen durint VT switching
      (#3562, Keith Packard).
3550. Make using fb easier for driver writers (#3561, Keith Packard).
3549. Fix TCP font server connections (#3560, Keith Packard).
3548. Implement the "OverclockMem" option for the Millennium and Millennium
      II (#3558, Andrew Aitchison).
3547. Speed up some FB performance problems (#3557, 3559, 3560,
      Keith Packard).
3546. Work around a bad code generation bug in gcc 2.7.2.3 that shows up
      in XAA (#3550, Rik Faith).
3545. Add a -brief option to xclock to show only hours and minutes when in
      digital mode (#3549, Keith Packard).
3544. Fix some dead key problems with xkb symbols for Swiss French and
      Swiss German keyboards (#3546, Charles Lopes).

Revision 3.120 / (view) - annotate - [select for diffs] , Fri Dec 3 19:17:21 1999 UTC (13 years, 5 months ago) by eich
Branch: MAIN
CVS Tags: xf-3_9_17, xf-3_9_16f, xf-3_9_16e, xf-3_9_16Za, xf-3_9_16Z
Changes since 3.119: +9 -1 lines
Diff to previous 3.119
fixes 3340-3352

Revision 3.47.2.12 / (view) - annotate - [select for diffs] , Wed Dec 1 12:49:21 1999 UTC (13 years, 5 months ago) by hohndel
Branch: xf-3_3-branch, xf-3_2A-branch
CVS Tags: xf-3_3_6, xf-3_3_5c, xf-3_3_5Za, xf-3_3_5Z
Changes since 3.47.2.11: +3 -0 lines
Diff to previous 3.47.2.11 to branch point 3.47
1534. Update s3_savage driver to support Savage3D, Savage4, and
      Savage2000 (#3444, Tim Roberts).
1533. Fix Linux keyboard rate setting code and remove floating point
      calculations (3440, Derek Fawcus).

Revision 3.119 / (view) - annotate - [select for diffs] , Wed Oct 13 21:32:55 1999 UTC (13 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_16d, xf-3_9_16c
Changes since 3.118: +2 -1 lines
Diff to previous 3.118
3257. Out of memory fixes for the mi region code (#3323, 3324, Keith Packard).
3256. "Silken Mouse" support (#3323, Keith Packard).

Revision 3.118 / (view) - annotate - [select for diffs] , Wed Oct 13 03:21:01 1999 UTC (13 years, 7 months ago) by dawes
Branch: MAIN
Changes since 3.117: +10 -2 lines
Diff to previous 3.117
3245. Fix text mode restoration when large modes are used in the ATI driver
      (#3318, Marc La France).
3244. Rendition driver update, including skeleton HW cursor and accelerated
      support (#3317, Dejan Ilic, Marc Langenbach).
3243. Change mode validation to allow drivers to modify a mode before it
      is checked against the monitor's constraints (#3316, Marc La France).
3242. C&T driver fix (#3314, David Bateman).
3241. Change the ati mode validation strategy for programmable clocks to best
      refresh (#3313, Marc La France).
3240. Fix ATI Rage XL/XC & Mobility support so that it actually works this time
      (#3313, Marc La France).
3239. Update the xfsft code to version 1.1.7 (#3310, Juliusz Chroboczek).
3238. Remaining keyboard support for Solaris 8/x86, including keyboard beep,
      auto-repeat, keyboard LEDs, modifier keys (#3294, 3309, David Holland).
3237. Add xf86RegisterRootWindowProperty() - a mechanism for drivers etc
      to add properties to the root window before the screen is created
      (#3307, Andrew Aitchison).
3236. Fix two problems that may occur when some extension allocates a "font
      private index" while a font is already open (#3305, Bruno Haible).
3235. Xterm patch #118 (#3303, Thomas Dickey).
3234. Fix a typo in a dga header file (#3302, Mark Vojkovich).
3233. Update rendition name info in scanpci (#3301, Dejan Ilic).
3232. Getuid fix for scanpci (#3300, Marc La France).
3231. This patch will avoid compilation warnings when GCC 3.0 comes out (#3299,
      Bruno Haible).
3230. Fix some build warnings (#3298, Bruno Haible).
3229. Fix for the DebuggableLibraries support (#3297, Bruno Haible).
3228. Revert to always using bison instead of yacc on Linux (#3296,
      Bruno Haible).
3227. Fix XAA flags checking for the ScanlineImageWrite function (#3293,
      Alan Hourihane).
3226. Fix some problems wth the SiS 2x5 chipsets, and disable advertising
      support for the 201 and 202 chipsets (#3292, Juanjo Santamarta).
3225. Call SoftReset for MGA cards on PC-98 machines (#3291, Isao Ohishi).
3224. Use the int10 soft booter to get a non-primary voodoo3 card to work
      with the tdfx driver (#3290, Henrik Harmsen).
3223. Fixes for the i740 and neomagic drivers (#3289, Jeff Hartmann).
3222. Enable compiling ico on systems with pre-standard pthread API (e.g.,
      LynxOS), and fix a problem where a condition variable is used without
      holding the corresponding mutex (#3288, Thomas Mueller).
3221. Add soft-booting capability to the glint and nv drivers (#3287,
      Jarno Paananen).
3220. Xterm patch #117 (#3285, Thomas Dickey).
3219. Fix xf8_32bpp's VT switching by restoring the previous
      xf86SaveRestoreImage() into it (#3284, Marc La France).
3218. Remove duplicate symbol in misym.c (#3283, Alan Hourihane).

Revision 3.117 / (view) - annotate - [select for diffs] , Sat Sep 25 13:37:09 1999 UTC (13 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_16b
Changes since 3.116: +5 -3 lines
Diff to previous 3.116
3188. Turn MGA soft reset stuff back on but modified so that it doesn't
      poll for fifos in case the PLLs aren't powered up (#3254,
      Mark Vojkovich).
3187. Xterm patch #115 (#3253, Thomas Dickey).
3186. Comment out some of the CacheBlit tiling code since the logic is not
      quite correct and it can get stuck in an endless loop in some cases
      (#3250, Mark Vojkovich).
3185. Fix tseng 24 bpp mode (#3249, Egbert Eich).
3184. Fix et4000W32p font corruption with ColorExpandScanline in modes > 8bpp
      (#3249, Egbert Eich).
3183. Add Solaris 8 support (#3241, 3247, David Holland).
3182. Fix some build problems in the Type1 code that show up on Solaris 8
      (#3241, David Holland).
3181. Add an ISO8859-1 version of the "micro" font (#3246, Mark Montague).
3180. Minor DDC code improvement: xf86PrintEDID() now returns pointer to
      monitor structure (#3245, Egbert Eich).
3179. Problem with RAC wrapper (hopefully) fixed (#3245, Egbert Eich).
3178. Neomagic ScreenToScreenCopy bug fix (#3245, Egbert Eich).
3177. Initial INT10 module (Linux-only so far) (#3245, 3248, 3251, Egbert Eich).
3176. Update the DRM Linux kernel module to match that in the Linux 2.3.18
      tree, and update libdrm and the DRI routines that use libdrm to reflect
      changes in the Linux kernel (#3244, Rik Faith).
3175. Fix a WarpPointer bug in Xinerama (#3243, 3252, Mark Vojkovich).
3174. Fix a seg fault when changing DGA mode (#3242, Loic Grenie).
3173. Xterm patch #114 (#3240, Thomas Dickey).
3172. Fix an XAA GC validation problem with Polygons for some fillStyles in
      some situations (#3239, Mark Vojkovich).
3171. Fix an incorrect method for preallocating a color on the default map
      (#3237, Mark Vojkovich).
3170. Fix a bad assumption in the XAA NonTE text rendering code (#3236,
      Mark Vojkovich).
3169. An attempt to autodetect the G400 Max and set the max pixel clock
      appropriately (#3235, Mark Vojkovich).
3168. Fix shadowfb problems when drawing is done while switched out (#3234,
      Marc La France).
3167. Attempt to autodetect SDRAM in the MGA driver for the primary head
      (#3233, Mark Vojkovich).
3166. Make Window->Pixmap copies in Xinerama less broken (#3232,
      Mark Vojkovich).
3165. Fix a bug in the Xinerama ShmGetImage support added in the last alpha
      (#3230, Mark Vojkovich).
3164. New cursor warping code.  This implements the new way of specifying
      screen positions in the ServerLayout config file section (#3229,
      Mark Vojkovich).
3163. Add a xf86CheckMTRR function which returns TRUE when changing the
      MTRR setting is supported and enabled (#3227, Alan Hourihane).
3162. Resync SuperProbe and scanpci with the 3.3.x version (#3226,
      Marc La France).
3161. Make 8+24 work on Matrox 2064w (Millennium I) with >4MB (#3224,
      Mark Montague).
3160. Make xdpyinfo -ext XFree86-VidModeExtension print the current mode line
      (#3223, Andrew Aitchison).
3159. Minor fix to Xnest Imakefile (#3222, Marc La France).
3158. Make the wrapping or replacement of ScreenRec region code function
      pointers reliable when NEED_SCREEN_REGIONS is #define'd (#3221,
      Marc La France).
3157. Remove ScreenRec region code function pointers (except BitmapToRegion)
      when the server is compiled with NEED_SCREEN_REGIONS #undef'ined
      (#3221, Marc La France).
3156. Fix memory leak during resource broker initialisation (#3220,
      Marc La France).
3155. During broker initialisation, use both system and non-system PCI
      resources to "trim" OS resources.  Among other things, this allows the
      maximum memory limit to be bumped back up to 2G (#3220, Marc La France).
3154. Temporarily allow a driver to register resources that only conflict with
      resources whose size the common layer has only estimated (#3220,
      Marc La France).
3153. ATI driver updates, including:
       - Add option to display on the CRT interface whether or not a digital
         flat panel is detected.
       - Add support for ShadowFB (adapted from Henrik Harmsen).
       - Always read BIOS from legacy location for adapters found enabled on
         server entry.
       - Ensure the primary CRTC is always used for the CRT interface.
       - Fix determination of panel dimensions with older BIOS's.
       - Stop driver when panel dimensions cannot be determined.
      (#3219, Marc La France).
3152. Thread-related updates to 'ico' (#3217, Carlos A M dos Santos).
3151. Fix a build problem on 64-bit platforms introduced in 3.9.16a (#3216,
      Matt Grossman).

Revision 3.116 / (view) - annotate - [select for diffs] , Sat Aug 21 12:48:23 1999 UTC (13 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_16a, xf-3_9_16, xf-3_9_15d, xf-3_9_15c
Changes since 3.115: +2 -2 lines
Diff to previous 3.115
2970. Modify DDC for neomagic (#3139, Egbert Eich).
2969. Add DDC support for the S3 ViRGE (DDC2 untested) (#3139, Egbert Eich).
2968. Fix DDC2 support for MGA and C&T drivers (#3139, Egbert Eich).
2967. Add a call to xf86SetPciVideo(NULL,NONE) after each probe (#3139,
      Egbert Eich).
2966. Modified registration of the OS access windows (#3139, Egbert Eich).
2965. Some Xaw and xedit fixes (#3138, Paulo Cesar Pereira de Andrade).
2964. Next round of the font ansification and warning removal (#3135,
      Matthieu Herrb).
2963. Fix ATI 18800-x detection problem (#3133, Marc La France).
2962. Check for limitations on vertical blending in panel support for the ATI
      driver (#3133, Marc La France).
2961. Update ATI driver to complain about bad BIOS data (#3133,
      Marc La France).
2960. Man page corrections for the MGA driver (#3132, Mark Vojkovich).
2959. Limit PCI BIOS apertures to 16MB as per the PCI 2.1 spec (#3131,
      Marc La France).
2958. Assume a system has up to 1G of physical memory installed, rather than
      2G (#3130, Marc La France).
2957. Fix a bug in the handling for buggy VGA CRTCs (#3129, Marc La France).
2956. Fix to build the mga driver with the driver SDK (#3128, David Bateman).
2955. Xterm patch #113 (#3125, Thomas Dickey).
2954. Port the XAA cfb copyplane functions, adding them to the cfb code
      (#3124, 3126, 3127, David Bateman).

Revision 3.115 / (view) - annotate - [select for diffs] , Sun Aug 1 06:57:07 1999 UTC (13 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_15b, xf-3_9_15a
Changes since 3.114: +3 -1 lines
Diff to previous 3.114
XFree86 3.9.15a (1 August 1999)
2934. Reduce memory consumption of the bitmap font backends when using
      sparse fonts, which is important when using Unicode-encoded fonts
      (#3092, Juliusz Chroboczek).
2933. Fix Option register initialisation in multi-head for MGA 2064/2164
      (#3089, Andrew Aitchison).
2931. Add SuperProbe for NetBSD 1.4 wscons (#3083, Matthias Drochner).
2930. Fix button and modifier key state problems in DGA (#3082,
      Mark Vojkovich).
2929. Avoid a possible segsegmentation fault in "xsm" which, for example,
      occurs local hostname can't be resolved (#3073, Matthias Scheler).
2928. ATI driver updates, including:
        - Add preliminary panel support.
        - Rework RAC interface.
        - PCI VGA's not on primary bus are now detected.
        - Fix bug when an adapter's VGA has been disabled.
        - Fix gamma support.
      (#3069, Marc La France)
2927. Fix 8514/A pre-defined resource and pre-define VGA sparse I/O resources
      (#3069, 3081, Marc La France).
2926. Fix a bug in the registration of background device BIOS'es (#3069,
      Marc La France).
2925. Invert the meaning of ResMinimised bit into ResEstimated (#3069,
      Marc La France).
2924. Allow drivers to print resource lists, and allow them to enable/disable
      adapters before creating bus slots for them (#3069, Marc La France).
2923. Resync SuperProbe and scanpci with 3.3.x (#3069, Marc La France).
2922. Add some missing man pages for the DGA and VidMode extensions (#3064,
      Joe Moss).
2921. Some changes to the DGA and colormap layers to allow gamma changes
      during DGA mode (#3060, Mark Vojkovich).
2920. Fix XIM segv error (#3033, 3051, Manabe Takashi).
2919. Add a client state callback to the DGA extension so that the server side
      can be cleaned up when a DGA client exits (#3048, 3049, Mark Vojkovich).
2918. Update the FreeBSD/mouse documentation (#3047, Kazutaka Yokota).
2917. Fix an undocumented blitter constraint on the G200 (#3046,
      Mark Vojkovich).
2916. Fix the MGA driver sot hat it can support changing depth on the fly
      in DGA mode.  All depths are now offered to DGA clients regardless of
      what the screen's main depth is (#3045, Mark Vojkovich).

Revision 3.114 / (view) - annotate - [select for diffs] , Sun Jul 11 09:27:02 1999 UTC (13 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_15, xf-3_9Py, xf-3_9Px
Changes since 3.113: +2 -1 lines
Diff to previous 3.113
2877. Add code to the mga driver to handle PC98 architecture machines
      (Takaaki Nomura).
2876. Add a global (ServerFlags) "PC98" Option for the Japanese PC98
      architecture, and add a function xf86IsPc98() that drivers can call
      to check for this.

Revision 3.113 / (view) - annotate - [select for diffs] , Sat Jul 10 11:17:21 1999 UTC (13 years, 10 months ago) by dawes
Branch: MAIN
Changes since 3.112: +3 -1 lines
Diff to previous 3.112
2860. Remove the s3virge fifo_ changes introduced in 3.9Pu, update the
      DGA2 support and docs (#2994, Kevin Brosius).
2859. Initial attempt to get the XFree86-Misc again (#2993, Joe Moss).
2858. Remove XAASync() (#2992, Rik Faith).
2857. Cleanup the TGA driver's hw cursor code, remove global variables in
      in the "accel" files, and fix up the RAC support (#2991, Matt Grossman).
2856. Add partial support for color expands to the 8-bit TGA driver (#2991,
      Matt Grossman).
2855. Re-enable DDC2 support in the MGA driver (#2989, Andrew Aitchison).
2854. Add missing TIOC defines for Interactive Unix to xf86_OSlib.h (#2990,
      Michael Rohleder).
2853. Don't register the Xqueue mouse handler for Interactive Unix (#2990,
      Michael Rohleder).
2852. Don't include sys/mman.h in cidchar.c when USE_MMAP isn't defined
      (#2990, Michael Rohleder).
2851. Disable BuildXF86DRI and BuildXF86DRIDriverSupport for Interactive Unix
      (#2990, Michael Rohleder).
2851. Update the apm (Alliance ProMotion) driver (#2987, 2988, Loic Grenie).
2850. Fix a problem with the xf86config screen configuration that was
      introduced with the removal of "32bpp" (#2986, Matthieu Herrb).
2849. Add a DefaultDepth configuration page to xf86config (#2986,
      Matthieu Herrb).
2848. Add the inputDevice examples from XF86Config.eg to config files
      generated by xf86config (#2986, Matthieu Herrb).
2847. Modify the vgahw module to allow it to save/restore more than the
      standard number VGA CRTC, Sequencer, Graphics and Attribute registers
      (2985, Jeff Garzik).
2846. Add DDC information to the release notes (#2984, Andrew Aitchison).
2845. Change XDGAChangePixmapMode to return the X-Y position of the pixmap
      in case the server is not able to place it exactly where requested
      (#2983, Mark Vojkovich).
2844. Fix some problems with unfavorable alignment of XAA offscreen pixmap
      (#2982, Mark Vojkovich).
2843. Some XAA speedups for NonTE text in certain cases (#2981,
      Mark Vojkovich).

Revision 3.112 / (view) - annotate - [select for diffs] , Tue Jul 6 10:38:12 1999 UTC (13 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pw
Changes since 3.111: +2 -2 lines
Diff to previous 3.111
2835. Fix for GetBlock() (#2974, Egbert Eich).
2834. Remove the test for SHAREDIOCLASS when creating a pciAccessInfoRec for
      a device (#2974, Egbert Eich).
2833. Modified BIOS ROM handling, doing validation only on demand (#2974,
      Egbert Eich).
2832. Add a ChangeGamma function to the ScrnInfoRec, which allows drivers to
      optionally provide a function to do this instead of the default one
      provided by the colormap layer (#2972, Mark Vojkovich).
2831. Sis driver memclock fixes (#2971, Bart Oldeman, Juanjo Santamarta).
2830. Add snprintf() and vsnprintf() to libc emulation (#2970, Marc La France).
2829. Increase array size in PciInfo data (#2970, Marc La France).
2828. Add a LoaderRefSymbols() function (#2970, Marc La France).
2827. When matching fixed clocks, prefer non-CLKDIV2 modes over CLKDIV2 modes
      (#2970, Marc La France).
2826. Reinstate xf86GetPciConfigInfo() and some warning fixes (#2970,
      Marc La France).
2825. Build libXext and libX11 client-side libraries when also building
      GLX, despite BuildServersOnly (#2970, Marc La France).
2824. Update ATI doc (#2970, Marc La France).
2823. ATI driver from 3.3.3.1 (rac interface is preliminary, no LCD panel
      or Rage 128 support yet) (#2970, Marc La France).
2822. Fix Ukrainian_GHE_with_upturn double definition error (#2969,
      Peter Novodvorsky).

Revision 3.111 / (view) - annotate - [select for diffs] , Sun Jul 4 05:38:50 1999 UTC (13 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pv
Changes since 3.110: +2 -2 lines
Diff to previous 3.110
2816. Add some imake rules to allow easy compilation of .c files to assembler.
2815. Use SpecialCObjectRule() in favour of SpecialObjectRule().
2814. Fix lots of 64-bit problems in XAA (#2967, Mark Vojkovich).
2813. Add a new DGA request to allow switching the DGA pixmap from one the
      size of the framebuffer to one the size of the viewport that you
      can move around (#2966, Mark Vojkovich).
2812. Make sure that all Xinerama heads have the same root window depth,
      and don't advertise backing store or save unders as being available
      unless it's available on all heads (#2965, Mark Vojkovich).
2811. Some Xaw and xedit updates (#2964, Paulo Cesar Pereira de Andrade).
2810. Some DRI updates (#2962, Rik Faith).
2809. Fix a double-free problem in the mouse driver (#2959, Egbert Eich).
2808. Add some debugging code to xalloc.c to detect and allow trapping of
      double xfree() calls (#2954, Egbert Eich).
2807. Add Single GLINT MX support for Direct Rendering, which now allows
      ELSA Gloria XXL to take part in this (#2592, 2955, 2957, 2958,
      Alan Hourihane and #2960, Rik Faith).
2806. Add ScanlineCPU function to the glint driver for PM2 when pci
      retries aren't used (#2952, Alan Hourihane).
2805. Use mediumraw keyboard mode for LinuxPPC (#2946, Gerd Knorr).
2806. Xterm patch #110 (#2943, Thomas Dickey).
2803. Add CyberBlade/i7 (Socket 7), CyberBlade/i7 DSTN (Laptop Socket 7) and
      CyberBlade/i1 (Slot 1) support to the trident driver (#2940,
      Alan Hourihane).
2802. Some new PCI ids for Cyberblades and Via MVP4 (#2939, Alan Hourihane).
2801. Replace `__volatile__' in xf86drm.h with `volatile' (#2938,
      Takaaki Nomura).
2800. Fix a problem with the umask not being reset in some cases in the
      xtrans code (#2936, Bill Nottingham).
2799. Improve the latency associated with writing to the PCI config space,
      which is important for RAC to work efficiently (Egbert Eich).

Revision 3.110 / (view) - annotate - [select for diffs] , Sun Jun 27 13:07:51 1999 UTC (13 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pu
Changes since 3.109: +2 -2 lines
Diff to previous 3.109
2797. Xaw and xedit updates (#2932, Paulo Cesar Pereira de Andrade).
2796. Make the "fifo_conservative" memory settings default for the s3virge
      accelerator (#2931, Kevin Brosius).
2795. Preliminary DGA2 code for the s3virge driver (#2931, Kevin Brosius).
2794. Updates to PI's DRI sample implementation, including:
      - Dynamic loading of the OpenGL client driver is implemented
      - 3D client death while holding the drawable lock does not cause deadlock
      - The kernel module works with Linux 2.2.x [x <= 10] and 2.3.y [y <= 8]
      - A better authentication mechanism has been implemented
      - XF86Config options for the DRI are supported
      (#2929, Precision Insight).
2793. Add functions to the FBManager to query the largest size available and
      to purge all areas that aren't nailed down (#2928, Mark Vojkovich).
2792. Fix some serious performance problems with Xinerama when the number
      of resource IDs becomes large (#2927, Carsten Haitzler).
2791. Remove the significant RGB bits check from Xinerama visual eliminations
      (#2926, Mark Vojkovich).
2790. Fix a typo in xmodmap and xstdcmap (#2924, Matthieu Herrb).
2789. Fix the type of the OverclockMem Option in the MGA driver (#2922,
      Andrew Aitchison).
2788. Fix PCI resource handling problems that were showing up with the
      glint driver (#2918, Egbert Eich).
2787. Fix a problem building some Makefiles when JoystickSupport is enabled
      (#2917, Todd Fries).
2786. Fix a typo in the RAC support for the glint driver (#2915, Jens Owen).
2785. Fix a RAC-related build problem on 64-bit machines (#2913,
      Matt Grossman).
2784. Some afb-related updates (#2911, Sven Luther).
2783. Fix race condition in xinit (Nate Eldredge, Mark Montague).

Revision 3.109 / (view) - annotate - [select for diffs] , Sun Jun 20 04:23:27 1999 UTC (13 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pt
Changes since 3.108: +11 -9 lines
Diff to previous 3.108
2756. Fix for DPMS with the new RAC (Itai Nahshon).
2755. RAC updates, including changing the way PCI resource validation works
      (Egbert Eich).
2754. Update the TGA driver for the new RAC (#2886, Matt Grossman).
2753. Fix a fatal event problem with DGA 2.0 (#2884, Mark Vojkovich).
2752. Fix some macros in xf86str.h that conflict with system headers on some
      platforms (#2883, 2888, Matt Grossman).

Revision 3.108 / (view) - annotate - [select for diffs] , Sun Jun 13 04:18:44 1999 UTC (13 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Ps, xf-3_9Pr
Changes since 3.107: +5 -1 lines
Diff to previous 3.107
2741. Add some functions to the common layer to allow drivers to register
      input handling functions, and modify the pm2_video code to make use of
      this instead of the XInput code (David Dawes).
some Xinput updates

Revision 3.107 / (view) - annotate - [select for diffs] , Sat Jun 12 16:30:16 1999 UTC (13 years, 11 months ago) by dawes
Branch: MAIN
Changes since 3.106: +2 -1 lines
Diff to previous 3.106
build fixes

Revision 3.106 / (view) - annotate - [select for diffs] , Sat Jun 12 06:18:37 1999 UTC (13 years, 11 months ago) by dawes
Branch: MAIN
Changes since 3.105: +61 -40 lines
Diff to previous 3.105
2727. Increase the MAXSCREENS value from 4 to 16 (Egbert Eich).
2726. Add support for printing out PCI-PCI bridge header information correctly
      (Egbert Eich).
2725. New RAC (Resource Access Control) code (Egbert Eich).
2723. An attempt at allowing the server to correct the /tmp/.X11-unix
      directory when it is possible to do so safely (David Dawes).

Revision 3.100.2.12 / (view) - annotate - [select for diffs] , Sat Jun 12 04:36:59 1999 UTC (13 years, 11 months ago) by dawes
Branch: xf-3_9Ph-branch
CVS Tags: xf-3_9Phb
Changes since 3.100.2.11: +2 -1 lines
Diff to previous 3.100.2.11 to branch point 3.100 to next main 3.101
fix some problems

Revision 3.100.2.11 / (view) - annotate - [select for diffs] , Sat Jun 12 03:11:23 1999 UTC (13 years, 11 months ago) by dawes
Branch: xf-3_9Ph-branch
Changes since 3.100.2.10: +6 -6 lines
Diff to previous 3.100.2.10 to branch point 3.100
RAC patch 25

Revision 3.100.2.10 / (view) - annotate - [select for diffs] , Thu Jun 10 11:54:44 1999 UTC (13 years, 11 months ago) by dawes
Branch: xf-3_9Ph-branch
Changes since 3.100.2.9: +9 -3 lines
Diff to previous 3.100.2.9 to branch point 3.100
RAC patches 23 and 24

Revision 3.100.2.9 / (view) - annotate - [select for diffs] , Tue May 25 09:56:21 1999 UTC (13 years, 11 months ago) by dawes
Branch: xf-3_9Ph-branch
CVS Tags: xf-3_9Pha
Changes since 3.100.2.8: +4 -2 lines
Diff to previous 3.100.2.8 to branch point 3.100
RAC patch 17 from Egbert

Revision 3.100.2.8 / (view) - annotate - [select for diffs] , Sat May 22 02:36:09 1999 UTC (14 years ago) by dawes
Branch: xf-3_9Ph-branch
Changes since 3.100.2.7: +3 -2 lines
Diff to previous 3.100.2.7 to branch point 3.100
RAC patch 16 from Egbert

Revision 3.105 / (view) - annotate - [select for diffs] , Sat May 15 11:10:18 1999 UTC (14 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pq, xf-3_9Pp, xf-3_9Po, xf-3_9Pn
Changes since 3.104: +2 -1 lines
Diff to previous 3.104
2647. CID updates (third submission) (#2769, Ivan Bach, SGI).
2646. Kludge to allow a server with the glint driver to link without XInput
      (#2788, Marc La France).
2645. Remove unused dacSpeeds field from the ScrnInfoRec (#2788,
      Marc La France).
2644. Add an option to the colourmap code to allow a driver's LoadPalette()
      to be called even when switched out (#2788, Marc La France).
2643. Add more reasons for rejecting a mode (#2788, Marc La France).
2642. Factor in the log verbosity when reporting the verbosity to a driver
      (#2788, Marc La France).
2641. Allow xf86GetClocks() to be called with NULL ProtectRegs() and
      BlankScreen() functions (#2788, Marc La France).
2640. When deleting a screen, also free its mode lists and options (#2788,
      Marc La France).
2639. Allow a driver to determine if -probeonly was specified (#2788,
      Marc La France).
2638. Fix a large jump in changelog numbering that happened a little while
      ago (#2788, Marc La France).
2637. Various warning and include fixes (#2788, Marc La France).
2636. Xterm patch #103 (#2786, Thomas Dickey).
2635. SiS driver updates, including fixing the SetMClk option, change solid
      lines from bresenham to two-point, correct a clippling bug, and change
      the verbose level of some messages (#2784, 2785, Juanjo Santamarta).
2634. Fix a server loop that can happen when VT switching while a grab is
      in progress (#2782, Edward Wang).

Revision 3.100.2.7 / (view) - annotate - [select for diffs] , Mon May 10 03:27:03 1999 UTC (14 years ago) by dawes
Branch: xf-3_9Ph-branch
Changes since 3.100.2.6: +7 -4 lines
Diff to previous 3.100.2.6 to branch point 3.100
RAC patches 11 and 12 from Egbert

Revision 3.104 / (view) - annotate - [select for diffs] , Sun May 9 05:06:15 1999 UTC (14 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pm
Changes since 3.103: +2 -1 lines
Diff to previous 3.103
First stage of converting the mouse driver

Revision 3.100.2.6 / (view) - annotate - [select for diffs] , Fri May 7 02:29:01 1999 UTC (14 years ago) by dawes
Branch: xf-3_9Ph-branch
Changes since 3.100.2.5: +17 -13 lines
Diff to previous 3.100.2.5 to branch point 3.100
RAC patch #10 from Egbert

Revision 3.103 / (view) - annotate - [select for diffs] , Fri May 7 01:56:12 1999 UTC (14 years ago) by dawes
Branch: MAIN
Changes since 3.102: +1 -3 lines
Diff to previous 3.102
A little more on the input device changes.
Update some obsolete email addresses

Revision 3.102 / (view) - annotate - [select for diffs] , Wed May 5 13:29:49 1999 UTC (14 years ago) by dawes
Branch: MAIN
Changes since 3.101: +3 -1 lines
Diff to previous 3.101
fix and XKB and encodings.dir bug
some preliminary input device unification changes

Revision 3.100.2.5 / (view) - annotate - [select for diffs] , Wed May 5 04:27:34 1999 UTC (14 years ago) by dawes
Branch: xf-3_9Ph-branch
Changes since 3.100.2.4: +2 -1 lines
Diff to previous 3.100.2.4 to branch point 3.100
RAC patches 8 and 9 from Egbert

Revision 3.100.2.4 / (view) - annotate - [select for diffs] , Sun May 2 08:34:44 1999 UTC (14 years ago) by dawes
Branch: xf-3_9Ph-branch
Changes since 3.100.2.3: +2 -2 lines
Diff to previous 3.100.2.3 to branch point 3.100
RAC patches 6 and 7 from Egbert.

Revision 3.100.2.3 / (view) - annotate - [select for diffs] , Sat May 1 05:55:50 1999 UTC (14 years ago) by dawes
Branch: xf-3_9Ph-branch
Changes since 3.100.2.2: +3 -6 lines
Diff to previous 3.100.2.2 to branch point 3.100
Fifth RAC patch from Egbert

Revision 3.100.2.2 / (view) - annotate - [select for diffs] , Sat Apr 24 07:07:41 1999 UTC (14 years ago) by dawes
Branch: xf-3_9Ph-branch
Changes since 3.100.2.1: +3 -14 lines
Diff to previous 3.100.2.1 to branch point 3.100
Some more of the new RAC code from Egbert.

Revision 3.47.2.11 / (view) - annotate - [select for diffs] , Wed Apr 21 06:21:09 1999 UTC (14 years, 1 month ago) by hohndel
Branch: xf-3_3-branch, xf-3_2A-branch
CVS Tags: xf-3_3_5b, xf-3_3_5a, xf-3_3_5, xf-3_3_4d, xf-3_3_4c, xf-3_3_4b, xf-3_3_4a, xf-3_3_4Z, xf-3_3_4, xf-3_3_3_1f, xf-3_3_3_1e, xf-3_3_3_1d, xf-3_3_3_1c, xf-3_3_3_1b, xf-3_3_3_1Z
Changes since 3.47.2.10: +1 -1 lines
Diff to previous 3.47.2.10 to branch point 3.47
1325. Add SiS530/620 support (Xavier Ducoin, Dirk Hohndel).
1324. Fix a problem in X11.rules and fix an uninitialized structure in
      XF86_Mouse.c (#2698, Matthieu Herrb).
1323. Add wsmouse protocol support for NetBSD 1.4 and update host.def
      in etc/bindist/NetBSD-x86 to use the Tcl/Tk package from /usr/pkg
      (#2698, Matthieu Herrb).
1322. Add TNT2 support and add more acceleration for NVIDIA chipsets
      (#2697, David Schmenk, NVIDIA).
1321. Change xterm to use the tty default value for the backspace key
      (#2692, Tom Dickey).
1320. Fix typo in XF86Conf manpage (#2691, Itai Noahshon).

Revision 3.100.2.1 / (view) - annotate - [select for diffs] , Tue Apr 20 02:47:34 1999 UTC (14 years, 1 month ago) by dawes
Branch: xf-3_9Ph-branch
Changes since 3.100: +47 -30 lines
Diff to previous 3.100
first patch for new RAC code from Egbert.

Revision 3.86.2.3 / (view) - annotate - [select for diffs] , Mon Apr 19 10:03:10 1999 UTC (14 years, 1 month ago) by dawes
Branch: xf-3_9Nv-branch
Changes since 3.86.2.2: +27 -19 lines
Diff to previous 3.86.2.2 to branch point 3.86 to next main 3.87
Finish off the 3.9Nv branch

Revision 3.101 / (view) - annotate - [select for diffs] , Sun Apr 18 03:08:29 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.100: +2 -1 lines
Diff to previous 3.100
rework MapVidMem functions

Revision 3.100 / (view) - annotate - [select for diffs] , Sun Apr 4 00:20:50 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pi, xf-3_9Ph
Branch point for: xf-3_9Ph-branch
Changes since 3.99: +9 -1 lines
Diff to previous 3.99
Mesa build cleanups.
Some code that the new RAC will make use of.

Revision 3.99 / (view) - annotate - [select for diffs] , Mon Mar 29 07:08:21 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pg
Changes since 3.98: +3 -1 lines
Diff to previous 3.98
fix a build problem

Revision 3.98 / (view) - annotate - [select for diffs] , Mon Mar 29 07:06:33 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
Changes since 3.97: +2 -1 lines
Diff to previous 3.97
Fix signedness problems in the libc wrapper
Add xf86GetPciConfigInfo() for Marc

Revision 3.97 / (view) - annotate - [select for diffs] , Sun Mar 28 15:32:24 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
Changes since 3.96: +3 -4 lines
Diff to previous 3.96
#2588-2605,2607-2621

Revision 3.96 / (view) - annotate - [select for diffs] , Sun Mar 21 16:20:54 1999 UTC (14 years, 2 months ago) by hohndel
Branch: MAIN
Changes since 3.95: +1 -2 lines
Diff to previous 3.95
2412. Add VESA default modes, small perl hack to create an initialized data
      structure from them, and the code to use those modes as default if no
      other modes with the same name are defined (Dirk Hohndel).

Revision 3.95 / (view) - annotate - [select for diffs] , Sun Mar 14 03:21:49 1999 UTC (14 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pf, xf-3_9Pe
Changes since 3.94: +2 -1 lines
Diff to previous 3.94
#2531-2547

Revision 3.94 / (view) - annotate - [select for diffs] , Sun Mar 7 08:29:40 1999 UTC (14 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pd
Changes since 3.93: +7 -1 lines
Diff to previous 3.93
vidmode extension

Revision 3.93 / (view) - annotate - [select for diffs] , Sun Feb 28 11:19:30 1999 UTC (14 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pc
Changes since 3.92: +3 -4 lines
Diff to previous 3.92
#2477-2481,2483-2487,2488-2491,2493-2497

Revision 3.92 / (view) - annotate - [select for diffs] , Sun Feb 14 13:17:05 1999 UTC (14 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pb, xf-3_9Pa
Changes since 3.91: +1 -2 lines
Diff to previous 3.91
remove unused prototype

Revision 3.91 / (view) - annotate - [select for diffs] , Sat Feb 13 16:44:55 1999 UTC (14 years, 3 months ago) by hohndel
Branch: MAIN
Changes since 3.90: +2 -2 lines
Diff to previous 3.90
patches #2468 and scanpci changes

Revision 3.90 / (view) - annotate - [select for diffs] , Fri Feb 12 22:51:55 1999 UTC (14 years, 3 months ago) by hohndel
Branch: MAIN
Changes since 3.89: +2 -3 lines
Diff to previous 3.89
patches #2456-2465 and scanpci changes

Revision 3.89 / (view) - annotate - [select for diffs] , Sun Feb 7 06:18:33 1999 UTC (14 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9P
Changes since 3.88: +3 -1 lines
Diff to previous 3.88
#2440-2453

Revision 3.88 / (view) - annotate - [select for diffs] , Tue Jan 26 10:40:14 1999 UTC (14 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nz, xf-3_9Ny
Changes since 3.87: +3 -4 lines
Diff to previous 3.87
2408-2413, update depth 24 handling, and enable 24/32bpp for other
drivers

Revision 3.87 / (view) - annotate - [select for diffs] , Sun Jan 17 11:25:19 1999 UTC (14 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nx, xf-3_9Nw
Changes since 3.86: +6 -1 lines
Diff to previous 3.86
fix depth 1&4 crash

Revision 3.86.2.2 / (view) - annotate - [select for diffs] , Sun Jan 17 11:19:37 1999 UTC (14 years, 4 months ago) by dawes
Branch: xf-3_9Nv-branch
CVS Tags: xf-3_9Nva
Changes since 3.86.2.1: +6 -1 lines
Diff to previous 3.86.2.1 to branch point 3.86
some PCI-related RAC updates

Revision 3.86.2.1 / (view) - annotate - [select for diffs] , Fri Jan 15 15:38:29 1999 UTC (14 years, 4 months ago) by dawes
Branch: xf-3_9Nv-branch
Changes since 3.86: +4 -1 lines
Diff to previous 3.86
some experimental RAC/PCI stuff

Revision 3.86 / (view) - annotate - [select for diffs] , Thu Jan 14 01:44:15 1999 UTC (14 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nv
Branch point for: xf-3_9Nv-branch
Changes since 3.85: +1 -2 lines
Diff to previous 3.85
Remove the KEEP_BPP ifdefs

Revision 3.85 / (view) - annotate - [select for diffs] , Wed Jan 13 03:19:34 1999 UTC (14 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nu
Changes since 3.84: +7 -2 lines
Diff to previous 3.84
rework the depth/bpp/pixmap format handling

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

Revision 3.47.2.10 / (view) - annotate - [select for diffs] , Sun Dec 20 01:54:03 1998 UTC (14 years, 5 months ago) by dawes
Branch: xf-3_3-branch, xf-3_2A-branch
CVS Tags: xf-3_3_3b, xf-3_3_3a, xf-3_3_3_1a, xf-3_3_3_1, xf-3_3_3Z, xf-3331_shark
Changes since 3.47.2.9: +3 -1 lines
Diff to previous 3.47.2.9 to branch point 3.47
XInput-related fixes

Revision 3.83 / (view) - annotate - [select for diffs] , Sun Nov 22 10:37:11 1998 UTC (14 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nr, xf-3_9Nq, xf-3_9Np, xf-3_9No, xf-3_9Nn
Changes since 3.82: +1 -2 lines
Diff to previous 3.82
patches for 3.9Nn

Revision 3.47.2.9 / (view) - annotate - [select for diffs] , Sun Oct 18 19:42:10 1998 UTC (14 years, 7 months ago) by hohndel
Branch: xf-3_3-branch, xf-3_2A-branch
CVS Tags: xf-3_3_3, xf-3_3_2j, xf-3_3_2i, xf-3_3_2h, xf-3_3_2g, xf-3_3_2f, xf-3_3_2Zc, xf-3_3_2Zb, xf-3_3_2Za, xf-3_3_2Z
Changes since 3.47.2.8: +2 -1 lines
Diff to previous 3.47.2.8 to branch point 3.47
The outstanding patches for 3.3.3
Note that some may be missing (as I cannot get to part of my mail again)
and that there are a few that have not been applied since I need to look
through them a little more carefully (esp. 2051 and 2082).
This includes changes
2042,2046,2047,2049,2053,2054,2058,2059,2061,2062,2064,2065,2068-2081

Revision 3.82 / (view) - annotate - [select for diffs] , Mon Oct 5 12:22:59 1998 UTC (14 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nm, xf-3_9Nl, xf-3_9Nk, xf-3_9Nj, xf-3_9Ni
Changes since 3.81: +6 -9 lines
Diff to previous 3.81
patches for 3.9Ni

Revision 1.1.1.7 / (view) - annotate - [select for diffs] (vendor branch) , Sun Sep 27 10:45:41 1998 UTC (14 years, 7 months ago) by dawes
Branch: X11R6
CVS Tags: X11R6-4_3
Changes since 1.1.1.6: +24 -2 lines
Diff to previous 1.1.1.6
X11R6.4 public patch 3

Revision 1.1.1.6 / (view) - annotate - [select for diffs] (vendor branch) , Sun Sep 27 07:16:20 1998 UTC (14 years, 7 months ago) by dawes
Branch: X11R6
CVS Tags: X11R6-4_2, X11R6-4_1, X11R6-4_0
Changes since 1.1.1.5: +48 -8 lines
Diff to previous 1.1.1.5
X11R6.4 public patch 0

Revision 3.81 / (view) - annotate - [select for diffs] , Sat Sep 26 07:34:08 1998 UTC (14 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nh, xf-3_9Ng
Changes since 3.80: +3 -1 lines
Diff to previous 3.80
patches for 3.9Ng

Revision 3.80 / (view) - annotate - [select for diffs] , Sat Sep 19 11:14:48 1998 UTC (14 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nf
Changes since 3.79: +3 -1 lines
Diff to previous 3.79
updates for 3.9Nf

Revision 3.79 / (view) - annotate - [select for diffs] , Sun Sep 13 08:10:16 1998 UTC (14 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Ne
Changes since 3.78: +10 -10 lines
Diff to previous 3.78
fix build problems

Revision 3.78 / (view) - annotate - [select for diffs] , Sun Sep 13 04:23:30 1998 UTC (14 years, 8 months ago) by dawes
Branch: MAIN
Changes since 3.77: +35 -12 lines
Diff to previous 3.77
main branch patches from #1957-1971

Revision 3.77 / (view) - annotate - [select for diffs] , Wed Aug 19 06:49:08 1998 UTC (14 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nd, xf-3_9Nc, xf-3_9Nb
Changes since 3.76: +2 -2 lines
Diff to previous 3.76
1897-1910

Revision 3.76 / (view) - annotate - [select for diffs] , Sat Jul 25 15:54:56 1998 UTC (14 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Na, xf-3_9N
Changes since 3.75: +148 -848 lines
Diff to previous 3.75
First pass merge of xc/programs/Xserver/hw/xfree86

Revision 3.64.2.46 / (view) - annotate - [select for diffs] , Sat Jul 18 16:53:20 1998 UTC (14 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jw, xf-3_9jv, xf-3_9ju, xf-3_9jt
Changes since 3.64.2.45: +4 -2 lines
Diff to previous 3.64.2.45 to branch point 3.64 to next main 3.65
patches 1789 - 1820

Revision 3.64.2.45 / (view) - annotate - [select for diffs] , Sun Jul 12 12:18:10 1998 UTC (14 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9js
Changes since 3.64.2.44: +2 -2 lines
Diff to previous 3.64.2.44 to branch point 3.64
Replace SaveScreen with BlankScreen in xf86GetClocks
Fix some DPMS stuff

Revision 3.64.2.44 / (view) - annotate - [select for diffs] , Sun Jul 5 03:36:06 1998 UTC (14 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jr
Changes since 3.64.2.43: +3 -3 lines
Diff to previous 3.64.2.43 to branch point 3.64
Some tweaking of the modified module handling to make it cleaner
Update DESIGN for the recent changes

Revision 3.64.2.43 / (view) - annotate - [select for diffs] , Sat Jul 4 14:23:32 1998 UTC (14 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.42: +3 -3 lines
Diff to previous 3.64.2.42 to branch point 3.64
Make the ScrnInfoRec.privates field persistent

Revision 3.64.2.42 / (view) - annotate - [select for diffs] , Sat Jul 4 12:32:28 1998 UTC (14 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.41: +4 -2 lines
Diff to previous 3.64.2.41 to branch point 3.64
loader updates and rework of how drivers load modules

Revision 3.64.2.41 / (view) - annotate - [select for diffs] , Fri Jul 3 12:43:33 1998 UTC (14 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jq
Changes since 3.64.2.40: +4 -3 lines
Diff to previous 3.64.2.40 to branch point 3.64
#1753,1754,1757,1759-1761,1767-1771 + Tseng updates and fix for CRTC blanking.

Revision 3.75 / (view) - annotate - [select for diffs] , Sun Jun 28 02:53:09 1998 UTC (14 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Ak, xf-3_9Aj
Changes since 3.74: +1 -7 lines
Diff to previous 3.74
back out #1721, 1723

Revision 3.74 / (view) - annotate - [select for diffs] , Sat Jun 27 11:54:19 1998 UTC (14 years, 10 months ago) by hohndel
Branch: MAIN
Changes since 3.73: +7 -1 lines
Diff to previous 3.73
#1712,1715,1716,1719,1721,1723,1724,1730,1742,1744,1746
Not even compile tested, yet

Revision 3.64.2.40 / (view) - annotate - [select for diffs] , Sun Jun 21 14:38:12 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jp, xf-3_9jo, xf-3_9jn
Changes since 3.64.2.39: +2 -15 lines
Diff to previous 3.64.2.39 to branch point 3.64
Use SetupProc instead of the module MAGIC stuff

Revision 3.64.2.39 / (view) - annotate - [select for diffs] , Mon Jun 15 09:58:38 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jm
Changes since 3.64.2.38: +7 -3 lines
Diff to previous 3.64.2.38 to branch point 3.64
Updates for different pixmap/fb bpp

Revision 3.64.2.38 / (view) - annotate - [select for diffs] , Sat Jun 13 13:41:24 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.37: +4 -2 lines
Diff to previous 3.64.2.37 to branch point 3.64
various updates

Revision 3.64.2.37 / (view) - annotate - [select for diffs] , Thu Jun 11 15:01:15 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.36: +18 -1 lines
Diff to previous 3.64.2.36 to branch point 3.64
Update the DPMS and DGA support in the common layer

Revision 3.64.2.36 / (view) - annotate - [select for diffs] , Mon Jun 8 14:13:01 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jl
Changes since 3.64.2.35: +3 -3 lines
Diff to previous 3.64.2.35 to branch point 3.64
Marc's recent patches, and a few other minor things.

Revision 3.64.2.35 / (view) - annotate - [select for diffs] , Fri Jun 5 15:22:50 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.34: +14 -30 lines
Diff to previous 3.64.2.34 to branch point 3.64
add functions for accessing most globals
more general cleanups

Revision 3.64.2.34 / (view) - annotate - [select for diffs] , Thu Jun 4 16:35:11 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.33: +3 -17 lines
Diff to previous 3.64.2.33 to branch point 3.64
Clean out common_hw
Update the PCI code, and put it in os-support/bus/.
Continue the cleanup of headers and prototyping

Revision 3.64.2.33 / (view) - annotate - [select for diffs] , Wed Jun 3 14:49:53 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jk
Changes since 3.64.2.32: +5 -1 lines
Diff to previous 3.64.2.32 to branch point 3.64
Lots of build cleanups and updates
Static server support
More loader updates

Revision 3.64.2.32 / (view) - annotate - [select for diffs] , Sat May 30 14:18:47 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jj
Changes since 3.64.2.31: +2 -1 lines
Diff to previous 3.64.2.31 to branch point 3.64
Some cleanups

Revision 3.64.2.31 / (view) - annotate - [select for diffs] , Sat May 30 07:15:07 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.30: +5 -2 lines
Diff to previous 3.64.2.30 to branch point 3.64
Add a helper to simply ChipProbe() for PCI drivers

Revision 3.64.2.30 / (view) - annotate - [select for diffs] , Sat May 30 04:45:56 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.29: +2 -2 lines
Diff to previous 3.64.2.29 to branch point 3.64
Updates to the option handling

Revision 3.64.2.29 / (view) - annotate - [select for diffs] , Mon May 25 14:01:23 1998 UTC (14 years, 11 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.28: +20 -2 lines
Diff to previous 3.64.2.28 to branch point 3.64
Some (experimental) option handling code

Revision 3.64.2.28 / (view) - annotate - [select for diffs] , Sun May 3 07:10:03 1998 UTC (15 years ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9ji, xf-3_9jh, xf-3_9jg
Changes since 3.64.2.27: +1 -4 lines
Diff to previous 3.64.2.27 to branch point 3.64
more symbol-related fixes

Revision 3.73 / (view) - annotate - [select for diffs] , Sun Apr 26 16:03:35 1998 UTC (15 years ago) by robin
Branch: MAIN
CVS Tags: xf-3_9Ai, xf-3_9Ah
Changes since 3.72: +2 -1 lines
Diff to previous 3.72
patches 1653,54,56,60

Revision 3.64.2.27 / (view) - annotate - [select for diffs] , Sat Apr 18 10:38:40 1998 UTC (15 years, 1 month ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jf
Changes since 3.64.2.26: +3 -3 lines
Diff to previous 3.64.2.26 to branch point 3.64
Most recent set of changes from Marc, including the mibank code.

Revision 3.72 / (view) - annotate - [select for diffs] , Fri Mar 27 23:23:28 1998 UTC (15 years, 1 month ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9Ag, xf-3_9Af
Changes since 3.71: +3 -1 lines
Diff to previous 3.71
#1605-1616builds static servers okVGA16 and SVGA run fineSVGA dies with an undefined CloseSreen member of pScreen when exitingthe last client

Revision 3.71 / (view) - annotate - [select for diffs] , Sat Mar 21 00:12:54 1998 UTC (15 years, 2 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9Ae
Changes since 3.70: +3 -1 lines
Diff to previous 3.70
build fixes for Linux

Revision 3.47.2.8 / (view) - annotate - [select for diffs] , Tue Feb 24 19:05:53 1998 UTC (15 years, 2 months ago) by hohndel
Branch: xf-3_3-branch, xf-3_2A-branch
CVS Tags: xf-3_3_2e, xf-3_3_2d, xf-3_3_2c, xf-3_3_2b, xf-3_3_2a, xf-3_3_2_4, xf-3_3_2_3, xf-3_3_2_2, xf-3_3_2_1, xf-3_3_2, xf-3_3_1z, xf-3_3_1g, xf-3_3_1f
Changes since 3.47.2.7: +3 -1 lines
Diff to previous 3.47.2.7 to branch point 3.47
prepare for 3.3.1f

Revision 3.47.2.7 / (view) - annotate - [select for diffs] , Sat Feb 7 10:05:19 1998 UTC (15 years, 3 months ago) by hohndel
Branch: xf-3_3-branch, xf-3_2A-branch
CVS Tags: xf-3_3_1e, xf-3_3_1d, xf-3_3_1c
Changes since 3.47.2.6: +2 -1 lines
Diff to previous 3.47.2.6 to branch point 3.47
patches #1419-1427,1432-1435,1438-1441 (not compile tested, yet)

Revision 3.47.2.6 / (view) - annotate - [select for diffs] , Sat Feb 7 09:23:26 1998 UTC (15 years, 3 months ago) by hohndel
Branch: xf-3_3-branch, xf-3_2A-branch
Changes since 3.47.2.5: +20 -1 lines
Diff to previous 3.47.2.5 to branch point 3.47
add mouse patch #1380 and fix nv driver

Revision 3.70 / (view) - annotate - [select for diffs] , Sat Feb 7 08:58:13 1998 UTC (15 years, 3 months ago) by hohndel
Branch: MAIN
Changes since 3.69: +20 -1 lines
Diff to previous 3.69
mouse patch #1380

Revision 3.64.2.26 / (view) - annotate - [select for diffs] , Fri Jan 30 07:31:36 1998 UTC (15 years, 3 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9je, xf-3_9jd
Changes since 3.64.2.25: +6 -2 lines
Diff to previous 3.64.2.25 to branch point 3.64
resync parser with Metro's recent patches and add some missing processing
of the parser output

Revision 3.64.2.25 / (view) - annotate - [select for diffs] , Thu Jan 29 08:39:33 1998 UTC (15 years, 3 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.24: +2 -2 lines
Diff to previous 3.64.2.24 to branch point 3.64
checkpoint

Revision 3.64.2.24 / (view) - annotate - [select for diffs] , Tue Jan 27 13:44:32 1998 UTC (15 years, 3 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.23: +3 -1 lines
Diff to previous 3.64.2.23 to branch point 3.64
working unaccel mga driver

Revision 3.64.2.23 / (view) - annotate - [select for diffs] , Sun Jan 25 14:26:30 1998 UTC (15 years, 3 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.22: +15 -9 lines
Diff to previous 3.64.2.22 to branch point 3.64
Progress continues ...

Revision 3.69 / (view) - annotate - [select for diffs] , Sat Jan 24 16:57:21 1998 UTC (15 years, 3 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9Ad
Changes since 3.68: +70 -6 lines
Diff to previous 3.68
Metro Link patches

Revision 3.64.2.22 / (view) - annotate - [select for diffs] , Sun Jan 18 14:02:44 1998 UTC (15 years, 4 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.21: +3 -2 lines
Diff to previous 3.64.2.21 to branch point 3.64
a little more ...

Revision 3.64.2.21 / (view) - annotate - [select for diffs] , Fri Jan 16 14:09:53 1998 UTC (15 years, 4 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jc
Changes since 3.64.2.20: +2 -1 lines
Diff to previous 3.64.2.20 to branch point 3.64
A little more work on modifying the mga driver -- still lots to go.

Revision 3.64.2.20 / (view) - annotate - [select for diffs] , Tue Jan 13 12:16:46 1998 UTC (15 years, 4 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.19: +2 -1 lines
Diff to previous 3.64.2.19 to branch point 3.64
Some more work on vgahw and the generic vga driver.

Revision 3.68 / (view) - annotate - [select for diffs] , Sat Nov 1 15:04:35 1997 UTC (15 years, 6 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9z, xf-3_9y, xf-3_9x, xf-3_9w, xf-3_9v, xf-3_9u, xf-3_9Ac, xf-3_9Ab, xf-3_9Aa
Changes since 3.67: +2 -2 lines
Diff to previous 3.67
patches 1070,1081,1083-1099,1108 plus glint changes

Revision 3.67 / (view) - annotate - [select for diffs] , Sat Oct 25 12:50:13 1997 UTC (15 years, 6 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9t
Changes since 3.66: +4 -4 lines
Diff to previous 3.66
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.66 / (view) - annotate - [select for diffs] , Tue Aug 26 09:01:04 1997 UTC (15 years, 8 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9s, xf-3_9r, xf-3_9q, xf-3_9p, xf-3_9o, xf-3_9n
Changes since 3.65: +2 -1 lines
Diff to previous 3.65
patches 882-912

Revision 3.65 / (view) - annotate - [select for diffs] , Tue Jul 29 11:07:50 1997 UTC (15 years, 9 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9m, xf-3_9l, xf-3_9k
Changes since 3.64: +12 -1 lines
Diff to previous 3.64
preparing for 3.9k,#773,775-781,783,790,796,797,799,802,805,806,808,810,817,818,825

Revision 3.64.2.19 / (view) - annotate - [select for diffs] , Tue Jul 22 14:50:48 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: xf-3_9jb, xf-3_9ja, xf-39ja
Changes since 3.64.2.18: +2 -2 lines
Diff to previous 3.64.2.18 to branch point 3.64
Fix loader problem with directories containing '.', plus a few other minor
things.

Revision 3.64.2.18 / (view) - annotate - [select for diffs] , Tue Jul 22 12:50:48 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.17: +3 -1 lines
Diff to previous 3.64.2.17 to branch point 3.64
config-related updates

Revision 3.64.2.17 / (view) - annotate - [select for diffs] , Tue Jul 22 07:40:35 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.16: +3 -3 lines
Diff to previous 3.64.2.16 to branch point 3.64
Add some things to the parser, and fix a SEGV

Revision 3.64.2.16 / (view) - annotate - [select for diffs] , Tue Jul 22 05:33:42 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.15: +6 -1 lines
Diff to previous 3.64.2.15 to branch point 3.64
updates, including IO stuff for Linux and BSD

Revision 3.64.2.15 / (view) - annotate - [select for diffs] , Mon Jul 21 17:02:29 1997 UTC (15 years, 10 months ago) by hohndel
Branch: xf-3_9j-branch
Changes since 3.64.2.14: +7 -1 lines
Diff to previous 3.64.2.14 to branch point 3.64
getting XF86_LOADER to build

Revision 3.64.2.14 / (view) - annotate - [select for diffs] , Mon Jul 21 14:03:56 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
CVS Tags: dhd-1
Changes since 3.64.2.13: +2 -6 lines
Diff to previous 3.64.2.13 to branch point 3.64
updates

Revision 3.64.2.13 / (view) - annotate - [select for diffs] , Mon Jul 21 11:14:00 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.12: +25 -6 lines
Diff to previous 3.64.2.12 to branch point 3.64
mode-related changes and merge

Revision 3.64.2.12 / (view) - annotate - [select for diffs] , Mon Jul 21 09:17:34 1997 UTC (15 years, 10 months ago) by hohndel
Branch: xf-3_9j-branch
Changes since 3.64.2.11: +3 -2 lines
Diff to previous 3.64.2.11 to branch point 3.64
new parser and first attempts to use it

Revision 3.64.2.11 / (view) - annotate - [select for diffs] , Sun Jul 20 12:29:27 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.10: +11 -2 lines
Diff to previous 3.64.2.10 to branch point 3.64
updates

Revision 3.64.2.10 / (view) - annotate - [select for diffs] , Fri Jul 18 12:12:32 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.9: +10 -1 lines
Diff to previous 3.64.2.9 to branch point 3.64
Some more compile fixes + fix/add some helper functions

Revision 3.64.2.9 / (view) - annotate - [select for diffs] , Fri Jul 18 08:20:42 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.8: +3 -2 lines
Diff to previous 3.64.2.8 to branch point 3.64
common now compiles

Revision 3.64.2.8 / (view) - annotate - [select for diffs] , Fri Jul 18 05:25:33 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.7: +2 -1 lines
Diff to previous 3.64.2.7 to branch point 3.64
This fixes a lot of the include/build problems.

Revision 3.64.2.7 / (view) - annotate - [select for diffs] , Fri Jul 18 04:31:28 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.6: +2 -4 lines
Diff to previous 3.64.2.6 to branch point 3.64
Fix some build problems

Revision 3.64.2.6 / (view) - annotate - [select for diffs] , Fri Jul 18 02:33:35 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.5: +5 -11 lines
Diff to previous 3.64.2.5 to branch point 3.64
Cleanup a few things, add in some of the Metro Link multi-screen changes,
remove the XF86_*.c files (left in XF86_LOADER.c for now so we can still
look at it).

Revision 3.64.2.5 / (view) - annotate - [select for diffs] , Wed Jul 16 13:59:59 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.4: +6 -1 lines
Diff to previous 3.64.2.4 to branch point 3.64
xf86Cursor.c and DGA changes

Revision 3.64.2.4 / (view) - annotate - [select for diffs] , Wed Jul 16 11:29:08 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.3: +2 -1 lines
Diff to previous 3.64.2.3 to branch point 3.64
Mostly changes for a more portable (but untested so far) method of
saving the framebuffer contents at VT switch.

Revision 3.64.2.3 / (view) - annotate - [select for diffs] , Wed Jul 16 02:57:52 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.2: +10 -1 lines
Diff to previous 3.64.2.2 to branch point 3.64
the state of things so far

Revision 3.64.2.2 / (view) - annotate - [select for diffs] , Tue Jul 15 12:59:28 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64.2.1: +15 -5 lines
Diff to previous 3.64.2.1 to branch point 3.64
latest changes

Revision 3.64.2.1 / (view) - annotate - [select for diffs] , Tue Jul 15 05:57:53 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_9j-branch
Changes since 3.64: +55 -744 lines
Diff to previous 3.64
Changes so far

Revision 3.47.2.5 / (view) - annotate - [select for diffs] , Sun Jul 13 13:45:02 1997 UTC (15 years, 10 months ago) by dawes
Branch: xf-3_3-branch, xf-3_2A-branch
CVS Tags: xf-3_3g, xf-3_3f, xf-3_3e, xf-3_3d, xf-3_3c, xf-3_3b, xf-3_3_1b, xf-3_3_1a, xf-3_3_1
Changes since 3.47.2.4: +2 -2 lines
Diff to previous 3.47.2.4 to branch point 3.47
updates for 3.3b

Revision 3.64 / (view) - annotate - [select for diffs] , Sat Jul 12 10:32:31 1997 UTC (15 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9j
Branch point for: xf-3_9j-branch
Changes since 3.63: +2 -2 lines
Diff to previous 3.63
make xqueue synchronous

Revision 3.63 / (view) - annotate - [select for diffs] , Mon Jun 30 04:49:09 1997 UTC (15 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9i, xf-3_9h
Changes since 3.62: +6 -6 lines
Diff to previous 3.62
Fix some build problems

Revision 3.62 / (view) - annotate - [select for diffs] , Sun Jun 29 06:54:31 1997 UTC (15 years, 10 months ago) by dawes
Branch: MAIN
Changes since 3.61: +1 -4 lines
Diff to previous 3.61
#695-700,705-710,713-716

Revision 3.61 / (view) - annotate - [select for diffs] , Wed Jun 25 07:24:57 1997 UTC (15 years, 10 months ago) by hohndel
Branch: MAIN
Changes since 3.60: +2 -1 lines
Diff to previous 3.60
#684-686,692-694,701,702,704,711-712 -- 703 didn't apply cleanly to 3.9 so I only applied it to 3.3

Revision 3.60 / (view) - annotate - [select for diffs] , Tue Jun 3 13:11:46 1997 UTC (15 years, 11 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9g, xf-3_9f, xf-3_9e, xf-3_9d, xf-3_9c
Changes since 3.59: +8 -2 lines
Diff to previous 3.59
all the 3.3 stuff for 3.9 (I won't list all the patch numbers...)

Revision 3.59 / (view) - annotate - [select for diffs] , Sun May 18 11:12:06 1997 UTC (16 years ago) by dawes
Branch: MAIN
Changes since 3.58: +13 -1 lines
Diff to previous 3.58
resync with 3.3 branch

Revision 3.47.2.4 / (view) - annotate - [select for diffs] , Sun May 18 11:00:06 1997 UTC (16 years ago) by dawes
Branch: xf-3_3-branch, xf-3_2A-branch
CVS Tags: xf-3_3a, xf-3_3, 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
Changes since 3.47.2.3: +13 -1 lines
Diff to previous 3.47.2.3 to branch point 3.47
#386, 448-453

Revision 3.58 / (view) - annotate - [select for diffs] , Mon May 12 12:27:57 1997 UTC (16 years ago) by hohndel
Branch: MAIN
Changes since 3.57: +4 -1 lines
Diff to previous 3.57
patches #397,402,404,406,407,409 for 3.9c

Revision 3.47.2.3 / (view) - annotate - [select for diffs] , Mon May 12 11:52:24 1997 UTC (16 years ago) by hohndel
Branch: xf-3_3-branch, xf-3_2A-branch
CVS Tags: xf-3_2Xg, xf-3_2Xf, xf-3_2Xe
Changes since 3.47.2.2: +3 -0 lines
Diff to previous 3.47.2.2 to branch point 3.47
patches 396-410 for 3.2Xe

Revision 3.47.2.2 / (view) - annotate - [select for diffs] , Sun May 11 01:56:17 1997 UTC (16 years ago) by dawes
Branch: xf-3_3-branch, xf-3_2A-branch
CVS Tags: xf-3_2Xd
Changes since 3.47.2.1: +5 -2 lines
Diff to previous 3.47.2.1 to branch point 3.47
Harald's #395 patch, and some xf86site.def updates

Revision 3.47.2.1 / (view) - annotate - [select for diffs] , Sat May 3 08:46:37 1997 UTC (16 years ago) by dawes
Branch: xf-3_3-branch, xf-3_2A-branch
CVS Tags: xf-3_2Xc, xf-3_2Xb, xf-3_2Xa
Changes since 3.47: +10 -2 lines
Diff to previous 3.47
Most changes up to 3.2Ac (ie, pre-loader)
Patches submitted for the 3.3 branch up to #358 (can't find Harm's cirrus
    patch though)
TOG fix-trackers up to #358

Revision 3.57 / (view) - annotate - [select for diffs] , Sat May 3 08:17:19 1997 UTC (16 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9b
Changes since 3.56: +3 -1 lines
Diff to previous 3.56
Those of #310-358 appropriate for the main branch

Revision 3.56 / (view) - annotate - [select for diffs] , Tue Apr 8 12:16:09 1997 UTC (16 years, 1 month ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9a, xf-3_2At, xf-3_2As
Changes since 3.55: +7 -4 lines
Diff to previous 3.55
#258 and some new files

Revision 3.55 / (view) - annotate - [select for diffs] , Tue Apr 8 09:11:43 1997 UTC (16 years, 1 month ago) by hohndel
Branch: MAIN
Changes since 3.54: +12 -1 lines
Diff to previous 3.54
patches 221-257 without the GLX changes

Revision 3.54 / (view) - annotate - [select for diffs] , Fri Mar 7 00:29:17 1997 UTC (16 years, 2 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_2Ar, xf-3_2Aq, xf-3_2Ap, xf-3_2Ao, xf-3_2An, xf-3_2Am, xf-3_2Al
Changes since 3.53: +3 -1 lines
Diff to previous 3.53
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.53 / (view) - annotate - [select for diffs] , Thu Feb 27 13:58:25 1997 UTC (16 years, 2 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_2Ak, xf-3_2Aj
Changes since 3.52: +19 -1 lines
Diff to previous 3.52
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.52 / (view) - annotate - [select for diffs] , Tue Feb 25 14:20:56 1997 UTC (16 years, 2 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_2Ai
Changes since 3.51: +4 -6 lines
Diff to previous 3.51
Add patches 73-82 and 83-87
Change loader to treat ModuleInit as special function
Change all modules to use ModuleInit/ServerInit
Add support for multi element ModulePath
Add heuristic to find the module based on partial names

Revision 3.51 / (view) - annotate - [select for diffs] , Sun Feb 23 09:25:09 1997 UTC (16 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_2Ah
Changes since 3.50: +6 -1 lines
Diff to previous 3.50
#54, 56, 57, 59-72 (for 3.2Ah)

Revision 3.50 / (view) - annotate - [select for diffs] , Tue Feb 18 17:51:40 1997 UTC (16 years, 3 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_2Ag
Changes since 3.49: +2 -0 lines
Diff to previous 3.49
First stab at getting PEX to be loadable as new style module.
Fixes to the Imakefile configuration for new style / old style extensions.
Some additional functions in libc_wrapper.

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

Revision 3.48 / (view) - annotate - [select for diffs] , Tue Feb 11 10:02:43 1997 UTC (16 years, 3 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_2Ac, xf-3_2Ab
Changes since 3.47: +10 -2 lines
Diff to previous 3.47
disabling non-SVGA et4k driver, adding flags patches for ValidMode, Geert's patches

Revision 3.47 / (view) - annotate - [select for diffs] , Sat Jan 18 06:55:28 1997 UTC (16 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_2y, xf-3_2x, xf-3_2w, xf-3_2v, xf-3_2u, xf-3_2t, xf-3_2s, xf-3_2Aa, xf-3_2A
Branch point for: xf-3_3-branch, xf-3_2A-branch
Changes since 3.46: +8 -3 lines
Diff to previous 3.46
updates

Revision 3.46 / (view) - annotate - [select for diffs] , Sun Jan 12 10:41:45 1997 UTC (16 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_2r, xf-3_2q
Changes since 3.45: +8 -1 lines
Diff to previous 3.45
updates

Revision 3.45 / (view) - annotate - [select for diffs] , Mon Dec 23 06:43:18 1996 UTC (16 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_2p, xf-3_2o, xf-3_2n, xf-3_2m, xf-3_2l, xf-3_2k, xf-3_2j
Changes since 3.44: +2 -2 lines
Diff to previous 3.44
R6.3 integration

Revision 1.1.1.5 / (view) - annotate - [select for diffs] (vendor branch) , Sun Dec 22 03:47:28 1996 UTC (16 years, 5 months ago) by dawes
Branch: X11R6
CVS Tags: seq-4321, seq-4316, seq-4304, seq-4282, X11R6-3_2, X11R6-3_1, X11R6-3_0
Changes since 1.1.1.4: +150 -15 lines
Diff to previous 1.1.1.4
X11R6 pre-R6.3 seq-4282

Revision 3.44 / (view) - annotate - [select for diffs] , Mon Dec 9 11:52:02 1996 UTC (16 years, 5 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
Changes since 3.43: +2 -2 lines
Diff to previous 3.43
updates

Revision 3.43 / (view) - annotate - [select for diffs] , Sun Nov 24 09:54:52 1996 UTC (16 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_2c
Changes since 3.42: +3 -1 lines
Diff to previous 3.42
updates

Revision 3.42 / (view) - annotate - [select for diffs] , Sat Sep 14 12:09:57 1996 UTC (16 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_2b, xf-3_2a, 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
Changes since 3.41: +6 -4 lines
Diff to previous 3.41
updates

Revision 3.41 / (view) - annotate - [select for diffs] , Sun Aug 18 00:51:01 1996 UTC (16 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: 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
Changes since 3.40: +11 -2 lines
Diff to previous 3.40
updates

Revision 3.40 / (view) - annotate - [select for diffs] , Fri Aug 16 11:29:49 1996 UTC (16 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Eh
Changes since 3.39: +5 -1 lines
Diff to previous 3.39
updates

Revision 3.39 / (view) - annotate - [select for diffs] , Wed Aug 14 13:32:23 1996 UTC (16 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Eg
Changes since 3.38: +2 -2 lines
Diff to previous 3.38
updates

Revision 3.38 / (view) - annotate - [select for diffs] , Tue Aug 13 10:29:59 1996 UTC (16 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Ef
Changes since 3.37: +7 -2 lines
Diff to previous 3.37
updates

Revision 3.37 / (view) - annotate - [select for diffs] , Sun Aug 11 11:56:48 1996 UTC (16 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Ee
Changes since 3.36: +2 -1 lines
Diff to previous 3.36
updates

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

Revision 3.35 / (view) - annotate - [select for diffs] , Mon May 6 04:57:32 1996 UTC (17 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Dh, xf-3_1_2Dg
Changes since 3.34: +2 -1 lines
Diff to previous 3.34
updates

Revision 3.34 / (view) - annotate - [select for diffs] , Mon Apr 15 10:30:21 1996 UTC (17 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Df
Changes since 3.33: +11 -3 lines
Diff to previous 3.33
updates

Revision 3.33 / (view) - annotate - [select for diffs] , Fri Mar 29 22:16:08 1996 UTC (17 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2De
Changes since 3.32: +43 -4 lines
Diff to previous 3.32
updates

Revision 3.32 / (view) - annotate - [select for diffs] , Sun Mar 10 12:04:26 1996 UTC (17 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Dd, xf-3_1_2Dc
Changes since 3.31: +37 -3 lines
Diff to previous 3.31
updates

Revision 3.31 / (view) - annotate - [select for diffs] , Thu Feb 22 05:11:40 1996 UTC (17 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Db, xf-3_1_2Da, xf-3_1_2D, xf-3_1_2Ch
Changes since 3.30: +4 -1 lines
Diff to previous 3.30
updates

Revision 3.30 / (view) - annotate - [select for diffs] , Sun Feb 18 03:42:40 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
Changes since 3.29: +37 -9 lines
Diff to previous 3.29
updates

Revision 3.29 / (view) - annotate - [select for diffs] , Sun Feb 4 09:06:04 1996 UTC (17 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Cd, xf-3_1_2Cc, xf-3_1_2Cb, xf-3_1_2Ca
Changes since 3.28: +2 -2 lines
Diff to previous 3.28
updates

Revision 1.1.1.4 / (view) - annotate - [select for diffs] (vendor branch) , Sun Feb 4 07:14:53 1996 UTC (17 years, 3 months ago) by dawes
Branch: X11R6
CVS Tags: seq-4114, seq-4104, X11R6-1_1, X11R6-1_0
Changes since 1.1.1.3: +4 -4 lines
Diff to previous 1.1.1.3
X11R6.1 beta (seq-4104)

Revision 1.1.1.3 / (view) - annotate - [select for diffs] (vendor branch) , Wed Jan 3 07:19:07 1996 UTC (17 years, 4 months ago) by dawes
Branch: X11R6
CVS Tags: seq-4086, seq-4084, seq-4081, seq-4074, seq-4060, seq-4057, seq-4055, seq-4052, seq-4039, seq-4035, seq-4031, seq-4024, seq-4010, R6_1-BETA
Changes since 1.1.1.2: +78 -14 lines
Diff to previous 1.1.1.2
X11R6.1 beta (seq-4010)

Revision 3.28 / (view) - annotate - [select for diffs] , Sun Dec 17 05:03:29 1995 UTC (17 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: 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
Changes since 3.27: +4 -2 lines
Diff to previous 3.27
updates

Revision 3.27 / (view) - annotate - [select for diffs] , Sat Dec 16 08:20:17 1995 UTC (17 years, 5 months ago) by dawes
Branch: MAIN
Changes since 3.26: +5 -5 lines
Diff to previous 3.26
updates

Revision 3.26 / (view) - annotate - [select for diffs] , Sat Dec 9 11:07:42 1995 UTC (17 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Ab
Changes since 3.25: +3 -1 lines
Diff to previous 3.25
updates

Revision 3.25 / (view) - annotate - [select for diffs] , Sat Dec 2 05:05:19 1995 UTC (17 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Aa
Changes since 3.24: +7 -1 lines
Diff to previous 3.24
updates

Revision 1.1.1.1.2.1 / (view) - annotate - [select for diffs] , Fri Oct 20 15:14:00 1995 UTC (17 years, 7 months ago) by dawes
Branch: XC
CVS Tags: seq-3977
Changes since 1.1.1.1: +43 -11 lines
Diff to previous 1.1.1.1 to next main 1.1.1.2
fix-trackers 3637-3977

Revision 3.24 / (view) - annotate - [select for diffs] , Sun Jul 16 08:14:31 1995 UTC (17 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2e, xf-3_1_2d, xf-3_1_2c, xf-3_1_2b, xf-3_1_2a, xf-3_1_2A, xf-3_1_2-branch, xf-3_1_2-S, xf-3_1_2, xf-3_1_1Z, xf-3_1_1Dc, xf-3_1_1Db, xf-3_1_1Da
Changes since 3.23: +2 -2 lines
Diff to previous 3.23
updates

Revision 3.23 / (view) - annotate - [select for diffs] , Sat Jul 15 14:06:59 1995 UTC (17 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_1D
Changes since 3.22: +3 -1 lines
Diff to previous 3.22
updates

Revision 3.22 / (view) - annotate - [select for diffs] , Wed Jul 12 14:37:14 1995 UTC (17 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_1Cd
Changes since 3.21: +2 -2 lines
Diff to previous 3.21
updates

Revision 3.21 / (view) - annotate - [select for diffs] , Mon Jul 3 07:50:02 1995 UTC (17 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_1Cc, xf-3_1_1Cb, xf-3_1_1Ca, xf-3_1_1C
Changes since 3.20: +2 -1 lines
Diff to previous 3.20
updates

Revision 3.20 / (view) - annotate - [select for diffs] , Sun Jul 2 06:52:02 1995 UTC (17 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_1Bi
Changes since 3.19: +7 -5 lines
Diff to previous 3.19
updates

Revision 3.19 / (view) - annotate - [select for diffs] , Thu Jun 29 12:31:38 1995 UTC (17 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_1Bh, xf-3_1_1Bg
Changes since 3.18: +2 -1 lines
Diff to previous 3.18
updates

Revision 3.18 / (view) - annotate - [select for diffs] , Wed Jun 14 08:44:43 1995 UTC (17 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_1Bf, xf-3_1_1Be, xf-3_1_1Bd, xf-3_1_1Bc, xf-3_1_1Bb, xf-3_1_1Ba
Changes since 3.17: +14 -6 lines
Diff to previous 3.17
updates

Revision 3.15.2.1 / (view) - annotate - [select for diffs] , Wed May 24 11:56:03 1995 UTC (18 years ago) by dawes
Branch: xf-3_1_1-u
Changes since 3.15: +2 -2 lines
Diff to previous 3.15 to next main 3.16
3.1.1u2 updates

Revision 3.17 / (view) - annotate - [select for diffs] , Sun Mar 19 12:18:28 1995 UTC (18 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_1h, xf-3_1_1g, xf-3_1_1f, xf-3_1_1e, xf-3_1_1d, 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.16: +2 -2 lines
Diff to previous 3.16
updates

Revision 3.16 / (view) - annotate - [select for diffs] , Sun Mar 19 10:18:25 1995 UTC (18 years, 2 months ago) by dawes
Branch: MAIN
Changes since 3.15: +42 -2 lines
Diff to previous 3.15
updates

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

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

Revision 1.1.1.2 / (view) - annotate - [select for diffs] (vendor branch) , Sat Jan 28 10:08:52 1995 UTC (18 years, 3 months ago) by root
Branch: X11R6
CVS Tags: X11R6_PRE_11, X11R6_13, X11R6_12, X11R6_11
Changes since 1.1.1.1: +43 -11 lines
Diff to previous 1.1.1.1
X11R6 Public Patch 11 (prelim version)

Revision 3.13 / (view) - annotate - [select for diffs] , Tue Jan 10 10:23:38 1995 UTC (18 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_Zd, 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
Changes since 3.12: +2 -1 lines
Diff to previous 3.12
updates

Revision 3.12 / (view) - annotate - [select for diffs] , Thu Dec 29 10:07:22 1994 UTC (18 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_0Ba, xf-3_1_0B, xf-3_1_0Ae
Changes since 3.11: +2 -1 lines
Diff to previous 3.11
updates

Revision 3.11 / (view) - annotate - [select for diffs] , Sun Dec 11 10:54:30 1994 UTC (18 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_0Ad, xf-3_1_0Ac, xf-3_1_0Ab, xf-3_1_0Aa
Changes since 3.10: +14 -2 lines
Diff to previous 3.10
updates

Revision 3.10 / (view) - annotate - [select for diffs] , Sat Oct 29 21:37:09 1994 UTC (18 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_0g, xf-3_1_0f, xf-3_1_0e, xf-3_1_0d, xf-3_1_0c, xf-3_1_0b, xf-3_1_0A
Changes since 3.9: +5 -3 lines
Diff to previous 3.9
updates

Revision 3.9 / (view) - annotate - [select for diffs] , Sun Oct 23 11:58:37 1994 UTC (18 years, 7 months ago) by dawes
Branch: MAIN
Changes since 3.8: +3 -1 lines
Diff to previous 3.8
updates

Revision 3.8 / (view) - annotate - [select for diffs] , Fri Sep 23 09:12:58 1994 UTC (18 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_0a, xf-3_1, xf-3_0Z, xf-3_0Fe, xf-3_0Fd, xf-3_0Fc, xf-3_0Fb
Changes since 3.7: +2 -2 lines
Diff to previous 3.7
updates

Revision 3.7 / (view) - annotate - [select for diffs] , Thu Sep 8 13:27:18 1994 UTC (18 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Fa, xf-3_0F, xf-3_0Ec, xf-3_0Eb, xf-3_0Ea, xf-3_0E, xf-3_0Dl, xf-3_0Dk, xf-3_0Dj
Changes since 3.6: +3 -1 lines
Diff to previous 3.6
updates

Revision 3.6 / (view) - annotate - [select for diffs] , Sun Sep 4 09:47:27 1994 UTC (18 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Di, xf-3_0Dh
Changes since 3.5: +3 -7 lines
Diff to previous 3.5
updates

Revision 3.5 / (view) - annotate - [select for diffs] , Sat Sep 3 01:51:43 1994 UTC (18 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Dg
Changes since 3.4: +2 -1 lines
Diff to previous 3.4
XF86Config changeover

Revision 3.4 / (view) - annotate - [select for diffs] , Thu Jul 21 12:56:41 1994 UTC (18 years, 10 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
Changes since 3.3: +2 -1 lines
Diff to previous 3.3
updates

Revision 3.3 / (view) - annotate - [select for diffs] , Sun Jun 19 10:05:30 1994 UTC (18 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Cc, xf-3_0Cb, xf-3_0Ca, xf-3_0C, xf-3_0Bc
Changes since 3.2: +7 -1 lines
Diff to previous 3.2
"ramdac" Xconfig keyword

Revision 3.2 / (view) - annotate - [select for diffs] , Wed Jun 15 14:42:31 1994 UTC (18 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Bb
Changes since 3.1: +6 -1 lines
Diff to previous 3.1
AGX server

Revision 3.1 / (view) - annotate - [select for diffs] , Tue May 31 07:09:38 1994 UTC (18 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Ba, xf-3_0B, xf-3_0Ac
Changes since 3.0: +3 -1 lines
Diff to previous 3.0
Update ScrnInfoRec initialisation, and prelim ELSA Winner 1000Pro support

Revision 3.0 / (view) - annotate - [select for diffs] , Fri Apr 29 13:08:19 1994 UTC (19 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0d, xf-3_0c, xf-3_0b, xf-3_0Ab, xf-3_0Aa, xf-3_0A
updates

Revision 1.1.1.1 / (view) - annotate - [select for diffs] (vendor branch) , Wed Apr 27 06:16:14 1994 UTC (19 years ago) by dawes
Branch: X11R6
CVS Tags: xf-3_0a, xf-3_0_0e, xf-3_0_0d, xf-3_0_0c, xf-3_0_0b, xf-3_0_0a, xf-3_0_0-branch, xf-3_0, seq-3637, seq-3600, seq-3583, X11R6_9, X11R6_8, X11R6_7, X11R6_6, X11R6_5, X11R6_4, X11R6_3, X11R6_2, X11R6_10, X11R6_1, X11R6_0
Branch point for: XC
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
X11R6 Public Patch 0

Revision 1.1 / (view) - annotate - [select for diffs] , Wed Apr 27 06:16:13 1994 UTC (19 years ago) by dawes
Initial revision

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