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. c290e646bf82867a0cd6930


From: Zheng Da
Subject: [SCM] the great next stuff branch, dde, updated. c290e646bf82867a0cd693005e86c760dc82e8e1
Date: Sun, 06 Jun 2010 15:26:52 +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  c290e646bf82867a0cd693005e86c760dc82e8e1 (commit)
       via  197489d9708fdd12b69f1e320e79f371546116d6 (commit)
       via  8000b9e22fcc49b5eb30d156fba472014e502c6b (commit)
       via  2c1911becd37a04c9606e6c95130e9b4eeafd2fb (commit)
       via  d8a1d5ee2fdbb87d8b2f82a1dcee657271f4682e (commit)
       via  0deac27db8bd92e82e6958aa24bb370a4675fac7 (commit)
       via  218238042d871949e1bb524d40b00f88cae77245 (commit)
       via  314356a12ba07a1ce0663827653fe8dc1c22faa4 (commit)
       via  7a0f3cc19856449bcf0d51346d202933255cc2d6 (commit)
       via  3d5c6764bbc8e130c85fd974169548f147c663d2 (commit)
       via  0222cda262430be566c3cc6ee482bb810a4d78d3 (commit)
       via  842cf39ce754c072a5c54b2ac240cf6ef0f9d331 (commit)
       via  b025e498c6b3b504470fd79480419489b4e851b5 (commit)
       via  c601929703c420eaaf25d844cd19e686d94c5e13 (commit)
       via  cbee1abe1f3caed1f403323b5b80d17433e728f0 (commit)
      from  6135a4a7cc4d9b5a26a55dc862b7530c4cedf052 (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 c290e646bf82867a0cd693005e86c760dc82e8e1
Author: Zheng Da <address@hidden>
Date:   Sat Jun 5 05:49:36 2010 +0200

    fix a bug in claim_irq.

commit 197489d9708fdd12b69f1e320e79f371546116d6
Author: Zheng Da <address@hidden>
Date:   Sat Jun 5 05:06:09 2010 +0200

    remove printing.

commit 8000b9e22fcc49b5eb30d156fba472014e502c6b
Author: Zheng Da <address@hidden>
Date:   Sat Jun 5 05:05:19 2010 +0200

    skip calling init if there is no init.

commit 2c1911becd37a04c9606e6c95130e9b4eeafd2fb
Author: Zheng Da <address@hidden>
Date:   Fri Jun 4 16:51:24 2010 +0200

    support block devices in the DDE library.

commit d8a1d5ee2fdbb87d8b2f82a1dcee657271f4682e
Author: Zheng Da <address@hidden>
Date:   Fri Jun 4 16:50:15 2010 +0200

    fix a complication problem.

commit 0deac27db8bd92e82e6958aa24bb370a4675fac7
Author: Zheng Da <address@hidden>
Date:   Fri Jun 4 14:13:29 2010 +0200

    fix compilation errors in the last commit.

commit 218238042d871949e1bb524d40b00f88cae77245
Author: Zheng Da <address@hidden>
Date:   Fri Jun 4 07:40:52 2010 +0200

    return linux errno in linux_pkg_xmit.

commit 314356a12ba07a1ce0663827653fe8dc1c22faa4
Author: Zheng Da <address@hidden>
Date:   Fri Jun 4 07:37:45 2010 +0200

    remove the declaration of linux_net_emulation_ops.

commit 7a0f3cc19856449bcf0d51346d202933255cc2d6
Author: Zheng Da <address@hidden>
Date:   Fri Jun 4 07:36:07 2010 +0200

    remove redundant fields in mach_device.

commit 3d5c6764bbc8e130c85fd974169548f147c663d2
Author: Zheng Da <address@hidden>
Date:   Fri Jun 4 07:34:32 2010 +0200

    convert linux errno to mach in libmachdev.

commit 0222cda262430be566c3cc6ee482bb810a4d78d3
Author: Zheng Da <address@hidden>
Date:   Mon May 31 17:51:05 2010 +0200

    windhoek can be compiled.

commit 842cf39ce754c072a5c54b2ac240cf6ef0f9d331
Author: Zheng Da <address@hidden>
Date:   Mon May 31 17:21:47 2010 +0200

    make glue code of networking more independant.
    
    This change is required for block device drivers. When block device
    drivers are linked to the glue code, the linker should be able to
    perform garbage collection and exclude the code of networking from
    the driver programs.

commit b025e498c6b3b504470fd79480419489b4e851b5
Author: Zheng Da <address@hidden>
Date:   Mon May 31 17:19:57 2010 +0200

    change Makefile to install ddekit header files.

commit c601929703c420eaaf25d844cd19e686d94c5e13
Author: Zheng Da <address@hidden>
Date:   Mon May 31 13:41:56 2010 +0200

    include ddekit/timer.h in the Linux file.

commit cbee1abe1f3caed1f403323b5b80d17433e728f0
Author: Zheng Da <address@hidden>
Date:   Mon May 31 12:41:21 2010 +0200

    check in the initial version of windhoek by DROPS.

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

Summary of changes:
 dde_e100/Makefile                                  |    2 +-
 dde_e100/main.c                                    |    6 +-
 dde_e1000/Makefile                                 |    2 +-
 dde_e1000/main.c                                   |    6 +-
 dde_ne2k_pci/Makefile                              |    2 +-
 dde_ne2k_pci/main.c                                |    6 +-
 dde_pcnet32/Makefile                               |    2 +-
 dde_pcnet32/main.c                                 |    6 +-
 dde_rtl8139/Makefile                               |    2 +-
 dde_rtl8139/main.c                                 |    6 +-
 libdde_linux26/contrib/block/blk-ioc.c             |    2 +
 libdde_linux26/contrib/block/blk-settings.c        |    2 +
 libdde_linux26/contrib/block/blk-timeout.c         |    2 +
 libdde_linux26/contrib/mm/mempool.c                |    2 +
 libdde_linux26/lib/src/Makefile                    |    3 +-
 libdde_linux26/lib/src/arch/l4/irq.c               |    1 +
 libdde_linux26/lib/src/arch/l4/mach_glue.c         |   92 -
 libdde_linux26/lib/src/block/blk-core.c            |    2 +
 libdde_linux26/lib/src/mach_glue/block.c           |   77 +
 libdde_linux26/lib/src/mach_glue/net.c             |   87 +
 libddekit/Makefile                                 |   10 +-
 libddekit/pgtab.c                                  |    2 -
 libmachdev/Makefile                                |    8 +-
 libmachdev/block.c                                 |  250 ++
 libmachdev/dev_hdr.h                               |   15 -
 libmachdev/device_emul.h                           |    2 +-
 libmachdev/ds_routines.c                           |   19 +-
 .../asm-generic => libmachdev}/errno-base.h        |    0
 libmachdev/linux-errno.h                           |  109 +
 libmachdev/mach_glue.h                             |   30 +
 libmachdev/machdev.h                               |   33 +
 libmachdev/misc.c                                  |   50 +
 libmachdev/net.c                                   |   48 +-
 libmachdev/util.h                                  |    2 +
 windhoek/MAINTAINER                                |    1 +
 {dde26_test => windhoek}/Makeconf.local            |    0
 windhoek/Makefile                                  |   38 +
 windhoek/TODO                                      |    8 +
 windhoek/cdrom/cdrom.c                             | 3676 ++++++++++++++++++++
 {dde26_test => windhoek}/default.ld                |    0
 windhoek/genhd.c                                   |  133 +
 windhoek/ide/ide-cd.h                              |  131 +
 windhoek/ide/ide-disk.c                            |  750 ++++
 windhoek/ide/ide-disk.h                            |   30 +
 windhoek/ide/ide-dma.c                             |  507 +++
 windhoek/ide/ide-floppy.h                          |   39 +
 windhoek/ide/ide-gd.c                              |  409 +++
 windhoek/ide/ide-gd.h                              |   44 +
 windhoek/ide/ide-generic.c                         |  206 ++
 windhoek/ide/ide-io.c                              | 1230 +++++++
 windhoek/ide/ide-iops.c                            | 1217 +++++++
 windhoek/ide/ide-lib.c                             |  423 +++
 windhoek/ide/ide-park.c                            |  126 +
 windhoek/ide/ide-pci-generic.c                     |  195 ++
 windhoek/ide/ide-pio-blacklist.c                   |   94 +
 windhoek/ide/ide-pm.c                              |  239 ++
 windhoek/ide/ide-pnp.c                             |  107 +
 windhoek/ide/ide-probe.c                           | 1741 +++++++++
 windhoek/ide/ide-proc.c                            |  701 ++++
 windhoek/ide/ide-sysfs.c                           |  125 +
 windhoek/ide/ide-taskfile.c                        |  695 ++++
 windhoek/ide/ide.c                                 |  554 +++
 windhoek/ide/local.h                               |   11 +
 windhoek/ide/piix.c                                |  482 +++
 windhoek/ide/setup-pci.c                           |  694 ++++
 .../mk/tmpl => windhoek}/include/Makefile          |    0
 windhoek/include/types.h                           |  135 +
 windhoek/main.c                                    |   77 +
 windhoek/partitions/Kconfig                        |  251 ++
 windhoek/partitions/Makefile                       |   20 +
 windhoek/partitions/acorn.c                        |  555 +++
 windhoek/partitions/acorn.h                        |   14 +
 windhoek/partitions/amiga.c                        |  130 +
 windhoek/partitions/amiga.h                        |    6 +
 windhoek/partitions/atari.c                        |  149 +
 windhoek/partitions/atari.h                        |   34 +
 windhoek/partitions/check.c                        |  639 ++++
 windhoek/partitions/check.h                        |   30 +
 windhoek/partitions/efi.c                          |  631 ++++
 windhoek/partitions/efi.h                          |  130 +
 windhoek/partitions/ibm.c                          |  220 ++
 windhoek/partitions/ibm.h                          |    1 +
 windhoek/partitions/karma.c                        |   57 +
 windhoek/partitions/karma.h                        |    8 +
 windhoek/partitions/ldm.c                          | 1551 +++++++++
 windhoek/partitions/ldm.h                          |  215 ++
 windhoek/partitions/mac.c                          |  132 +
 windhoek/partitions/mac.h                          |   44 +
 windhoek/partitions/msdos.c                        |  529 +++
 windhoek/partitions/msdos.h                        |    8 +
 windhoek/partitions/osf.c                          |   78 +
 windhoek/partitions/osf.h                          |    7 +
 windhoek/partitions/sgi.c                          |   82 +
 windhoek/partitions/sgi.h                          |    8 +
 windhoek/partitions/sun.c                          |  122 +
 windhoek/partitions/sun.h                          |    8 +
 windhoek/partitions/sysv68.c                       |   92 +
 windhoek/partitions/sysv68.h                       |    1 +
 windhoek/partitions/ultrix.c                       |   48 +
 windhoek/partitions/ultrix.h                       |    5 +
 100 files changed, 21339 insertions(+), 172 deletions(-)
 delete mode 100644 libdde_linux26/lib/src/arch/l4/mach_glue.c
 create mode 100644 libdde_linux26/lib/src/mach_glue/block.c
 create mode 100644 libdde_linux26/lib/src/mach_glue/net.c
 create mode 100644 libmachdev/block.c
 copy {libdde_linux26/contrib/include/asm-generic => libmachdev}/errno-base.h 
