~thopiekar/xorg-server/+git/xorg-xserver:XORG-6_8-branch

Last commit made on 2005-02-08
Get this branch:
git clone -b XORG-6_8-branch https://git.launchpad.net/~thopiekar/xorg-server/+git/xorg-xserver

Branch merges

Branch information

Name:
XORG-6_8-branch
Repository:
lp:~thopiekar/xorg-server/+git/xorg-xserver

Recent commits

e941118... by Kevin E Martin <email address hidden>

Update formatted docs.

348f886... by Roland Mainz <email address hidden>

//bugs.freedesktop.org/show_bug.cgi?id=2206) attachment #1622
    (https://bugs.freedesktop.org/attachment.cgi?id=1622) as this patch
    does not work for the branch and causes build failure. Approved in the
    2005-01-31 Xorg release-wranglers phone call.

69a9ea8... by Roland Mainz <email address hidden>

xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Sbus.h
xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c
//bugs.freedesktop.org/show_bug.cgi?id=825) attachment #956
    (https://bugs.freedesktop.org/attachment.cgi?id=956): Fix build
    problems on Linux/SPARC. Patch by Jeremy Huddleston
    <email address hidden>. Approved in the 2005-01-31 Xorg
    release-wranglers phone call.

0917efa... by Roland Mainz <email address hidden>

//bugs.freedesktop.org/show_bug.cgi?id=2252) attachment #1791
    (https://bugs.freedesktop.org/attachment.cgi?id=1791): Fix option
    dontVTSwitch under *BSD, when XKB is disabled. Patch by Matthieu Herrb
    <email address hidden>. Approved in the 2005-01-31 Xorg
    release-wranglers phone call.

fb9fb8e... by Roland Mainz <email address hidden>

//freedesktop.org/bugzilla/show_bug.cgi?id=2322) attachment #1709
    (https://bugs.freedesktop.org/attachment.cgi?id=1709): Fix corruption
    of PCI config BAR1 of native PCI-Express boards on 64-bit platforms.
    Patch by Michael Yaroslavtsev <email address hidden>.

e1f4b3f... by Roland Mainz <email address hidden>

//bugs.freedesktop.org/show_bug.cgi?id=2167) attachment #1641
    (https://bugs.freedesktop.org/attachment.cgi?id=1641): Fix broken
    Solaris print queue enumeration.

05fbf7a... by Roland Mainz <email address hidden>

xc/programs/Xserver/Xprint/Util.c
xc/programs/Xserver/Xprint/attributes.c
xc/programs/Xserver/Xprint/attributes.h
//bugs.freedesktop.org/show_bug.cgi?id=2254) attachment #1654
    (https://bugs.freedesktop.org/attachment.cgi?id=1654) and attachment
    #1659 (https://bugs.freedesktop.org/attachment.cgi?id=1659) Fix for
    gcc4.0 build failure (including removing |ExecCommand()| - the function
    has no consumer and can safely be removed). Patch by Egbert Eich
    <email address hidden> and Roland Mainz <email address hidden>.

3211034... by Roland Mainz <email address hidden>

//bugs.freedesktop.org/show_bug.cgi?id=2240) attachment #1642
    (https://bugs.freedesktop.org/attachment.cgi?id=1642): Fix incorrect
    usage of /usr/bin/tr in startup script (the used "[\n]" is neither
    correct or portable, using "\n" seems to be sufficient (this fixes
    various "random" issues, including including Debian bug #258419 and
    Debian bug #264983). Patch by Drew Parsons <email address hidden>.

02205c8... by Roland Mainz <email address hidden>

xc/programs/Xserver/hw/xwin/ChangeLog
xc/programs/Xserver/hw/xwin/winkeybd.h
xc/programs/Xserver/hw/xwin/winkeyhook.c
xc/programs/Xserver/hw/xwin/winmultiwindowclass.c
xc/programs/Xserver/hw/xwin/winmultiwindowwindow.c
xc/programs/Xserver/hw/xwin/winmultiwindowwm.c
//bugs.freedesktop.org/show_bug.cgi?id=1831) attachment #1656
    (https://bugs.freedesktop.org/attachment.cgi?id=1656): CGYWIN update,
    including the following fixes:
- Make keyhook feature work in multiwindowmode too
- Hook windows keys
- Fix crash with non-nullterminated strings (reported by �yvind Harboe)
- From Bug #1945: Stop unnecessary reordering. Patch by Alexander Gottwald
    and Kensuke Matsuzaki.

fe7216c... by Roland Mainz <email address hidden>

xc/config/cf/sun.cf
xc/programs/Xserver/hw/xfree86/os-support/sunos/Imakefile
//bugs.freedesktop.org/show_bug.cgi?id=2096) attachment #1565
    (https://bugs.freedesktop.org/attachment.cgi?id=1565): Fix
    Solaris/SPARC build failure caused by missing assembler code for this
    platform. Patch by Alan Coopersmith <email address hidden>