xscope: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Feb 17 22:56:50 UTC 2019


 Makefile.am  |    1 
 configure.ac |    2 
 fd.c         |   12 ++++
 fd.h         |    4 +
 peerinfo.c   |  155 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 scope.c      |   14 ++++-
 6 files changed, 184 insertions(+), 4 deletions(-)

New commits:
commit d840ae5e5438402d752f83ddc297cf08cf2ae067
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Feb 17 14:56:26 2019 -0800

    Add support for process ID and names on Solarish systems
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 4f4c7bf594dd58db0d98c79e884c0117ded2b472
Author: Peter Wu <peter at lekensteyn.nl>
Date:   Wed Aug 5 17:17:17 2015 +0200

    Add support for process ID and names
    
    Adds the process ID and name of the other side. Useful if you have
    multiple clients. Support for OpenBSD could be added in theory since
    it has a similar "struct sockpeercred" structure (not sure about
    process name though).
    
    After this change, the process ID and name (when available) will be
    appended between parentheses:
    
         0.01: Client (pid 23433 xdpyinfo) -->    4 bytes
                 ............REQUEST: ListExtensions
         0.01:                                   332 bytes <-- X11 Server (pid 8290 Xorg)
                                                 ..............REPLY: ListExtensions
                                                               names: (29)
    
    Signed-off-by: Peter Wu <peter at lekensteyn.nl>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list