February 2011 Archives by thread
Starting: Tue Feb 1 00:03:37 PST 2011
Ending: Mon Feb 28 23:11:50 PST 2011
Messages: 917
- [PATCH v2 17/25] [libx11] The rest of the code uses goto's to free memory allocated later and prevent memory leaks, but there were several paths were property_return was free'd just before a goto.
Alan Coopersmith
- [PATCH v2 1/3] [libx11] Variable "map" goes out of scope
Dirk Wallenstein
- [PATCH v2 18/25] [libx11] Initialize local variable
Alan Coopersmith
- [PATCH v2 20/25] [libx11] info_list->watch_data was being reallocated, but the return value of the reallocation was stored only into a local variable. This might cause some funky behavior and crashes.
Alan Coopersmith
- [PATCH v2 21/25] [libx11] Fixed by zero'ing conv on allocation. Then close_converter works properly.
Alan Coopersmith
- [PATCH v2 22/25] [libx11] Checked return value of XGetWindowProperty and return false if it fails.
Alan Coopersmith
- [PATCH v2 23/25] [libx11] Fixed by negative value to memcpy by checking for the negative return value of _Xlcwctomb and returning 0/XLookupNone in that case.
Alan Coopersmith
- [PATCH v2 24/25] [libx11] Removed superfluous check for NULL target_dir; it is already handled before this code.
Alan Coopersmith
- [PATCH v2 25/25] [libx11] Removed superfluous check for NULL target_dir; it is already handled before this code.
Alan Coopersmith
- [PATCH v2 x11perf 3/3] Omit benchmarks reading contents of window that is larger than screen.
Rami Ylimäki
- [PATCH evdev] Add third button emulation.
Benjamin Tissoires
- [PATCH libX11] config: Add an option to initialize threads by default.
Rami Ylimäki
- XI2: Where is Mode_switch?
Philipp Reh
- [PATCH evdev] Export device node as property.
Peter Hutterer
- [PATCH:xman 4/4] Use snprintf to PATH_MAX sized buffers to construct filenames
Guillem Jover
- Pull request for reviewed static analysis fixes, second batch
Erkki Seppala
- [PATCH] Xi: constify XIChangeDeviceProperty()
Chase Douglas
- PendingBegin flag on XI_TouchMotionUnowned events?
Chase Douglas
- [PATCH] xselinux: Fix GetDrawableContext
Keith Packard
- [PULL] Various build fixes
Keith Packard
- [PULL] Fix compilation of xf86bigfont.c
Keith Packard
- [PULL] DGA fixes, minor ABI bump
Keith Packard
- [PULL xserver] XQuartz updates
Keith Packard
- [PULL] xserver: enable TLS even if AIGLX is not enabled
Keith Packard
- [PATCH] glx: Refcnt the GLXDrawable to avoid use after free with multiple FreeResource
Chris Wilson
- [PULL] XResource extension v1.2
Erkki Seppala
- [PULL] xv color key filling fixes
Pauli Nieminen
- [PATCH 1/2 - xserver] Move Xinput server API documentation from libXi to doc/xml
Peter Hutterer
- [PATCH] Check for NULL pointer from pixman_image_create_bits()
Bryce Harrington
- [Patch] refactor pointer acceleration
Simon Thum
- [PATCH libX11] poll_for_response: Really handle xcb_poll_for_reply getting a reply.
Matthieu Herrb
- [PULL] Various Cygwin/X keycode and keyboard layout mapping patches
Jon TURNEY
- XInput 2.1 / multitouch branches
Blub
- [PATCH xserver 1/2] fix percent options parsing
Simon Thum
- [PATCH xserver 2/2] xfree86: allow to check for percent options without warnings in the log
Simon Thum
- [PATCH synaptics] Add hysteresis-based noise reduction
Simon Thum
- [PATCH synaptics] syndaemon: reset idle time if the system time has changed (#31968)
Peter Hutterer
- [PATCH] Port xf86-video-v4l driver to V4L2
Mauro Carvalho Chehab
- Porting xf86-video-v4l to use textured video
Mauro Carvalho Chehab
- [PATCH] xserver: Don't crash if Xv is not initialized
Mauro Carvalho Chehab
- Porting xf86-video-v4l to use textured video
Mauro Carvalho Chehab
- [PATCH v6 inputproto 1/1] Multitouch updates for pointer emulation
Daniel Stone
- [PULL] Warning and build cleanups
ajax at redhat.com
- Using XInput 2 to simulate touchevents
mugunthan
- [PULL] [libX11] The final two static analysis fixes
Erkki Seppala
- [PATCH xserver v2] xf86cmap: Use old palette system for pseudocolour.
Michel Dänzer
- [PATCH 0/3] fix regressions from glx request length checks
Julien Cristau
- setxkbmap: Refactoring for better style and maintainability?
Van de Bugger
- [Mesa-dev] Please mark _glapi_proc in xserver/glx/glapi.c as PUBLIC
Michel Dänzer
- [PATCH 1/8] Port xf86-video-v4l driver to V4L2
Mauro Carvalho Chehab
- [PATCH 2/8] Coding style Cleanup
Mauro Carvalho Chehab
- [PATCH 3/8] Use the fourcc header instead of redefining it inside the code
Mauro Carvalho Chehab
- [PATCH 4/8] Fix Get/Set Port Attribute logic
Mauro Carvalho Chehab
- [PATCH 5/8] Return BadMatch if a Port Attribute is not found
Mauro Carvalho Chehab
- [PATCH 6/8] Provide a more consistent message if FBUF fails
Mauro Carvalho Chehab
- [PATCH 7/8] Fix arguments for v4l_check_yuv
Mauro Carvalho Chehab
- [PATCH 8/8] Fix standard video size detection
Mauro Carvalho Chehab
- [PATCH 0/8] Port xf86-video-v4l driver to V4L2 version 2
Mauro Carvalho Chehab
- [PATCH] savage: More (intermediate) casts to silence warnings
Mark Kettenis
- [PATCH 2/8] int10: warning fix
Mark Kettenis
- [PATCH 4/8] xfree86: warning fix
Mark Kettenis
- [PATCH 3/8] fbdevhw: Remove the non-sysfs hack for mapping from PCI to fbdev
Mark Kettenis
- [PATCH 01/32] [libx11] Using freed pointer "e"
Mark Kettenis
- [PATCH 03/32] [libx11] Using uninitialized value "p->modifiers"
Mark Kettenis
- xorg-server/*bsd: moving from hal support to devd support?
Cyril Brulebois
- [PATCH libX11] config: Add an option to initialize threads by default.
Mark Kettenis
- [PATCH setxkbmap] Tabs replaced with spaces; trailing spaces deleted.
Van de Bugger
- [PATCH setxkbmap] Data refactored: 3 separate arrays and set of macros merged into a struct.
Van de Bugger
- [PATCH libXi] Mark sourceid in Raw events as bug and force to 0..
Peter Hutterer
- [PATCH setxkbmap] Data refactored: list_t introduced to keep list and its sizes together.
Van de Bugger
- [PULL] XI2 modifiers fixes, default keymap to the rescue
Peter Hutterer
- [Patch synaptics] add hysteresis-based noise cancellation
Simon Thum
- [Patch xserver] acceleration cleanup
Simon Thum
- [Patch xserver] (percent) option parsing fixes
Simon Thum
- [PATCH] xserver: Don't crash if Xv is not initialized
Mauro Carvalho Chehab
- [PATCH 0/6] Various input patches and fixes
Daniel Stone
- [pull] glx regression fixes
Julien Cristau
- [PATCH setxkbmap] Bug in searching config files fixed.
Van de Bugger
- [PATCH setxkbmap] Eliminate limitations on path length.
Van de Bugger
- [PATCH] xfree86: fix up an out-of-date comment.
Peter Hutterer
- [PATCH setxkbmap] Refactoring the help message.
Van de Bugger
- [PATCH setxkbmap] Consistent reporting OOM error.
Van de Bugger
- [PATCHv2] Don't crash if Xv is not initialized
Mauro Carvalho Chehab
- [PATCH] Create reasonable backtraces via gdb automatically
Matthias Hopf
- [PATCH synaptics] syndaemon: if record was requested but failed, fall back.
Peter Hutterer
- [PATCH] Check for OOM condition in XISendDeviceHierarchyEvent
Bryce Harrington
- RandR 1.4 fixes
Keith Packard
- [PATCH setxkbmap] Set of macros converted to enum type.
Van de Bugger
- [PATCH setxkbmap] man: multiple layouts can be specified (#34118)
Peter Hutterer
- Current tinderbox regression (xserver, randr)
Chris Ball
- [PATCH setxkbmap] Set of macros converted to enum type.
Lev Nezhdanov
- [PATCH setxkbap] Minor style fixes.
Van de Bugger
- Input drivers (was [ANNOUNCE] xorg-server 1.9.99.902 (1.10 RC2))
Cyril Brulebois
- xserver distcheck broken with and without --disable-devel-docs
Julien Cristau
- XDM: Fix FTBFS with gold or recent gcc releases.
Sedat Dilek
- dmx: Construct paths in doxygen.conf to fix VPATH builds
Sedat Dilek
- [PATCH] dix: a valuator count of 0 is valid (#34510)
Peter Hutterer
- [PATCH] test: write some event → XI1 conversion tests.
Peter Hutterer
- [PULL] XI1 keyboard conversion fix
Peter Hutterer
- [PATCH] test: add some tests for basic list manipulation.
Peter Hutterer
- Spinning in _XReply
Julien Cristau
- [PATCH libXi] Fix invalid read in XIGrabDevice.
Peter Hutterer
- Current tinderbox regression (xserver, randr)
Colin Harrison
- [PULL] 1.10: warning fixes, ABI fix, and minor Fedora merge
ajax at redhat.com
- [PULL] 1.10: warning fixes, ABI fix, and minor Fedora merge
ajax at redhat.com
- [PULL xserver] Composite ClipNotify fix and expose event elimination
Ville Syrjälä
- [PATCH xserver] Removing unused code
Alexandr Shadchin
- randr: Add 'set' fields to SetCrtcConfigs request
Sedat Dilek
- [PATCH] dix: release all buttons and keys before reattaching a device (#34182)
Peter Hutterer
- [PATCH xserver] Removing unused code
Keith Packard
- Spinning in _XReply
Daniel Stone
- [PULL] Server build fixes
Dan Nicholson
- [PATCH setxkbmap; 2nd try] Consistent handling of memory allocation errors.
Van de Bugger
- [PATCH setxkbmap] Few messages added for easier troubleshooting.
Van de Bugger
- [PATCH setxkbmap] Minor style changes in help message.
Van de Bugger
- [PATCH setxkbmap; 3rd try] Consistent handling of memory allocation errors.
Van de Bugger
- touchpad dell latitude d620 buffer overflow after touch
Bastiaan Wakkie
- xextproto 7.2.0?
Keith Packard
- xf86-input-mouse 1.7 blocker bug?
Matthieu Herrb
- [PATCH setxkbmap; 2nd try] Few messages added for easier troubleshooting.
Van de Bugger
- [PATCH] [glint] Fix uploading YV12 data to texture buffer on BE machines
Mark Kettenis
- [PATCH glint v2] Make pm2's xv driver collect options like all other drivers.
Matt Turner
- RandR 1.4 restart
Keith Packard
- [PULL] -next branch for 1.11
Peter Hutterer
Last message date:
Mon Feb 28 23:11:50 PST 2011
Archived on: Fri Mar 25 05:47:52 PDT 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).