summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-16Disable a few more binaries on m88k due to static linking.Miod Vallat
2008-02-16Don't #define DEBUG anymoreMiod Vallat
2008-02-16Remove unused global.Miod Vallat
2008-02-16xterm updatedMatthieu Herrb
2008-02-16Change the default pointerMode for real now.Matthieu Herrb
2008-02-16Merge xterm 232.Matthieu Herrb
New local change: default value for pointerMode is 0.
2008-02-16Import xterm version 232. tested by many.Matthieu Herrb
2008-02-16syncTodd T. Fries
2008-02-14Disable loadable cursor on m88k systems (no shared libraries).Miod Vallat
2008-02-13usage never returns, and thus should be __dead.Owain Ainsworth
ok jasper@.
2008-02-13Add an explicit "module" section to prevent the X server from using anMiod Vallat
overlong default list, and switch the keyboard driver to `kbd'.
2008-02-13syncMiod Vallat
2008-02-13Disable mesa on m68k, at least until it switches to ELF; suggested by matthieu@Miod Vallat
2008-02-13Correctly link ioperm_noop.c to the build on m68k. ok matthieu@Miod Vallat
2008-02-13Remove a unused static function which references a function which had beenMiod Vallat
removed in the 1.4 update, it prevents wsfb from working on platforms without lazy binding.
2008-02-13add usage() for when an unknown option is given.Owain Ainsworth
from Gleydson Soares <gsoares@gmail.com>, thanks! ok jasper@
2008-02-13Make cwm print the XDisplayName() if it fails to open the display,Owain Ainsworth
instead of an error message that'll be gibberish to most people. from Gleydson Soares. Thanks! ok simon@.
2008-02-12- remove stuff that we don't want from drmOpenDevice()Matthieu Herrb
- prepare for privilege separation support. ok oga@.
2008-02-12Update to Mesa 7.0.2. Tested by naddy@ (full ports build), simon@Matthieu Herrb
and oga@ (with dri enabled).
2008-02-12Import Mesa 7.10.3Matthieu Herrb
2008-02-11Remove a bunch of files that get generated during a normal build.Matthieu Herrb
2008-02-11Remove empty unused files.Matthieu Herrb
2008-02-11some packages got updated upstreamsMatthieu Herrb
2008-02-11syncMiod Vallat
2008-02-11intel 2.2.0.90Matthieu Herrb
2008-02-11Merge intel driver version 2.2.0.90.Matthieu Herrb
2008-02-10Run the program if xidle recieves a SIGUSR1.Ryan Thomas McBride
ok matthieu jmc
2008-02-09regenMatthieu Herrb
2008-02-09Stop linking libXaw7.so.<n-1> to libXaw.so.7.<n-1>Matthieu Herrb
Bump majors (needed but forgotten after previous libX11 bump). After discussion with kettenis@
2008-02-07Fix the linkage and CFLAGS of the dri libs. they don't segfault immediatelyOwain Ainsworth
on startup now. still a little sketchy though.
2008-02-02Don't change the libGL linkage when not using dri.Matthieu Herrb
2008-02-02remove extra white spaceMatthieu Herrb
2008-02-02stuff for building libGL with dri support. Also includes clean-upMatthieu Herrb
of the regular libGL build. bump major because some symbols were removed. ok oga@
2008-02-02Make it possible to build dri support with XENOCARA_BUILD_DRI=yes inMatthieu Herrb
/etc/mk.conf. ok oga@
2008-01-31Remove trailing spaces.Matthieu Herrb
2008-01-31Merge the two xenocara mtree specs into a unique one, rooted at /Matthieu Herrb
ok todd@
2008-01-30remove useless rules for .cpp files.Matthieu Herrb
2008-01-27regenMatthieu Herrb
2008-01-27Fix m68k builds. Similar to the fix that miod used.Matthieu Herrb
2008-01-22Trivial typo in recent "exec windowmanager" additionIan Darwin
2008-01-213rd try... CVE-2007-6429: Always test for size+offset wrapping. From X.Org.Matthieu Herrb
2008-01-20add some missing TRACE_EXITsJasper Lievisse Adriaanse
ok matthieu@
2008-01-18Previous shm fix for CVE-2007-6429 was incorrect.Matthieu Herrb
Don't spuriously reject <8bpp shm pixmaps. From X.Org repository.
2008-01-17Fix from X.Org for CVE-2008-0006 - PCF Font parser buffer overflow.Matthieu Herrb
2008-01-17Fix from X.Org for CVE-2007-6429 - MIT-SHM and EVI extensions integer overflows.Matthieu Herrb
2008-01-17Fix from X.Org for CVE-2007-6428 - TOG-cup extension memory corruption.Matthieu Herrb
2008-01-17Fix from X.Org for CVE-2007-6427 - Xinput extension memory corruption.Matthieu Herrb
2008-01-17Fix from X.Org for CVE-2007-5958 - File existence disclosure.Matthieu Herrb
2008-01-17Fix from X.Org for CVE-2007-5760 - XFree86 Misc extension out ofMatthieu Herrb
bounds array index.
2008-01-16regenMatthieu Herrb