Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-13 | Add back files that I removed before import to minimize cvs noise. That | Matthieu Herrb | |
was a mistake. sorry. | |||
2007-12-13 | Merge xserver 1.4.0.90. This includes fixes for some of the regressions | Matthieu Herrb | |
introduced by xserver 1.4, such as the keyboad caps/num-lock leds updates. Tested by many. | |||
2007-12-10 | Fix logic error in the new dynamic array of pci devices that made | Matthieu Herrb | |
xf86scanpci() exit early if pciInit() had been called already. Fix tested by krw@. | |||
2007-12-03 | regen | Matthieu Herrb | |
2007-12-03 | Revert xf86EnableIO()/xf86DisableIO() on macpcc to NOP for now. | Matthieu Herrb | |
2007-11-25 | Support the new AGP device. Work by oga@ and me, with some ideas from | Matthieu Herrb | |
dim@ long ago. | |||
2007-11-25 | OpenBSD's still using the old xkb data files. So rules are called "xorg" not | Matthieu Herrb | |
"base". | |||
2007-11-24 | merge xserver 1.4, 1st pass | Matthieu Herrb | |
2007-11-24 | xserver 1.4 | Matthieu Herrb | |
2007-11-24 | xserver 1.4 | Matthieu Herrb | |
2007-11-24 | xserver 1.4 | Matthieu Herrb | |
2007-08-06 | Pull patch from X.Org bugzilla #7364 from XF4 tree: fix for | Matthieu Herrb | |
potential unaligned access on 64 bit architectures. | |||
2007-08-04 | regen | Matthieu Herrb | |
2007-06-30 | regen | Matthieu Herrb | |
2007-06-30 | Fix linking on OpenBSD/a.out systems. Tested by Nick@. | Matthieu Herrb | |
2007-06-23 | regen | Matthieu Herrb | |
2007-06-13 | swap xOrigin and yOrigin in SProcRenderSetPictureClipRectangles. | Matthieu Herrb | |
Fixes Xrender clipping rectangles when X server and client are of different endianness, shown by xterm 225 among others. | |||
2007-05-31 | Remove debugging code that was not supposed to leak in. | Matthieu Herrb | |
2007-05-29 | More stuff, mostly copied from Xwsfb and Xvesa | Matthieu Herrb | |
2007-05-29 | add a TODO list in case someone wants to help | Matthieu Herrb | |
2007-05-27 | kdrive doesn't support Xinput. | Matthieu Herrb | |
2007-05-27 | - rename some functions for consistancy | Matthieu Herrb | |
- fill more code | |||
2007-05-27 | sync | Matthieu Herrb | |
2007-05-27 | It's a bad idea to include rcs keywords in Makefile.am if | Matthieu Herrb | |
the generated Makefile.in are also placed under CVS unless you want an infinite number of commits. | |||
2007-05-27 | Fill more holes. Still doesn't work. | Matthieu Herrb | |
2007-05-27 | Avoid using an unitialized variable as mouse info. | Matthieu Herrb | |
2007-05-27 | Force restore of text mode on exit. | Matthieu Herrb | |
2007-05-26 | Add support for 'W' axis. From "Gareth" garf at loveandnature dot co dot za. | Matthieu Herrb | |
Thanks. | |||
2007-05-25 | Start filling the holes. | Matthieu Herrb | |
2007-05-25 | sync | Matthieu Herrb | |
2007-05-25 | Xwscons doesn't need agp support for now. | Matthieu Herrb | |
2007-05-25 | add | Matthieu Herrb | |
2007-05-25 | add | Matthieu Herrb | |
2007-05-25 | Add a way to build Xwscons for those who want to hack on it. | Matthieu Herrb | |
2007-05-25 | regen | Matthieu Herrb | |
2007-05-25 | Unbreak Xprint builds. Noticed by todd@. | Matthieu Herrb | |
2007-05-25 | required bits to build Xwscons | Matthieu Herrb | |
2007-05-25 | Add skeleton implentation of Xwscons a kdrive based X server for | Matthieu Herrb | |
wscons's dumb framebuffer mode. This is an empty shell for now. | |||
2007-05-12 | Don't build mesa on landisk. | Matthieu Herrb | |
2007-05-12 | - Disable OpenGL parts on vax and sgi | Matthieu Herrb | |
- Disable Xprt on vax and landisk Xenocara now builds on vax | |||
2007-05-02 | Fix for a divide by zero that can be triggered by a malicious client. | Matthieu Herrb | |
Problem reported by Derek Abdine of rapid7.com, patch by Keith Packard. | |||
2007-04-20 | Don't fall back to wsfb on autoconfig | Matthieu Herrb | |
2007-04-18 | plug memory leak on client disconnect. From X.Org git. | Matthieu Herrb | |
2007-04-17 | regen | Matthieu Herrb | |
2007-04-17 | fix APM support. | Matthieu Herrb | |
2007-04-15 | Don't build the Xfree86 utils programs (mostly PCI based) on machines | Matthieu Herrb | |
which lack the capabilities to support them. | |||
2007-04-10 | regen | Matthieu Herrb | |
2007-04-10 | Fix test for sysv ipc. | Matthieu Herrb | |
2007-04-04 | XC-MISC CVE-2007-1003 | Todd T. Fries | |
XC-MISC Extension ProcXCMiscGetXIDList Memory Corruption Vulnerability This vulnerability was discovered by Sean Larsson, iDefense Labs. from matthieu@ | |||
2007-03-31 | XENOCARA_TOP -> XSRCDIR and now defaults to /usr/src/xenocara | Matthieu Herrb | |
XENOCARA_OBJDIR -> XOBJDIR and now defaults to /usr/xobj suggested by espie@ ok krw@ mbalmer@ |