summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-05mi: Only UpdateSpriteForScreen if we actually changed the screen. (Bug #12650)Peter Hutterer1-1/+7
2008-02-01xfree86: stick two more checks in for num_valuators < MAX_VALUATORSPeter Hutterer1-0/+12
2008-02-01xfree86: don't call xalloc from signal handlers when posting events.Matthieu Herrb1-36/+33
2008-01-30dix: print out event type if a bogus pointer event occurs.Peter Hutterer1-1/+1
2008-01-30xkb: don't update LEDs if they don't exist. (Bug #13961)Peter Hutterer1-0/+3
2008-01-29Bug 13101: xorg-server has a typo in hw/xfree86/os-support/bsd/i386_video.cColeman Kane1-1/+1
2008-01-29Loader: Fix verbosity confusionJulien Goodwin1-1/+1
2008-01-29xorg.conf.man: Fix monitor/output confusion in monitor positioningJulien Goodwin1-8/+8
2008-01-29xfree86: fix AlwaysCore handling. (Bug #14256)Peter Hutterer1-1/+1
2008-01-29config: don't reset connection info on disconnect.Peter Hutterer1-3/+2
2008-01-29config: check connection != NULL before getting dbus' dispatch status.Peter Hutterer1-2/+3
2008-01-29config: only shutdown libhal if the connection is valid.Peter Hutterer1-5/+7
2008-01-29config: add a debug message, fix a whitespace error.Peter Hutterer1-2/+3
2008-01-28Rootless: RootlessEnsureFrame: Added check for !IsRootJeremy Huddleston1-1/+1
2008-01-26Merge commit 'upstream/master'David Nusinow11-331/+272
2008-01-25xselinux: Move the extension to extmod instead of being built-in.Eamon Walsh4-4/+11
2008-01-25XACE: Remove the extension code entirely, XACE is completely static now.Eamon Walsh4-26/+0
2008-01-25XACE: Stop using fake requestVectors in favor of a simple hook call.Eamon Walsh3-126/+24
2008-01-25XACE: Don't need to actually register a protocol extension.Eamon Walsh2-53/+0
2008-01-24xselinux: Rename SelectionManager to more generic SecurityManager.Eamon Walsh2-35/+35
2008-01-24xselinux: Use a privileged bit in the state instead of passing an indexEamon Walsh1-33/+27
2008-01-24xselinux: Implement "get context" protocol requests.Eamon Walsh1-3/+116
2008-01-24xselinux: Whitespace fixups.Eamon Walsh1-34/+32
2008-01-23Bug #12439: add a quirk to use +hsync +vsync for the probed detailed mode.Hong Liu1-9/+28
2008-01-22There is no such thing as /dev/cpu/mtrr.Adam Jackson1-10/+1
2008-01-21Add tags/TAGS to .gitignore for ctags usageDavid Nusinow1-0/+2
2008-01-21CVE-2007-6429: Always test for size+offset wrapping.Matthias Hopf1-6/+6
2008-01-19AIGLX: Fix GLX_EXT_texture_from_pixmap fallback with EXA.Michel Dänzer1-28/+54
2008-01-18CVE-2007-6429: Don't spuriously reject <8bpp shm pixmaps.Adam Jackson1-16/+20
2008-01-17XQuartz: Moved SetFrontProcess haco to set_front_processJeremy Huddleston1-5/+5
2008-01-17Fix for CVE-2008-0006 - PCF Font parser buffer overflow.Matthieu Herrb1-0/+7
2008-01-17Fix for CVE-2007-6429 - MIT-SHM and EVI extensions integer overflows.Matthieu Herrb3-14/+76
2008-01-17Fix for CVE-2007-6428 - TOG-cup extension memory corruption.Matthieu Herrb1-0/+3
2008-01-17Fix for CVE-2007-6427 - Xinput extension memory corruption.Matthieu Herrb8-54/+33
2008-01-17Fix for CVE-2007-5760 - XFree86 Misc extension out of bounds array indexMatthieu Herrb1-0/+4
2008-01-17Xephyr: One-time keyboard leak fixDaniel Stone1-0/+1
2008-01-17XKB: XkbCopyKeymap: Don't leak all the sectionsDaniel Stone1-0/+1
2008-01-17OS: IO: Zero out client buffersDaniel Stone1-1/+1
2008-01-16Don't break grab and focus state for a window when redirecting it.Kristian Høgsberg1-1/+2
2008-01-16Yet another Xv extension byte swapping fix.Michel Dänzer1-0/+1
2008-01-15Removed some warnings.Tiago Vignatti3-13/+13
2008-01-15Fix Xephyr compilation without GLX.Tiago Vignatti2-1/+3
2008-01-15xf86Cursors: fix memset for non-square cursorsDave Airlie1-1/+1
2008-01-14exa: make the prototype for exaGetPixmapFirstPixel() publicBernardo Innocenti2-3/+3
2008-01-12XQuartz: Fixed copy-paste error with login_shell commitJeremy Huddleston1-1/+1
2008-01-12XQuartz: Corrected copyright X.org Project -> X.org FoundationJeremy Huddleston1-1/+1
2008-01-12XQuartz: added 'login_shell' option to defaultsJeremy Huddleston4-4/+4
2008-01-12XQuartz: Fixed switching into XQuartz via expose.Jeremy Huddleston1-1/+6
2008-01-09More Xv extension byte swapping fixesAlan Coopersmith1-2/+3
2008-01-09xf86misc.c: Avoid use of swapped valuesPeter Harris1-15/+18