commit-hurd
[Top][All Lists]
Advanced

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

[SCM] UNNAMED PROJECT branch, viengoos-on-bare-metal, updated. 70961719e


From: Neal H. Walfield
Subject: [SCM] UNNAMED PROJECT branch, viengoos-on-bare-metal, updated. 70961719e9d2e129a77096dca0875c07e51c7a98
Date: Mon, 19 Jan 2009 22:31:00 +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 "UNNAMED PROJECT".

The branch, viengoos-on-bare-metal has been updated
       via  70961719e9d2e129a77096dca0875c07e51c7a98 (commit)
       via  9285419fa94844df0845fe56976ec2bdfbaa9d7a (commit)
       via  6259d81615ce8ce366e60077651f7cd6ecbc30b3 (commit)
      from  6e8917cd379cd0aec0a7689d4c903f32cd09edaf (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 70961719e9d2e129a77096dca0875c07e51c7a98
Author: Neal H. Walfield <address@hidden>
Date:   Mon Jan 19 23:29:20 2009 +0100

    Add a nice interface to the page table data structures.

commit 9285419fa94844df0845fe56976ec2bdfbaa9d7a
Author: Neal H. Walfield <address@hidden>
Date:   Mon Jan 19 23:26:45 2009 +0100

    Use sysdeps-style building.

commit 6259d81615ce8ce366e60077651f7cd6ecbc30b3
Author: Neal H. Walfield <address@hidden>
Date:   Mon Jan 19 23:25:55 2009 +0100

    Update the build_assert macro to use gnulib's version (verify).
    
    2009-01-19  Neal H. Walfield  <address@hidden>
    
        * assert.h (build_assert): Use gnulib's version.

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

Summary of changes:
 configure.ac                                       |    3 -
 libc-parts/ChangeLog                               |    4 +
 libc-parts/assert.h                                |   20 ++-
 viengoos/Makefile.am                               |   50 ++++-
 viengoos/sysdeps/generic/Makefile.am               |    6 -
 viengoos/sysdeps/ia32/Makefile.am                  |    6 -
 .../ia32/{ia32-shutdown.c => arch-shutdown.c}      |    0 
 viengoos/sysdeps/x86_64/Makefile.am                |   16 --
 .../sysdeps/x86_64/{shutdown.c => arch-shutdown.c} |    0 
 viengoos/sysdeps/x86_64/boot32.c                   |   42 ++---
 viengoos/sysdeps/x86_64/page-tables.h              |  200 ++++++++++++++++++++
 11 files changed, 282 insertions(+), 65 deletions(-)
 delete mode 100644 viengoos/sysdeps/generic/Makefile.am
 delete mode 100644 viengoos/sysdeps/ia32/Makefile.am
 rename viengoos/sysdeps/ia32/{ia32-shutdown.c => arch-shutdown.c} (100%)
 delete mode 100644 viengoos/sysdeps/x86_64/Makefile.am
 rename viengoos/sysdeps/x86_64/{shutdown.c => arch-shutdown.c} (100%)
 create mode 100644 viengoos/sysdeps/x86_64/page-tables.h


hooks/post-receive
--
UNNAMED PROJECT




reply via email to

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