commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Viengoos branch, viengoos-on-bare-metal, updated. ec02dad2de84fe2c


From: Neal H. Walfield
Subject: [SCM] Viengoos branch, viengoos-on-bare-metal, updated. ec02dad2de84fe2c64454d74233bfe4323de7323
Date: Sun, 22 Feb 2009 02:04:29 +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 "Viengoos".

The branch, viengoos-on-bare-metal has been updated
       via  ec02dad2de84fe2c64454d74233bfe4323de7323 (commit)
       via  ef10c7318ee2fb4c9ce0384af0295a64fe33aee4 (commit)
       via  ce6dba1549881e79999c2a3bc169ec4e66af4a64 (commit)
       via  e57a1df8188e43d1423ab509cec7967828bee864 (commit)
       via  56cd2ec5fff0cb6fe8a2c8ebcf2cefb54d7312b4 (commit)
       via  cb4f05cfe9a7a0488de93dbd6c8012cf5fc72a82 (commit)
       via  6c3113baf2483a43ad5e4f35ca9af9c51b66c43a (commit)
       via  18e4a24f100ab2501ce3f9d8da8f2634567396ae (commit)
       via  759bcbda499afd29b8da5fd47f437b96a6c948cc (commit)
      from  52ce316a43952dbe15d6072b77f70bb121b3b872 (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 ec02dad2de84fe2c64454d74233bfe4323de7323
Author: Neal H. Walfield <address@hidden>
Date:   Sun Feb 22 03:01:31 2009 +0100

    Update Boehm GC port and benchmark.

commit ef10c7318ee2fb4c9ce0384af0295a64fe33aee4
Author: Neal H. Walfield <address@hidden>
Date:   Sun Feb 22 02:49:13 2009 +0100

    Don't start debugger on a SIGSEGV.

commit ce6dba1549881e79999c2a3bc169ec4e66af4a64
Author: Neal H. Walfield <address@hidden>
Date:   Sun Feb 22 02:48:47 2009 +0100

    Compile newlib with -D_I386MACH_ALLOW_HW_INTERRUPTS.

commit e57a1df8188e43d1423ab509cec7967828bee864
Author: Neal H. Walfield <address@hidden>
Date:   Sun Feb 22 02:48:12 2009 +0100

    Fix as_slow_alloc.

commit 56cd2ec5fff0cb6fe8a2c8ebcf2cefb54d7312b4
Author: Neal H. Walfield <address@hidden>
Date:   Sun Feb 22 00:42:37 2009 +0100

    Pass the irq number as a parameter to the irq handler.

commit cb4f05cfe9a7a0488de93dbd6c8012cf5fc72a82
Author: Neal H. Walfield <address@hidden>
Date:   Sun Feb 22 00:41:54 2009 +0100

    Add support to break into the kernel on escape.

commit 6c3113baf2483a43ad5e4f35ca9af9c51b66c43a
Author: Neal H. Walfield <address@hidden>
Date:   Sat Feb 21 21:20:59 2009 +0100

    Fix includes.

commit 18e4a24f100ab2501ce3f9d8da8f2634567396ae
Author: Neal H. Walfield <address@hidden>
Date:   Sat Feb 21 21:15:01 2009 +0100

    Don't include the mode field in the crc.

commit 759bcbda499afd29b8da5fd47f437b96a6c948cc
Author: Neal H. Walfield <address@hidden>
Date:   Sat Feb 21 21:14:41 2009 +0100

    Add sleep and time support.

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

Summary of changes:
 benchmarks/GCbench.c                               |   41 ++-
 benchmarks/Makefile.am                             |    4 +-
 benchmarks/activity-distribution.c                 |    7 +-
 .../patches/01-gc-include-private-gcconfig-h.patch |   66 +++-
 .../boehm-gc/patches/05-viengoos-scheduler.patch   |   72 ++---
 benchmarks/shared-memory-distribution.c            |    2 +-
 hieronymus/hieronymus.c                            |    6 +-
 libc-parts/process-spawn.c                         |   28 +--
 libc-parts/profile.c                               |   23 +-
 libhurd-mm/as.c                                    |   27 +-
 libhurd-mm/exceptions.c                            |    5 +-
 libpthread/sysdeps/viengoos/pt-spin.c              |   23 +-
 libpthread/sysdeps/viengoos/pt-sysdep.c            |    7 +-
 libviengoos/headers.m4                             |    1 +
 libviengoos/viengoos.h                             |    1 +
 libviengoos/viengoos/misc.h                        |    6 +
 libviengoos/viengoos/x86_64/{debugger.h => sys.h}  |   29 ++-
 newlib/Makefile.am                                 |    1 +
 newlib/addon/newlib/libc/sys/hurd/gettimeofdayr.c  |    8 +-
 newlib/addon/newlib/libc/sys/hurd/sleep.c          |   16 +-
 ruth/ruth.c                                        |   32 ++-
 viengoos/bottom-half.c                             |   23 +-
 viengoos/messenger.c                               |  116 +++++++-
 viengoos/messenger.h                               |   26 ++-
 viengoos/object.c                                  |   52 +++-
 viengoos/object.h                                  |   13 +
 viengoos/server.c                                  |   48 +++
 viengoos/server.h                                  |    2 +
 viengoos/sysdeps/generic/output-serial.c           |   41 +++-
 viengoos/sysdeps/x86_64/idt.c                      |    1 +
 viengoos/sysdeps/x86_64/pic.c                      |   44 ++--
 viengoos/sysdeps/x86_64/pic.h                      |    2 +-
 viengoos/sysdeps/x86_64/syscall.c                  |    4 +-
 viengoos/sysdeps/x86_64/timer-arch.c               |    2 +-
 viengoos/sysdeps/x86_64/vm.c                       |  325 +++++++++++---------
 viengoos/thread.c                                  |    7 +-
 viengoos/timer.c                                   |    2 +-
 viengoos/timer.h                                   |   20 +-
 viengoos/viengoos.c                                |    2 +
 39 files changed, 739 insertions(+), 396 deletions(-)
 copy libviengoos/viengoos/x86_64/{debugger.h => sys.h} (58%)


hooks/post-receive
--
Viengoos




reply via email to

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