commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] the great next stuff branch, dde, updated. 87ba581c045c31989e1a328


From: Zheng Da
Subject: [SCM] the great next stuff branch, dde, updated. 87ba581c045c31989e1a3285bd3db34eb92e016a
Date: Wed, 18 Aug 2010 15:17:04 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "the great next stuff".

The branch, dde has been updated
       via  87ba581c045c31989e1a3285bd3db34eb92e016a (commit)
       via  6b2ea767d6191e07b1bc4633df3c5f35162e0432 (commit)
       via  8d65b707663852bb1f3e3d158755443592b016f9 (commit)
       via  399b5849890f6b54cc489975d53df0b51c9fc168 (commit)
       via  d506a5fd40abb050c5dcf7e303f89a94712d77d2 (commit)
       via  69979ba0b64ca475053ed8381a07775a084b9ec8 (commit)
       via  fa5d69cbb4973f1167fe79efd8a23b1d7437e8d2 (commit)
       via  f81cdded8e9ea532d07031b9f6667ade5bf279e7 (commit)
       via  fa5e3e74a1971099f33313e3c320406d51510539 (commit)
       via  95ee67fdc9f2cbff5bdc94a1f527ce36820c9cff (commit)
      from  fda12166d746408b2abd8d63371b40397221e0aa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 87ba581c045c31989e1a3285bd3db34eb92e016a
Author: Zheng Da <address@hidden>
Date:   Wed Aug 18 15:28:15 2010 +0200

    block devices use the default work queue.
    
    kblockd work queue doesn't work. It might be a bug in DDE.
    On the other hand, the default work queue isn't used in a DDE driver, so
    it should be enough to use the default one.

commit 6b2ea767d6191e07b1bc4633df3c5f35162e0432
Author: Zheng Da <address@hidden>
Date:   Wed Aug 18 14:27:15 2010 +0200

    fix a bug in device_read for block devices.

commit 8d65b707663852bb1f3e3d158755443592b016f9
Author: Zheng Da <address@hidden>
Date:   Mon Aug 9 12:32:17 2010 +0200

    fake irq disable and enable.
    
    Some functions such as blk_plug_device checks whether irqs are disabled.
    So I need to fake irq diable in spin_lock_irq and spin_lock_irqsave.

commit 399b5849890f6b54cc489975d53df0b51c9fc168
Author: Zheng Da <address@hidden>
Date:   Sun Aug 8 13:24:31 2010 +0200

    modify variable name and comment of block_dev_rw.

commit d506a5fd40abb050c5dcf7e303f89a94712d77d2
Author: Zheng Da <address@hidden>
Date:   Sun Aug 8 13:05:23 2010 +0200

    for debugging IDE.

commit 69979ba0b64ca475053ed8381a07775a084b9ec8
Author: Zheng Da <address@hidden>
Date:   Sun Aug 8 08:10:25 2010 +0200

    implement device_read for block devices.

commit fa5d69cbb4973f1167fe79efd8a23b1d7437e8d2
Author: Zheng Da <address@hidden>
Date:   Sun Aug 8 08:08:36 2010 +0200

    fix a bug in device_write for the block device.

commit f81cdded8e9ea532d07031b9f6667ade5bf279e7
Author: Zheng Da <address@hidden>
Date:   Sun Aug 8 08:05:16 2010 +0200

    check if the device exists.

commit fa5e3e74a1971099f33313e3c320406d51510539
Author: Zheng Da <address@hidden>
Date:   Sun Aug 8 07:17:50 2010 +0200

    Make the thread of DS server known to Linux.

commit 95ee67fdc9f2cbff5bdc94a1f527ce36820c9cff
Author: Zheng Da <address@hidden>
Date:   Sun Aug 8 07:15:04 2010 +0200

    check emul_device_t object in all DS server RPCs.

-----------------------------------------------------------------------

Summary of changes:
 libdde_linux26/include/linux/spinlock.h  |   10 ++++-
 libdde_linux26/lib/src/arch/l4/cli_sti.c |   15 +++++++
 libdde_linux26/lib/src/block/blk-core.c  |    2 +-
 libdde_linux26/lib/src/mach_glue/block.c |   10 ++--
 libdde_linux26/mk/binary.inc             |    2 +-
 libmachdev/block.c                       |   67 +++++++++++++++++++++++++++---
 libmachdev/ds_routines.c                 |   21 +++++++++
 libmachdev/mach_glue.h                   |    8 +++-
 windhoek/Makefile                        |    4 +-
 windhoek/ide/ide-generic.c               |   10 ++--
 10 files changed, 125 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
the great next stuff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]