Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
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-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-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 | Update to xserver 1.14.5 | Matthieu Herrb | |
2013-12-08 | Update to xserver 1.14.4 | Matthieu Herrb | |
2013-09-28 | Update to xserver 1.14.3 | Matthieu Herrb | |
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-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-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@ | |||
2012-11-04 | Include declaration of sparcDriverName() | Tobias Ulmer | |
Fixes segfault on sunffb graphics. 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-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-08 | Un-blacklist radeon, blacklist radeonold. So X -configure will now | Matthieu Herrb | |
select the radeon driver. | |||
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-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-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-01-31 | Update to xserver 1.11.4. tested by krw@, shadchin@. | Matthieu Herrb | |
2011-12-18 | Bugfix Update to xserver 1.11.3 | Matthieu Herrb | |
2011-11-05 | Update to xserver 1.11.2 | 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-04-02 | Update to xserver 1.9.5. Tested by jasper@, ajacoutot@ and krw@ | Matthieu Herrb | |
2011-03-08 | add a new build switch 'XENOCARA_USE_XKEYBOARD_CONFIG' to enable | Matthieu Herrb | |
the use of xkeyboard-config xkb definitions instead of the old xkbdata. This will make testing easier. No changes in default builds. ok shadchin@ | |||
2011-01-28 | Effectively close the AGP device fd in xf86GARTCloseScreen() if it's | Matthieu Herrb | |
different from the consoleFd. Fixes crashes at server reset. "looks good" miod@, oga@. Tested by shadchin@. | |||
2011-01-10 | Call xf86Reconfigure() after readjusting the physical dimensions of the screen | Mark Kettenis | |
based on EDID information. Fixes issues with the mouse getting stuck on dual card setups. Still trying to push this one upstream. ok matthieu@ | |||
2011-01-02 | Repair build of Xorg on hppa | Matthieu Herrb | |
2010-12-21 | Update to xorg-server 1.9.3. Tested by japser@, landry@ and ajacoutot@ | Matthieu Herrb | |
in various configurations. | |||
2010-12-06 | Initialize len before passing it to sysctl(3). | Mark Kettenis | |
ok matthieu@ | |||
2010-12-05 | Upgrade to xorg-server 1.9.2. | Matthieu Herrb | |
Tested by ajacoutot@, krw@, shadchin@ and jasper@ on various configurations including multihead with both zaphod and xrandr. | |||
2010-09-01 | regen (yes lots of files, since util-macros has been updated). | Matthieu Herrb | |
2010-08-31 | Don't even attempt to establish a SIGIO handler for DRI1. | Owain Ainsworth | |
This hasn't been used for a very, very, very long time, (since before OpenBSD had dri support, for example) and it causes segfaults on dri drivers when sigio is disabled. Now we don't need to do context swaps on sigio nor are we trying to do interrupts in userland (thank fuck for that) this function can die the death that I intended it to die about two years ago, may it burn. The kernel support the the sigio ioctl will be removed in a couple of weeks to give people time to update (right now it accepts it, then ignores it). ok kettenis@, matthieu@. | |||
2010-08-29 | Use the KERN_CONSDEV ioctl to figure out what the console device is and | Mark Kettenis | |
attempt to open that first before trying /dev/ttyC[0-7]. This makes X autoconfiguration a tad bit more intuitive on machines with multiple SBus or UPA framebuffers, where wsdisplay0 isn't the console. PCI framebuffers are still busted though. ok matthieu@ |