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 47e21c7acbdd593dac1482a5238315355c853e38 (commit)
from 39e1f97996d9f5d7a1f11d0bcc53f98b37e7ffa7 (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 47e21c7acbdd593dac1482a5238315355c853e38
Author: Neal H. Walfield <[email protected]>
Date: Mon Feb 16 02:07:30 2009 +0100
Rewrite CPU scheduler. Fix a few bugs. Add a lot of debugging support.
-----------------------------------------------------------------------
Summary of changes:
hurd/lock.h | 4 +-
libhurd-mm/as-lookup.c | 5 +-
libhurd-mm/exceptions.c | 17 ++-
libhurd-mm/ia32-exception-entry.S | 38 ++----
libhurd-mm/storage.c | 2 +-
libviengoos/viengoos/x86_64/ipc.h | 6 +-
ruth/ruth.c | 21 +++-
viengoos/object.c | 146 ++++++++++++++++++++++-
viengoos/scheduler.c | 151 +++++++++++++++++------
viengoos/server.c | 8 +-
viengoos/sysdeps/x86_64/idt.c | 89 ++++++++++++--
viengoos/sysdeps/x86_64/sys.h | 63 ++++++----
viengoos/sysdeps/x86_64/thread-arch.c | 216 +++++++++++++++++++++++++++++++-
viengoos/thread.c | 8 +-
viengoos/thread.h | 18 +++
viengoos/zalloc.h | 4 +
16 files changed, 665 insertions(+), 131 deletions(-)
hooks/post-receive
--
Viengoos