simon-git: xtruss (master): Ben Harris

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Thu Jan 1 14:32:34 GMT 2015


TL;DR:
  124b9a8 Use a macro to define the amount by which extension IDs are shifted.
  5deeeff Rework error and event translation again.
  12d4db5 Support for decoding GenericEvents.

Repository:     git://git.tartarus.org/simon/xtruss.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=xtruss.git
Branch updated: master
Committer:      Ben Harris <bjh21 at bjh21.me.uk>
Date:           2015-01-01 14:32:34

commit 124b9a8fab9a78939912a9ce345eec5dda46ddcd
web diff http://tartarus.org/~simon-git/gitweb/?p=xtruss.git;a=commitdiff;h=124b9a8fab9a78939912a9ce345eec5dda46ddcd;hp=39f81b38ac3fa53c6b95478930825e474a7571a4
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Thu Jan 1 11:55:25 2015 +0000

    Use a macro to define the amount by which extension IDs are shifted.
    
    This way, I can change it if I need to (and I do).

 uxxtruss.c |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit 5deeeffd3334ec18e65e6bc38e71d1b2a05f355b
web diff http://tartarus.org/~simon-git/gitweb/?p=xtruss.git;a=commitdiff;h=5deeeffd3334ec18e65e6bc38e71d1b2a05f355b;hp=124b9a8fab9a78939912a9ce345eec5dda46ddcd
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Thu Jan 1 12:24:32 2015 +0000

    Rework error and event translation again.
    
    This separates core events from the mess of extension request
    translation and generally makes the whole area much more intelligible,
    and maybe even slightly more correct.

 uxxtruss.c |   71 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 39 insertions(+), 32 deletions(-)

commit 12d4db51ad879ba6c4cc2bca666d7252aff9d706
web diff http://tartarus.org/~simon-git/gitweb/?p=xtruss.git;a=commitdiff;h=12d4db51ad879ba6c4cc2bca666d7252aff9d706;hp=5deeeffd3334ec18e65e6bc38e71d1b2a05f355b
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Thu Jan 1 14:30:02 2015 +0000

    Support for decoding GenericEvents.
    
    No actual GenericEvents are decoded yet, but event numbers are translated and unknown GenericEvents are recorded correctly.

 uxxtruss.c |   35 +++++++++++++++++++++++------------
 1 file changed, 23 insertions(+), 12 deletions(-)



More information about the tartarus-commits mailing list