Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-25 | Introduce bsd.xconf.mk to set default config variables used | Matthieu Herrb | |
at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@. | |||
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Matthieu Herrb | |
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis. From deraadt@ | |||
2008-03-15 | Regen with autoconf 2.59-p2, with AM_SANITY check zapped. | Matthieu Herrb | |
2008-03-15 | Repair msg_controllen. In those cases it should just be | Matthieu Herrb | |
CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment. Based on fixes in base system. | |||
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage, same fixes as in the base system. | Matthieu Herrb | |
ok deraadt@ | |||
2008-02-20 | Fix from X.Org repository: | Matthieu Herrb | |
xkb: don't update LEDs if they don't exist (which would trigger an NULL pointer dereference). | |||
2008-02-20 | Fix from X.Org repository: untrusted access broken in 7.3. | Matthieu Herrb | |
2008-02-20 | Fix for CVE-2007-3069 from X.Org git repository: | Matthieu Herrb | |
Don't break grab and focus state for a window when redirecting it. Composite uses an unmap/map cycle to trigger backing pixmap allocation and cliprect recomputation when a window is redirected or unredirected. To avoid protocol visible side effects, map and unmap events are disabled temporarily. However, when a window is unmapped it is also removed from grabs and loses focus, but these state changes are not disabled. This change supresses the unmap side effects during the composite unmap/map cycle and fixes a bug where a compositing window manager would cause the screensaver to lose its grab when it unredirects the fullscreen lock window. | |||
2008-02-20 | endianness definitions for m88k, ok matthieu@ | Miod Vallat | |
2008-02-16 | Don't #define DEBUG anymore | Miod Vallat | |
2008-02-16 | Remove unused global. | Miod Vallat | |
2008-02-13 | Disable mesa on m68k, at least until it switches to ELF; suggested by matthieu@ | Miod Vallat | |
2008-02-13 | Correctly link ioperm_noop.c to the build on m68k. ok matthieu@ | Miod Vallat | |
2008-02-13 | Remove a unused static function which references a function which had been | Miod Vallat | |
removed in the 1.4 update, it prevents wsfb from working on platforms without lazy binding. | |||
2008-02-11 | Remove a bunch of files that get generated during a normal build. | Matthieu Herrb | |
2008-02-11 | Remove empty unused files. | Matthieu Herrb | |
2008-02-02 | Make it possible to build dri support with XENOCARA_BUILD_DRI=yes in | Matthieu Herrb | |
/etc/mk.conf. ok oga@ | |||
2008-01-27 | regen | Matthieu Herrb | |
2008-01-27 | Fix m68k builds. Similar to the fix that miod used. | Matthieu Herrb | |
2008-01-21 | 3rd try... CVE-2007-6429: Always test for size+offset wrapping. From X.Org. | Matthieu Herrb | |
2008-01-18 | Previous shm fix for CVE-2007-6429 was incorrect. | Matthieu Herrb | |
Don't spuriously reject <8bpp shm pixmaps. From X.Org repository. | |||
2008-01-17 | Fix from X.Org for CVE-2008-0006 - PCF Font parser buffer overflow. | Matthieu Herrb | |
2008-01-17 | Fix from X.Org for CVE-2007-6429 - MIT-SHM and EVI extensions integer overflows. | Matthieu Herrb | |
2008-01-17 | Fix from X.Org for CVE-2007-6428 - TOG-cup extension memory corruption. | Matthieu Herrb | |
2008-01-17 | Fix from X.Org for CVE-2007-6427 - Xinput extension memory corruption. | Matthieu Herrb | |
2008-01-17 | Fix from X.Org for CVE-2007-5958 - File existence disclosure. | Matthieu Herrb | |
2008-01-17 | Fix from X.Org for CVE-2007-5760 - XFree86 Misc extension out of | Matthieu Herrb | |
bounds array index. | |||
2008-01-16 | Based on a suggestion and an initial patch by kettenis@, build | Matthieu Herrb | |
both the old i810 and the new intel drivers on i386, and let X autoconfiguration code choose the one that is used based on the chipset. Tested by landry@ and a few others. | |||
2008-01-04 | regen | Joel Sing | |
2008-01-04 | Add support for xserver on OpenBSD/sgi and enable build. | Joel Sing | |
ok matthieu@ | |||
2008-01-01 | more gcc2 fixes; ok mathieu@ | Todd T. Fries | |
2007-12-29 | fix for gcc2 (declaration 1st within each scope) | Todd T. Fries | |
ok matthieu@ | |||
2007-12-23 | Adapt OpenBSD/wscons kdrive drivers to changes in xserver 1.4. | Matthieu Herrb | |
Still not working but at least building again. | |||
2007-12-23 | Make that build with gcc 2.95 | Matthieu Herrb | |
2007-12-21 | Don't call xcalloc() in functions called by the big SIGIO handler. | Matthieu Herrb | |
Problem initially reported by sthen@, fix tested by many. | |||
2007-12-20 | Fix build with gcc 2.95. ok todd@. | Matthieu Herrb | |
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 | |