summaryrefslogtreecommitdiff
path: root/xserver
AgeCommit message (Collapse)Author
2013-02-24Merge server-1.13.3rc1 branch from X.Org.Matthieu Herrb
up to e604b19fc54fee839bbe2d66930b36108ff03950
2012-12-16update to xserver 1.13.1Matthieu Herrb
2012-11-16Include declaration of sparcDriverName()Tobias Ulmer
Fixes segfault on sunffb graphics. ok matthieu@
2012-11-16Attach the synaptics(4) driver to elantech touchpads during auto-configuration.Stefan Sperling
ok matthieu@
2012-11-16Add back some files for CVSMatthieu Herrb
2012-11-16Update to xserver 1.13Matthieu Herrb
2012-11-11Try to load the gallium3d "swrastg" driver if available before falling backMartin Pieuchot
to the default mesa "swrast" one for software rendering. ok matthieu@
2012-11-04Include declaration of sparcDriverName()Tobias Ulmer
Fixes segfault on sunffb graphics. ok matthieu@
2012-10-29Attach the synaptics(4) driver to elantech touchpads during auto-configuration.Stefan Sperling
ok matthieu@
2012-10-27Regen autotools build system with a clean environment.Matthieu Herrb
It was previously generated with a config pointing to OpenBSD's libtool which is not ready yet.
2012-10-14regenMatthieu Herrb
2012-10-14Link Xorg with -lpthread, for the llvm-pipe drm. Requested by mpi@Matthieu Herrb
Tested that it doesn't have any performance impact. ok ajacoutot@, matthew@ (some months ago).
2012-10-08Fix bad merge that changed an fcntl() into a priv_open_device().Matthieu Herrb
Should fix mouse re-open after VT-switch
2012-08-14In priv_open_device() allow opening tty[E-J]0. While there removeMatthieu Herrb
ttyD[1-7] from the list, since those devices will never get used by X.
2012-08-12Fix a logic introducred in rev 1.23. The parent pid is initializedMatthieu Herrb
by the main X server too late in the privsep case (already in the unpriviliged child). So keep the early init for this case.
2012-08-08Un-blacklist radeon, blacklist radeonold. So X -configure will nowMatthieu Herrb
select the radeon driver.
2012-08-07Add privsep prototypes to osdep.hMatthieu Herrb
2012-08-07In non-privilege sepration mode, avoid accidentally sendingMatthieu Herrb
a SIGUSR1 signal to init(8). It can happen that xdm dies before the X server that it started. In that case X's is reparented by init... This is handled correctly when privilege separation is not compiled but got overlooked in the privilege separation case.
2012-08-07Rename 'socket' parameter to avoid shadowing the global declaration.Matthieu Herrb
2012-08-07Remove white space diff with X.Org.Matthieu Herrb
2012-08-05regen autotoolsMatthieu Herrb
2012-08-05Update to xserver 1.12.3.Matthieu Herrb
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@.