New commits:
http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=ce344a8d5b5dd70913faf546f1054e5509a13fa8
commit ce344a8d5b5dd70913faf546f1054e5509a13fa8
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon May 28 19:48:23 2007 +0200

    Added FUSION_SKIRMISH_WAIT and FUSION_SKIRMISH_NOTIFY.
    
    When you hold the lock you can wait until you get notified,
    where others can get the lock while you're waiting.
    
    At the moment it requires the notifier to acquire the lock.

 linux/drivers/char/fusion/fusiondev.c |   12 ++++
 linux/drivers/char/fusion/fusiondev.h |    2 +
 linux/drivers/char/fusion/skirmish.c  |   90 ++++++++++++++++++++++++++++++---
 linux/drivers/char/fusion/skirmish.h  |    8 +++
 linux/include/linux/fusion.h          |    2 +
 5 files changed, 107 insertions(+), 7 deletions(-)

http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=bfba2c7a09a52c7d7ddc0b8f451547cc13f35046
commit bfba2c7a09a52c7d7ddc0b8f451547cc13f35046
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon May 28 17:03:19 2007 +0200

    API break!
    
    Added channel parameter to low level messages and reactors.
    
    Attach, detach, dispatch of reactor require
    additional channel number specification now!

 linux/drivers/char/fusion/call.c      |    2 +-
 linux/drivers/char/fusion/fusiondev.c |   16 ++++--
 linux/drivers/char/fusion/fusionee.c  |   12 +++--
 linux/drivers/char/fusion/fusionee.h  |    1 +
 linux/drivers/char/fusion/reactor.c   |   95 ++++++++++++++++++++++++++------
 linux/drivers/char/fusion/reactor.h   |    3 +
 linux/drivers/char/fusion/shmpool.c   |    2 +-
 linux/include/linux/fusion.h          |   29 ++++++++--
 8 files changed, 125 insertions(+), 35 deletions(-)

http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=51b9cfafcc587b1099bc14c949301d4ad3c075aa
commit 51b9cfafcc587b1099bc14c949301d4ad3c075aa
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon May 28 14:36:55 2007 +0200

    Removed call_arg option from dispatch callback. It will be used for 
something else.
    
    Fixed missing dispatch callback if there were no recipients.

 linux/drivers/char/fusion/fusiondev.c |    3 +--
 linux/drivers/char/fusion/reactor.c   |   18 ++++++++++++------
 linux/drivers/char/fusion/reactor.h   |    1 -
 linux/include/linux/fusion.h          |    5 +++--
 4 files changed, 16 insertions(+), 11 deletions(-)


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

Reply via email to