Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-24 | Merge server-1.13.3rc1 branch from X.Org. | Matthieu Herrb | |
up to e604b19fc54fee839bbe2d66930b36108ff03950 | |||
2012-12-16 | update to xserver 1.13.1 | Matthieu Herrb | |
2012-11-16 | Include declaration of sparcDriverName() | Tobias Ulmer | |
Fixes segfault on sunffb graphics. ok matthieu@ | |||
2012-11-16 | Attach the synaptics(4) driver to elantech touchpads during auto-configuration. | Stefan Sperling | |
ok matthieu@ | |||
2012-11-16 | Add back some files for CVS | Matthieu Herrb | |
2012-11-16 | Update to xserver 1.13 | Matthieu Herrb | |
2012-11-11 | Try to load the gallium3d "swrastg" driver if available before falling back | Martin Pieuchot | |
to the default mesa "swrast" one for software rendering. ok matthieu@ | |||
2012-11-04 | Include declaration of sparcDriverName() | Tobias Ulmer | |
Fixes segfault on sunffb graphics. ok matthieu@ | |||
2012-10-29 | Attach the synaptics(4) driver to elantech touchpads during auto-configuration. | Stefan Sperling | |
ok matthieu@ | |||
2012-10-27 | Regen 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-14 | regen | Matthieu Herrb | |
2012-10-14 | Link 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-08 | Fix bad merge that changed an fcntl() into a priv_open_device(). | Matthieu Herrb | |
Should fix mouse re-open after VT-switch | |||
2012-08-14 | In priv_open_device() allow opening tty[E-J]0. While there remove | Matthieu Herrb | |
ttyD[1-7] from the list, since those devices will never get used by X. | |||
2012-08-12 | Fix a logic introducred in rev 1.23. The parent pid is initialized | Matthieu 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-08 | Un-blacklist radeon, blacklist radeonold. So X -configure will now | Matthieu Herrb | |
select the radeon driver. | |||
2012-08-07 | Add privsep prototypes to osdep.h | Matthieu Herrb | |
2012-08-07 | In non-privilege sepration mode, avoid accidentally sending | Matthieu 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-07 | Rename 'socket' parameter to avoid shadowing the global declaration. | Matthieu Herrb | |
2012-08-07 | Remove white space diff with X.Org. | Matthieu Herrb | |
2012-08-05 | regen autotools | Matthieu Herrb | |
2012-08-05 | Update to xserver 1.12.3. | Matthieu Herrb | |
2012-06-20 | Remove 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-16 | screenFd -> consoleFd conversions that were missed in xserver 1.12 import. | Matthieu Herrb | |
2012-06-10 | Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. | Matthieu Herrb | |
2012-06-10 | Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. | Matthieu Herrb | |
2012-04-04 | Return an error much earlier if recvmsg fails. | Matthieu Herrb | |
2012-03-10 | Disable doc formatting tools explicitely | Matthieu Herrb | |
2012-03-04 | Introduce a black list of drivers for Xorg -configure, and blacklist | Matthieu 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-11 | Use the 'macintosh' xkb model on adb keyboards. From mpi@, reminded by | Matthieu Herrb | |
landry@. ok deraadt@ | |||
2012-02-07 | Disable build of Xserver on hp300 and mac68k. Building the Xserver | Matthieu 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-31 | Update to xserver 1.11.4. tested by krw@, shadchin@. | Matthieu Herrb | |
2012-01-08 | Switch to the xf86-input-ws input driver for mouse by default. | Matthieu Herrb | |
ok shadchin@. | |||
2011-12-29 | Revert stuff from my local tree which leaked in xserver 1.11.3 update. | Matthieu Herrb | |
2011-12-18 | Bugfix Update to xserver 1.11.3 | Matthieu Herrb | |
2011-11-15 | Merge 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-05 | Bring back ChangeLog | Matthieu Herrb | |
2011-11-05 | Update to xserver 1.11.2 | Matthieu Herrb | |
2011-10-18 | Fix 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-21 | Use the synaptics driver with ALPS touchpads | Martin Pieuchot | |
with and ok matthieu@ | |||
2011-09-17 | Cleaning of current solution for 'Kill X on Ctrl+Alt+Backspace on default' | Alexandr Shadchin | |
ok matthieu@ | |||
2011-08-31 | unifdef support for xkeyboard-config. | Matthieu Herrb | |
I don't know why cvs didn't pick up this chunk. Noticed by okan@ | |||
2011-08-21 | Fix default xkboptions settings here too. | Matthieu Herrb | |
2011-08-20 | Remove warnings emitted when a device can't be opened. This | Matthieu 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-04 | Fix transformation of events supplying only a valuator for the y-coordinate. | Mark Kettenis | |
ok matthieu@ | |||
2011-07-04 | A wscons keyboard type of zaurus should map to an XKB model of zaurus | Matthieu Herrb | |
2011-06-29 | regen | Matthieu Herrb | |
2011-06-29 | Introduce new autoconfiguration code for X input drivers, based on X | Matthieu 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-30 | If you do not have XkbOptions in xorg.conf, it is automatically set to | Alexandr Shadchin | |
"terminate: ctrl_alt_bksp" (only if XENOCARA_USE_XKEYBOARD_CONFIG=Yes) tested ajacoutot@, ok matthieu@ | |||
2011-04-27 | Enable X-ACE and XC-SECURITY extensions, now that they build on | Matthieu Herrb | |
OpenBSD. Requested and tested by tedu@. |