Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2010-08-29 | remove checks for xf1bpp and xf4bpp support, since they are not used. | Matthieu Herrb | |
2010-08-29 | Add missing headers for ioctl() and getpagesize() prototypes. | Matthieu Herrb | |
2010-08-29 | XFree86(1) -> __xservername__(1). __xservername__ is a macro that | Matthieu Herrb | |
gets replaced by the actual X server (Xorg currently) by the build system. | |||
2010-08-29 | Sync the build system of xf86-video-{wildcatfb,wsfb,wsudl} with upstreams. | Matthieu Herrb | |
No functionnal change. | |||
2010-08-29 | Update after module loader simplification upstreams. Fixes loading | Matthieu Herrb | |
in xserver 1.8. ok miod@. | |||
2010-08-28 | Fix autoconfiguration for accelerated drivers on sparc/sparc64. Currently | Mark Kettenis | |
limited to sunffb; others will need to be added to bsd_sbus.c if we start shipping them. ok matthieu@, oga@ | |||
2010-08-26 | We no longer link nawk to awk. OK oga@ matthieu@ | Todd C. Miller | |
2010-08-25 | remove annoying is lvds / is crt errorf calls | Martynas Venckus | |
ok fgs@ matthieu@ oga@ | |||
2010-08-25 | enable pixman (with a workaround from miod@) for m68k, fixes hp300 and mvme68k | Todd T. Fries | |
2010-08-25 | make 'make release' work on vax | Todd T. Fries | |
2010-08-23 | update | Matthieu Herrb | |
2010-08-22 | Update to xterm 261. Tested by krw@, jcs@. | Matthieu Herrb | |
2010-08-22 | Update to xf86-video-nv 2.1.18. | Matthieu Herrb | |
Tested at least by krw@, benoit@ and giovanni@. | |||
2010-08-22 | Update to xf86-video-mga 1.4.13. | Matthieu Herrb | |
2010-08-22 | Update to xf86-video-vmware 11.0.2. No functionnal change. | Matthieu Herrb | |
2010-08-22 | Update to xf86-input-vmmouse 12.6.10. No functionnal change. | Matthieu Herrb | |
2010-08-22 | Update to libXvMC 1.0.6. No functionnal change. | Matthieu Herrb | |
2010-08-21 | Update to util-macros 1.10.0 | Matthieu Herrb | |
2010-08-21 | Update to final X.Org xset 1.2.0. No functional change. | Matthieu Herrb | |
2010-08-21 | Update to libXau 1.0.6. No functional change. | Matthieu Herrb | |
2010-08-21 | Update to x11proto 7.0.18. no functional change. | Matthieu Herrb | |
2010-08-21 | Merge commits 838 and 840 from trunk: | Matthieu Herrb | |
Fix bug with suspend and VT switch on VX800 and 64bit systems (tested by jakemsr@) Fix segfaults with EXA and XV (Ticket #359) Tested on K8M890 and VN800 | |||
2010-08-21 | Update to kbproto 1.0.5 | Matthieu Herrb | |
2010-08-21 | update | Matthieu Herrb | |
2010-08-18 | Fix autoconfiguration on sparc and sparc64. | Owain Ainsworth | |
The code to add sunffb unconditionally on !solaris for __sparc__ systems is incorrect for openbsd. More specifically, due to interactions between hardware drivers and wsfb in preinit we can't unconditionally add wsfb to the list of fallbacks, so we only add wsfb if no other option was found. Additionally sunffb does not need to be unconditionally added because the bus probing code will find these devices already. So, long story short: make that code chunk conditional on __sparc__ && defined(__linux__) instead. change from !openbsd to __linux__ requested by kettenis@. Tested by at least myself and stsp@. ok matthieu@, kettenis@. | |||
2010-08-10 | sync | Todd T. Fries | |
2010-08-10 | permit sgi/loongson to make a release with no xorg.conf, | Todd T. Fries | |
broken since xorg.conf was removed for these archs | |||
2010-08-05 | Disable ftgl support explictely. | Matthieu Herrb | |
2010-08-05 | Start updating README and xorg.conf file for 4.8. ok miod@. | Matthieu Herrb | |
sparc64 still needs to be checked and updated. | |||
2010-08-04 | disable video for now; ok deraadt@ | Todd T. Fries | |
2010-08-04 | set PATH only on configure run, unbreak autoreconf... | Marc Espie | |
2010-08-04 | enforce a consistent path in configure, avoid all kind of trouble with X | Marc Espie | |
picking up ports from /usr/local. okay matthieu@ | |||
2010-08-04 | Commit the right version of the file: we want to remove XkbLayout from | Matthieu Herrb | |
the defaults, no XkbModel. | |||
2010-08-04 | Fix the fix of the fix. | Matthieu Herrb | |
Previous iteration would again ignore wscons keyboard.encoding setting. Now no default xkbLayout is set, unless keyboard.encoding=user. | |||
2010-08-04 | Don't set xkblayout from wscons setting if specified in xorg.conf. | Matthieu Herrb | |
Problem noticed, and patch provided by Mike Belopuhov. Thanks. | |||
2010-08-04 | Pull in some fixes from upstream: | David Coppa | |
o various memleak fixes o ensure get_wm_class_from_reply returns a valid C-string OK matthieu@, deraadt@ | |||
2010-08-03 | Remove some of the obsolete stuff. | Matthieu Herrb | |
2010-08-03 | Remove empty .TP | Matthieu Herrb | |
2010-08-02 | Current pixman lib doesn't build on m68k. Disable it on those machines. | Matthieu Herrb | |
ok deraadt@ | |||
2010-08-02 | puffy 4.8 | Todd T. Fries | |
2010-08-01 | Fix a problem when switching back from a text VT; avoid stealing | Matthieu Herrb | |
the keyboard or other input devices events. | |||
2010-07-31 | Fix X -keepPriv by calling xf86OpenConsole() early enough on architectures | Matthieu Herrb | |
that don't have a separate /dev/xf86. Problem noticed by kettenis@ and krw@ ok kettenis@. | |||
2010-07-31 | regen | Matthieu Herrb | |
2010-07-31 | Define AM_CFLAGS and AM_CPPFLAGS like other drivers do. This fixes | Matthieu Herrb | |
build with CFLAGS=-g. | |||
2010-07-31 | update | Matthieu Herrb | |
2010-07-31 | Update to sessreg 1.0.6 | Matthieu Herrb | |
2010-07-31 | Update to sessreg 1.0.5 | Matthieu Herrb | |
2010-07-31 | Update to libpciaccess 0.12. | Matthieu Herrb | |
We already had most of the code from this version, it just add 2 bug fixes. no ABI/API change. |