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. 6e8917cd3


From: Neal H. Walfield
Subject: [SCM] UNNAMED PROJECT branch, viengoos-on-bare-metal, updated. 6e8917cd379cd0aec0a7689d4c903f32cd09edaf
Date: Sun, 18 Jan 2009 01:54:09 +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  6e8917cd379cd0aec0a7689d4c903f32cd09edaf (commit)
       via  7fe504f224ab520ea06a77c0b36b1513843e5f44 (commit)
       via  75b9fed1bf5e5408f8f05e0569d2c713c47778eb (commit)
       via  51088c5d0e9cb261cd114c297447abd149a2b98d (commit)
       via  8c209a7cfd796c31089a25851493d6ca0f0e4229 (commit)
       via  0ce7c1b49c664d5cab10884bbf494272c19a3e32 (commit)
       via  0c35921f14abf4b79e6aa462b0b6d2c8c97306bd (commit)
      from  6792b2e9b888ba336eb46fd7e71ff0979a182c42 (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 6e8917cd379cd0aec0a7689d4c903f32cd09edaf
Author: Neal H. Walfield <address@hidden>
Date:   Sun Jan 18 02:07:41 2009 +0100

    Use correct format and type specifiers.
    
    benchmarks/
    
    2009-01-18  Neal H. Walfield  <address@hidden>
    
        * activity-distribution.c: Include <stdint.h> and <inttypes.h>.
        (main): Use correct printf format specifiers.
        * cache.c: Include <stdint.h> and <inttypes.h>.
        (helper): Use correct printf format specifiers.
        (helper_fork): Likewise.
        (object_read): Likewise.
        (object_fill): Likewise.
        (main): Likewise.
    
    hieronymus/
    
    2009-01-18  Neal H. Walfield  <address@hidden>
    
        * hieronymus.c (main): Use correct printf format specifiers.
    
    libc-parts/
    
    2009-01-18  Neal H. Walfield  <address@hidden>
    
        * backtrace.c (backtrace_print): Use correct printf format
        specifiers.
        * panic.c (panic_): Likewise.
        * profile.c (profile_stats_dump): Likewise.
        * process-spawn.c: Include <stdint.h> and <inttypes.h>.
        (process_spawn): Use correct printf format specifiers.
    
    libhurd-mm/
    
    2009-01-18  Neal H. Walfield  <address@hidden>
    
        * as.h: Include <stdint.h> and <inttypes.h>.
        (AS_CHECK_SHADOW): Use correct printf format specifiers.
        * as.c: Include <stdint.h> and <inttypes.h>.
        (free_space_split): Use correct printf format specifiers.
        (as_free): Likewise.
        (as_alloced_dump): Likewise.
        * as-lookup.c: Include <stdint.h> and <inttypes.h>.
        (as_lookup_rel_internal): Use correct printf format specifiers.
        * as-build.c: Include <stdint.h> and <inttypes.h>.
        (as_build): Use correct printf format specifiers.
        * as-dump.c: Include <stdint.h> and <inttypes.h>.
        (print_nr): Remove function.
        (do_walk): Use correct printf format specifiers.  Use precision
        specifiers instead of print_nr.
        * anonymous.c (fault): Use correct
        printf format specifiers.
        (anonymous_pager_alloc): Likewise.
        * exceptions.c (hurd_activation_handler_normal): Likewise.
        (hurd_activation_handler_activated): Likewise.
        (hurd_activation_handler_init_early): Likewise.
        * map.h: Include <inttypes.h>.
        (map_find): Use correct printf format specifiers.
        (REGION_FMT): Likewise.
        (MAP_FMT): Likewise.
        * map.c (map_install): Likewise.
        (map_split): Likewise.
        * madvise.c (madvise): Likewise.
        * mmap.c (munmap): Likewise.
        * mprotect.c (mprotect): Likewise.
        * pager.c (pager_init): Likewise.
        * storage.h (storage_alloc): Likewise.
        * storage.c (storage_alloc): Likewise.
        (storage_init): Likewise.
    
    libpthread/
    
    2009-01-18  Neal H. Walfield  <address@hidden>
    
        * sysdeps/generic/pt-mutex-unlock.c (__pthread_mutex_unlock): Use
        correct printf format specifiers.
        * sysdeps/viengoos/pt-wakeup.c (__pthread_wakeup): Likewise.
    
    libviengoos/
    
    2009-01-18  Neal H. Walfield  <address@hidden>
    
        * viengoos/addr.h: Include <inttypes.h>.
        (VG_ADDR_FMT): Use correct printf format specifiers.
        (VG_ADDR_VOID): Use the correct constant suffix.
        (vg_addr_prefix): Likewise.
        (vg_addr_chop): Likewise.
        (vg_addr_extract): Likewise.
        (vg_addr_extend): Do both of the above.
        * viengoos/cap.h: Include <inttypes.h>.
        (VG_OID_FMT): Use correct printf format specifiers.
        (VG_CAP_FMT): Likewise.
        (vg_cap_copy_x): Likewise.
        * viengoos/thread.h: Include <inttypes.h>.
        (vg_niltid): Use the correct constant suffix.
        (VG_THREAD_ID_FMT): Use correct printf format specifiers.
    
    ruth/
    
    2009-01-18  Neal H. Walfield  <address@hidden>
    
        * ruth.c (main): Use correct printf format specifiers.
    
    viengoos/
    
    2009-01-18  Neal H. Walfield  <address@hidden>
    
        * object.h (object_desc_to_object): Use correct printf format
        specifiers.

commit 7fe504f224ab520ea06a77c0b36b1513843e5f44
Author: Neal H. Walfield <address@hidden>
Date:   Sun Jan 18 02:04:37 2009 +0100

    Add usable <inttypes.h> files.
    
    libc-parts/
    
    2009-01-18  Neal H. Walfield  <address@hidden>
    
        * inttypes.h: New file.
    
    newlib/
    
    2009-01-18  Neal H. Walfield  <address@hidden>
    
        * patches/08-new-newlib-libc-include-inttypes-h.patch: New file.
        * Makefile.am (patch_files): Add
        08-new-newlib-libc-include-inttypes-h.patch.

commit 75b9fed1bf5e5408f8f05e0569d2c713c47778eb
Author: Neal H. Walfield <address@hidden>
Date:   Sun Jan 18 01:39:07 2009 +0100

    Remove printf hacks.

commit 51088c5d0e9cb261cd114c297447abd149a2b98d
Author: Neal H. Walfield <address@hidden>
Date:   Sun Jan 18 00:53:02 2009 +0100

    Fix warning about ''s in #warnings.
    
    2009-01-18  Neal H. Walfield  <address@hidden>
    
        * sysdeps/viengoos/pt-spin.c (_pthread_spin_lock): Don't use a '
        in the #warning.

commit 8c209a7cfd796c31089a25851493d6ca0f0e4229
Author: Neal H. Walfield <address@hidden>
Date:   Sat Jan 17 23:27:02 2009 +0100

    Remove more uses of L4 specific functions in generic code.
    
    2009-01-17  Neal H. Walfield  <address@hidden>
    
        * sysdeps/viengoos/pt-docancel.c (__pthread_do_cancel): Use
        hurd_myself, not l4_myself.
        [! USE_L4]: Abort.
        * sysdeps/viengoos/pt-wakeup.c (__pthread_wakeup) [! USE_L4]:
        Don't call l4_thread_switch.

commit 0ce7c1b49c664d5cab10884bbf494272c19a3e32
Author: Neal H. Walfield <address@hidden>
Date:   Sat Jan 17 23:22:12 2009 +0100

    Include <string.h> to add missing declarations.
    
    2009-01-17  Neal H. Walfield  <address@hidden>
    
        * signal/kill.c: Include <string.h>.
        * sysdeps/viengoos/pt-sigstate-init.c: Likewise.

commit 0c35921f14abf4b79e6aa462b0b6d2c8c97306bd
Author: Neal H. Walfield <address@hidden>
Date:   Sat Jan 17 18:15:58 2009 +0100

    Extend s_printf to support precision, base and type modifiers.
    
    2009-01-17  Neal H. Walfield  <address@hidden>
    
        * s_printf.c (FLAG_LONGLONG): Define.
        (FLAG_PAD_ZERO): Define.
        (FLAG_BASE): Define.
        (FLAG_UPPERCASE): Define.
        (FLAG_LONG): Define.
        (print_nr): Take additional parameters precision and flags.  Use
        them.  Update users.
        (print_signed_nr): Likewise.
        (s_cvprintf): Support precision, base and type modifiers.
        Contributed by Tom Bachmann <address@hidden>.

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

Summary of changes:
 benchmarks/ChangeLog                               |   11 +
 benchmarks/activity-distribution.c                 |    6 +-
 benchmarks/cache.c                                 |   23 +-
 hieronymus/ChangeLog                               |    4 +
 hieronymus/hieronymus.c                            |    6 +-
 libc-parts/ChangeLog                               |   26 +
 libc-parts/backtrace.c                             |    6 +-
 libc-parts/inttypes.h                              |  450 ++++++++++++++++++
 libc-parts/panic.c                                 |    3 +-
 libc-parts/process-spawn.c                         |   17 +-
 libc-parts/profile.c                               |   10 +-
 libc-parts/s_printf.c                              |  267 +++++++----
 libhurd-mm/ChangeLog                               |   36 ++
 libhurd-mm/anonymous.c                             |   23 +-
 libhurd-mm/as-build.c                              |    6 +-
 libhurd-mm/as-dump.c                               |   47 +--
 libhurd-mm/as-lookup.c                             |   61 ++-
 libhurd-mm/as.c                                    |    9 +-
 libhurd-mm/as.h                                    |   75 ++--
 libhurd-mm/exceptions.c                            |   19 +-
 libhurd-mm/madvise.c                               |   10 +-
 libhurd-mm/map.c                                   |   11 +-
 libhurd-mm/map.h                                   |    7 +-
 libhurd-mm/mmap.c                                  |   20 +-
 libhurd-mm/mprotect.c                              |   24 +-
 libhurd-mm/pager.c                                 |    2 +-
 libhurd-mm/storage.c                               |   14 +-
 libhurd-mm/storage.h                               |    2 +-
 libpthread/ChangeLog                               |   24 +
 libpthread/signal/kill.c                           |    2 +
 libpthread/sysdeps/generic/pt-mutex-unlock.c       |    2 +-
 libpthread/sysdeps/viengoos/pt-docancel.c          |   14 +-
 libpthread/sysdeps/viengoos/pt-sigstate-init.c     |    1 +
 libpthread/sysdeps/viengoos/pt-spin.c              |    2 +-
 libpthread/sysdeps/viengoos/pt-wakeup.c            |    5 +-
 libviengoos/ChangeLog                              |   17 +
 libviengoos/viengoos/addr.h                        |   22 +-
 libviengoos/viengoos/cap.h                         |   12 +-
 libviengoos/viengoos/thread.h                      |    5 +-
 newlib/ChangeLog                                   |    6 +
 newlib/Makefile.am                                 |    5 +-
 .../08-new-newlib-libc-include-inttypes-h.patch    |   97 ++++
 ruth/ChangeLog                                     |    4 +
 ruth/ruth.c                                        |    7 +-
 viengoos/ChangeLog                                 |    5 +
 viengoos/object.h                                  |    2 +-
 viengoos/viengoos.c                                |  495 --------------------
 47 files changed, 1118 insertions(+), 804 deletions(-)
 create mode 100644 libc-parts/inttypes.h
 create mode 100644 newlib/patches/08-new-newlib-libc-include-inttypes-h.patch


hooks/post-receive
--
UNNAMED PROJECT




reply via email to

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