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. 4a985779e2138a50fd5e3f3


From: Zheng Da
Subject: [SCM] the great next stuff branch, dde, updated. 4a985779e2138a50fd5e3f386c73ba65c06e47c0
Date: Mon, 12 Jul 2010 08:59:10 +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  4a985779e2138a50fd5e3f386c73ba65c06e47c0 (commit)
       via  ce48cc5c4be1fc63c69bdee59f3ef8030c383e05 (commit)
       via  ad53c7701da84e60d6304c2a313f46de2a37d8ec (commit)
       via  baaa97bb1d9fecaaf27c78fc06e6e30fe5288566 (commit)
      from  2745cdb6a05f8039a927453954789336b25ab250 (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 4a985779e2138a50fd5e3f386c73ba65c06e47c0
Author: Zheng Da <address@hidden>
Date:   Mon Jul 12 09:47:31 2010 +0200

    Use Linux's udelay and ndelay.
    
    It's not very precise to implement udelay and ndelay with loops
    in the user space, but should be enough.

commit ce48cc5c4be1fc63c69bdee59f3ef8030c383e05
Author: Zheng Da <address@hidden>
Date:   Mon Jun 21 09:59:01 2010 +0200

    fix port leak in block glue code of libmachdev.

commit ad53c7701da84e60d6304c2a313f46de2a37d8ec
Author: Zheng Da <address@hidden>
Date:   Mon Jun 21 09:31:47 2010 +0200

    remove netdev_boot_setup in dde linux26.

commit baaa97bb1d9fecaaf27c78fc06e6e30fe5288566
Author: Zheng Da <address@hidden>
Date:   Mon Jun 21 08:09:12 2010 +0200

    create send right when block device is opened.

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

Summary of changes:
 libdde_linux26/lib/src/Makefile             |    2 +
 libdde_linux26/lib/src/arch/l4/timer.c      |   19 ---
 libdde_linux26/lib/src/arch/x86/lib/delay.c |  138 ++++++++++++++++++++
 libdde_linux26/lib/src/init/calibrate.c     |  182 +++++++++++++++++++++++++++
 libdde_linux26/lib/src/net/core/dev.c       |    2 +
 libmachdev/Makefile                         |    5 +-
 libmachdev/block.c                          |    9 +-
 libmachdev/device_emul.h                    |    3 +-
 libmachdev/ds_routines.c                    |    4 +-
 libmachdev/net.c                            |    4 +-
 10 files changed, 342 insertions(+), 26 deletions(-)
 create mode 100644 libdde_linux26/lib/src/arch/x86/lib/delay.c
 create mode 100644 libdde_linux26/lib/src/init/calibrate.c


hooks/post-receive
-- 
the great next stuff



reply via email to

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