New commits:
http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=c4b88e6bd148ee54d680ff3cbb82cbc30779caaa
commit c4b88e6bd148ee54d680ff3cbb82cbc30779caaa
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Tue Feb 19 15:29:05 2008 +0100

    [skirmish] Support resume of interrupted wait and regain lock after timeout.
    
    This is compatible with mutex/condition, except for expected errors.
    
    Requires user space changes.

 TODO                                  |    2 +
 linux/drivers/char/fusion/fusiondev.c |    6 ++-
 linux/drivers/char/fusion/skirmish.c  |  128 ++++++++++++++++++++++++---------
 linux/drivers/char/fusion/skirmish.h  |    9 +--
 linux/include/linux/fusion.h          |    5 +-
 5 files changed, 110 insertions(+), 40 deletions(-)

http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=9f78cff8a1336657bf5082161490bec78c710596
commit 9f78cff8a1336657bf5082161490bec78c710596
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Mon Feb 18 22:36:44 2008 +0100

    [Makefile] Don't override KERNEL_VERSION and other variables if they're set 
in the environment.

 Makefile |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=5c7f24e59db5709ef95c5db0c20054ee12352253
commit 5c7f24e59db5709ef95c5db0c20054ee12352253
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Sat Jan 26 07:47:09 2008 +0100

    ignore

 .gitignore                           |    7 +++++++
 linux/drivers/char/fusion/.gitignore |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)


http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=0ed6741a2a8e1a366c813d6243248373f66c2c61
commit 0ed6741a2a8e1a366c813d6243248373f66c2c61
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Sat Jan 26 03:04:38 2008 +0100

    REACTOR: Added missing memset() and kfree() in reactor_attach(). Thanks to 
Amit Mahajan and Niels Roest!
    
    Without memset() the new counters for the channels are not initialized.
    
    The kfree() was missing in the code that reallocated the array for more 
channels.

 linux/drivers/char/fusion/reactor.c |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

http://git.directfb.org/?p=core/linux-fusion.git;a=commit;h=ceabe82a1024e4cea518b10d1301a3d0fe41e96a
commit ceabe82a1024e4cea518b10d1301a3d0fe41e96a
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date:   Thu Oct 11 11:59:22 2007 +0200

    Don't build with yield() by default, but require FUSION_SKIRMISH_YIELD to 
be defined.

 linux/drivers/char/fusion/skirmish.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


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

Reply via email to