CVS log for xc/programs/Xserver/hw/xfree86/common/xf86Init.c

(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)
Current tag: MAIN

Revision 3.250 / (view) - annotate - [select for diffs] , Fri Oct 31 18:10:40 2008 UTC (4 years, 7 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_8_0-bindist, xf-4_8_0, xf-4_8-branch, xf-4_7_99_31, xf-4_7_99_30, xf-4_7_99_29, HEAD
Changes since 3.249: +1 -2 lines
Diff to previous 3.249
  68. Move CloseWellKnownConnections() calls into OsCleanup(TRUE) calls.
      Catches yet another server exit case where sockets were not being closed
      (Marc La France).

Revision 3.249 / (view) - annotate - [select for diffs] , Mon Feb 5 15:03:46 2007 UTC (6 years, 4 months ago) by tsi
Branch: MAIN
CVS Tags: 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_3, 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_29, xf-4_6_99_28, xf-4_6_99_27, xf-4_6_99_26, xf-4_6_99_25, xf-4_6_99_24, xf-4_6_99_23, xf-4_6_99_22, xf-4_6_99_21, xf-4_6_99_20, xf-4_6_99_19, xf-4_6_99_18, xf-4_6_99_17
Changes since 3.248: +2 -1 lines
Diff to previous 3.248
 110. Ensure the X server closes all sockets during termination after
      processing the -configure, -probe or -probeonly command line options.
      Noticed by Matthieu Herrb.

Revision 3.248 / (view) - annotate - [select for diffs] , Tue Jan 23 18:02:59 2007 UTC (6 years, 4 months ago) by tsi
Branch: MAIN
Changes since 3.247: +3 -3 lines
Diff to previous 3.247
IRIX-engendered build fixes.

Revision 3.247 / (view) - annotate - [select for diffs] , Sat Sep 2 15:44:08 2006 UTC (6 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_6_99_9, xf-4_6_99_8, xf-4_6_99_7, xf-4_6_99_16, xf-4_6_99_15, xf-4_6_99_14, xf-4_6_99_13, xf-4_6_99_12, xf-4_6_99_11, xf-4_6_99_10
Changes since 3.246: +4 -4 lines
Diff to previous 3.246
  69. Make X server argv strings constant (David Dawes).

Revision 3.246 / (view) - annotate - [select for diffs] , Wed Aug 9 19:53:15 2006 UTC (6 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_6_99_6
Changes since 3.245: +8 -5 lines
Diff to previous 3.245
  63. Fix a case where X server audit messages do not get printed (David Dawes).
  62. Initialise the allocator even earlier in the X server startup, and use
      it for the logging functions (David Dawes).
  61. Parser option handling cleanups/fixes:
       - Ensure that option data is allocated by the parser, rather than
         externally allocated or static.
       - Free replaced option data.
       - Make xf86ParseOption's handling of multiple options of the same
         name consistent with all other cases (last occurrence is used).
       - Fix a bug in the handling of the Keyboard section "xleds" keyword.
      (David Dawes).

Revision 3.245 / (view) - annotate - [select for diffs] , Wed Jun 28 02:20:27 2006 UTC (6 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_6_99_5, xf-4_6_99_4, xf-4_6_99_3
Changes since 3.244: +31 -28 lines
Diff to previous 3.244
  42. Avoid memory leaks in command line processing (David Dawes).
  41. Improve support for the XFree86CustomVersion imake parmeter,
      and customisation of some initial server messages (David Dawes).
plus some typo fixes

Revision 3.244 / (view) - annotate - [select for diffs] , Tue Jun 27 17:43:59 2006 UTC (6 years, 11 months ago) by dawes
Branch: MAIN
Changes since 3.243: +7 -1 lines
Diff to previous 3.243
  38. Allow finer control of loader debugging (David Dawes).

Revision 3.243 / (view) - annotate - [select for diffs] , Sun Jun 25 03:12:54 2006 UTC (6 years, 11 months ago) by dawes
Branch: MAIN
Changes since 3.242: +9 -2 lines
Diff to previous 3.242
fix bug introduced in recent change

Revision 3.242 / (view) - annotate - [select for diffs] , Mon Jun 19 12:43:26 2006 UTC (7 years ago) by tsi
Branch: MAIN
CVS Tags: xf-4_6_99_2
Changes since 3.241: +2 -2 lines
Diff to previous 3.241
  15. Fix uname(2) usage throughout the source tree.  This is an extension of
      Alan Coopersmith's response to X.Org Bugzilla #2123 (Marc La France).

Revision 3.241 / (view) - annotate - [select for diffs] , Sat Jun 17 00:17:21 2006 UTC (7 years ago) by dawes
Branch: MAIN
Changes since 3.240: +1369 -1376 lines
Diff to previous 3.240
Reformat/indent in preparation for later changes.

Revision 3.240 / (view) - annotate - [select for diffs] , Sat Apr 8 17:30:26 2006 UTC (7 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_6_99_1, xf-4_6_0, xf-4_6-branch, xf-4_5_99_904, xf-4_5_99_903
Changes since 3.239: +2 -2 lines
Diff to previous 3.239
 268. Build fixes for OS/2 (Bugzilla #1663, Frank Giessler).

Revision 3.239 / (view) - annotate - [select for diffs] , Mon Apr 3 16:52:00 2006 UTC (7 years, 2 months ago) by dawes
Branch: MAIN
Changes since 3.238: +6 -2 lines
Diff to previous 3.238
 262. Stop at the first successful probe on each autoconfig retry, minimising
      unnecessary probes (David Dawes).

Revision 3.238 / (view) - annotate - [select for diffs] , Tue Mar 21 03:56:26 2006 UTC (7 years, 3 months ago) by dawes
Branch: MAIN
Changes since 3.237: +6 -5 lines
Diff to previous 3.237
 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.237 / (view) - annotate - [select for diffs] , Fri Mar 17 02:25:03 2006 UTC (7 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_5_99_902
Changes since 3.236: +4 -5 lines
Diff to previous 3.236
 247. The new loader eliminates the need to defer unloading drivers when using
      autoconfig (David Dawes).

Revision 3.236 / (view) - annotate - [select for diffs] , Thu Mar 16 16:49:56 2006 UTC (7 years, 3 months ago) by dawes
Branch: MAIN
Changes since 3.235: +2 -2 lines
Diff to previous 3.235
 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.235 / (view) - annotate - [select for diffs] , Sat Mar 11 17:36:50 2006 UTC (7 years, 3 months ago) by tsi
Branch: MAIN
Changes since 3.234: +4 -2 lines
Diff to previous 3.234
IRIX build fixes

Revision 3.234 / (view) - annotate - [select for diffs] , Tue Mar 7 01:03:40 2006 UTC (7 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_5_99_901
Changes since 3.233: +2 -2 lines
Diff to previous 3.233
 234. Fix an error in the handling of PRIVS_ELEVATED (David Dawes, reported
      by Takaaki Nomura).

Revision 3.233 / (view) - annotate - [select for diffs] , Thu Mar 2 03:00:36 2006 UTC (7 years, 3 months ago) by dawes
Branch: MAIN
Changes since 3.232: +44 -5 lines
Diff to previous 3.232
 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.232 / (view) - annotate - [select for diffs] , Tue Feb 28 22:32:38 2006 UTC (7 years, 3 months ago) by dawes
Branch: MAIN
Changes since 3.231: +1 -18 lines
Diff to previous 3.231
 228. Remove unused beta/expiry code from the XFree86 server (David Dawes).

Revision 3.231 / (view) - annotate - [select for diffs] , Fri Feb 17 18:17:55 2006 UTC (7 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_5_99_22
Changes since 3.230: +6 -6 lines
Diff to previous 3.230
 214. Allow the privileged XFree86 server options to be used by a normal
      user when the server is not setuid/setgid (David Dawes).

Revision 3.230 / (view) - annotate - [select for diffs] , Fri Oct 14 14:16:33 2005 UTC (7 years, 8 months ago) by tsi
Branch: MAIN
CVS Tags: 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.229: +7 -7 lines
Diff to previous 3.229
 161. Implement a major #include rework throughout the tree.  Also enforce it
      for all non-external builds (i.e. in-tree & SDK)  (Marc La France).
 160. Rework the building of hw/xfree86/parser to be more in line with the
      building of other server subdirectories (such as common/)
      (Marc La France).
 159. ANSIfy /xc/lib/font/builtins/, and fix warnings, whitespace & formatting
      (Marc La France).

Notes:
 - `make World` highly recommended ;-)
 - This will be further tested in the next few days.

Revision 3.229 / (view) - annotate - [select for diffs] , Fri Jun 3 00:38:03 2005 UTC (8 years 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_13, xf-4_5_99_12, xf-4_5_99_11, xf-4_5_99_10
Changes since 3.228: +30 -57 lines
Diff to previous 3.228
  59. Ensure signals are trapped during -configure or -probe (Marc La France).

Revision 3.228 / (view) - annotate - [select for diffs] , Mon Mar 7 17:32:40 2005 UTC (8 years, 3 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
Changes since 3.227: +3 -3 lines
Diff to previous 3.227
consistent formatting for single digit dates

Revision 3.227 / (view) - annotate - [select for diffs] , Tue Feb 15 03:08:27 2005 UTC (8 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_903, xf-4_4_99_902
Changes since 3.226: +6 -4 lines
Diff to previous 3.226
 328. Fix server crash with -configure option (and -probe option)
      (Bugzilla #1546 Nicolas Joly, David Dawes).

Revision 3.226 / (view) - annotate - [select for diffs] , Fri Jan 28 02:11:19 2005 UTC (8 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_901
Changes since 3.225: +19 -18 lines
Diff to previous 3.225
 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.225 / (view) - annotate - [select for diffs] , Wed Jan 26 18:22:54 2005 UTC (8 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_22
Changes since 3.224: +43 -19 lines
Diff to previous 3.224
 285. Print the XFree86 command line in the log file (David Dawes).

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

Revision 3.223 / (view) - annotate - [select for diffs] , Fri Jan 7 23:03:13 2005 UTC (8 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_21
Changes since 3.222: +112 -50 lines
Diff to previous 3.222
 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.222 / (view) - annotate - [select for diffs] , Thu Nov 18 22:41:31 2004 UTC (8 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_20, xf-4_4_99_19, xf-4_4_99_18
Changes since 3.221: +2 -2 lines
Diff to previous 3.221
typo

Revision 3.221 / (view) - annotate - [select for diffs] , Sun Nov 7 04:22:50 2004 UTC (8 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_17
Changes since 3.220: +3 -1 lines
Diff to previous 3.220
missed a line

Revision 3.220 / (view) - annotate - [select for diffs] , Sun Nov 7 04:20:59 2004 UTC (8 years, 7 months ago) by dawes
Branch: MAIN
Changes since 3.219: +75 -34 lines
Diff to previous 3.219
 211. Add experimental '-novt' and '-nohw' options to the XFree86 server
      (David Dawes).
 210. Restore default mode "zoom" behaviour by not marking multiple
      default modes of the same name as "userdef", and fix zoom when using
      an randr-selected root window size (David Dawes).

Revision 3.219 / (view) - annotate - [select for diffs] , Sat Oct 23 14:29:29 2004 UTC (8 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_16
Changes since 3.218: +2 -2 lines
Diff to previous 3.218
 200. Fix various statement not reached warnings, including some real bugs
      (David Dawes).

Revision 3.218 / (view) - annotate - [select for diffs] , Wed Jun 23 16:04:14 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_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.217: +3 -3 lines
Diff to previous 3.217
Reset vendor strings.

Revision 3.217 / (view) - annotate - [select for diffs] , Wed Jun 2 21:43:04 2004 UTC (9 years ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_7
Changes since 3.216: +19 -2 lines
Diff to previous 3.216
 115. Integrate the TinyX servers into the standard XFree86 build:
       - Numerous build and warning fixes.
       - Eliminate unnecessary requirement differences at the DIX level
         for the XFree86 and TinyX servers.
       - Eliminate unnecessary wrapper-related hacks for non-XFree86 servers.
       - Fix libglx module build.
       - Support for building "tiny" sets of some device-independent modules,
         allowing control over which pervasive extensions are included in
         the TinyX servers.
       - Support for omitting extensions and font backends from TinyX.
       - Add per-server usage message support.
       - Numerous build/config cleanups.
      (X-Oz Technologies).

Revision 3.216 / (view) - annotate - [select for diffs] , Tue Jun 1 00:23:50 2004 UTC (9 years ago) by dawes
Branch: MAIN
Changes since 3.215: +183 -43 lines
Diff to previous 3.215
 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.215 / (view) - annotate - [select for diffs] , Sat Apr 3 22:26:23 2004 UTC (9 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_6, xf-4_4_99_5, xf-4_4_99_4, xf-4_4_99_3
Changes since 3.214: +3 -3 lines
Diff to previous 3.214
  61. Updates for the SCO port:
      - Update the transport layer code to allow the LOCAL SCO connection
        type to be used for more than just X protocol connections.
      - Handle the XFree86 server's reassignment of stdin and stdout at
        startup more cleanly.
      - Cleanup the mix of SCO-related preprocessor symbols, unifying them
        to "__SCO__".
      (Bugzilla #1301, Kean Johnston).

Revision 3.214 / (view) - annotate - [select for diffs] , Sun Mar 14 02:25:38 2004 UTC (9 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_2
Changes since 3.213: +1 -22 lines
Diff to previous 3.213
Remove unused 64-bit scanline special cases.

Revision 3.213 / (view) - annotate - [select for diffs] , Fri Feb 13 23:58:37 2004 UTC (9 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_4_99_1, xf-4_4_0, xf-4_4-branch, xf-4_3_99_903
Changes since 3.212: +40 -20 lines
Diff to previous 3.212
 802. Licence update.
(except client-side libraries)

Revision 3.212 / (view) - annotate - [select for diffs] , Tue Jan 27 01:31:45 2004 UTC (9 years, 4 months ago) by dawes
Branch: MAIN
Changes since 3.211: +37 -26 lines
Diff to previous 3.211
 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.211 / (view) - annotate - [select for diffs] , Sat Nov 1 00:47:01 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
Changes since 3.210: +1 -3 lines
Diff to previous 3.210
Re-enable automatic configuration (dunno why it was disabled).

Revision 3.210 / (view) - annotate - [select for diffs] , Wed Oct 29 04:17:21 2003 UTC (9 years, 7 months ago) by dawes
Branch: MAIN
Changes since 3.209: +2 -2 lines
Diff to previous 3.209
 530. Call OsCleanup() at the end of each server generation, and add an
      argument to indicate when the server is terminating.  This allows
      misc end-of-generation cleanups to be added to OsCleanup() (David Dawes).
 529. Explicitly free the DPMS and ScreenSaver timer resources at the end
      of each server generation (David Dawes).

Revision 3.209 / (view) - annotate - [select for diffs] , Fri Oct 17 19:02:12 2003 UTC (9 years, 8 months ago) by alanh
Branch: MAIN
Changes since 3.208: +6 -1 lines
Diff to previous 3.208
 505. Declare LoadPalette, SetOverscan and DPMSSet as public functions through
      the XFree86's ScrnInfoRec, so these functions can be wrapped.
      (Alan Hourihane).

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

Revision 3.207 / (view) - annotate - [select for diffs] , Wed Sep 24 02:16:52 2003 UTC (9 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_3_99_13
Changes since 3.206: +5 -3 lines
Diff to previous 3.206
Some more format warnings.

Revision 3.206 / (view) - annotate - [select for diffs] , Tue Sep 9 02:20:36 2003 UTC (9 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_3_99_12
Changes since 3.205: +27 -30 lines
Diff to previous 3.205
 437. Move the X server log file handling from the XFree86 DDX to the DIX,
      allowing the more descriptive logging to be used throughout the server,
      and the log messages to be more uniform in formatting (David Dawes).

Revision 3.205 / (view) - annotate - [select for diffs] , Tue Sep 2 16:13:39 2003 UTC (9 years, 9 months ago) by tsi
Branch: MAIN
Changes since 3.204: +2 -2 lines
Diff to previous 3.204
Typo

Revision 3.204 / (view) - annotate - [select for diffs] , Mon Aug 25 04:54:24 2003 UTC (9 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_3_99_11
Changes since 3.203: +2 -2 lines
Diff to previous 3.203
typo

Revision 3.203 / (view) - annotate - [select for diffs] , Mon Aug 25 03:32:01 2003 UTC (9 years, 9 months ago) by dawes
Branch: MAIN
Changes since 3.202: +2 -5 lines
Diff to previous 3.202
Use the same test for uname()'s availability as imake uses.

Revision 3.202 / (view) - annotate - [select for diffs] , Sun Aug 24 16:43:06 2003 UTC (9 years, 9 months ago) by tsi
Branch: MAIN
Changes since 3.201: +20 -1 lines
Diff to previous 3.201
 395. Include uname(2)nformation in the server's banner messages
      Marc La France).

Revision 3.201 / (view) - annotate - [select for diffs] , Sun Aug 24 16:36:52 2003 UTC (9 years, 9 months ago) by dawes
Branch: MAIN
Changes since 3.200: +27 -3 lines
Diff to previous 3.200
Add/update copyright and license notices.

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

Revision 3.199 / (view) - annotate - [select for diffs] , Tue Mar 25 04:18:21 2003 UTC (10 years, 2 months ago) by dawes
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
Changes since 3.198: +4 -1 lines
Diff to previous 3.198
  26. Updates for building on OS/2 (#5650, Frank Giessler).

Revision 3.198 / (view) - annotate - [select for diffs] , Wed Feb 26 09:21:38 2003 UTC (10 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_3_99_1, xf-4_3_0_2, xf-4_3_0_1, xf-4_3_0, xf-4_3-branch
Changes since 3.197: +2 -1 lines
Diff to previous 3.197
 960. Move the XF86_DATE definition to a separate file so that bumping it
      doesn't trigger almost everything to be rebuilt (David Dawes).

Revision 3.197 / (view) - annotate - [select for diffs] , Sun Feb 9 00:18:15 2003 UTC (10 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_2_99_902
Changes since 3.196: +5 -2 lines
Diff to previous 3.196
 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.196 / (view) - annotate - [select for diffs] , Fri Jan 31 20:46:46 2003 UTC (10 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_2_99_901
Changes since 3.195: +2 -1 lines
Diff to previous 3.195
Update the build date more reliably.

Revision 3.195 / (view) - annotate - [select for diffs] , Tue Jan 28 22:41:38 2003 UTC (10 years, 4 months ago) by dawes
Branch: MAIN
Changes since 3.194: +22 -10 lines
Diff to previous 3.194
Changes to the XFree86 server initial version/info message, including adding
the build date.

Revision 3.194 / (view) - annotate - [select for diffs] , Sun Jan 26 16:40:41 2003 UTC (10 years, 4 months ago) by eich
Branch: MAIN
Changes since 3.193: +3 -2 lines
Diff to previous 3.193
 788. Inform Render of laptop LCD color component order in Radeon driver
      (Keith Packard)

Revision 3.193 / (view) - annotate - [select for diffs] , Tue Dec 3 18:17:40 2002 UTC (10 years, 6 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_2_99_4, xf-4_2_99_3
Changes since 3.192: +3 -2 lines
Diff to previous 3.192
Build fixes

Revision 3.192 / (view) - annotate - [select for diffs] , Sat Oct 19 19:04:21 2002 UTC (10 years, 8 months ago) by herrb
Branch: MAIN
CVS Tags: xf-4_2_99_2
Changes since 3.191: +2 -2 lines
Diff to previous 3.191
Cast NULL to void * when used in varargs lists.
Not all systems define NULL as an explicit pointer.

Revision 3.191 / (view) - annotate - [select for diffs] , Fri Oct 11 00:40:30 2002 UTC (10 years, 8 months ago) by dawes
Branch: MAIN
Changes since 3.190: +2 -1 lines
Diff to previous 3.190
 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.190 / (view) - annotate - [select for diffs] , Sun Sep 29 22:54:34 2002 UTC (10 years, 8 months ago) by keithp
Branch: MAIN
Changes since 3.189: +4 -1 lines
Diff to previous 3.189
Add RandR support to XFree86 DDX

Revision 3.189 / (view) - annotate - [select for diffs] , Thu Sep 26 01:56:49 2002 UTC (10 years, 8 months ago) by keithp
Branch: MAIN
Changes since 3.188: +14 -0 lines
Diff to previous 3.188
Add image transformation and sub-pixel ordering to Render

Revision 3.188 / (view) - annotate - [select for diffs] , Fri May 31 17:45:58 2002 UTC (11 years ago) by dawes
Branch: MAIN
CVS Tags: xf-4_2_99_1
Changes since 3.187: +3 -3 lines
Diff to previous 3.187
 148. Major OS/2 support update (#5119, Holger Veit).

Revision 3.187 / (view) - annotate - [select for diffs] , Thu Apr 4 14:05:40 2002 UTC (11 years, 2 months ago) by eich
Branch: MAIN
Changes since 3.186: +23 -7 lines
Diff to previous 3.186
  99. Fixed i810 crash on vt switch due to call to Sync() while switched away
      (Andris Pavenis).
  98. Fixed MGAG550 HW Cursor (Laure-Amelie Couturie).
  97. Added Xv support to neomagic driver (Shigehiro Nomura).
  96. Implemented cross compile environment (Egbert Eich).
  95. Added AMD x86-64 architecture support (Egbert Eich).
  94. Fixed memory leaks in xkb code (Egbert Eich).
  93. Fixed several memory leaks in the config file parser and initialization
      routines (Egbert Eich).
  92. Added CardBus bridge support (Egbert Eich).
  91. Fixed strdup() define in glx (Egbert Eich).
  90. Extended xf86misc extension to support changing the mouse device
      (Egbert Eich).
  89. Replaced strdup() in xf86Configure.c with xalloc()/strcpy() to avoid
      conflicts when using internal malloc (Egbert Eich).
  88. Extended memory debugging: Added signal handler to trigger a memory
      debugger dump on SIGUSR2 when compiled with memleak support
      (Egbert Eich).
  87. Set vtSema to FALSE when suspended by APM to catch calls to 2D accel
      functions (Egbert Eich).
  86. Implemented mouse protocol detection by analyzing data stream
      (Egbert Eich).
  85. Added PnP mouse detection for PS/2, ImPS/2 and older MS serial mice
      (Egbert Eich).
  84. Fixed gamma correction code for Trident 9397 (Alan Hourihane).
  83. Fixed C&T driver to avoid initialization of video in non-linear mode
      (Egbert Eich).
  82. Changed C&T driver to allow video even if acceleration is disabled
      (Egbert Eich).
  81. Attempt to implement a more consistent handling of HW cursor in C&T
      driver (Egbert Eich).
  80. Fixed MGA driver to make HALlib work with VESA framebuffer modes
      (Egbert Eich).
  79. Reworked Rendition driver (Egbert Eich).
  78. S3 Virge driver: added minimal gap between SyncStart and HDisplay to
      avoid video lockups (Egbert Eich).
  77. Fixed memory leaks in S3 Savage driver (Egbert Eich).
  76. Modified several drivers to do int10 initialization using the
      VBE functions instead of calling int10 directly (Egbert Eich).
  75. Fixed video support and mode initialization in Silicon Motion driver,
      removed wait for v-retrace (Egbert Eich).
  74. Misc fixes to SiS driver (Thomas Winischhofer).
  73. Added support for 1400x1050 screen in Trident driver (Egbert Eich).
  72. Fixed several video issues for Trident CyberBladeXP chips (Egbert Eich).
  71. Added probe for Tseng ISA chips (Egbert Eich).
  70. Added 'KGAUniversal' option to generic vga driver which changes handling
      left overscan to work also on chips with C&T core (ie all C&T and Intel
      graphics chips) (Egbert Eich).
  69. Modified int10 code to map area between V_BIOS and SYS_BIOS instead of
        copying it. Copying causes problems if legacy devices map MMIO
        registers there (Egbert Eich).
  68. Implemented an extended int10 init function to allow passing flags
        (Egbert Eich).
  67. Implemented optional handling of BIOS video mode scratch area in int10
        code (Egbert Eich).
  66. Again modified MTRR range splitting (Egbert Eich).
  65. Added funtions to VBE to save and restore a video mode (Egbert Eich).
  64. Added missing commas to symbols/us_intl (Hans Lunsing).
  63. Added Ungherese (qwerty) support (Koblinger Egmont).
  62. Added Euro symbol for hungarian kbd layout (Koblinger Egmont).

Revision 3.186 / (view) - annotate - [select for diffs] , Tue Feb 19 11:13:54 2002 UTC (11 years, 4 months ago) by alanh
Branch: MAIN
Changes since 3.185: +3 -2 lines
Diff to previous 3.185
fix core keyboard & mouse initialization on server resets when more
than one keyboard exists.

Revision 3.185 / (view) - annotate - [select for diffs] , Tue Jan 15 01:56:56 2002 UTC (11 years, 5 months ago) by dawes
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
Changes since 3.184: +50 -1 lines
Diff to previous 3.184
 677. Change the default verbosity level for stderr from 1 to 0 (David Dawes).
 676. Set the X server's stderr to non-blocking for non-root users
      (David Dawes).

Revision 3.184 / (view) - annotate - [select for diffs] , Mon Oct 29 18:16:38 2001 UTC (11 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_1_99_5, xf-4_1_99_4, xf-4_1_99_3, xf-4_1_99_2
Branch point for: Domain-branch
Changes since 3.183: +2 -2 lines
Diff to previous 3.183
Don't refer to the non-existant FAQ URL.

Revision 3.183 / (view) - annotate - [select for diffs] , Wed Aug 15 15:25:21 2001 UTC (11 years, 10 months ago) by paulo
Branch: MAIN
CVS Tags: xf-4_1_99_1
Changes since 3.182: +3 -1 lines
Diff to previous 3.182
Summary of changes for grab removal/client-closedown key sequences:

o Changed XF86MISC_MINOR_VERSION from 4 to 5
o Added the function "int XF86MiscSetGrabKeysState(Display *dpy, Bool enable)"
  to the XF86Misc extension. The enable argument means allow or disallow the
  use of the keys Ctrl+Alt+KP_Divide or Ctrl+Alt+KP_Multiply.
  The return values are:
  MiscExtGrabStateSuccess:	success, enabled or disabled key sequences
  MiscExtGrabStateLocked:	another client already disabled the key
				sequences
  MiscExtGrabStateAlready:	call for enabling when enabled, or disable
				when disabled
o The key sequence Ctrl+Alt+KP_Divide deactivates any active keyboard/pointer
  grab, if the XF86Config option allowDeactivateGrabs is set.
o The key sequence Ctrl+Alt+KP_Multiply closes the connection for the client
  owner of any active keyboard/pointer/server grab, if the XF86Config option
  allowClosedownGrabs is set.

Sample program to protect xlock from being killed:
--%<--
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <X11/Xlib.h>
#include <X11/extensions/xf86misc.h>

int
main(int argc, char *argv[])
{
    int xfree86, major, minor;
    Display *display = XOpenDisplay(NULL);

    if (display == NULL) {
	fprintf(stderr, "Cannot open display.\n");
	exit(1);
    }

    xfree86 = strstr(ServerVendor(display), "XFree86");

    if (xfree86) {
	signal(SIGHUP, SIG_IGN);
	signal(SIGPIPE, SIG_IGN);
	signal(SIGINT, SIG_IGN);
	signal(SIGQUIT, SIG_IGN);

	if (XF86MiscQueryVersion(display, &major, &minor) == False) {
	    fprintf(stderr, "Failed to call XF86MiscQueryVersion.\n");
	    exit(1);
	}

	if (major >= 0 && minor >= 5 &&
	    XF86MiscSetGrabKeysState(display, False) ==
	    MiscExtGrabStateLocked) {
	    fprintf(stderr, "Cannot disable XFree86 hotkeys to remove grabs.\n");
	    exit(1);
	}
	XFlush(display);
    }

    system("xlock");

    if (xfree86 && major >= 0 && minor >= 5) {
	XF86MiscSetGrabKeysState(display, True);
	XFlush(display);
    }

    return (0);
}
--%<--

compile it as:
cc -o wrap-xlock wrap-xlock.c -I/usr/X11R6/include -L/usr/X11R6/lib -lX11 -lXext -lXxf86misc

Another option is to add this code to the screen lock programs.

Note that for safety, only screensavers should use this api.

Revision 3.182 / (view) - annotate - [select for diffs] , Mon Aug 13 16:46:05 2001 UTC (11 years, 10 months ago) by dawes
Branch: MAIN
Changes since 3.181: +2 -2 lines
Diff to previous 3.181
 198. Fix some typos in the iso8859-2 Compose file (#4799, Kamil Toman).
 197. Add some XKB options to allow the CapsLock behaviour to be easily
      selected (#4794, Ivan Pascal).
 196. Don't reference the log file in the FatalError message if it hasn't
      been opened yet (#4793, Branden Robinson).

Revision 3.181 / (view) - annotate - [select for diffs] , Wed Jul 25 14:05:05 2001 UTC (11 years, 10 months ago) by dawes
Branch: MAIN
Changes since 3.180: +1 -5 lines
Diff to previous 3.180
 156. Remove most X_NOT_STDC_ENV code, and assume that __STDC__ is defined
      (David Dawes).

Revision 3.180 / (view) - annotate - [select for diffs] , Mon Jul 23 12:15:47 2001 UTC (11 years, 10 months ago) by dawes
Branch: MAIN
Changes since 3.179: +2 -8 lines
Diff to previous 3.179
Remove (stale) support for Amoeba and Minix.

Revision 3.179 / (view) - annotate - [select for diffs] , Tue Jun 12 03:27:14 2001 UTC (12 years ago) by tsi
Branch: MAIN
Changes since 3.178: +9 -8 lines
Diff to previous 3.178
  98. Ensure PCI master aborts are allowed to complete normally on non-root
      buses (Marc La France).
  97. Allow ChipScreenInit()'s to load modules during the first server
      generation (Marc La France).

Revision 3.178 / (view) - annotate - [select for diffs] , Fri May 25 01:44:35 2001 UTC (12 years ago) by tsi
Branch: MAIN
Changes since 3.177: +4 -3 lines
Diff to previous 3.177
  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.177 / (view) - annotate - [select for diffs] , Thu May 24 18:43:04 2001 UTC (12 years ago) by dawes
Branch: MAIN
Changes since 3.176: +3 -1 lines
Diff to previous 3.176
  22. Add an lv entry to XKB's keymap/xfree86 file (#4685, Nerijus Baliunas).
  21. Fix some typos in XKB's xfree86.lst file (#4684, Nerijus Baliunas).
  20. Add DDXOSVERRORF ifdefs to the XFree86 ddx code that make use of the
      OsVendorVErrorFProc feature (#4678, Michel Dänzer).
  19. Convert the r128 driver's "UseBIOSDisplay" option into a more general
      "Display" option (#4678, Michel Dänzer).

Revision 3.176 / (view) - annotate - [select for diffs] , Fri May 18 22:35:31 2001 UTC (12 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0_99_900
Branch point for: xf-4_1-branch
Changes since 3.175: +7 -2 lines
Diff to previous 3.175
 559. Savage driver updates, including compiler warning fixes, document
      the "ShadowStatus" option in the man page, and fix an argument
      mismatch between ShadowWait and SavageWaitQueue (#4661, Tim Roberts).
 558. Update the wacom driver to add a "ScreenNo" option to allow a tablet
      to be attached to a screen in a multi-head setup, and to add auto-
      detection of USB line and max parameters of USB tablets (#4640,
      Frederic Lepied).
 557. Add a README file that has information about enabling the extra buttons
      on the IBM Rapid Access keyboard (#4639, Dennis Bjorklund).
 556. Fix some Slovene/Slovak confusion in locale.dir/locale.alias files
      (#4638, Kamil Toman).
 555. New XKB keymaps for cz and sk (#4634, 4637, Kamil Toman).
 554. Updates for the iso8859-2 Compose file (#4634, Kamil Toman).
 553. Check V_CSYNC in the r128 driver, and fix building with R128_DEBUG
      enabled (#4631, Michel Dänzer).

Revision 3.175 / (view) - annotate - [select for diffs] , Thu Feb 8 23:36:26 2001 UTC (12 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0_99_3, xf-4_0_99_2, xf-4_0_99_1
Changes since 3.174: +5 -5 lines
Diff to previous 3.174
implement new version scheme

Revision 3.174 / (view) - annotate - [select for diffs] , Sat Jan 27 18:20:45 2001 UTC (12 years, 4 months ago) by dawes
Branch: MAIN
Changes since 3.173: +9 -4 lines
Diff to previous 3.173
  88. Set the version strings in man pages dynamically (David Dawes).
  87. Remove the XF86_VERSION string from xf86Version.h, leaving just
      the numerical values.  All the version information is now derived
      from that single set of values (David Dawes).

Revision 3.173 / (view) - annotate - [select for diffs] , Fri Dec 1 00:24:33 2000 UTC (12 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0_3b, xf-4_0_3a, xf-4_0_3, xf-4_0_2c, xf-4_0_2b, xf-4_0_2a, xf-4_0_2-branch, xf-4_0_2-bindist, xf-4_0_2, xf-4_0_1h, xf-4_0_1Zc, xf-4_0_1Zb, xf-4_0_1Za, xf-4_0_1Z, pre-R651-import
Changes since 3.172: +6 -2 lines
Diff to previous 3.172
1037. Fix an i810 init problem that resulted in the fallback to 2D failing
      for one case where there's insufficient memory to enable the DRI
      (David Dawes, from VA's 7.0.1).
1036. Add support for printing a vendor-specific version string in the
      X server startup messages (David Dawes, from VA's 7.0.1).
1035. Xwd workaround for a gcc bug (Red Hat's XFree86-4.0.1-xwd-gcc-workaround
      patch).
1034. Fixes for sparc drivers, mostly to prevent accessing the hardware
      when the server doesn't have control of the VT (Red Hat's
      XFree86-4.0.1-ffb patch).
1033. Use OS-provided interface for accessing PCI config space on Linux/ia64
      (based on Red Hat's XFree86-4.0.1-ia64-pci patch).
1032. Use AsmDefines when processing the Sparc assembler code for cfb
      (based on Red Hat's XFree86-4.0-sparc-asmflags patch).

Revision 3.172 / (view) - annotate - [select for diffs] , Mon Nov 27 05:06:46 2000 UTC (12 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0_1g
Changes since 3.171: +2 -2 lines
Diff to previous 3.171
 987. Safe tempfile handline for imake's probing of glibc version (based on
      #4257, Colin Phipps).
 986. Fix typo in dvorak xkb symbols file, plus white space cleanup (#4256,
      Branden Robinson).
 985. Fix typo in server startup message (#4255, Branden Robinson).
 984. Make XOpenDisplay() bail out if the server claims that its vendor
      string is > 256 in length (#4254).
Fix typo introduced in Xres.cpp in previous commit.

Revision 3.171 / (view) - annotate - [select for diffs] , Mon Nov 13 23:09:53 2000 UTC (12 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0_1f
Changes since 3.170: +10 -2 lines
Diff to previous 3.170
Make module ABI compatibility mismatches fatal by default (and a command
line option to make it non-fatal).

Revision 3.170 / (view) - annotate - [select for diffs] , Fri Nov 3 18:46:07 2000 UTC (12 years, 7 months ago) by eich
Branch: MAIN
CVS Tags: xf-4_0_1e
Changes since 3.169: +10 -2 lines
Diff to previous 3.169
 897. Added render extension support to tseng driver (Egbert Eich).
 896. Fixed clock code in neomagic driver (Egbert Eich).
 899. xf86Configure now uses the imake variable xf86ConfigFile (Egbert Eich).
 898. xf86cfg has a new option for a server path (Egbert Eich).
 897. xf86cfg can now handle more than one command line argument (Egbert Eich).
 895. Added a delay to dac code in neomagic driver (Egbert Eich).
 894. Changed shadowfb to use delayed updates in neomagic
       driver (Egbert Eich).
 893. Rewrote ddc code in nv driver (Egbert Eich).
 892. Rewrote ddc code in neomagic driver (Egbert Eich).
 891. Fixed problems with enter/leave/closeScreen in nv
       driver (Egbert Eich).
 890. Fixed a bug in the fixed modelines in trident driver (Egbert Eich).
 889. Added reinitialization of blitter on enterVT in trident
       driver (Egbert Eich).
 888. Fixed a typo which caused wrong register to be set in trident
       driver (Egbert Eich).
 887. Added loader symbol handling to tseng driver (Egbert Eich).
 886. Changed tseng driver to use fb instead of cfb (Egbert Eich).
 885. Changed chips driver to use fb instead of cfb (Egbert Eich).
 884. Added render extension support to chips driver (Egbert Eich).
 883. Added render extension support to neomagic driver (Egbert Eich).
 882. Added render extension support to nv driver (Egbert Eich).
 881. Modified helper_mem.c to map everything between video bios and
       system bios on PC-like platforms (Egbert Eich).
 880. Modified Linux mapVidMem() to map memory on page boundaries
       (Egbert Eich).
 879. Changed BIOS_SIZE (Sys BIOS) from 0x10000 to 0xffff to make
       int10 work un DGUX (Takis Psarogiannakopoulos).
 878. Fixed a bug in the argument list of the call to xf86ReadPciBIOS()
       from int10/pci.c (Egbert Eich).
 877. Added simple sanity check to catch situation where DDC reads
       all 0 and therefore trivially has the correct checksum (Egbert Eich).
 876. Changed i2c code to allow for longer rise/fall times on longer
       cables (Egbert Eich).
 875. Removed limit on default visual for 4bpp (Egbert Eich).
 874. Added macros to build nv driver on AXP (Jay Estabrook).
 873. Changed -configure to use primary card as first card (Egbert Eich).
 872. Changed generic vga driver to not unmap memory when switched away.
 871. Fixed problem that caused APM support to be disabled on server
       reset (Egbert Eich).
 870. Added support for newer sparse AXP systems (Egbert Eich).
 869. Added support for MGA G100 PCI (Egbert Eich).

Revision 3.169 / (view) - annotate - [select for diffs] , Thu Nov 2 04:44:54 2000 UTC (12 years, 7 months ago) by dawes
Branch: MAIN
Changes since 3.168: +15 -6 lines
Diff to previous 3.168
Print a server message for pre-release versions stating that they're
not supported.

Revision 3.168 / (view) - annotate - [select for diffs] , Mon Oct 30 23:02:11 2000 UTC (12 years, 7 months ago) by tsi
Branch: MAIN
Changes since 3.167: +1 -34 lines
Diff to previous 3.167
 832. Split ATI driver into two modules in preparation for merging in the
      r128 and radeon drivers (Marc La France).

Revision 3.167 / (view) - annotate - [select for diffs] , Fri Oct 27 17:31:02 2000 UTC (12 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0_1d
Changes since 3.166: +6 -1 lines
Diff to previous 3.166
 829. Add code to the xf86config utility to get the list of XKB selections
      from the appropriate XKB files rather than having them hard-coded.
      Also allow XkbOptions to be set (#4209, Ivan Pascal).
 828. Fix two more bugs in xkbcomp: handling of 'keycode aliases', and
      copying of strings when copying structures (#4208, Ivan Pascal).
 827. Xterm patch #147 (#4207, Thomas Dickey).
 826. Move the initialisation of pScrn->EnableDisableFBAccess into
      InitOutput(), which fixes an infinite loop problem that can show up
      on server resets (#4206, Joe Moss).
 825. Make xf86cfg use the same config file search path as the X server
      (#4203, Paulo Cesar Pereira de Andrade).
 824. Update the XFree86 -configure code to put the default font path
      in the Files section of the config file it generates (#4202,
      Paulo Cesar Pereira de Andrade).
 823. Fix a bug in the vesa driver when finding the linear address for the
      card, some compile time warnings, faster code for handling colormap
      changes, and add DGA support (#4201, Paulo Cesar Pereira de Andrade).
 822. Fix a typo in the mga driver that causes planemask problems with
      the PCI version of the G100 (#4198, Antti Tapaninen).
 821. Add an option to the C&T driver to disable "TMED" (DSTN dithering
      scheme) (#A.172, Damir Anicic, #4196, 4197, David Bateman).
 820. Pablo Saratxaga's i18n updates for XFree86 that are used in Mandrake 7.2.
      Includes various new and fixed xkb files, locale name additions and
      updates, and new support for varios charset encodings (#4195,
      Pablo Saratxaga).

Revision 3.166 / (view) - annotate - [select for diffs] , Wed Sep 20 21:04:11 2000 UTC (12 years, 9 months ago) by keithp
Branch: MAIN
Changes since 3.165: +4 -0 lines
Diff to previous 3.165
common: accidentally advertised broken extra pixmap format w/o RENDER extension

Revision 3.165 / (view) - annotate - [select for diffs] , Tue Sep 19 23:09:11 2000 UTC (12 years, 9 months ago) by keithp
Branch: MAIN
Changes since 3.164: +5 -2 lines
Diff to previous 3.164
Add Render support to XAA, trident, r128, tdfx and mga drivers

Revision 3.164 / (view) - annotate - [select for diffs] , Fri Aug 4 15:13:24 2000 UTC (12 years, 10 months ago) by eich
Branch: MAIN
CVS Tags: xf-4_0_1c, xf-4_0_1b
Changes since 3.163: +7 -1 lines
Diff to previous 3.163
 491. fixed handling of backwards compatibility in xvmode (Egbert Eich).
 490. fixed changing mouse protocol with xf86misc extensions (Egbert Eich).
 489. added code to sanitize uninitialized PCI config space
      base addresses (Egbert Eich).
 488. Changed xf86xv.c to call StopVideo(exit=TRUE) even
      if StopVideo(exit=FALSE) has already been sent (Egbert Eich).
 487. fixed core dump in C&T video driver when vt switching
      Changed C&T video driver to only register a block handler
      when StopVideo() is called with exit = TRUE (Egbert Eich).
 486. Fixed Cirrus driver not segfault when termineated while
      switched away (Egbert Eich).
 485. Neomagic driver: select sw cursor when screen stretching is
      enabled (Egbert Eich).
 484. Neomagic driver: fixed problem with screen to screen copy
      on 2200 chipsets (Egbert Eich).
 483. Neomagic driver: fixed 'white screen problem' by implementing
      a signal save delay routine (Egbert Eich).
 482. r128 driver: Fixed colormap set problem when server is switched
      away (Egbert Eich).
 481. r128 driver Added reinitialization of accel engine after vt switch.
 480. fixed a fg/bg color problem in SiS driver (Egbert Eich).
 479. attempt to address some problems with Cyber LCD chipsets in
      Trident driver (Egbert Eich).
 478. tseng driver: Implemented correct MMIO handling (Egbert Eich).
 477. tseng driver: made accel driver multi screen capable (Egbert Eich).
 476. fixed vgaHW driver to use forground color for readability
      test of pallette registers. This prevents annoying flashing
      screen on server start (Egbert Eich).
 475. added module/font/rgb path parameters to xf86cfg (Egbert Eich).

Revision 3.163 / (view) - annotate - [select for diffs] , Thu Jul 13 20:31:36 2000 UTC (12 years, 11 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_0_1a
Changes since 3.162: +3 -3 lines
Diff to previous 3.162
 446. int10 fixes and remove checksum verification (Marc La France).
 445. More message formatting changes for DDC (Marc La France).

Revision 3.162 / (view) - annotate - [select for diffs] , Sun Jun 25 19:17:32 2000 UTC (12 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0g, xf-4_0_1-bindist, xf-4_0_1, xf-4_0Z
Changes since 3.161: +3 -2 lines
Diff to previous 3.161
 381. Possible fix for a problem introduced with item 332 that resulted
      in the first screen's config file data being used for all screens
      (Mark Vojkovich, David Dawes).
 380. Add an imake parameter NothingOutsideProjectRoot that turns off
      installing links and config files, etc, outside of ProjectRoot
      (David Dawes).
 379. Possible fix a problem with 'make install' on Linux when there is
      already a /usr/include/GL directory (David Dawes).

Revision 3.161 / (view) - annotate - [select for diffs] , Tue Jun 20 04:08:44 2000 UTC (13 years ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0f, xf-4_0e
Changes since 3.160: +6 -6 lines
Diff to previous 3.160
 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.160 / (view) - annotate - [select for diffs] , Tue Apr 4 14:54:17 2000 UTC (13 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0d, xf-4_0c, xf-4_0b, xf-4_0a
Changes since 3.159: +2 -2 lines
Diff to previous 3.159
build fix

Revision 3.159 / (view) - annotate - [select for diffs] , Sat Apr 1 01:28:33 2000 UTC (13 years, 2 months ago) by dawes
Branch: MAIN
Changes since 3.158: +1 -2 lines
Diff to previous 3.158
fix double freeing in xf86LoadModules()

Revision 3.158 / (view) - annotate - [select for diffs] , Fri Mar 17 16:19:37 2000 UTC (13 years, 3 months ago) by dawes
Branch: MAIN
Changes since 3.157: +4 -3 lines
Diff to previous 3.157
modify xf86LoadModules() so that it doesn't stop at the first load
failure.

Revision 3.157 / (view) - annotate - [select for diffs] , Sun Mar 5 23:47:46 2000 UTC (13 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0-bindist, xf-4_0, xf-3_9_18Za
Changes since 3.156: +11 -4 lines
Diff to previous 3.156
reduce some of the noise in the server startup messages
fix an unresolved reference to VErrorF from the int10 module.

Revision 3.156 / (view) - annotate - [select for diffs] , Sat Mar 4 03:58:06 2000 UTC (13 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_18Z
Changes since 3.155: +7 -3 lines
Diff to previous 3.155
3928. Restrict the X server -configure option to root, and fix a crash
      when the server fails to read the first stage config file that it
      writes when run with this option (David Dawes).

Revision 3.155 / (view) - annotate - [select for diffs] , Fri Mar 3 00:21:58 2000 UTC (13 years, 3 months ago) by mvojkovi
Branch: MAIN
Changes since 3.154: +1 -4 lines
Diff to previous 3.154
   Keep xf86RegisterRootWindowProperty from freeing data it didn't
allocate.

Revision 3.154 / (view) - annotate - [select for diffs] , Thu Feb 24 05:36:52 2000 UTC (13 years, 3 months ago) by tsi
Branch: MAIN
CVS Tags: xf-3_9_18b, xf-3_9_18a
Changes since 3.153: +12 -7 lines
Diff to previous 3.153
3845. Fix xf86MatchPciInstances() to not cause r128 to report detection of
      other ATI adapters to -probe (Marc La France).
3844. Fix bug in xf86MatchDevices() with -probe or -configure (Marc La France).
3843. More compilation fixups (Marc La France).
3842. Make -probe and -configure use compiled-in driver lists. Make -configure
      work in the static server (Marc La France).
3841. A second attempt at fixing DPS compilation (Marc La France).

Revision 3.153 / (view) - annotate - [select for diffs] , Wed Feb 23 19:16:43 2000 UTC (13 years, 3 months ago) by alanh
Branch: MAIN
Changes since 3.152: +4 -0 lines
Diff to previous 3.152
Add DDC probing support code to the common layer. Drivers will be updated
shortly.

Revision 3.152 / (view) - annotate - [select for diffs] , Mon Feb 21 19:22:52 2000 UTC (13 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_18
Changes since 3.151: +5 -1 lines
Diff to previous 3.151
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.151 / (view) - annotate - [select for diffs] , Sun Feb 13 03:36:04 2000 UTC (13 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_17f, xf-3_9_17Z
Changes since 3.150: +1 -5 lines
Diff to previous 3.150
3757. Add a stub for xf86OSPMOpen() for OS's that don't have their own
      (David Dawes).

Revision 3.150 / (view) - annotate - [select for diffs] , Sat Feb 12 17:02:01 2000 UTC (13 years, 4 months ago) by dawes
Branch: MAIN
Changes since 3.149: +4 -3 lines
Diff to previous 3.149
xf86LoadModules still wasn't right.  This should stop it trying to free
unallocated memory.

Revision 3.149 / (view) - annotate - [select for diffs] , Sat Feb 12 06:31:06 2000 UTC (13 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_17e
Changes since 3.148: +2 -1 lines
Diff to previous 3.148
Oops, I broke xf86LoadModules()

Revision 3.148 / (view) - annotate - [select for diffs] , Fri Feb 11 22:35:52 2000 UTC (13 years, 4 months ago) by dawes
Branch: MAIN
Changes since 3.147: +3 -1 lines
Diff to previous 3.147
3709. Glint driver updates: register int10 module's symbols, and add a
      workaround to set the sync flags in supplied modes to make the HW
      cursor work with FBDev (#3650, Michel Danzer).
3708. Don't "normalise" module names in xf86LoadModules (David Dawes).
3707. Apm driver updates, including updates to the xf86Rush extension (#3649,
      Loic Grenie).
3706. Small cosmetic patch to glide driver (#3648, Loic Grenie).
3705. Fix a bug in the way the BIOS mapping size is calculated in
      in the ReadBIOS functions (#3647, Loic Grenie).

Revision 3.147 / (view) - annotate - [select for diffs] , Thu Feb 10 18:57:30 2000 UTC (13 years, 4 months ago) by dawes
Branch: MAIN
Changes since 3.146: +9 -5 lines
Diff to previous 3.146
3691. Xterm patch #126 (#3635, Thomas Dickey).
3690. Fix for the Japanese PC-98 with GA-RUSH/6PCI in the apm driver (#3634,
      Isao Ohishi).
3689. Update man pages and server messages for -xf86config usage, and
      FatalError when an unsafe path is given by a non-root user (#3633,
      Mark Montague).
3688. Add support for the Melco WHP-PS8 Permedia2-based card for Japanese
      PC-98 machines to the glint driver (#3354, Isao Ohishi).
update GLcore module fix

Revision 3.146 / (view) - annotate - [select for diffs] , Wed Feb 9 15:47:49 2000 UTC (13 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_17d
Changes since 3.145: +5 -1 lines
Diff to previous 3.145
fix some build problems on non-Linux platforms

Revision 3.145 / (view) - annotate - [select for diffs] , Tue Feb 8 13:13:05 2000 UTC (13 years, 4 months ago) by eich
Branch: MAIN
Changes since 3.144: +45 -8 lines
Diff to previous 3.144
See detailed list in CHANGELOG to be submitted later

Revision 3.144 / (view) - annotate - [select for diffs] , Wed Feb 2 21:24:21 2000 UTC (13 years, 4 months ago) by alanh
Branch: MAIN
Changes since 3.143: +0 -4 lines
Diff to previous 3.143
Modularize the mouse driver.

Revision 3.143 / (view) - annotate - [select for diffs] , Tue Jan 25 00:18:29 2000 UTC (13 years, 4 months ago) by alanh
Branch: MAIN
CVS Tags: xf-3_9_17c, xf-3_9_17b
Changes since 3.142: +9 -1 lines
Diff to previous 3.142
Add new -configure option to automatically generate a fresh XF86Config.

Revision 3.142 / (view) - annotate - [select for diffs] , Fri Nov 19 13:54:21 1999 UTC (13 years, 7 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9_17a, xf-3_9_17, xf-3_9_16f, xf-3_9_16e, xf-3_9_16d, xf-3_9_16Za, xf-3_9_16Z
Changes since 3.141: +55 -36 lines
Diff to previous 3.141
3336. Fx up new MMIO macros (#3337, Matt Grossman).
3335. Clean up compiler warnings in lib/font/bitmap (#3411, Matt Grossman).
3334. TGA fixes, add sync on green (#3410, Matt Grossman).
3333. Fix NULL pointer dereference in libXaw (#3406, Christopher Sekiya).
3332. Add Rage128 support (#3405, Rik Faith, funded by ATI).
3331. Add MTRR support for NetBSD and OpenBSD. Add new NetBSD aperture driver
      (#3404, Matthieu Herrb).
3330. Xterm patch #121 (#3402, Thomas Dickey).
3329. Rendition driver bugfixes and alpha related cleanups (#3400,
      Dejan Ilic, Marc Langenbach, Egbert Eich).
3328. Add void input device (#3392, Frederic Lepied).
3327. Changed the Xon serial option to be able to select xon/xoff for input,
      output or both. Add support for Graphire models. Change wacom init
      phase to use new Xoff option (#3391, Frederic Lepied).
3326. Change the SwapAxes option to SwapXY in elographics/microtouch driver
      to match an already existing option in the Dynapro driver. Add a Focus
      class capability to the elographics driver (#3395, Patrick Lecoanet).
3325. Update mouse rate handling (#3388, Harald Koenig).
3324. Fix NULL pointer dereference in misprite.c (#3380, Edward Wang).
3323. Add FBDev and ShadowFB support to glint driver. Add new option
      "NoWriteBitmap" (#3383, Michel Daenzer).
3322. Update SuperProbe to handle S3 Savage4, Savage200 and clean up
      Trio3D/Savage3D detection (#3382,3384 Harald Koenig).
3321. Add new framebuffer code and tiny X DDX architecture (#3379,
      Keith Packard).
3320. Add DGA2 documentation (#3378, Mark Vojkovich).
3319. Update XFree86 manpage wrt -bpp/-depth/-fbbpp (#3377, Andy Isaacson).
3318. Make SuperProbe check primary cards, only (#3374, Harald Koenig).
3317. Add SilkenMouse to *BSD (#3373, Matthieu Herrb).
3316. Allow SilkenMouse to work if not all drivers of an OS support SIGIO
      (#3372, Keith Packard).
3315. Fix a few problems in TGA driver and add support for backing store
      and SilkenMouse (#3371, Matt Grossman).
3314. Add smarter scheduler (#3370, Keith Packard).
3313. Xterm patch #120 (#3369, Thomas Dickey).
3312. Enable xf86SetKbdRate function on Solaris 8 (#3364, David Holland).
3311. Fix some bugs and add acceleration to Rendition server (#3360,
      Dejan Ilic).
3310. Make raw DDC information available as properties in the root window
      (#3357, Andrew Aitchison).
3309. Fix for xf86CreateRootWindow (#3355, Andrew Aitchison).
3308. Add manpage for the chips driver (#3353, David Bateman).
3307. Update contact info (#3352, Andrew van der Stock).
3306. Add kbd rate support for Linux (#3363, Harald Koenig).
3305. Update Portuguese XKB map (#3351, Joao Esteves, Francisco Colaco).
3304. Fix text clipping in 3dfx driver (#3349, Henrik Harmsen).
3303. Fix S3 ViRGE hw cursor (#3348, Harald Koenig).
3302. Fix clipping in 3dfx driver (#3342, Daryll Strauss).
3301. Enable SilkenMouse for 3dfx driver (#3341, Henrik Harmsen).
3300. Enable SIGIO support on LynxOS (#3339, Thomas Mueller).
3299. Get TRUE defined in sigio.c. Fix xterm compile problem on ISC
      (#3338, Michael Rohleder).
3298. Correct DPMS suspend/standby modes for 3dfx driver (#3336,
      Henrik Harmsen)
3297. Xterm patch #119 (#3335, Thomas Dickey).

Revision 3.141 / (view) - annotate - [select for diffs] , Tue Nov 2 16:16:28 1999 UTC (13 years, 7 months ago) by tsi
Branch: MAIN
Changes since 3.140: +1 -9 lines
Diff to previous 3.140
3285. Ensure miInitializeBanking() fails when a bank clip region cannot be
      allocated (Marc La France).
3284. Static server fix for s3virge and nv drivers (Marc La France).
3283. Map MMIO areas on ATI adapters (Marc La France).
3282. Disable DirectColor and gamma support for the original ATI integrated
      controllers (Marc La France).
3281. Linear aperture fixes for ATI 88800 and CT controllers (Marc La France).
3280. Make LCD mode validation changes in ATI driver (CHANGELOG #3271)
      into a development option, restoring the previous behaviour by
      default (Marc La France).
3279. When display subsection mode names run out without yeilding a valid mode,
      continue validation with the largest unvalidated modePool member, rather
      than the first (Marc La France).
3278. Allow drivers to specify whether or not sync/refresh rates in monitor
      sections are optional and use this for ATI LCD support (Marc La France).
3277. Replace xf86Exiting with its DIX counterpart, dispatchException's
      DE_TERMINATE bit (Marc La France).

Revision 3.140 / (view) - annotate - [select for diffs] , Wed Oct 13 21:50:14 1999 UTC (13 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_16c
Changes since 3.139: +7 -5 lines
Diff to previous 3.139
3259. Workaround for problem in xf86RegisterRootWindowProperty() code
      (Jarno Paananen).

Revision 3.139 / (view) - annotate - [select for diffs] , Wed Oct 13 21:32:59 1999 UTC (13 years, 8 months ago) by dawes
Branch: MAIN
Changes since 3.138: +6 -1 lines
Diff to previous 3.138
3257. Out of memory fixes for the mi region code (#3323, 3324, Keith Packard).
3256. "Silken Mouse" support (#3323, Keith Packard).

Revision 3.138 / (view) - annotate - [select for diffs] , Wed Oct 13 15:49:11 1999 UTC (13 years, 8 months ago) by dawes
Branch: MAIN
Changes since 3.137: +18 -5 lines
Diff to previous 3.137
3252. Fix problem with cleanup after XAA offscreen pixmap allocation fails
      (Mark Vojkovich).
3251. Fix missing USE_MMIO define in trident driver (Alan Hourihane).
3250. Blade, image and trident updates for the trident driver (Alan Hourihane).
3249. A very preliminary "-probe" mode for the X server (David Dawes).
3248. Remove __alpha__ ifdefs from the mga driver by changing the way
      sparse MMIO access is handled (David Dawes).
3247. Fix a WarpPointer bug introduced when "xineramifying" some dix code
      (Mark Vojkovich).
3246. Move the BuildObjectFromLibrary rule into Imake.rules.

Revision 3.137 / (view) - annotate - [select for diffs] , Wed Oct 13 03:21:04 1999 UTC (13 years, 8 months ago) by dawes
Branch: MAIN
Changes since 3.136: +79 -9 lines
Diff to previous 3.136
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.136 / (view) - annotate - [select for diffs] , Sat Sep 25 13:37:13 1999 UTC (13 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_16b
Changes since 3.135: +3 -1 lines
Diff to previous 3.135
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.135 / (view) - annotate - [select for diffs] , Sat Sep 4 12:04:33 1999 UTC (13 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_16a
Changes since 3.134: +1 -42 lines
Diff to previous 3.134
Remove the "old input" code

Revision 3.134 / (view) - annotate - [select for diffs] , Sat Aug 28 08:00:52 1999 UTC (13 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_16, xf-3_9_15d
Changes since 3.133: +2 -2 lines
Diff to previous 3.133
3010. Fix for the option handling in the glide driver (#3181, Henrik Harmsen).
3009. NVIDIA doc update (#3179, Jarno Paananen).
3008. Doc update for the C&T driver (#3176, David Bateman).
3007. Update some of the bindist files (#3175, Michael Rohleder).
3006. Fix a libXfont build problem that shows up on IUS (#3175,
      Michael Rohleder).
3005. Xaw and xedit updates (#3174, 3180, Paulo Cesar Pereira de Andrade).
3004. Add a new DebuggableLibraries imake parameter to allow libraries to
      be built with debugging symbols, and enable this by default for Linux
      (#3173, Bruno Haible).
3003. Some Driver SDK build fixes (#3172, David Bateman).
3002. Modify the MGA driver to fall back to DDC1 if DDC2 fails or is
      disabled (#3171, Andrew Aitchison).
3001. Allow the -allowMouseOpenFail X server command line option to be
      recognised independently of the XFree86-Misc extension (#3170, Joe Moss).
3000. Update NetBSD's and OpenBSD's aperture driver to remove a warning from
      xf86ReadBIOS() during xf86Config.c's PC98 detection on non-PC98 systems
      (#3169, Marc La France).
2999. Disable setting the default gamma from the DDC data (#3168,
      Andrew Aitchison).
2998. Update the microtouch input driver for "NEW_INPUT", and re-enable
      building it (#3178, David Woodhouse).
2997. Back out the change in 3.9.15c that includes "non-system" resources
      in the RAC "system" resources list (#3167, Marc La France).
2996. Update the RELNOTES for DDC (#3165, Andrew Aitchison).
2995. Fix a problem with xf86ReadBIOS() on NetBSD/OpenBSD (#3164,
      Marc La France).
2994. Add an XLC_LOCALE file for zh_TW.Big5 (#3163, Pablo Saratxaga).
2993. Add dummy Compose files for encodings that don't already have them
      (#3163, Pablo Saratxaga).
2992. APM driver updates.  The Rush extension is now included in the driver
      (some files missing, so not enabled yet) (#3162, 3159, Loic Grenie).
2991. Some fixes for the VidMode extension (#3161, Loic Grenie).
2990. Update SuperProbe to recognise the APM AT3D chipset (#3160, Loic Grenie).
2989. Some fixes for the nv driver (#3158, Jarno Paananen).
2988. Fix a typo in ObjectFromAsmSource() in xf86.rules (#3157,
      Matthieu Herrb).
2987. Add some NVIDIA cards to the Cards file (#3155, Jarno Paananen).
2986. A quick hack to cut down on XAA pixmap cache thrashing that
      happens with some particular apps (#3154, Mark Vojkovich).
2985. Update the tabtcvn file to include the full tcvn-5712 encoding, not
      only lowercase characters (#3153, Pablo Saratxaga).

Revision 3.133 / (view) - annotate - [select for diffs] , Sat Aug 21 12:48:24 1999 UTC (13 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_15c
Changes since 3.132: +2 -1 lines
Diff to previous 3.132
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.132 / (view) - annotate - [select for diffs] , Sun Jun 27 08:20:17 1999 UTC (13 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_15b, xf-3_9_15a, xf-3_9_15, xf-3_9Py, xf-3_9Px, xf-3_9Pw, xf-3_9Pv, xf-3_9Pu
Changes since 3.131: +29 -2 lines
Diff to previous 3.131
2782. Documentation for the new RAC code (Egbert Eich).
2781. Fix some problems with the glide driver that can result in server crashes
      if there is a problem when it is starting up (David Dawes).
2780. Install the X server signal handlers before xf86OpenConsole is first
      called.  This makes sure that the VT is returned to text mode if the
      server crashes in the early stages of InitOutput() (David Dawes).
2779. Fix xf86vsprintf() and xf86vfprintf().
2778. Support for the different PLL reference clock used for HP's on-board
      G200s.

Revision 3.131 / (view) - annotate - [select for diffs] , Mon Jun 21 09:06:18 1999 UTC (14 years ago) by dawes
Branch: MAIN
Changes since 3.130: +12 -1 lines
Diff to previous 3.130
2777. Disable building the Xanti extension (Mark Vojkovich).
2776. Update the log file handling to catch most messages that are generated
      before the log file is actually opened (David Dawes).
2775. Another fix for PM2 text restoration (Egbert Eich).

Revision 3.130 / (view) - annotate - [select for diffs] , Sat Jun 12 16:30:16 1999 UTC (14 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pt, xf-3_9Ps, xf-3_9Pr
Changes since 3.129: +2 -2 lines
Diff to previous 3.129
build fixes

Revision 3.129 / (view) - annotate - [select for diffs] , Sat Jun 12 14:37:03 1999 UTC (14 years ago) by dawes
Branch: MAIN
Changes since 3.128: +23 -2 lines
Diff to previous 3.128
2740. Trap for packed 24bpp on systems with 64-bit scanlines.
2739. Fix the type of the "set_mckl" option in the s3virge driver (#2865,
      Harald Koenig).
2738. Fix some s3virge palette problems in 8bpp mode (#2863, Harald Koenig).
2737. Avoid clobbering CR55 in the s3virge HW cursor code (#2862,
      Harald Koenig).
2736. Xterm patch #106 (#2861, Thomas Dickey).
2735. Fix an incorrect test in I2CWriteBytes() in the i2c module (#2875,
      Ben Cahill).
2734. Don't set YDSTORG for the non-WRAM Matrox cards (#2874, Mark Vojkovich).
2733. Change the order of text-mode font restoration in the vgahw module
      (#2872).
2732. XInput driver for Dynapro touch screens (#2859, 2860, 2867,
      David Woodhouse).
2731. Enable support for extended PS/2 protocols on Solaris/x86 (#2857,
      Nicholas Brealey).
2730. Fix the ZAxisMapping handling in the mouse driver (#2857,
      Nicholas Brealey).
2729. Add a sixth valuator to the wacom driver to support the wheel of
      the airbrush and of the lens cursor (Frederic Lepied).
2728. Convert the wacom driver to work with the new input code
      (Frederic Lepied).

Revision 3.128 / (view) - annotate - [select for diffs] , Sat Jun 12 13:15:31 1999 UTC (14 years ago) by dawes
Branch: MAIN
Changes since 3.127: +2 -2 lines
Diff to previous 3.127
fix some build problems
first attempt at converting the glint driver to use the new RAC

Revision 3.127 / (view) - annotate - [select for diffs] , Sat Jun 12 06:18:42 1999 UTC (14 years ago) by dawes
Branch: MAIN
Changes since 3.126: +45 -22 lines
Diff to previous 3.126
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.126 / (view) - annotate - [select for diffs] , Sun Jun 6 04:14:10 1999 UTC (14 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pq
Changes since 3.125: +17 -3 lines
Diff to previous 3.125
mouse driver updates
disable the VGA memory aperture in the mga driver

Revision 3.125 / (view) - annotate - [select for diffs] , Sat Jun 5 14:55:22 1999 UTC (14 years ago) by dawes
Branch: MAIN
Changes since 3.124: +5 -1 lines
Diff to previous 3.124
update the pnp mouse support for the reworked mouse driver
minor doc update

Revision 3.124 / (view) - annotate - [select for diffs] , Sun May 30 13:04:20 1999 UTC (14 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pp
Changes since 3.123: +18 -15 lines
Diff to previous 3.123
rework the config file searching and allow "safe" relative paths to be
specified by non-root users.
Fix the XINPUT mouse map change

Revision 3.123 / (view) - annotate - [select for diffs] , Sun May 30 06:50:50 1999 UTC (14 years ago) by dawes
Branch: MAIN
Changes since 3.122: +2 -2 lines
Diff to previous 3.122
update sample config file and some other minor updates

Revision 3.122 / (view) - annotate - [select for diffs] , Sun May 30 06:18:25 1999 UTC (14 years ago) by dawes
Branch: MAIN
Changes since 3.121: +59 -51 lines
Diff to previous 3.121
2696. Close input devices while VT switched away (David Dawes).
2695. Prevent the input device "PreInit" from being called in subsequent
      server generations (David Dawes).
2694. Handle the Keyboard config information as an InputDevice section
      (but the keyboard driver isn't converted yet) (David Dawes).
2693. Add basic accessEnable calls to the Tseng driver so that it will at
      least work single head with an ET6000 (David Dawes).

Revision 3.121 / (view) - annotate - [select for diffs] , Sun May 23 13:38:03 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Po
Changes since 3.120: +17 -1 lines
Diff to previous 3.120
Enable the new input code (NewInput) by default in xfree86.cf.
Add compatibilty support for interpreting "Pointer" sections as
"InputDevice" sections in the reworked input device code.

Revision 3.120 / (view) - annotate - [select for diffs] , Sat May 22 07:40:02 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
Changes since 3.119: +6 -1 lines
Diff to previous 3.119
Some preliminary support for the "new" mouse driver for most OSs.

Revision 3.119 / (view) - annotate - [select for diffs] , Mon May 17 12:17:14 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
Changes since 3.118: +25 -15 lines
Diff to previous 3.118
Some build fixes and message cleanups
Add Linux part of the reworked mouse driver
Only initialise the log file once

Revision 3.118 / (view) - annotate - [select for diffs] , Sun May 16 05:55:49 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pn
Changes since 3.117: +41 -14 lines
Diff to previous 3.117
2652. Fix default log directory for SVR4.0.
2651. Xterm updates for Linux/glibc and Unix98 pty support (Thomas Dickey,
      Wichert Akkerman, Branden Robinson).
2650. Working mouse support with the new input device code (David Dawes).

Revision 3.117 / (view) - annotate - [select for diffs] , Fri May 14 13:11:16 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
Changes since 3.116: +9 -18 lines
Diff to previous 3.116
Fix the va_list problems related to the new logging
Update xf86Pci.h with some new classes defined in the PCI 2.2 spec
put the sysmouse protocol handling in the core part of the reworked mouse driver

Revision 3.116 / (view) - annotate - [select for diffs] , Sun May 9 11:49:48 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pm
Changes since 3.115: +2 -2 lines
Diff to previous 3.115
more build fixes

Revision 3.115 / (view) - annotate - [select for diffs] , Sun May 9 09:51:54 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
Changes since 3.114: +8 -3 lines
Diff to previous 3.114
2829. Clean up the handling of Alphas in the s3virge driver (#2767,
      Matt Grossman).
2828. Fix a problem that can show up when a module is unloaded while another
      module has unaccounted for references to its symbols (Egbert Eich).
2827. Fix some more Xinerarma bugs (#2766, Mark Vojkovich).
2826. Finish DGA event support (#2765, Mark Vojkovich).
2825. Xaw updates (including compatibility updates and a man page), xedit
      and editres updates (#2764, Paulo Cesar Pereira de Andrade).
2824. Disable MIT-SHM in Xnest since it doesn't work (#2763, Wolfram Gloger).
2823. Add hw clipping for the SiS 6326, and solid lines (disabled) (#2760,
      Juanjo Santamarta).
2822. Cirrus driver updates (#2759, Itai Nahshon).
2821. Fix complier warnings in lib/X11 (#2758, Matt Grossman).
2820. Fix complier warnings in lib/Xau (#2757, Matt Grossman).
2819. Update some of the font encoding translation files (#2756,
      Juliusz Chroboczek).
2818. Fix some bugs in the font encoding support (#2756, Juliusz Chroboczek).
2817. Update the Arabic24 BDF font to version 1.3 (#2754, Mark Leisher).
2816. Xterm patch #100 (#2753, Thomas Dickey).

Revision 3.114 / (view) - annotate - [select for diffs] , Sun May 9 05:06:19 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
Changes since 3.113: +46 -18 lines
Diff to previous 3.113
First stage of converting the mouse driver

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

Revision 3.112 / (view) - annotate - [select for diffs] , Wed Apr 28 14:04:57 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pl
Changes since 3.111: +2 -2 lines
Diff to previous 3.111
A more complete snprintf/vsnprintf substitute, and update XF86Setup to use
it for platforms that don't have snprintf.

Revision 3.111 / (view) - annotate - [select for diffs] , Wed Apr 28 04:36:14 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
Changes since 3.110: +56 -4 lines
Diff to previous 3.110
Add logfile support

Revision 3.110 / (view) - annotate - [select for diffs] , Tue Apr 27 11:05:06 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
Changes since 3.109: +2 -2 lines
Diff to previous 3.109
Add an OPTV_FREQ option value type for easy parsing of frequency values.
Unify the various overlay and setmclk options.

Revision 3.109 / (view) - annotate - [select for diffs] , Sat Apr 24 06:36:18 1999 UTC (14 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pk
Changes since 3.108: +3 -3 lines
Diff to previous 3.108
fix the initialisaion of some serverflags-related options

Revision 3.108 / (view) - annotate - [select for diffs] , Mon Apr 5 06:13:08 1999 UTC (14 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pj, xf-3_9Pi, xf-3_9Ph
Branch point for: xf-3_9Ph-branch
Changes since 3.107: +4 -3 lines
Diff to previous 3.107
#2642-2646
Support for InputDevice config file sections (not used yet)
some DGA library cleanups

Revision 3.107 / (view) - annotate - [select for diffs] , Sun Apr 4 00:20:51 1999 UTC (14 years, 2 months ago) by dawes
Branch: MAIN
Changes since 3.106: +4 -1 lines
Diff to previous 3.106
Mesa build cleanups.
Some code that the new RAC will make use of.

Revision 3.106 / (view) - annotate - [select for diffs] , Mon Mar 29 09:41:29 1999 UTC (14 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pg
Changes since 3.105: +24 -5 lines
Diff to previous 3.105
Allow the screen numbering to be specified in the config file.
Install OS-specific modules in OS-specific subdirectories, and update the
loader to search subdirectories.
Cleanup a few warnings.

Revision 3.105 / (view) - annotate - [select for diffs] , Sun Mar 21 12:46:39 1999 UTC (14 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pf
Changes since 3.104: +3 -1 lines
Diff to previous 3.104
Fix problems building the non-HW servers when doing a loader build
Fix problem building ctlseqs docs
Some minor corrections to chips.sgml

Revision 3.104 / (view) - annotate - [select for diffs] , Sun Mar 14 11:17:56 1999 UTC (14 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pe
Changes since 3.103: +8 -1 lines
Diff to previous 3.103
#3549-2552, SetGamma/GetGamma support for the VidMode extension, and
some font/loader-related cleanups

Revision 3.103 / (view) - annotate - [select for diffs] , Sun Mar 14 03:21:52 1999 UTC (14 years, 3 months ago) by dawes
Branch: MAIN
Changes since 3.102: +6 -2 lines
Diff to previous 3.102
#2531-2547

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

Revision 3.101 / (view) - annotate - [select for diffs] , Sat Mar 6 13:12:31 1999 UTC (14 years, 3 months ago) by dawes
Branch: MAIN
Changes since 3.100: +3 -2 lines
Diff to previous 3.100
#2507,2509-2513,2515-2519

Revision 3.100 / (view) - annotate - [select for diffs] , Sun Feb 14 13:04:41 1999 UTC (14 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Pc, xf-3_9Pb, xf-3_9Pa
Changes since 3.99: +1 -18 lines
Diff to previous 3.99
move the bus-specific initialisations into xf86Bus.c

Revision 3.99 / (view) - annotate - [select for diffs] , Sat Feb 13 16:44:56 1999 UTC (14 years, 4 months ago) by hohndel
Branch: MAIN
Changes since 3.98: +27 -9 lines
Diff to previous 3.98
patches #2468 and scanpci changes

Revision 3.98 / (view) - annotate - [select for diffs] , Sat Feb 13 07:59:57 1999 UTC (14 years, 4 months ago) by hohndel
Branch: MAIN
Changes since 3.97: +1 -2 lines
Diff to previous 3.97
patches #2466-67, scanpci cleanup and SiS changes

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

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

Revision 3.95 / (view) - annotate - [select for diffs] , Sun Jan 24 13:32:34 1999 UTC (14 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nx
Changes since 3.94: +5 -6 lines
Diff to previous 3.94
some loader updates, sis, tga fixes

Revision 3.94 / (view) - annotate - [select for diffs] , Sun Jan 24 03:13:53 1999 UTC (14 years, 4 months ago) by dawes
Branch: MAIN
Changes since 3.93: +29 -9 lines
Diff to previous 3.93
sis driver updates, and add a -modulepath option

Revision 3.93 / (view) - annotate - [select for diffs] , Sat Jan 23 09:55:45 1999 UTC (14 years, 4 months ago) by dawes
Branch: MAIN
Changes since 3.92: +8 -6 lines
Diff to previous 3.92
#2394-2406, and some loader updates

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

Revision 3.91 / (view) - annotate - [select for diffs] , Sun Jan 17 10:53:57 1999 UTC (14 years, 5 months ago) by dawes
Branch: MAIN
Changes since 3.90: +3 -3 lines
Diff to previous 3.90
preparing for 3.9Nw

Revision 3.90 / (view) - annotate - [select for diffs] , Thu Jan 14 13:04:06 1999 UTC (14 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nv
Branch point for: xf-3_9Nv-branch
Changes since 3.89: +2 -2 lines
Diff to previous 3.89
Some PCI updates and some x*alloc casting cleanups

Revision 3.89 / (view) - annotate - [select for diffs] , Thu Jan 14 01:44:17 1999 UTC (14 years, 5 months ago) by dawes
Branch: MAIN
Changes since 3.88: +1 -20 lines
Diff to previous 3.88
Remove the KEEP_BPP ifdefs

Revision 3.88 / (view) - annotate - [select for diffs] , Wed Jan 13 08:31:03 1999 UTC (14 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nu
Changes since 3.87: +2 -2 lines
Diff to previous 3.87
merge pandix/panmi into dix/mi
fix an xtrans bug introduced earlier
minor server header cleanups

Revision 3.87 / (view) - annotate - [select for diffs] , Wed Jan 13 03:19:36 1999 UTC (14 years, 5 months ago) by dawes
Branch: MAIN
Changes since 3.86: +84 -6 lines
Diff to previous 3.86
rework the depth/bpp/pixmap format handling

Revision 3.86 / (view) - annotate - [select for diffs] , Tue Jan 12 06:24:22 1999 UTC (14 years, 5 months ago) by dawes
Branch: MAIN
Changes since 3.85: +3 -2 lines
Diff to previous 3.85
Allow inactive device entries and Options in the ServerLayout sections

Revision 3.85 / (view) - annotate - [select for diffs] , Mon Jan 11 05:13:29 1999 UTC (14 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nt
Changes since 3.84: +3 -3 lines
Diff to previous 3.84
patches for 3.9Nt, including shared libXfont.

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

Revision 3.83 / (view) - annotate - [select for diffs] , Sun Nov 22 10:37:15 1998 UTC (14 years, 7 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: +6 -3 lines
Diff to previous 3.82
patches for 3.9Nn

Revision 3.82 / (view) - annotate - [select for diffs] , Mon Oct 5 12:23:02 1998 UTC (14 years, 8 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: +2 -1 lines
Diff to previous 3.81
patches for 3.9Ni

Revision 3.81 / (view) - annotate - [select for diffs] , Sun Sep 20 13:41:01 1998 UTC (14 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nh, xf-3_9Ng, xf-3_9Nf
Changes since 3.80: +2 -2 lines
Diff to previous 3.80
update sample config file
allow drivers to tell the loader about symbols it references and which
are essential.

Revision 3.80 / (view) - annotate - [select for diffs] , Sun Sep 13 04:23:33 1998 UTC (14 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Ne
Changes since 3.79: +16 -8 lines
Diff to previous 3.79
main branch patches from #1957-1971

Revision 3.79 / (view) - annotate - [select for diffs] , Sun Aug 2 06:54:04 1998 UTC (14 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9Nd, xf-3_9Nc, xf-3_9Nb, xf-3_9Na, xf-3_9N
Changes since 3.78: +1 -5 lines
Diff to previous 3.78
various typos

Revision 3.78 / (view) - annotate - [select for diffs] , Sun Jul 26 08:56:13 1998 UTC (14 years, 10 months ago) by dawes
Branch: MAIN
Changes since 3.77: +4 -1 lines
Diff to previous 3.77
Fix some build problems and missing parts from the initial merge

Revision 3.77 / (view) - annotate - [select for diffs] , Sat Jul 25 15:55:07 1998 UTC (14 years, 10 months ago) by dawes
Branch: MAIN
Changes since 3.76: +528 -374 lines
Diff to previous 3.76
First pass merge of xc/programs/Xserver/hw/xfree86

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

Revision 3.75 / (view) - annotate - [select for diffs] , Sun Apr 5 00:45:53 1998 UTC (15 years, 2 months ago) by robin
Branch: MAIN
CVS Tags: xf-3_9Ai, xf-3_9Ah, xf-3_9Ag
Changes since 3.74: +2 -6 lines
Diff to previous 3.74
patches 1618-1633 less 1629,1632

Revision 3.74 / (view) - annotate - [select for diffs] , Sat Jan 24 16:57:25 1998 UTC (15 years, 4 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9Af, xf-3_9Ae, xf-3_9Ad
Changes since 3.73: +56 -5 lines
Diff to previous 3.73
Metro Link patches

Revision 3.73 / (view) - annotate - [select for diffs] , Sun Jun 15 06:12:24 1997 UTC (16 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9z, xf-3_9y, xf-3_9x, xf-3_9w, xf-3_9v, xf-3_9u, xf-3_9t, xf-3_9s, xf-3_9r, xf-3_9q, xf-3_9p, xf-3_9o, xf-3_9n, xf-3_9m, xf-3_9l, xf-3_9k, xf-3_9j, xf-3_9i, xf-3_9h, xf-3_9g, xf-3_9f, xf-3_9e, xf-3_9Ac, xf-3_9Ab, xf-3_9Aa
Branch point for: xf-3_9j-branch
Changes since 3.72: +2 -1 lines
Diff to previous 3.72
#655-669, in preparation for 3.9e

Revision 3.72 / (view) - annotate - [select for diffs] , Sun May 18 11:12:07 1997 UTC (16 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9d, xf-3_9c
Changes since 3.71: +2 -1 lines
Diff to previous 3.71
resync with 3.3 branch

Revision 3.71 / (view) - annotate - [select for diffs] , Sat Apr 12 12:45:06 1997 UTC (16 years, 2 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_9b, xf-3_9a, xf-3_2At
Changes since 3.70: +17 -26 lines
Diff to previous 3.70
the latest patches up to #278

Revision 3.70 / (view) - annotate - [select for diffs] , Fri Mar 7 00:29:23 1997 UTC (16 years, 3 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_2As, xf-3_2Ar, xf-3_2Aq, xf-3_2Ap, xf-3_2Ao, xf-3_2An, xf-3_2Am, xf-3_2Al
Changes since 3.69: +16 -13 lines
Diff to previous 3.69
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.69 / (view) - annotate - [select for diffs] , Thu Feb 27 13:58:32 1997 UTC (16 years, 3 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_2Ak, xf-3_2Aj
Changes since 3.68: +21 -2 lines
Diff to previous 3.68
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.68 / (view) - annotate - [select for diffs] , Tue Feb 25 14:21:02 1997 UTC (16 years, 3 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_2Ai
Changes since 3.67: +3 -1 lines
Diff to previous 3.67
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.67 / (view) - annotate - [select for diffs] , Sun Feb 16 10:27:16 1997 UTC (16 years, 4 months ago) by hohndel
Branch: MAIN
CVS Tags: xf-3_2Ah, xf-3_2Ag, xf-3_2Af, xf-3_2Ae
Changes since 3.66: +7 -1 lines
Diff to previous 3.66
integrated #26,31,32/39,35,38,40,41 and added support for -showunresolved

Revision 3.66 / (view) - annotate - [select for diffs] , Sun Jan 19 12:50:34 1997 UTC (16 years, 5 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_2Xg, xf-3_2Xf, xf-3_2Xe, xf-3_2Xd, xf-3_2Xc, xf-3_2Xb, xf-3_2Xa, xf-3_2Ad, xf-3_2Ac, xf-3_2Ab, xf-3_2Aa, xf-3_2A
Branch point for: xf-3_3-branch, xf-3_2A-branch
Changes since 3.65: +3 -3 lines
Diff to previous 3.65
updates

Revision 3.65 / (view) - annotate - [select for diffs] , Sat Jan 18 06:55:32 1997 UTC (16 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_2t, xf-3_2s
Changes since 3.64: +3 -14 lines
Diff to previous 3.64
updates

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

Revision 3.63 / (view) - annotate - [select for diffs] , Mon Dec 23 06:43:26 1996 UTC (16 years, 6 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.62: +4 -2 lines
Diff to previous 3.62
R6.3 integration

Revision 3.62 / (view) - annotate - [select for diffs] , Fri Dec 20 10:32:22 1996 UTC (16 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_2i
Changes since 3.61: +21 -6 lines
Diff to previous 3.61
updates

Revision 3.61 / (view) - annotate - [select for diffs] , Fri Dec 20 06:44:56 1996 UTC (16 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_2h
Changes since 3.60: +2 -1 lines
Diff to previous 3.60
updates

Revision 3.60 / (view) - annotate - [select for diffs] , Sun Nov 24 09:55:00 1996 UTC (16 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_2g, xf-3_2f, xf-3_2e, xf-3_2d, xf-3_2c
Changes since 3.59: +8 -1 lines
Diff to previous 3.59
updates

Revision 3.59 / (view) - annotate - [select for diffs] , Sat Sep 14 12:10:01 1996 UTC (16 years, 9 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.58: +3 -4 lines
Diff to previous 3.58
updates

Revision 3.58 / (view) - annotate - [select for diffs] , Mon Aug 26 09:49:16 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
Changes since 3.57: +9 -3 lines
Diff to previous 3.57
udpates

Revision 3.57 / (view) - annotate - [select for diffs] , Sun Aug 18 00:51:06 1996 UTC (16 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: 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.56: +8 -1 lines
Diff to previous 3.56
updates

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

Revision 3.55 / (view) - annotate - [select for diffs] , Tue Aug 13 10:30:04 1996 UTC (16 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Ef
Changes since 3.54: +3 -3 lines
Diff to previous 3.54
updates

Revision 3.54 / (view) - annotate - [select for diffs] , Sun Jun 30 09:14:50 1996 UTC (16 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Ee, xf-3_1_2Ed, xf-3_1_2Ec, xf-3_1_2Eb
Changes since 3.53: +3 -3 lines
Diff to previous 3.53
updates

Revision 3.53 / (view) - annotate - [select for diffs] , Sat Jun 29 13:11:07 1996 UTC (16 years, 11 months ago) by dawes
Branch: MAIN
Changes since 3.52: +14 -3 lines
Diff to previous 3.52
updates

Revision 3.52 / (view) - annotate - [select for diffs] , Sat Jun 29 11:20:35 1996 UTC (16 years, 11 months ago) by dawes
Branch: MAIN
Changes since 3.51: +6 -241 lines
Diff to previous 3.51
updates

Revision 3.51 / (view) - annotate - [select for diffs] , Mon May 6 04:57:37 1996 UTC (17 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Ea, xf-3_1_2E, xf-3_1_2Dj, xf-3_1_2Di, xf-3_1_2Dh, xf-3_1_2Dg
Changes since 3.50: +4 -1 lines
Diff to previous 3.50
updates

Revision 3.50 / (view) - annotate - [select for diffs] , Mon Apr 15 10:30:24 1996 UTC (17 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Df
Changes since 3.49: +3 -3 lines
Diff to previous 3.49
updates

Revision 3.49 / (view) - annotate - [select for diffs] , Sun Mar 31 11:48:50 1996 UTC (17 years, 2 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2De
Changes since 3.48: +2 -2 lines
Diff to previous 3.48
updates

Revision 3.48 / (view) - annotate - [select for diffs] , Fri Mar 29 22:16:16 1996 UTC (17 years, 2 months ago) by dawes
Branch: MAIN
Changes since 3.47: +29 -20 lines
Diff to previous 3.47
updates

Revision 3.47 / (view) - annotate - [select for diffs] , Mon Mar 11 13:13:10 1996 UTC (17 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Dd, xf-3_1_2Dc
Changes since 3.46: +2 -2 lines
Diff to previous 3.46
updates

Revision 3.46 / (view) - annotate - [select for diffs] , Sun Mar 10 12:04:32 1996 UTC (17 years, 3 months ago) by dawes
Branch: MAIN
Changes since 3.45: +10 -8 lines
Diff to previous 3.45
updates

Revision 3.45 / (view) - annotate - [select for diffs] , Mon Mar 4 05:14:19 1996 UTC (17 years, 3 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Db
Changes since 3.44: +11 -4 lines
Diff to previous 3.44
updates

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

Revision 3.43 / (view) - annotate - [select for diffs] , Sun Feb 18 03:42:49 1996 UTC (17 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Cg, xf-3_1_2Cf, xf-3_1_2Ce
Changes since 3.42: +4 -3 lines
Diff to previous 3.42
updates

Revision 3.42 / (view) - annotate - [select for diffs] , Fri Feb 9 08:20:27 1996 UTC (17 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Cd, xf-3_1_2Cc, xf-3_1_2Cb
Changes since 3.41: +20 -1 lines
Diff to previous 3.41
updates

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

Revision 3.40 / (view) - annotate - [select for diffs] , Tue Jan 30 15:25:55 1996 UTC (17 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2C, xf-3_1_2Bo
Changes since 3.39: +2 -2 lines
Diff to previous 3.39
updates

Revision 3.39 / (view) - annotate - [select for diffs] , Wed Jan 24 22:01:37 1996 UTC (17 years, 4 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Bn, xf-3_1_2Bm
Changes since 3.38: +6 -4 lines
Diff to previous 3.38
updates

Revision 3.38 / (view) - annotate - [select for diffs] , Sun Jan 21 09:02:36 1996 UTC (17 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Bl
Changes since 3.37: +2 -2 lines
Diff to previous 3.37
updates

Revision 3.37 / (view) - annotate - [select for diffs] , Sun Jan 21 08:30:03 1996 UTC (17 years, 5 months ago) by dawes
Branch: MAIN
Changes since 3.36: +3 -2 lines
Diff to previous 3.36
updates

Revision 3.36 / (view) - annotate - [select for diffs] , Sun Jan 21 08:26:44 1996 UTC (17 years, 5 months ago) by dawes
Branch: MAIN
Changes since 3.35: +3 -3 lines
Diff to previous 3.35
updates

Revision 3.35 / (view) - annotate - [select for diffs] , Sun Jan 21 01:48:54 1996 UTC (17 years, 5 months ago) by dawes
Branch: MAIN
Changes since 3.34: +3 -1 lines
Diff to previous 3.34
updates

Revision 3.34 / (view) - annotate - [select for diffs] , Tue Jan 16 15:03:48 1996 UTC (17 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Bk, xf-3_1_2Bj
Changes since 3.33: +12 -8 lines
Diff to previous 3.33
updates

Revision 3.33 / (view) - annotate - [select for diffs] , Tue Jan 16 11:01:02 1996 UTC (17 years, 5 months ago) by dawes
Branch: MAIN
Changes since 3.32: +13 -1 lines
Diff to previous 3.32
updates

Revision 3.32 / (view) - annotate - [select for diffs] , Fri Jan 12 14:33:40 1996 UTC (17 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Bi, xf-3_1_2Bh, xf-3_1_2Bg
Changes since 3.31: +41 -10 lines
Diff to previous 3.31
updates

Revision 3.31 / (view) - annotate - [select for diffs] , Fri Jan 5 06:28:55 1996 UTC (17 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Bf, xf-3_1_2Be, xf-3_1_2Bd, xf-3_1_2Bc, xf-3_1_2Bb
Changes since 3.30: +6 -2 lines
Diff to previous 3.30
R6.1beta updates

Revision 3.30 / (view) - annotate - [select for diffs] , Sat Dec 23 09:38:53 1995 UTC (17 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Ba, xf-3_1_2B, xf-3_1_2Af, xf-3_1_2Ae
Changes since 3.29: +23 -2 lines
Diff to previous 3.29
updates

Revision 3.29 / (view) - annotate - [select for diffs] , Thu Dec 21 11:44:33 1995 UTC (17 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Ad
Changes since 3.28: +8 -1 lines
Diff to previous 3.28
PC98 changes

Revision 3.28 / (view) - annotate - [select for diffs] , Thu Dec 7 07:25:21 1995 UTC (17 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Ac, xf-3_1_2Ab
Changes since 3.27: +10 -3 lines
Diff to previous 3.27
updates

Revision 3.27 / (view) - annotate - [select for diffs] , Thu Nov 30 13:04:10 1995 UTC (17 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2Aa
Changes since 3.26: +2 -2 lines
Diff to previous 3.26
updates

Revision 3.26 / (view) - annotate - [select for diffs] , Sat Nov 18 02:30:56 1995 UTC (17 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2A
Changes since 3.25: +11 -8 lines
Diff to previous 3.25
updates

Revision 3.25 / (view) - annotate - [select for diffs] , Sun Nov 12 09:51:49 1995 UTC (17 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2e, xf-3_1_2d
Changes since 3.24: +2 -1 lines
Diff to previous 3.24
updates

Revision 3.24 / (view) - annotate - [select for diffs] , Sun Nov 5 07:28:32 1995 UTC (17 years, 7 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2c
Changes since 3.23: +10 -6 lines
Diff to previous 3.23
updates

Revision 3.23 / (view) - annotate - [select for diffs] , Sun Nov 5 07:20:17 1995 UTC (17 years, 7 months ago) by dawes
Branch: MAIN
Changes since 3.22: +33 -6 lines
Diff to previous 3.22
updates

Revision 3.22 / (view) - annotate - [select for diffs] , Sun Nov 5 06:54:20 1995 UTC (17 years, 7 months ago) by dawes
Branch: MAIN
Changes since 3.21: +167 -2 lines
Diff to previous 3.21
updates

Revision 3.21 / (view) - annotate - [select for diffs] , Wed Jul 12 14:37:16 1995 UTC (17 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_2b, xf-3_1_2a, xf-3_1_2-branch, xf-3_1_2-S, xf-3_1_2, xf-3_1_1Z, xf-3_1_1Dc, xf-3_1_1Db, xf-3_1_1Da, xf-3_1_1D, xf-3_1_1Cd
Changes since 3.20: +4 -5 lines
Diff to previous 3.20
updates

Revision 3.20 / (view) - annotate - [select for diffs] , Sun Jul 2 07:28:40 1995 UTC (17 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_1Cc, xf-3_1_1Cb, xf-3_1_1Ca, xf-3_1_1C, xf-3_1_1Bi
Changes since 3.19: +2 -2 lines
Diff to previous 3.19
updates

Revision 3.19 / (view) - annotate - [select for diffs] , Sun Jul 2 06:52:10 1995 UTC (17 years, 11 months ago) by dawes
Branch: MAIN
Changes since 3.18: +8 -1 lines
Diff to previous 3.18
updates

Revision 3.18 / (view) - annotate - [select for diffs] , Thu Jun 8 05:27:11 1995 UTC (18 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_1Bh, xf-3_1_1Bg, xf-3_1_1Bf, xf-3_1_1Be, xf-3_1_1Bd, xf-3_1_1Bc, xf-3_1_1Bb, xf-3_1_1Ba, xf-3_1_1B, xf-3_1_1Ad
Changes since 3.17: +2 -2 lines
Diff to previous 3.17
updates

Revision 3.17 / (view) - annotate - [select for diffs] , Sun Apr 9 12:47:04 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_1Ac, xf-3_1_1Ab, xf-3_1_1Aa, xf-3_1_1A
Changes since 3.16: +5 -1 lines
Diff to previous 3.16
updates

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

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

Revision 3.14 / (view) - annotate - [select for diffs] , Sat Jan 7 04:07:28 1995 UTC (18 years, 5 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, xf-3_1_0Ba
Changes since 3.13: +6 -4 lines
Diff to previous 3.13
updates

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

Revision 3.12 / (view) - annotate - [select for diffs] , Sun Dec 25 12:25:38 1994 UTC (18 years, 5 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_0Ad
Changes since 3.11: +2 -2 lines
Diff to previous 3.11
updates

Revision 3.11 / (view) - annotate - [select for diffs] , Sat Dec 17 10:06:10 1994 UTC (18 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_1_0Ac, xf-3_1_0Ab
Changes since 3.10: +21 -2 lines
Diff to previous 3.10
updates

Revision 3.10 / (view) - annotate - [select for diffs] , Sun Oct 23 11:58:46 1994 UTC (18 years, 8 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_0Aa, xf-3_1_0A
Changes since 3.9: +4 -8 lines
Diff to previous 3.9
updates

Revision 3.9 / (view) - annotate - [select for diffs] , Fri Sep 23 09:13:05 1994 UTC (18 years, 9 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.8: +2 -2 lines
Diff to previous 3.8
updates

Revision 3.8 / (view) - annotate - [select for diffs] , Sat Sep 17 12:46:32 1994 UTC (18 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Fa, xf-3_0F, xf-3_0Ec, xf-3_0Eb, xf-3_0Ea
Changes since 3.7: +3 -2 lines
Diff to previous 3.7
updates & fix-05 merge

Revision 3.7 / (view) - annotate - [select for diffs] , Sat Sep 17 03:06:33 1994 UTC (18 years, 9 months ago) by dawes
Branch: MAIN
Changes since 3.6: +6 -2 lines
Diff to previous 3.6
updates

Revision 3.6 / (view) - annotate - [select for diffs] , Tue Sep 13 14:09:37 1994 UTC (18 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0E, xf-3_0Dl
Changes since 3.5: +2 -2 lines
Diff to previous 3.5
updates

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

Revision 3.4 / (view) - annotate - [select for diffs] , Wed Sep 7 14:51:53 1994 UTC (18 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Di
Changes since 3.3: +2 -2 lines
Diff to previous 3.3
updates

Revision 3.3 / (view) - annotate - [select for diffs] , Sun Sep 4 09:47:37 1994 UTC (18 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Dh
Changes since 3.2: +2 -2 lines
Diff to previous 3.2
updates

Revision 3.2 / (view) - annotate - [select for diffs] , Sat Aug 20 06:35:06 1994 UTC (18 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Dg, xf-3_0Df, xf-3_0De
Changes since 3.1: +10 -2 lines
Diff to previous 3.1
updates

Revision 3.1 / (view) - annotate - [select for diffs] , Thu Aug 11 05:56:04 1994 UTC (18 years, 10 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0Dd, xf-3_0Dc
Changes since 3.0: +25 -1 lines
Diff to previous 3.0
updates

Revision 3.0 / (view) - annotate - [select for diffs] , Sun May 8 04:20:51 1994 UTC (19 years, 1 month ago) by dawes
Branch: MAIN
CVS Tags: xf-3_0d, xf-3_0Db, xf-3_0Da, xf-3_0D, xf-3_0Ce, xf-3_0Cd, xf-3_0Cc, xf-3_0Cb, xf-3_0Ca, xf-3_0C, xf-3_0Bc, xf-3_0Bb, xf-3_0Ba, xf-3_0B, xf-3_0Ac, xf-3_0Ab, xf-3_0Aa, xf-3_0A
Minix and 16-bit Mach32 support

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