(100%)
 create mode 100644 libmachdev/linux-errno.h
 create mode 100644 libmachdev/mach_glue.h
 create mode 100644 libmachdev/machdev.h
 create mode 100644 libmachdev/misc.c
 create mode 100644 windhoek/MAINTAINER
 copy {dde26_test => windhoek}/Makeconf.local (100%)
 create mode 100644 windhoek/Makefile
 create mode 100644 windhoek/TODO
 create mode 100644 windhoek/cdrom/cdrom.c
 copy {dde26_test => windhoek}/default.ld (100%)
 create mode 100644 windhoek/genhd.c
 create mode 100644 windhoek/ide/ide-cd.h
 create mode 100644 windhoek/ide/ide-disk.c
 create mode 100644 windhoek/ide/ide-disk.h
 create mode 100644 windhoek/ide/ide-dma.c
 create mode 100644 windhoek/ide/ide-floppy.h
 create mode 100644 windhoek/ide/ide-gd.c
 create mode 100644 windhoek/ide/ide-gd.h
 create mode 100644 windhoek/ide/ide-generic.c
 create mode 100644 windhoek/ide/ide-io.c
 create mode 100644 windhoek/ide/ide-iops.c
 create mode 100644 windhoek/ide/ide-lib.c
 create mode 100644 windhoek/ide/ide-park.c
 create mode 100644 windhoek/ide/ide-pci-generic.c
 create mode 100644 windhoek/ide/ide-pio-blacklist.c
 create mode 100644 windhoek/ide/ide-pm.c
 create mode 100644 windhoek/ide/ide-pnp.c
 create mode 100644 windhoek/ide/ide-probe.c
 create mode 100644 windhoek/ide/ide-proc.c
 create mode 100644 windhoek/ide/ide-sysfs.c
 create mode 100644 windhoek/ide/ide-taskfile.c
 create mode 100644 windhoek/ide/ide.c
 create mode 100644 windhoek/ide/local.h
 create mode 100644 windhoek/ide/piix.c
 create mode 100644 windhoek/ide/setup-pci.c
 copy {libdde_linux26/mk/tmpl => windhoek}/include/Makefile (100%)
 create mode 100644 windhoek/include/types.h
 create mode 100644 windhoek/main.c
 create mode 100644 windhoek/partitions/Kconfig
 create mode 100644 windhoek/partitions/Makefile
 create mode 100644 windhoek/partitions/acorn.c
 create mode 100644 windhoek/partitions/acorn.h
 create mode 100644 windhoek/partitions/amiga.c
 create mode 100644 windhoek/partitions/amiga.h
 create mode 100644 windhoek/partitions/atari.c
 create mode 100644 windhoek/partitions/atari.h
 create mode 100644 windhoek/partitions/check.c
 create mode 100644 windhoek/partitions/check.h
 create mode 100644 windhoek/partitions/efi.c
 create mode 100644 windhoek/partitions/efi.h
 create mode 100644 windhoek/partitions/ibm.c
 create mode 100644 windhoek/partitions/ibm.h
 create mode 100644 windhoek/partitions/karma.c
 create mode 100644 windhoek/partitions/karma.h
 create mode 100644 windhoek/partitions/ldm.c
 create mode 100644 windhoek/partitions/ldm.h
 create mode 100644 windhoek/partitions/mac.c
 create mode 100644 windhoek/partitions/mac.h
 create mode 100644 windhoek/partitions/msdos.c
 create mode 100644 windhoek/partitions/msdos.h
 create mode 100644 windhoek/partitions/osf.c
 create mode 100644 windhoek/partitions/osf.h
 create mode 100644 windhoek/partitions/sgi.c
 create mode 100644 windhoek/partitions/sgi.h
 create mode 100644 windhoek/partitions/sun.c
 create mode 100644 windhoek/partitions/sun.h
 create mode 100644 windhoek/partitions/sysv68.c
 create mode 100644 windhoek/partitions/sysv68.h
 create mode 100644 windhoek/partitions/ultrix.c
 create mode 100644 windhoek/partitions/ultrix.h


hooks/post-receive
-- 
the great next stuff



reply via email to

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