xdm: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon Feb 21 15:00:47 PST 2011


 configure.ac    |    3 +++
 greeter/greet.c |    2 --
 include/dm.h    |    4 +++-
 man/xdm.man     |   24 ++++++++++++++----------
 xdm/auth.c      |    1 -
 xdm/dm.c        |   52 +++++++++++++++++++++++++++++++++++++---------------
 xdm/dpylist.c   |    4 +++-
 xdm/error.c     |    2 --
 xdm/resource.c  |    2 ++
 9 files changed, 62 insertions(+), 32 deletions(-)

New commits:
commit b0dd4a3da0001a4510bdca6726a8ce6bfe632c28
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Feb 19 22:30:06 2011 -0800

    greeter: Remove unused extern dpy that is shadowed by local variables
    
    Resolves these warnings from gcc -Wshadow:
    greet.c: In function `InitGreet':
    greet.c:244: warning: declaration of 'dpy' shadows a global declaration
    greet.c:146: warning: shadowed declaration is here
    greet.c: In function `CloseGreet':
    greet.c:326: warning: declaration of 'dpy' shadows a global declaration
    greet.c:146: warning: shadowed declaration is here
    greet.c: At top level:
    greet.c:431: warning: declaration of 'dpy' shadows a global declaration
    greet.c:146: warning: shadowed declaration is here
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Mark Kettenis <kettenis at openbsd.org>

commit 5bad823955542b99292783391b3f63a049fa2efc
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Feb 19 14:12:56 2011 -0800

    Delete some unused variables
    
    auth.c: In function `DefineSelf':
    auth.c:1045: warning: unused variable `n'
    error.c: In function `Debug':
    error.c:116: warning: unused variable `buf'
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Mark Kettenis <kettenis at openbsd.org>

commit 3e3a45176d232c4e3f23ed6bc0b46bf660ddf271
Author: Servaas Vandenberghe <vdb128 at picaros.org>
Date:   Sat Feb 19 14:06:57 2011 -0800

    Add resource reservAttempts to allow a few successive crash-type exits
    
    https://bugs.freedesktop.org/show_bug.cgi?id=20546
    https://bugs.freedesktop.org/attachment.cgi?id=43050
    
    Signed-off-by: Servaas Vandenberghe <vdb128 at picaros.org>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit d0870e66dd9d8a41c9b6de65c4a9243c0a3fdc6e
Author: Servaas Vandenberghe <vdb128 at picaros.org>
Date:   Sat Feb 19 13:15:58 2011 -0800

    crash detect: use StopDisplay().
    
    This patch solves a benign bug: on server crash the display is removed
    but the server exit code is ignored.  Proposed solution: substitute
    RemoveDisplay() by StopDisplay() thus enabling the wait for child exit
    synchronism.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=20546
    https://bugs.freedesktop.org/attachment.cgi?id=43049
    
    Signed-off-by: Servaas Vandenberghe <vdb128 at picaros.org>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c4031966dcbc47b2cc85b83ad78efcc64455cf72
Author: Fernando Tarlá Cardoso Lemos <fernandotcl at gmail.com>
Date:   Sat Feb 19 17:53:08 2011 -0200

    Fix missing linking dependency on -ldl.
    
    Recent versions of GCC ship with a linker that doesn't add the deps
    of the DSOs to the linking process. This behavior is also found in
    GNU gold. This change fixes building with those linkers.
    
    Some references:
    
    http://wiki.debian.org/ToolChain/DSOLinking
    https://fedoraproject.org/wiki/UnderstandingDSOLinkChange
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list