[PULL] -next for 1.15

Peter Hutterer peter.hutterer at who-t.net
Thu Mar 7 18:31:03 PST 2013


Misc patches accumulated during the freeze window. Nothing outrageous and
no big features in here.

The following changes since commit 90642948cc78834d95f7a3bddaac7ff77b68ed7e:

  Merge remote-tracking branch 'jeremyhu/master' (2013-02-14 11:05:48 -0800)

are available in the git repository at:


  git://people.freedesktop.org/~whot/xserver next

for you to fetch changes up to 0f537da72d414ed84e3cd14e3bb7e08565136bd7:

  xkb: Fixes to LatchMods/LatchGroup (2013-03-06 11:22:38 +1000)

----------------------------------------------------------------
Alan Coopersmith (8):
      Handle failure to create counter in init_system_idle_counter
      Stop leaking overlayWin in PanoramiXCompositeGetOverlayWindow error paths
      Free keymap on error in Xephyr's hostx_load_keymap
      Make xf86ValidateModes actually copy clock range list to screen pointer
      Avoid NULL pointer dereference in xf86TokenToOptinfo if token not found
      Avoid memory leak on realloc failure in localRegisterFreeBoxCallback
      xf86XvMCScreenInit: Avoid leak if dixRegisterPrivateKey fails
      Avoid memory leak in ddc resort() if find_header() fails

Andreas Wettstein (1):
      xkb: Fixes to LatchMods/LatchGroup

Daniel Martin (2):
      ephyr: Add -resizeable option
      ephyr: Fix crash on 24bpp host framebuffer

Marcin Slusarz (1):
      os: use libunwind to generate backtraces

Peter Harris (1):
      xkb: Set nIndicators in XkbGetIndicatorMap

Peter Hutterer (13):
      randr: fix "set but unused" warnings
      xfree86: drop unused prevSIGIO
      fb: drop two unneeded shadowing variables
      Xext: renaming shadowing variable
      Xext: rename two shadowing variables
      xkb: remove unused variable 'names'
      xfree86: remove redundant declaration of inputInfo
      Merge branch 'master' of git+ssh://people.freedesktop.org/~alanc/xserver into next
      dix: FreeAllAtoms() on reset
      dix: only show the cursor if a window defines one (#58398)
      os: document pnprintf as sigsafe snprintf
      kdrive: fix "set but not used" warnings
      xephyr: fix "set but not used warnings"

 Xext/panoramiX.c               |  14 ++--
 Xext/sync.c                    |  13 ++--
 Xext/xvdisp.c                  |   8 +--
 composite/compext.c            |   7 +-
 configure.ac                   |   9 ++-
 dix/main.c                     |   2 +
 dix/window.c                   |   4 ++
 fb/fbpict.c                    |   8 +--
 hw/kdrive/ephyr/ephyr.c        |   7 +-
 hw/kdrive/ephyr/ephyrinit.c    |   6 ++
 hw/kdrive/ephyr/ephyrvideo.c   |  24 -------
 hw/kdrive/ephyr/hostx.c        |  43 ++++++++----
 hw/kdrive/ephyr/hostx.h        |   3 +-
 hw/kdrive/fbdev/fbdev.c        |  10 ---
 hw/kdrive/linux/mouse.c        |   6 --
 hw/kdrive/src/kinput.c         |   8 ---
 hw/kdrive/src/kxv.c            |   2 -
 hw/xfree86/common/xf86Events.c |   1 -
 hw/xfree86/common/xf86Mode.c   |  17 ++---
 hw/xfree86/common/xf86Option.c |   2 +-
 hw/xfree86/common/xf86fbman.c  |  12 ++--
 hw/xfree86/common/xf86xvmc.c   |   4 +-
 hw/xfree86/ddc/ddc.c           |   7 +-
 hw/xfree86/ramdac/xf86Cursor.c |   1 -
 include/dix-config.h.in        |   3 +
 include/input.h                |   5 ++
 os/Makefile.am                 |   5 ++
 os/backtrace.c                 |  75 +++++++++++++++++++++
 os/log.c                       |   4 ++
 randr/rrcrtc.c                 |   9 +--
 xfixes/cursor.c                |  10 +--
 xkb/xkb.c                      |   3 +-
 xkb/xkbActions.c               | 149 ++++++++++++++++++++++-------------------
 33 files changed, 281 insertions(+), 200 deletions(-)


More information about the xorg-devel mailing list