~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk:IPv6-REVIEW

Last commit made on 2004-03-13
Get this branch:
git clone -b IPv6-REVIEW https://git.launchpad.net/~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk

Branch merges

Branch information

Recent commits

714c219... by Alan Coopersmith

ServerInterpreted address family additions for IPv6 public review

62c105b... by Egbert Eich <email address hidden>

34. Added a hack to fc-lang and fc-list to prevent installation if define
    InstallFontconfigLibrary NO (Egbert Eich).
33. Updated Xft to 2.1.5 (Egbert Eich).
32. Make ELF loader work on systems with non-exec stack/heaps (bugzilla
    #296, John Dennis, Mike Harris).
31. Fix for xdm to work on a non-IPv6 system when built with IPv6 support
    (bugzilla #287, Peter Breitenlohner) (confirmed by: Alan Coopersmith).
30. Fix Xi XselectExtensionEvent for 64 bit machines (bugzilla #285,
    Andreas Luik) (confirmed by: Paul Anderson, Alan Coopersmith).

4565ca2... by "Mike A. Harris" <email address hidden>

Added initial support for PowerPC 64 (ppc64) architecture. (Mike A. Harris,
    Elliot Lee, SuSE)

17bed52... by Alan Coopersmith

24. X server crashes when X-Resource has to byte-swap. Sun bug #5007488.
    freedesktop.org bugzilla #267. (Alan Coopersmith) [Merged from
    XORG-CURRENT branch]

4a1297c... by Alan Coopersmith

22. Update license for Xinerama code from DEC to the version requested by
    Compaq for X11R6.5.1 that allows redistribution without written
    permission from DEC. Originally X.org Defect #9263. freedesktop.org
    bugzilla #283. (Alan Coopersmith)

84d9431... by Egbert Eich <email address hidden>

- removing ': ' from lines which broke the build. These were added by a
    broken script that automatically removed spurious conflitcs do to CVS
    tag mismatches. The 'XdotOrg' tag really haunts me!

05e67c0... by Kaleb Keithley <email address hidden>

no bug report, see prior version. Fix bad edit

38f37a3... by Egbert Eich <email address hidden>

18. Merged in XFree86 code up to 4.4.0 including changes to files that had
    a changed license. There was only one change which happened to be from
    me (Egbert Eich).

1f71928... by Egbert Eich <email address hidden>

reverted some OS2 related glitches that where missed during a merge with
    XFree86.
17. Fixed Freetype2 compile glitches with different versions of freetype.
    The build has been tested with Freetyp 2.1.4 and 2.1.7 (Egbert Eich).
16. Changed default font renderer for TrueType that is loaded by the
    Xserver to freetype (Egbert Eich).
15. Removed dependecy of freetype Xserver module into freetype internals
    (Keith Packard).
14. Flagged mailing addresses that still need to be decided upon with &&&&&
    to allow for easy tracking (Egbert Eich).
13. Fixed keyboard rate setting thru ioctls on linux (Egbert Eich).

789213f... by Harold L Hunt II <email address hidden>

Replace a handful of calls to ErrorF and exit(1) with a single call to
    FatalError. These direct calls to exit(1) made it impossible to do
    anything ddx-specific in these cases; note that most of these calls
    occur during argument processing.