summaryrefslogtreecommitdiff
path: root/xserver
AgeCommit message (Collapse)Author
2015-06-27Build the Xserver with large got (-xgot as(1) option) on mips; needed toMiod Vallat
accomodate the growth of recent changes. Tested on loongson.
2015-06-20Merge 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-31Obsolete XAA includes should be gone now.Matthieu Herrb
2015-05-27Simplify 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-18Bury kdriver/wscons code in the Attic.Matthieu Herrb
It has never worked and there is no plan to finish it.
2015-02-11Update to xserver 1.16.4.Matthieu Herrb
Contains fix for CVE-2015-0255. ok dcoppa@
2015-02-09Enable file descriptor passing code.Mark Kettenis
ok deraadt@, matthieu@
2015-02-09Use __MAP_NOFAULT to map shared memory passed through file descriptors. ThisMark 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-15Recognise the synaptics with sw buttons mouse type and set theJonathan Gray
clickpad and has_secondary_buttons properties. Initial diff from myself with additional changes from matthieu@
2014-12-21Update 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-09Protocol handling issues in X Window System serversMatthieu 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-22Update to xserver 1.16.2Matthieu Herrb
2014-10-20regenMatthieu Herrb
2014-10-20OpenBSD's make now supports -include. So reduce diff with upstreams.Matthieu Herrb
ok kettenis@ espie@
2014-10-18No more /dev/agp0Matthieu Herrb
2014-09-28white space diff reduxMatthieu Herrb
2014-09-27Update to xserver 1.16.1.Matthieu Herrb
Tested by naddy@, jsg@ & kettenis@
2014-09-27Update to xserver 1.16.1.Matthieu Herrb
Tested by naddy@, jsg@ & kettenis@
2014-07-11Update to xorg-server 1.15.2. bug fixes.Matthieu Herrb
2014-05-02Update to xserver 1.15.1.Matthieu Herrb
Tested by at least ajacoutot@, dcoppa@ & jasper@
2006-11-26Importing xserver from X.Org 7.2RC2Matthieu Herrb
2014-03-18Remove {hp300,mvme68k,mvme88k} bits.Miod Vallat
2014-02-26Call pci_system_init(), even if opening /dev/xf86 fails. Makes it possible toMark Kettenis
run X with machdep.allowaperture=0 on hardware supported by radeondrm(4) on macppc too. tested by landry@ ok matthieu@, deraadt@
2014-02-15Fix build of (disabled) wsfb kdrive backend.Matthieu Herrb
2013-12-28mac68k and mvmeppc are no longer supported.Matthieu Herrb
2013-12-28Update to xserver 1.14.5Matthieu Herrb
2013-12-15Avoid timeouts of ULONG_MAX milliseconds. Stops the X server from crashingMark Kettenis
with "select returned EINVAL" messages. ok matthieu@
2013-12-08Update to xserver 1.14.4Matthieu Herrb
2013-10-09Fix from upstreams for CVE-2013-4396Matthieu Herrb
Use after free in Xserver handling of ImageText requests
2013-09-28Update to xserver 1.14.3Matthieu Herrb
2013-09-09revert a local patch to check for swrastg, LLVMpipe installs as swrast nowJonathan Gray
ok mpi@ ajacoutot@
2013-08-24Uodate to xserver 1.14.2. Tested by krw@, shadchin@, todd@Matthieu Herrb
2013-08-24Corresponding xenocara cleanup from the amd64/i386 MTRR cleanup diff justMike 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-17No xorg xserver on octeon.Brian Callahan
ok matthieu@
2013-08-13Handle more /dev/drmN devices.Mark Kettenis
ok matthieu@, jsg@
2013-07-29Build the X server on hp300 again. from miod@. Ok deraadt@Matthieu Herrb
2013-07-16Re-commit luna88k_video.c. Previous file is 'doubled' by mistake.Kenji Aoyama
2013-07-15Add 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-07Update to X server 1.14.1. Tested by many during t2k13. Thanks.Matthieu Herrb
2013-05-19Merge 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-21backport (whitespace changes only) a fix for panning that also effected scaleTodd 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-16Add xenocara defines/files for luna88k, no X server at this moment.Kenji Aoyama
ok miod@
2013-03-14Build the X server on hp300 again. Tested on catseye.Miod Vallat
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