June 2013 Archives by author
Starting: Sat Jun 1 02:26:15 PDT 2013
Ending: Sun Jun 30 23:56:04 PDT 2013
Messages: 356
- [PATCH] Fix kwin crashes on xrandr update on NX
Timo Aaltonen
- [PATCH] Fix kwin crashes on xrandr update on NX
Dave Airlie
- [PATCH:libXrandr] XRRGetProviderInfo returned bad associated_capability list in 64-bit
Dave Airlie
- Improvements to Circular Scrolling in Synaptics driver
Andrew
- Improvements to Circular Scrolling in Synaptics driver
Andrew
- Improvements to Circular Scrolling in Synaptics driver
Andrew
- [PATCH] Revert "DRI2: re-allocate DRI2 drawable if pixmap serial changes"
Eric Anholt
- [PATCH] Revert "DRI2: re-allocate DRI2 drawable if pixmap serial changes"
Eric Anholt
- [PATCH setxkbmap] -I syntax wrong in manpage
Stéphane Aulery
- [PATCH xrandr] Mention of --brightness with -h option
Stéphane Aulery
- [PATCH xrdb] ~/.Xdefaults is deprecated, ~/.Xresources should be used instead
Stéphane Aulery
- [PATCH xmodmap] error in manpage example about swapping Control_L/Caps_Lock keys
Stéphane Aulery
- [PATCH xrdb] ~/.Xdefaults is deprecated, ~/.Xresources should be used instead
Stéphane Aulery
- [PATCH xrandr] Mention of --brightness with -h option
Stéphane Aulery
- [PATCH xmodmap] error in manpage example about swapping Control_L/Caps_Lock keys
Stéphane Aulery
- [PATCH setxkbmap] -I syntax wrong in manpage
Stéphane Aulery
- (Crowd funded) fix for SiS 671/771 video cards
Yuhong Bao
- [PATCH 2/6] gpu: host1x: Fix syncpoint wait return value
Terje Bergström
- [PATCH 2/6] gpu: host1x: Fix syncpoint wait return value
Terje Bergström
- [PATCH] Revert "DRI2: re-allocate DRI2 drawable if pixmap serial changes"
Paul Berry
- glx support in Xephyr
Laurent Carlier
- [PATCH] ephyr: restore GLX support
Laurent Carlier
- [PATCH libX11] documentation for XKeycoteToKeysym
Christophe
- [PATCH libX11] man: improved documentation for XKeycoteToKeysym being deprecated
Christophe
- xorg-server-1.14.1.902 - build error
Chris Clayton
- xorg-server-1.14.1.902 - build error
Chris Clayton
- xorg-server-1.14.1.902 - build error
Chris Clayton
- xorg-server-1.14.1.902 - build error
Chris Clayton
- [PATCH xaw3d 0/2] Xaw3d build system
James Cloos
- [PATCH xaw3d 1/2] Fix --disable-feature options in configure
James Cloos
- [PATCH libX11] Add missing locales to configure.ac
James Cloos
- [PATCH:libX11 2/8] Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs).
James Cloos
- [PATCH:libX11 2/8] Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs).
James Cloos
- [PATCH xrdb] ~/.Xdefaults is deprecated, ~/.Xresources should be used instead
James Cloos
- [PATCH xrdb] ~/.Xdefaults is deprecated, ~/.Xresources should be used instead
James Cloos
- [PATCH v2] libX11: check size of GetReqExtra after XFlush
Kees Cook
- [PATCH v3 0/2] libX11: check size of GetReqExtra after XFlush
Kees Cook
- [PATCH 1/2] libX11: check size of GetReqExtra after XFlush
Kees Cook
- [PATCH 2/2] libX11: check "req" when calling GetReqExtra
Kees Cook
- [PATCH 1/2] libX11: check size of GetReqExtra after XFlush
Kees Cook
- [PATCH 4/5] Xephyr: integer overflow in XF86DRIOpenConnection()
Alan Coopersmith
- [PATCH 1/5] Xdmx: integer overflow in GetGLXVisualConfigs()
Alan Coopersmith
- [PATCH libXvMC] avoid overflowing by making nameLen and busIDLen addition overflow
Alan Coopersmith
- [PATCH:libXv 1/2] XvQueryPortAttributes: add a comment explaining memory strategy
Alan Coopersmith
- [PATCH:libXv 2/2] Bug 65252: Ensure final name is nil-terminated & none point to uninitialized memory.
Alan Coopersmith
- [PATCH:libX11 7/8] Add missing stdio header for printf(3) in DEBUG build.
Alan Coopersmith
- [PATCH:libX11 8/8] Deal with the limited range of VAX floating point numbers when compiling for VAX.
Alan Coopersmith
- [PATCH:libX11 3/8] ifdef out code that truncates the source length to the destination length if it is larger. Seems useless to do that since the code tests for both source length and destination to be non-zero. This fixes cut-n-paste problem in xterm where the paste length was limited to 1024 (BUFSIZ) in button.c
Alan Coopersmith
- [PATCH:libX11 1/8] Avoid .TS H and .TH for now as it doesn't alter the output in this case, and improve the output with mandoc(1).
Alan Coopersmith
- [PATCH:libX11 7/8] Add missing stdio header for printf(3) in DEBUG build.
Alan Coopersmith
- [PATCH:libXScrnSaver] Don't declare a 'const char *' when you pass it to a 'char *'.
Alan Coopersmith
- [PATCH:libXfont] Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual.
Alan Coopersmith
- [PATCH:libXtst] Fix some const issues.
Alan Coopersmith
- [PATCH:libXinerama] Const fix.
Alan Coopersmith
- [PATCH:libXRes] Const fix.
Alan Coopersmith
- [PATCH:libXxf86vm] Const fix.
Alan Coopersmith
- [PATCH:xrandr 2/2] Use __UNCONST to work around const problem.
Alan Coopersmith
- [PATCH:xrandr 1/2] Protect config.h like usual.
Alan Coopersmith
- [PATCH:libXt] Add missing comma to fix DEBUG build.
Alan Coopersmith
- [PATCH v2] libX11: check size of GetReqExtra after XFlush
Alan Coopersmith
- [PATCH:libXmu] Fix a const issue.
Alan Coopersmith
- [PATCH:mkfontscale 1/2] Protect config.h inclusion like usual.
Alan Coopersmith
- [PATCH:mkfontscale 2/2] Remove a couple of 'const' that aren't OK for the caller.
Alan Coopersmith
- [PATCH:xf86-video-ast] Use uint32_t for a variable that's passed to a function expecting a uint32_t.
Alan Coopersmith
- [PATCH:libX11 6/8] Check for symbol existence with #ifdef, not #if.
Alan Coopersmith
- [PATCH:libX11 8/8] Deal with the limited range of VAX floating point numbers when compiling for VAX.
Alan Coopersmith
- [PATCH:libX11 2/8] Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs).
Alan Coopersmith
- [PATCH:xrandr 2/2] Use __UNCONST to work around const problem.
Alan Coopersmith
- A clerical error in the document "Xlib - C Language X Interface X11R7.7"
Alan Coopersmith
- [PATCH:libX11] specs/libX11: correct prototype for XListPixmapFormats/XImageByteOrder
Alan Coopersmith
- [PATCH:libX11] troff macro expansion in specs/libX11
Alan Coopersmith
- [PATCH:libXrandr] Add some casts for gcc with more warnings enabled.
Alan Coopersmith
- [PATCH:libpciaccess 1/3] Protect config.h like usual.
Alan Coopersmith
- [PATCH:libpciaccess 3/3] Update NetBSD support. From Michael Lorenz <macallan at NetBSD.org>.
Alan Coopersmith
- [PATCH:libpciaccess 2/3] Remove useless extra "const" in "const sometype const * var = value; ". Found using clang -Wduplicate-decl-specifier.
Alan Coopersmith
- [PATCH libXt 1/2] Fix cross-compilation
Alan Coopersmith
- [PATCH:libpciaccess 3/3] Update NetBSD support. From Michael Lorenz <macallan at NetBSD.org>.
Alan Coopersmith
- CVE request for possible NULL ptr deref in XDM when using crypt() from glibc 2.17+
Alan Coopersmith
- [PATCH videoproto] Xvproto: fix xvEncodingInfo to match actual wire protocol
Alan Coopersmith
- [PATCH:libpciaccess 1/2] Move 'const' to correct place, so it has meaning.
Alan Coopersmith
- [PATCH:libpciaccess 1/3] Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.
Alan Coopersmith
- [xkb] Patch for a new keyboard layout
Alan Coopersmith
- [PATCH:xhost] Fix const warning for FamilyLocalHost empty address string
Alan Coopersmith
- [PATCH:videoproto] Xvproto.h: fix xvQueryEncodingsReply to match actual wire protocol
Alan Coopersmith
- [PATCH:videoproto] Xvproto.h: fix xvQueryEncodingsReply to match actual wire protocol
Alan Coopersmith
- [PATCH:libXv 1/7] Remove unnecessary casts from Xmalloc calls
Alan Coopersmith
- [PATCH:libXv 2/7] Fix sign conversion & comparison warnings from clang
Alan Coopersmith
- [PATCH:libXv 3/7] Use pad_to_int32 macro instead of repeated (x + 3) & ~3 pattern
Alan Coopersmith
- [PATCH:libXv 4/7] Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Alan Coopersmith
- [PATCH:libXv 5/7] Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequest
Alan Coopersmith
- [PATCH:libXv 6/7] Add missing calls to _XEatDataWords when we are skipping _XRead
Alan Coopersmith
- [PATCH:libXv 7/7] Refactor error handling
Alan Coopersmith
- [PATCH:libXv 1/7] Remove unnecessary casts from Xmalloc calls
Alan Coopersmith
- [PATCH:libpciaccess 1/2] Define PCI_MATCH_ANY as an unsigned int
Alan Coopersmith
- [PATCH:libpciaccess 2/2] pci_id_file_open: move variable inside the #ifndef that uses it
Alan Coopersmith
- [PATCH:libXt 1/6] Remove unnecessary clause.
Alan Coopersmith
- [PATCH:libXt 3/6] Mark non-returning function with appropriate attribute.
Alan Coopersmith
- managing patches with git
Alan Coopersmith
- [PATCH:libXi] Fix size comparison.
Alan Coopersmith
- [PATCH:libXi] Remove check that can never be true.
Alan Coopersmith
- [PATCH:xscope] Bug 66388 wrong output for filter names in RandR GetCrtcTransform reply
Alan Coopersmith
- [PATCH setxkbmap] -I syntax wrong in manpage
Alan Coopersmith
- [PATCH xrdb] ~/.Xdefaults is deprecated, ~/.Xresources should be used instead
Alan Coopersmith
- [PATCH:xrdb] Clarify .Xresources vs. .Xdefaults in man page
Alan Coopersmith
- [PATCH xmodmap] error in manpage example about swapping Control_L/Caps_Lock keys
Alan Coopersmith
- [PATCH xrdb] ~/.Xdefaults is deprecated, ~/.Xresources should be used instead
Alan Coopersmith
- [PATCH xrdb] ~/.Xdefaults is deprecated, ~/.Xresources should be used instead
Alan Coopersmith
- [PATCH:libXrandr] Add cast to fix gcc warning.
Alan Coopersmith
- [PATCH:libXrandr] XRRGetProviderInfo returned bad associated_capability list in 64-bit
Alan Coopersmith
- Xhiv - testing Handling Invalid Values in X libraries
Alan Coopersmith
- [PATCH libXvMC] avoid overflowing by making nameLen and busIDLen addition overflow
Julien Cristau
- [PATCH 1/5] Xdmx: integer overflow in GetGLXVisualConfigs()
Julien Cristau
- [PATCH 4/5] Xephyr: integer overflow in XF86DRIOpenConnection()
Julien Cristau
- [PATCH 5/5] Xephyr: integer overflow in XF86DRIGetClientDriverName()
Julien Cristau
- [PATCH videoproto] Xvproto: fix xvEncodingInfo to match actual wire protocol
Julien Cristau
- [PATCH videoproto] Xvproto: fix xvEncodingInfo to match actual wire protocol
Julien Cristau
- [PATCH libX11] Add missing locales to configure.ac
Julien Cristau
- [PATCH:videoproto] Xvproto.h: fix xvQueryEncodingsReply to match actual wire protocol
Julien Cristau
- [PATCH] Compute number of bytes correctly in XResQueryClientPixmapBytes
Julien Cristau
- [PATCH libXRes] Compute number of bytes correctly in XResQueryClientPixmapBytes
Julien Cristau
- [PATCH:xf86-video-mach64] Deal with pPict->pDrawable == NULL for source-only pictures.
Alex Deucher
- about Xvideo support in glamor
Alex Deucher
- [PATCH xf86-video-sunffb] Unbreak when XAA is not present.
Alex Deucher
- fbdev+xrand: no scaling?
Alex Deucher
- fbdev+xrand: no scaling?
Alex Deucher
- fbdev+xrand: no scaling?
Alex Deucher
- [RFC PATCH v2] xfree86: add a -gpu switch to select primary gpu
Alex Deucher
- [PULL 1.14] device scaling, memory leak fixes
Matt Dew
- xorg-server-1.14.1.902 - build error
Matt Dew
- [PATCH:libX11] specs/libX11: correct prototype for XListPixmapFormats/XImageByteOrder
Matt Dew
- xorg-server-1.14.1.902 - build error
Matt Dew
- [PATCH:libXt 4/6] Fix char vs. unsigned char warnings.
Thomas Dickey
- [PATCH:libXt 4/6] Fix char vs. unsigned char warnings.
Thomas Dickey
- [xf86-video-mach64] crash on sparc64 w/ xserver 1.14.1
Michel Dänzer
- [xf86-video-mach64] crash on sparc64 w/ xserver 1.14.1
Michel Dänzer
- [xf86-video-mach64] crash on sparc64 w/ xserver 1.14.1
Michel Dänzer
- [xf86-video-mach64] crash on sparc64 w/ xserver 1.14.1
Michel Dänzer
- [PATCH xts] Write results directly to results directory
Peter Harris
- [PATCH xts] Write results directly to results directory
Peter Harris
- [PATCH xts v2] Write results directly to results directory
Peter Harris
- [PATCH xts] Xlib17/XGetDefaults: Install EnvXdefaults
Peter Harris
- [PATCH xts 1/2] xts5/XI: Fix SEGV when double-freeing Display
Peter Harris
- [PATCH xts 2/2] XI/ChangeFeedbackControl: Always set f
Peter Harris
- [PATCH xts] XI/ChangePointerDevice: Fix double-free
Peter Harris
- [PATCH xts] XI/ChangePointerDevice: Fix double-free
Peter Harris
- [PATCH xts v2] XI/ChangePointerDevice: Fix double-free
Peter Harris
- [PATCH xts] XI/ChangePointerDevice: Check for XOpenDevice failures
Peter Harris
- [PATCH compositeproto] Document update field in Unredirect requests
Peter Harris
- [xf86-video-mach64] crash on sparc64 w/ xserver 1.14.1
Matthieu Herrb
- [PATCH:xf86-video-mach64] Deal with pPict->pDrawable == NULL for source-only pictures.
Matthieu Herrb
- [xf86-video-mach64] crash on sparc64 w/ xserver 1.14.1
Matthieu Herrb
- [xf86-video-mach64] crash on sparc64 w/ xserver 1.14.1
Matthieu Herrb
- [xf86-video-mach64] crash on sparc64 w/ xserver 1.14.1
Matthieu Herrb
- [xf86-video-mach64] crash on sparc64 w/ xserver 1.14.1
Matthieu Herrb
- [PATCH pixman] '+=' is not a valid POSIX shell operator.
Matthieu Herrb
- [PATCH:libpciaccess 3/3] Update NetBSD support. From Michael Lorenz <macallan at NetBSD.org>.
Matthieu Herrb
- [PATCH pixman] '+=' is not a valid POSIX shell operator.
Matthieu Herrb
- [PATCH:libpciaccess 3/3] Update NetBSD support. From Michael Lorenz <macallan at NetBSD.org>.
Matthieu Herrb
- [PATCH xf86-video-sunffb] Unbreak when XAA is not present.
Matthieu Herrb
- [PATCH xf86-video-cirrus] Add basic EXA acceleration for the alpine driver.
Matthieu Herrb
- [PATCH xf86-video-cirrus] Add basic EXA acceleration for the alpine driver.
Matthieu Herrb
- [PATCH:libpciaccess 1/3] Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.
Matthieu Herrb
- [PATCH:libpciaccess 2/3] Fix build on NetBSD-4.
Matthieu Herrb
- [PATCH:libpciaccess 3/3] Support more pci functions on NetBSD.
Matthieu Herrb
- [PATCH xf86-video-trident] Fix initialization of shadowfb with modern X servers.
Matthieu Herrb
- [PATCH xf86-video-neomagic] Unbreak shadowfb initialization with modern X servers.
Matthieu Herrb
- [PATCH xf86-video-i740] Fix loading the driver without XAA
Matthieu Herrb
- [PATCH:libpciaccess 3/3] Support more pci functions on NetBSD.
Matthieu Herrb
- about Xvideo support in glamor
Arthur Huillet
- Current DRI3 specification
Arthur Huillet
- [PATCH:xkbcomp] Protect config.h like usual.
Peter Hutterer
- [PATCH] config: add a quirks file for devices needing special configuration
Peter Hutterer
- [PULL] missing registry define, central quirks file
Peter Hutterer
- [PULL 1.14] device scaling, memory leak fixes
Peter Hutterer
- [PATCH xts] XI/ChangePointerDevice: Fix double-free
Peter Hutterer
- [PATCH evdev] Don't allow a wheel emulation inertia of 0 (#66125)
Peter Hutterer
- [PATCH:libXi] Remove check that can never be true.
Peter Hutterer
- [PATCH xts v2] XI/ChangePointerDevice: Fix double-free
Peter Hutterer
- [PATCH] [RFC] Enable systemd socket activation
Peter Hutterer
- [PATCH setxkbmap] -I syntax wrong in manpage
Peter Hutterer
- Current DRI3 specification
James Jones
- Current DRI3 specification
James Jones
- Current DRI3 specification
James Jones
- Current DRI3 specification
James Jones
- [PATCH:libXv 1/7] Remove unnecessary casts from Xmalloc calls
Mark Kettenis
- [PATCH:libXv 4/7] Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Mark Kettenis
- [PATCH:libXt 1/6] Remove unnecessary clause.
Mark Kettenis
- [PATCH:libX11 1/8] Avoid .TS H and .TH for now as it doesn't alter the output in this case, and improve the output with mandoc(1).
Thomas Klausner
- [PATCH:libX11 2/8] Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs).
Thomas Klausner
- [PATCH:libX11 3/8] ifdef out code that truncates the source length to the destination length if it is larger. Seems useless to do that since the code tests for both source length and destination to be non-zero. This fixes cut-n-paste problem in xterm where the paste length was limited to 1024 (BUFSIZ) in button.c
Thomas Klausner
- [PATCH:libX11 4/8] Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs).
Thomas Klausner
- [PATCH:libX11 5/8] Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs).
Thomas Klausner
- [PATCH:libX11 6/8] Check for symbol existence with #ifdef, not #if.
Thomas Klausner
- [PATCH:libX11 7/8] Add missing stdio header for printf(3) in DEBUG build.
Thomas Klausner
- [PATCH:libX11 8/8] Deal with the limited range of VAX floating point numbers when compiling for VAX.
Thomas Klausner
- [PATCH:libXScrnSaver] Don't declare a 'const char *' when you pass it to a 'char *'.
Thomas Klausner
- [PATCH:libXfont] Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual.
Thomas Klausner
- [PATCH:libXmu] Fix a const issue.
Thomas Klausner
- [PATCH:libXtst] Fix some const issues.
Thomas Klausner
- [PATCH:mkfontscale 1/2] Protect config.h inclusion like usual.
Thomas Klausner
- [PATCH:mkfontscale 2/2] Remove a couple of 'const' that aren't OK for the caller.
Thomas Klausner
- [PATCH:xauth] Work around "error: assignment discards qualifiers from pointer target type"
Thomas Klausner
- [PATCH:xrandr 1/2] Protect config.h like usual.
Thomas Klausner
- [PATCH:xrandr 2/2] Use __UNCONST to work around const problem.
Thomas Klausner
- [PATCH:libXt] Add missing comma to fix DEBUG build.
Thomas Klausner
- [PATCH:libX11 7/8] Add missing stdio header for printf(3) in DEBUG build.
Thomas Klausner
- [PATCH:libXinerama] Const fix.
Thomas Klausner
- [PATCH:libXRes] Const fix.
Thomas Klausner
- [PATCH:libXxf86vm] Const fix.
Thomas Klausner
- [PATCH:libXrandr] Add some casts for gcc with more warnings enabled.
Thomas Klausner
- [PATCH:xdm] Add a cast to avoid a compiler error.
Thomas Klausner
- [PATCH:xkbcomp] Protect config.h like usual.
Thomas Klausner
- [PATCH:libpciaccess 1/3] Protect config.h like usual.
Thomas Klausner
- [PATCH:libpciaccess 2/3] Remove useless extra "const" in "const sometype const * var = value; ". Found using clang -Wduplicate-decl-specifier.
Thomas Klausner
- [PATCH:libpciaccess 3/3] Update NetBSD support. From Michael Lorenz <macallan at NetBSD.org>.
Thomas Klausner
- [PATCH:xf86-video-ast] Use uint32_t for a variable that's passed to a function expecting a uint32_t.
Thomas Klausner
- [PATCH:xf86-video-glint] when doing DDC2 on Permedia2 make sure to clear the USE_MONID bit in the DDCdata register so the i2c bits actually do something Now DDC2 works on my PGX32 / Raptor 8P
Thomas Klausner
- [PATCH:xf86-video-i740] I740_Sync is only define if HAVE_XAA_H, so limit prototype to same define.
Thomas Klausner
- [PATCH:libX11 3/8] ifdef out code that truncates the source length to the destination length if it is larger. Seems useless to do that since the code tests for both source length and destination to be non-zero. This fixes cut-n-paste problem in xterm where the paste length was limited to 1024 (BUFSIZ) in button.c
Thomas Klausner
- [PATCH:libX11 8/8] Deal with the limited range of VAX floating point numbers when compiling for VAX.
Thomas Klausner
- [PATCH] Remove code limiting buffer size.
Thomas Klausner
- [PATCH:libXxf86vm] Const fix.
Thomas Klausner
- [PATCH:xrandr 2/2] Use __UNCONST to work around const problem.
Thomas Klausner
- [PATCH:xrandr 2/2] Use __UNCONST to work around const problem.
Thomas Klausner
- [PATCH:xf86-video-glint] Fix DDC2 on PGX32/Raptor 8P
Thomas Klausner
- [PATCH:xf86-video-glint] when doing DDC2 on Permedia2 make sure to clear the USE_MONID bit in the DDCdata register so the i2c bits actually do something Now DDC2 works on my PGX32 / Raptor 8P
Thomas Klausner
- [PATCH:libX11 8/8] Deal with the limited range of VAX floating point numbers when compiling for VAX.
Thomas Klausner
- [PATCH:libpciaccess 3/3] Update NetBSD support. From Michael Lorenz <macallan at NetBSD.org>.
Thomas Klausner
- [PATCH:libpciaccess 3/3] Update NetBSD support. From Michael Lorenz <macallan at NetBSD.org>.
Thomas Klausner
- [PATCH:libpciaccess 1/2] Move 'const' to correct place, so it has meaning.
Thomas Klausner
- [PATCH:libpciaccess 2/2] Update NetBSD support.
Thomas Klausner
- [PATCH:xrandr 2/2] Use __UNCONST to work around const problem.
Thomas Klausner
- [PATCH:libpciaccess 1/3] Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.
Thomas Klausner
- [PATCH:libpciaccess 2/3] Fix build on NetBSD-4.
Thomas Klausner
- [PATCH:libpciaccess 3/3] Support more pci functions on NetBSD.
Thomas Klausner
- [PATCH:libpciaccess 1/2] Move 'const' to correct place, so it has meaning.
Thomas Klausner
- [PATCH:libpciaccess 3/3] Support more pci functions on NetBSD.
Thomas Klausner
- [PATCH:libX11 2/8] Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs).
Thomas Klausner
- [PATCH:libX11 2/8] Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs).
Thomas Klausner
- [PATCH:libX11 2/8] Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs).
Thomas Klausner
- [PATCH:libX11 1/4] Stop truncating source to destination length if it is larger.
Thomas Klausner
- [PATCH:libX11 2/4] Use newer callback-based API for XIM.
Thomas Klausner
- [PATCH:libX11 3/4] Check for symbol existence with #ifdef, not #if
Thomas Klausner
- [PATCH:libX11 4/4] Fix out-of-range comparison.
Thomas Klausner
- [PATCH:libX11] Fix more out-of-range comparisons.
Thomas Klausner
- libXt fixes for compilation with clang-3.4
Thomas Klausner
- [PATCH:libXt 1/6] Remove unnecessary clause.
Thomas Klausner
- [PATCH:libXt 2/6] Avoid shadowing variables.
Thomas Klausner
- [PATCH:libXt 3/6] Mark non-returning function with appropriate attribute.
Thomas Klausner
- [PATCH:libXt 4/6] Fix char vs. unsigned char warnings.
Thomas Klausner
- [PATCH:libXt 5/6] Silence compiler clang warnings.
Thomas Klausner
- [PATCH:libXt 6/6] Ignore test-driver from automake-1.13.
Thomas Klausner
- [PATCH:libXt 1/6] Remove unnecessary clause.
Thomas Klausner
- [PATCH:libXt 1/6] Remove unnecessary clause.
Thomas Klausner
- [PATCH:libXt 3/6] Mark non-returning function with appropriate attribute.
Thomas Klausner
- [PATCH:libXt 3/6] Mark non-returning function with appropriate attribute.
Thomas Klausner
- [PATCH:libXt 1/6] Use appropriate variable type for vsnprintf return value.
Thomas Klausner
- managing patches with git
Thomas Klausner
- [PATCH:libXt 4/6] Fix char vs. unsigned char warnings.
Thomas Klausner
- [PATCH:libXt 4/6] Fix char vs. unsigned char warnings.
Thomas Klausner
- libXi warning fix for clang-3.4
Thomas Klausner
- [PATCH:libXi] Fix size comparison.
Thomas Klausner
- [PATCH:libXi] Fix size comparison.
Thomas Klausner
- [PATCH:libXi] Remove check that can never be true.
Thomas Klausner
- xdm patches
Thomas Klausner
- [PATCH:xdm 1/2] Add a cast to avoid a compiler error.
Thomas Klausner
- [PATCH:xdm 2/2] Use appropriate format string.
Thomas Klausner
- [PATCH:xdm 1/2] Add a cast to avoid a compiler error.
Thomas Klausner
- [PATCH:xdm 1/2] Add a cast to avoid a compiler error.
Thomas Klausner
- Updated libpciaccess patches after review
Thomas Klausner
- [PATCH:libpciaccess 1/3] Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.
Thomas Klausner
- [PATCH:libpciaccess 2/3] Fix build on NetBSD-4.
Thomas Klausner
- [PATCH:libpciaccess 3/3] Support more pci functions on NetBSD.
Thomas Klausner
- [PATCH:mkfontscale 2/2] Remove a couple of 'const' that aren't OK for the caller.
Thomas Klausner
- Better version of xauth const-fix
Thomas Klausner
- [PATCH:xauth] Use copystring to create non-const string.
Thomas Klausner
- [PATCH:libXrandr] Add cast to fix gcc warning.
Thomas Klausner
- [PATCH:libXrandr] Add cast to fix gcc warning.
Thomas Klausner
- [RFC PATCH] xfree86: add a -gpu switch to select primary gpu
Maarten Lankhorst
- [PATCH] hw/xfree86: improve detection of devices
Maarten Lankhorst
- [RFC PATCH v2] xfree86: add a -gpu switch to select primary gpu
Maarten Lankhorst
- [RFC PATCH v2] xfree86: add a -gpu switch to select primary gpu
Maarten Lankhorst
- [RFC PATCH v2] xfree86: add a -gpu switch to select primary gpu
Maarten Lankhorst
- [PATCH videoproto] Xvproto: fix xvEncodingInfo to match actual wire protocol
Daniel Martin
- [PATCH videoproto] Xvproto: fix xvEncodingInfo to match actual wire protocol
Daniel Martin
- Nomination for 1.14 branch: Only call xf86platformVTProbe() when it's defined
Chí-Thanh Christopher Nguyễn
- Current DRI3 specification
Keith Packard
- [PATCH] Revert "DRI2: re-allocate DRI2 drawable if pixmap serial changes"
Keith Packard
- Current DRI3 specification
Keith Packard
- [PATCH] xvfb: add randr support
Keith Packard
- Current DRI3 specification
Keith Packard
- Current DRI3 specification
Keith Packard
- XDC2013 - Announcement
Keith Packard
- XDC2013 - Call for Proposals
Keith Packard
- [PULL] missing registry define, central quirks file
Keith Packard
- [PULL] hw/xwin 64-bit fixes
Keith Packard
- [PATCH] Revert "DRI2: re-allocate DRI2 drawable if pixmap serial changes"
Keith Packard
- xorg-server-1.14.1.902 - build error
Keith Packard
- xorg-server-1.14.1.902 - build error
Keith Packard
- [RFC PATCH v2] xfree86: add a -gpu switch to select primary gpu
Alexander E. Patrakov
- [RFC PATCH v2] xfree86: add a -gpu switch to select primary gpu
Alexander E. Patrakov
- [RFC PATCH v2] xfree86: add a -gpu switch to select primary gpu
Alexander E. Patrakov
- [PATCH xaw3d 1/2] Restore recording of build options in Xaw3dP.h
Javier Pello
- [PATCH 2/6] gpu: host1x: Fix syncpoint wait return value
Thierry Reding
- [PATCH 2/6] gpu: host1x: Fix syncpoint wait return value
Thierry Reding
- [PATCH:libpciaccess 2/3] Remove useless extra "const" in "const sometype const * var = value; ". Found using clang -Wduplicate-decl-specifier.
Ian Romanick
- [PATCH videoproto] Xvproto: fix xvEncodingInfo to match actual wire protocol
Kevin Ryde
- [xkb] Patch for a new keyboard layout
Kristján Rúnarsson
- [xkb] Patch for a new keyboard layout
Kristján Rúnarsson
- [PATCH] initial aarch64 support
Mark Salter
- [oss-security] CVE request for possible NULL ptr deref in XDM when using crypt() from glibc 2.17+
Kurt Seifried
- [PATCH xts] Write results directly to results directory
Jamey Sharp
- [PATCH] config: add a quirks file for devices needing special configuration
Jamey Sharp
- [PATCH v2] libX11: check size of GetReqExtra after XFlush
Jamey Sharp
- [PATCH:libX11 6/8] Check for symbol existence with #ifdef, not #if.
Jamey Sharp
- [PATCH:libX11] specs/libX11: correct prototype for XListPixmapFormats/XImageByteOrder
Jamey Sharp
- Stop
Paul Shuler
- [PATCH] xvfb: add randr support
Michal Srb
- [PATCH] xvfb: add randr support (v2)
Michal Srb
- [PATCH] [RFC] socket activation code for xserver
Łukasz Stelmach
- [PATCH] [RFC] Enable systemd socket activation
Łukasz Stelmach
- [PATCH] [RFC] configure.ac: enable systemd socket activation in libxtrans
Łukasz Stelmach
- [PATCH] [RFC] Enable systemd socket activation
Łukasz Stelmach
- glx support in Xephyr
Daniel Stone
- Current DRI3 specification
Daniel Stone
- [PATCH] ephyr: restore GLX support
Daniel Stone
- managing patches with git
Daniel Stone
- [PATCH setxkbmap] -I syntax wrong in manpage
Daniel Stone
- Improvements to Circular Scrolling in Synaptics driver
Michal Suchanek
- [PULL] hw/xwin 64-bit fixes
Jon TURNEY
- [PATCH:xf86-video-glint] when doing DDC2 on Permedia2 make sure to clear the USE_MONID bit in the DDCdata register so the i2c bits actually do something Now DDC2 works on my PGX32 / Raptor 8P
Matt Turner
- [PATCH pixman] '+=' is not a valid POSIX shell operator.
Matt Turner
- [PATCH:xdm 1/2] Add a cast to avoid a compiler error.
Geert Uytterhoeven
- [PATCH:xdm 1/2] Add a cast to avoid a compiler error.
Geert Uytterhoeven
- [PATCH 2/6] gpu: host1x: Fix syncpoint wait return value
Daniel Vetter
- [PATCH 2/6] gpu: host1x: Fix syncpoint wait return value
Daniel Vetter
- [PATCH 2/6] gpu: host1x: Fix syncpoint wait return value
Daniel Vetter
- about Xvideo support in glamor
Chris Wilson
- [PATCH] Revert "DRI2: re-allocate DRI2 drawable if pixmap serial changes"
Chris Wilson
- [PATCH] os: Immediately queue initial WriteToClient
Chris Wilson
- A clerical error in the document "Xlib - C Language X Interface X11R7.7"
ZHANG Zhaolong
- A clerical error in the document "Xlib - C Language X Interface X11R7.7"
ZHANG Zhaolong
- about Xvideo support in glamor
bradpitt
- about Xvideo support in glamor
bradpitt
- fbdev+xrand: no scaling?
john fulgor
- fbdev+xrand: no scaling?
john fulgor
- [PATCH 1/2] xfree86: fix a memory leak in edidMakeAtom().
alexdeucher at gmail.com
- [PATCH 2/2] xfree86: prune duplicate monitor modes.
alexdeucher at gmail.com
- [PATCH:libX11 7/8] Add missing stdio header for printf(3) in DEBUG build.
walter harms
- [PATCH:libpciaccess 1/3] Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.
walter harms
- [PATCH:libXv 1/7] Remove unnecessary casts from Xmalloc calls
walter harms
- [PATCH:libXt 4/6] Fix char vs. unsigned char warnings.
walter harms
- [PATCH] [RFC] Enable systemd socket activation
walter harms
- penmount input drivers
daryl kuchay
- [xkb] Patch for a new keyboard layout
k_runarsson at simnet.is
- [xkb] Patch for a new keyboard layout
wettstein509 at solnet.ch
Last message date:
Sun Jun 30 23:56:04 PDT 2013
Archived on: Mon Jul 1 00:00:11 PDT 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).