Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-09 | Fix from upstreams for CVE-2013-4396 | Matthieu Herrb | |
Use after free in Xserver handling of ImageText requests | |||
2013-09-28 | Update to xserver 1.14.3 | Matthieu Herrb | |
2013-09-09 | revert a local patch to check for swrastg, LLVMpipe installs as swrast now | Jonathan Gray | |
ok mpi@ ajacoutot@ | |||
2013-08-24 | Uodate to xserver 1.14.2. Tested by krw@, shadchin@, todd@ | Matthieu Herrb | |
2013-08-24 | Corresponding xenocara cleanup from the amd64/i386 MTRR cleanup diff just | Mike Larkin | |
committed. Removes a #define that wasn't used anywhere (for completeness and to make the range definitions match what's in the kernel now). ok jsg@, deraadt@ | |||
2013-08-17 | No xorg xserver on octeon. | Brian Callahan | |
ok matthieu@ | |||
2013-08-13 | Handle more /dev/drmN devices. | Mark Kettenis | |
ok matthieu@, jsg@ | |||
2013-07-29 | Build the X server on hp300 again. from miod@. Ok deraadt@ | Matthieu Herrb | |
2013-07-16 | Re-commit luna88k_video.c. Previous file is 'doubled' by mistake. | Kenji Aoyama | |
2013-07-15 | Add monochrome X server support for luna88k. | Kenji Aoyama | |
Some luna88k specific quirks are needed in driver/xf86-video-wsfb/src/wsfb_driver.c for now. ok matthieu@ | |||
2013-06-07 | Update to X server 1.14.1. Tested by many during t2k13. Thanks. | Matthieu Herrb | |
2013-05-19 | Merge the following commit from upstream: | Antoine Jacoutot | |
Touch: Fix duplicate TouchBegin selection with virtual devices http://cgit.freedesktop.org/xorg/xserver/commit/?id=314776eb369ca2e438907795ae030dd743c281fc This fixes gtk+3 applications crashing with 'BadImplementation' error. ok matthieu@ | |||
2013-03-21 | backport (whitespace changes only) a fix for panning that also effected scale | Todd T. Fries | |
to permit: xrandr --output LVDS1 --mode 1280x800 --panning 1380x1024 --scale 1.8x1.8 to behave properly. based on upstream commit 1bf81af4a6be1113bcc3b940ab264d5c9e0f0c5d that is in the 1.14 xserver that is not ready for OpenBSD yet ok matthieu@ | |||
2013-03-16 | Add xenocara defines/files for luna88k, no X server at this moment. | Kenji Aoyama | |
ok miod@ | |||
2013-03-14 | Build the X server on hp300 again. Tested on catseye. | Miod Vallat | |
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@ |