Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-27 | Build the Xserver with large got (-xgot as(1) option) on mips; needed to | Miod Vallat | |
accomodate the growth of recent changes. Tested on loongson. | |||
2015-06-20 | Merge from upstream: Don't listen to 'tcp' by default. Add '-listen' option. | Matthieu Herrb | |
commit cc59be38b7eff52a1d003b390f2994c73ee0b3e9 Author: Keith Packard <keithp@keithp.com> Date: Fri Sep 12 11:33:48 2014 -0700 os: Don't listen to 'tcp' by default. Add '-listen' option. [v2] This disables the tcp listen socket by default. Then, it uses a new xtrans interface, TRANS(Listen), to provide a command line option to re-enable those if desired. v2: Leave unix socket enabled by default. Add configure options. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> | |||
2015-05-31 | Obsolete XAA includes should be gone now. | Matthieu Herrb | |
2015-05-27 | Simplify arm_video.c; we will never have PCI graphics on this architecture. | Matthieu Herrb | |
This also makes it possible to run wsudl(4) on armv7 machines with echi(4). Tested for non-regression on zaurus by Sigi Rudzio. Thanks. | |||
2015-04-18 | Bury kdriver/wscons code in the Attic. | Matthieu Herrb | |
It has never worked and there is no plan to finish it. | |||
2015-02-11 | Update to xserver 1.16.4. | Matthieu Herrb | |
Contains fix for CVE-2015-0255. ok dcoppa@ | |||
2015-02-09 | Enable file descriptor passing code. | Mark Kettenis | |
ok deraadt@, matthieu@ | |||
2015-02-09 | Use __MAP_NOFAULT to map shared memory passed through file descriptors. This | Mark Kettenis | |
completely avoids the risk of getting killed by a signal because the backing storage isn't there. Use the __-prefixed name for now, as we might still change the name. ok deraadt@, matthieu@ | |||
2015-01-15 | Recognise the synaptics with sw buttons mouse type and set the | Jonathan Gray | |
clickpad and has_secondary_buttons properties. Initial diff from myself with additional changes from matthieu@ | |||
2014-12-21 | Update to xorg-server 1.16.3. | Matthieu Herrb | |
Most of the 1.16.2->1.16.3 changes are the security patches that where already there. This adds some extra fixes plus a few unrelated bug fixes. | |||
2014-12-09 | Protocol handling issues in X Window System servers | Matthieu Herrb | |
One year after Ilja van Sprundel, discovered and reported a large number of issues in the way the X server code base handles requests from X clients, they have been fixed. | |||
2014-11-22 | Update to xserver 1.16.2 | Matthieu Herrb | |
2014-10-20 | regen | Matthieu Herrb | |
2014-10-20 | OpenBSD's make now supports -include. So reduce diff with upstreams. | Matthieu Herrb | |
ok kettenis@ espie@ | |||
2014-10-18 | No more /dev/agp0 | Matthieu Herrb | |
2014-09-28 | white space diff redux | Matthieu Herrb | |
2014-09-27 | Update to xserver 1.16.1. | Matthieu Herrb | |
Tested by naddy@, jsg@ & kettenis@ | |||
2014-09-27 | Update to xserver 1.16.1. | Matthieu Herrb | |
Tested by naddy@, jsg@ & kettenis@ | |||
2014-07-11 | Update to xorg-server 1.15.2. bug fixes. | Matthieu Herrb | |
2014-05-02 | Update to xserver 1.15.1. | Matthieu Herrb | |
Tested by at least ajacoutot@, dcoppa@ & jasper@ | |||
2006-11-26 | Importing xserver from X.Org 7.2RC2 | Matthieu Herrb | |
2014-03-18 | Remove {hp300,mvme68k,mvme88k} bits. | Miod Vallat | |
2014-02-26 | Call pci_system_init(), even if opening /dev/xf86 fails. Makes it possible to | Mark Kettenis | |
run X with machdep.allowaperture=0 on hardware supported by radeondrm(4) on macppc too. tested by landry@ ok matthieu@, deraadt@ | |||
2014-02-15 | Fix build of (disabled) wsfb kdrive backend. | Matthieu Herrb | |
2013-12-28 | mac68k and mvmeppc are no longer supported. | Matthieu Herrb | |
2013-12-28 | Update to xserver 1.14.5 | Matthieu Herrb | |
2013-12-15 | Avoid timeouts of ULONG_MAX milliseconds. Stops the X server from crashing | Mark Kettenis | |
with "select returned EINVAL" messages. ok matthieu@ | |||
2013-12-08 | Update to xserver 1.14.4 | Matthieu Herrb | |
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 |