xfs: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon May 18 21:30:46 PDT 2009


 difs/difsutils.c    |   75 -------------------------------------
 difs/dispatch.c     |    4 +
 difs/swapreq.c      |    3 -
 include/access.h    |    5 --
 include/accstr.h    |   74 ------------------------------------
 include/difsutils.h |    4 -
 include/dispatch.h  |    3 -
 include/os.h        |   16 ++-----
 os/access.c         |   36 -----------------
 os/config.c         |    6 ++
 os/connection.c     |   24 +++++------
 os/daemon.c         |   46 ----------------------
 os/error.c          |   21 ----------
 os/io.c             |    4 -
 os/osdep.h          |   27 ++++++++-----
 os/utils.c          |  105 ++++++++--------------------------------------------
 os/waitfor.c        |   19 ---------
 17 files changed, 62 insertions(+), 410 deletions(-)

New commits:
commit d78622007b9102d1818f2c73a00670351f026262
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon May 18 21:28:46 2009 -0700

    Remove more #if 0 bits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 4b1a9e1a20049fa55f780c8fd4bb9eaba7540712
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon May 18 21:28:03 2009 -0700

    Remove unused HostAddress list manipulation code
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit b0c41c110bb05947fccc9a6228bc3e9badff38c5
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon May 18 21:06:59 2009 -0700

    Convert to POSIX standard signal handling
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit c5985b93dd2c96ab9c1cfbfe7881b0f80e349879
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon May 18 21:05:35 2009 -0700

    Fix definition of WRITES macro for debug messages in os/utils.c
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit a97048bd750f2d514dd8bb2959e3bbab4443178e
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon May 18 19:50:07 2009 -0700

    Server miscounts clients who exit before finishing handshake
    
    nClients could go negative since it wasn't incremented until
    ProcInitialConnection, but was always decremented in DoCloseDownClient
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit e47728904d50566ec4390829fc9a511e54e9157e
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon May 18 19:17:16 2009 -0700

    Delete #ifdef MEMBUG code
    
    Couldn't build since modularization, since it depended on old memleak code
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 02b3a024b151177246e026d05d8e0efe4eda47b4
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon May 18 18:58:46 2009 -0700

    Coalesce PATH_MAX ifdefs into a single copy in osdep.h
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit c47d3d3795c8d9152dcfed7b806eab1204830e7d
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon May 18 18:42:18 2009 -0700

    Remove X_NOT_POSIX #ifdefs
    
    Hadn't been compiled since modularization, was previously only used
    on pre-POSIX-1.1990 systems, which are no longer supported by X.Org.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 7ccc50b6a7dd47f89e3b2aff5accaab4cad24a64
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon May 18 16:53:31 2009 -0700

    Remove #ifdef Lynx code
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>



More information about the xorg-commit mailing list