summaryrefslogtreecommitdiff
path: root/xserver
AgeCommit message (Collapse)Author
2012-06-20Remove mac68k bits from Xenocara.Matthieu Herrb
The imake config bits are not removed. Those files are frozen, until they can be removed, once the last port that still uses imake dies.
2012-06-16screenFd -> consoleFd conversions that were missed in xserver 1.12 import.Matthieu Herrb
2012-06-10Update to xserver 1.12.2. tested by naddy@, krw@, mpi@.Matthieu Herrb
2012-06-10Update to xserver 1.12.2. tested by naddy@, krw@, mpi@.Matthieu Herrb
2012-04-04Return an error much earlier if recvmsg fails.Matthieu Herrb
2012-03-10Disable doc formatting tools explicitelyMatthieu Herrb
2012-03-04Introduce a black list of drivers for Xorg -configure, and blacklistMatthieu Herrb
all radeon driver variants, except radeonold. This fixes the conflicting symbols warnings seen by Xorg -configure and forces it to use radeonold in the generated xorg.conf file. Xorg -configure is still broken in many ways, and should be avoided.
2012-02-11Use the 'macintosh' xkb model on adb keyboards. From mpi@, reminded byMatthieu Herrb
landry@. ok deraadt@
2012-02-07Disable build of Xserver on hp300 and mac68k. Building the XserverMatthieu Herrb
with gcc 2.95 is getting hopeless and there is not enough manpower at the moment to switch these platforms to a more recent compiler. ok miod@, Nick@
2012-01-31Update to xserver 1.11.4. tested by krw@, shadchin@.Matthieu Herrb
2012-01-08Switch to the xf86-input-ws input driver for mouse by default.Matthieu Herrb
ok shadchin@.
2011-12-29Revert stuff from my local tree which leaked in xserver 1.11.3 update.Matthieu Herrb
2011-12-18Bugfix Update to xserver 1.11.3Matthieu Herrb
2011-11-15Merge patch from http://patchwork.freedesktop.org/patch/7707/,Antoine Jacoutot
Xi: allow passive keygrabs on the XIAll(Master)Devices fake deviceslogin. Amongst other things, this fixes a regression that can be seen in media keys handling under gnome-settings-daemon. ok matthieu@
2011-11-05Bring back ChangeLogMatthieu Herrb
2011-11-05Update to xserver 1.11.2Matthieu Herrb
2011-10-18Fix CVE-2011-4028: File disclosure vulnerability.Matthieu Herrb
use O_NOFOLLOW to open the existing lock file, so symbolic links aren't followed, thus avoid revealing if it point to an existing file. Note that xserver on OpenBSD isn't affected by CVE-2011-4029.
2011-09-21Use the synaptics driver with ALPS touchpadsMartin Pieuchot
with and ok matthieu@
2011-09-17Cleaning of current solution for 'Kill X on Ctrl+Alt+Backspace on default'Alexandr Shadchin
ok matthieu@
2011-08-31unifdef support for xkeyboard-config.Matthieu Herrb
I don't know why cvs didn't pick up this chunk. Noticed by okan@
2011-08-21Fix default xkboptions settings here too.Matthieu Herrb
2011-08-20Remove warnings emitted when a device can't be opened. ThisMatthieu Herrb
is just noise and now happens while the X autoconfiguration code probes all /dev/wsmouse<n> devices. If the error matters, the driver will emit a proper error nevertheless.
2011-07-04Fix transformation of events supplying only a valuator for the y-coordinate.Mark Kettenis
ok matthieu@
2011-07-04A wscons keyboard type of zaurus should map to an XKB model of zaurusMatthieu Herrb
2011-06-29regenMatthieu Herrb
2011-06-29Introduce new autoconfiguration code for X input drivers, based on XMatthieu Herrb
hotplug framework.This also takes care of the configuration of the keyboard layout from the wscons layout that was hacked inside the keyboard driver. Tested by many, ok oga@.
2011-05-30If you do not have XkbOptions in xorg.conf, it is automatically set toAlexandr Shadchin
"terminate: ctrl_alt_bksp" (only if XENOCARA_USE_XKEYBOARD_CONFIG=Yes) tested ajacoutot@, ok matthieu@
2011-04-27Enable X-ACE and XC-SECURITY extensions, now that they build onMatthieu Herrb
OpenBSD. Requested and tested by tedu@.
2011-04-02Update to xserver 1.9.5. Tested by jasper@, ajacoutot@ and krw@Matthieu Herrb
2011-04-01Xi: add XI_Focus{In,Out} to swapped events.Matthieu Herrb
2011-04-01Use the array size for checking the validity of request numbersMatthieu Herrb
instead of hard-coded constants. Suggested by Julien Cristau.
2011-04-01Xext: fix test on extension number for the swapped case.Matthieu Herrb
2011-03-28WriteReplyToClient() swaps rep contents if client and server endianessMatthieu Herrb
differ. Cache rep.length so that it can be used after returning from WriteReplyToClient(). Fixes xinput --list when client and server have different endianess. gtk3-demo now fails a bit further in this case.
2011-03-27Give XI2 requests a chance if server and client endianess differ.Matthieu Herrb
There are more bugs in this code though.
2011-03-08add a new build switch 'XENOCARA_USE_XKEYBOARD_CONFIG' to enableMatthieu Herrb
the use of xkeyboard-config xkb definitions instead of the old xkbdata. This will make testing easier. No changes in default builds. ok shadchin@
2011-02-20Revert stuff that should not have been committed in version 1.33.Matthieu Herrb
Noticed by krw@
2011-02-19Disable Xorg on alpha. Xrender is broken since 2 releases and I stillMatthieu Herrb
don't know how to fix it. ok miod@, todd@
2011-02-02Merge another EXA fix from X.Org 1.9.4RC1:Matthieu Herrb
EXA: Pad size of system memory copy for 1x1 pixmaps (bug #32803).
2011-01-31Apply fix from upstream:Stefan Sperling
commit e06fa804009798ea95efa8babaabb0228dfdfe65 EXA: Fix crash with fill using 1x1 tile of depth < 8 (bug #24703). Fixes http://bugs.freedesktop.org/show_bug.cgi?id=24703 Reported by Barry Grumbine on ports@ ok matthieu@
2011-01-28restart recvmsg() if returning with errno==EINTR.Matthieu Herrb
Fixes a crash on server reset on some machines. Code inspired by ssh, with feedback from guenther@ and millert@ ok guenther@ miod@
2011-01-28Effectively close the AGP device fd in xf86GARTCloseScreen() if it'sMatthieu Herrb
different from the consoleFd. Fixes crashes at server reset. "looks good" miod@, oga@. Tested by shadchin@.
2011-01-10Call xf86Reconfigure() after readjusting the physical dimensions of the screenMark Kettenis
based on EDID information. Fixes issues with the mouse getting stuck on dual card setups. Still trying to push this one upstream. ok matthieu@
2011-01-02Specify default xkb rules for Xnest and Xephyr.Matthieu Herrb
2011-01-02Enable Xorg and a few drivers on hppa. Only wsudl works for now.Matthieu Herrb
2011-01-02Repair build of Xorg on hppaMatthieu Herrb
2010-12-22Bring fix from rev 1.12 back once more. ok oga@.Matthieu Herrb
2010-12-21Update to xorg-server 1.9.3. Tested by japser@, landry@ and ajacoutot@Matthieu Herrb
in various configurations.
2010-12-06Initialize len before passing it to sysctl(3).Mark Kettenis
ok matthieu@
2010-12-05Upgrade to xorg-server 1.9.2.Matthieu Herrb
Tested by ajacoutot@, krw@, shadchin@ and jasper@ on various configurations including multihead with both zaphod and xrandr.
2010-09-01regen (yes lots of files, since util-macros has been updated).Matthieu Herrb