New commits:
http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=1e2e0242365a144ed6ebf3469f4efbbfaa60429d
commit 1e2e0242365a144ed6ebf3469f4efbbfaa60429d
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Sat Jul 19 18:15:25 2008 +0200

    [calls] Fixed FUSION_CALL_RETURN errors with destroyed calls during 
shutdown.
    
    When a FusionCall is destroyed via FUSION_CALL_DESTROY, it waits for all 
pending
    execution requests to be processed (synchronous or asynchronous) and waits 
for
    the results to be sent back for synchronous calls in case they get 
defered...
    
    Added fusionee_wait_processing() to wait for processing of all pending 
messages
    with a certain type and ID.

 linux/drivers/char/fusion/call.c     |  125 ++++++++++++++++++++++------------
 linux/drivers/char/fusion/fusionee.c |   56 +++++++++++++++-
 linux/drivers/char/fusion/fusionee.h |    5 ++
 3 files changed, 140 insertions(+), 46 deletions(-)

http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=39e01bdc1ae61bdc2b6d4c53288c719e4896b502
commit 39e01bdc1ae61bdc2b6d4c53288c719e4896b502
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Sat Jul 19 18:13:20 2008 +0200

    [tests] Change calls test to use asynchronous (FCEF_ONEWAY) calls, more 
output.

 tests/Makefile |    7 ++++-
 tests/calls.c  |   66 ++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 57 insertions(+), 16 deletions(-)

http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=043bb48e2378ba7a35555fa0ad85aef846b8008b
commit 043bb48e2378ba7a35555fa0ad85aef846b8008b
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Sat Jul 19 18:12:23 2008 +0200

    [entries] Include <linux/mutex.h> instead of <linux/semaphore.h>, probably 
not working with all kernels...

 linux/drivers/char/fusion/entries.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=392ec5afbc51af64505321922d3283ecfa82d328
commit 392ec5afbc51af64505321922d3283ecfa82d328
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Sat May 31 17:01:51 2008 +0200

    Fixes for 2.6.26.

 linux/drivers/char/fusion/entries.h   |    2 ++
 linux/drivers/char/fusion/fusiondev.c |   11 +++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)


_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to