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


From: Neal H. Walfield
Subject: [SCM] Viengoos branch, viengoos-on-bare-metal, updated. b7808dc11f8433dfa4b706f2a819e11ce4f370c7
Date: Tue, 24 Feb 2009 02:37:23 +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  b7808dc11f8433dfa4b706f2a819e11ce4f370c7 (commit)
       via  e3791678aeb77756ee517fbd0af2600ea32033c9 (commit)
       via  1b9c502bdfb2edda3aef870a8b6e2b378ba2095b (commit)
       via  0faf5b60cf8e42214d38d05eefe342de011f381f (commit)
       via  603de8d432d2e1f025e0f98b744440d95eb7a427 (commit)
       via  fcfeeb860a6d3e756ba60ab4470f40472697bb0f (commit)
       via  99b5b600a72650eb5243ec0fd90dc9ccbb6e632d (commit)
       via  f744541b1f6e7d15df61ca11e35debd3f07d287f (commit)
       via  f36fe8af3fe9288386a2d40c1730d353e7f1bef6 (commit)
       via  4350b0adcaed317d4758379d347d8a431bb6d5ec (commit)
       via  dc18437f3e83bdb029211ef7237bd0408961301f (commit)
       via  e0afbeda30302cb396c31f15ea5556841bd45ece (commit)
       via  50c25bb3200d344dffa683c31770d4f921faa890 (commit)
       via  0c44705f8ba6f931edbee9e2b11e9057bbc9f2e0 (commit)
       via  72081a0d9f6668345764b38b0e934cf0dbecb676 (commit)
       via  333ee1452b608082d68a886cb7a61ed2d3b7aeae (commit)
      from  cda796bd4388f727b6dd7d1c940e793946a535ca (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 b7808dc11f8433dfa4b706f2a819e11ce4f370c7
Author: Neal H. Walfield <address@hidden>
Date:   Tue Feb 24 03:28:27 2009 +0100

    Revert "When making a system call, pass the return address in rbp."
    
    This reverts commit 603de8d432d2e1f025e0f98b744440d95eb7a427.

commit e3791678aeb77756ee517fbd0af2600ea32033c9
Author: Neal H. Walfield <address@hidden>
Date:   Tue Feb 24 03:05:20 2009 +0100

    If the specified thread is not runnable, not run it.

commit 1b9c502bdfb2edda3aef870a8b6e2b378ba2095b
Author: Neal H. Walfield <address@hidden>
Date:   Tue Feb 24 03:01:48 2009 +0100

    Keep time in milliseconds.

commit 0faf5b60cf8e42214d38d05eefe342de011f381f
Author: Neal H. Walfield <address@hidden>
Date:   Tue Feb 24 03:00:16 2009 +0100

    When using multiple threads, make sure that the AS root stays consistent.

commit 603de8d432d2e1f025e0f98b744440d95eb7a427
Author: Neal H. Walfield <address@hidden>
Date:   Tue Feb 24 02:58:53 2009 +0100

    When making a system call, pass the return address in rbp.

commit fcfeeb860a6d3e756ba60ab4470f40472697bb0f
Author: Neal H. Walfield <address@hidden>
Date:   Tue Feb 24 02:57:45 2009 +0100

    User ager, not ager_loop as the profile identifier.

commit 99b5b600a72650eb5243ec0fd90dc9ccbb6e632d
Author: Neal H. Walfield <address@hidden>
Date:   Tue Feb 24 02:57:18 2009 +0100

    Update comments and improve some debugging output.

commit f744541b1f6e7d15df61ca11e35debd3f07d287f
Author: Neal H. Walfield <address@hidden>
Date:   Mon Feb 23 21:01:43 2009 +0100

    Record a thread's last four fault locations.

commit f36fe8af3fe9288386a2d40c1730d353e7f1bef6
Author: Neal H. Walfield <address@hidden>
Date:   Mon Feb 23 20:58:59 2009 +0100

    Fix memory dump output.

commit 4350b0adcaed317d4758379d347d8a431bb6d5ec
Author: Neal H. Walfield <address@hidden>
Date:   Mon Feb 23 03:49:00 2009 +0100

    Fix overflow error.

commit dc18437f3e83bdb029211ef7237bd0408961301f
Author: Neal H. Walfield <address@hidden>
Date:   Mon Feb 23 03:48:33 2009 +0100

    Fix sig_jmpbuf's type for x86-64.

commit e0afbeda30302cb396c31f15ea5556841bd45ece
Author: Neal H. Walfield <address@hidden>
Date:   Mon Feb 23 03:47:27 2009 +0100

    Correctly deal allocating a new folio prior to AS initialization.

commit 50c25bb3200d344dffa683c31770d4f921faa890
Author: Neal H. Walfield <address@hidden>
Date:   Mon Feb 23 03:45:01 2009 +0100

    Add a command to the debugger.  Fix bugs.

commit 0c44705f8ba6f931edbee9e2b11e9057bbc9f2e0
Author: Neal H. Walfield <address@hidden>
Date:   Mon Feb 23 03:43:41 2009 +0100

    Don't include a backtrace if there is none to be had.

commit 72081a0d9f6668345764b38b0e934cf0dbecb676
Author: Neal H. Walfield <address@hidden>
Date:   Mon Feb 23 03:43:21 2009 +0100

    Use vg_sleep, not sleep.

commit 333ee1452b608082d68a886cb7a61ed2d3b7aeae
Author: Neal H. Walfield <address@hidden>
Date:   Sun Feb 22 19:14:53 2009 +0100

    Fix conversion from seconds to nanoseconds.

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

Summary of changes:
 benchmarks/GCbench.c                               |    9 ++--
 hieronymus/hieronymus.c                            |   11 +++-
 hurd/trace.h                                       |   17 ++++---
 libc-parts/profile.c                               |   48 +++++++++++++++--
 libhurd-mm/as.c                                    |    6 +-
 libhurd-mm/exceptions.c                            |    4 ++
 libhurd-mm/storage.c                               |   32 ++++++++++--
 libhurd-mm/storage.h                               |   10 +++-
 libpthread/sysdeps/viengoos/pt-thread-alloc.c      |   16 ++++++
 libviengoos/viengoos/cap.h                         |    2 +-
 newlib/addon/newlib/libc/sys/hurd/sleep.c          |    2 +-
 ...wlib-newlib-libc-include-machine-setjmp-h.patch |    2 +-
 ruth/ruth.c                                        |    2 +-
 viengoos/ager.c                                    |   55 +++++++++++--------
 viengoos/memory.h                                  |   21 ++++++++
 viengoos/object.c                                  |   51 +++++++++++-------
 viengoos/pager.c                                   |   10 ++--
 viengoos/scheduler.c                               |   24 ++++++---
 viengoos/scheduler.h                               |    2 +-
 viengoos/server.c                                  |   12 +++--
 viengoos/thread.c                                  |   44 ++++++++++++++--
 viengoos/thread.h                                  |    7 ++-
 22 files changed, 286 insertions(+), 101 deletions(-)


hooks/post-receive
--
Viengoos




reply via email to

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