commit-hurd
[Top][All Lists]
Advanced

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

[SCM] POSIX threading library branch, master-viengoos-on-bare-metal, cre


From: Thomas Schwinge
Subject: [SCM] POSIX threading library branch, master-viengoos-on-bare-metal, created. e5c3342b29a01d3f5c6664b5da270d7e5236ce6b
Date: Sun, 12 Apr 2009 15:37:44 +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 "POSIX threading library".

The branch, master-viengoos-on-bare-metal has been created
        at  e5c3342b29a01d3f5c6664b5da270d7e5236ce6b (commit)

- Log -----------------------------------------------------------------
commit e5c3342b29a01d3f5c6664b5da270d7e5236ce6b
Author: Neal H. Walfield <address@hidden>
Date:   Tue Feb 24 04:22:15 2009 +0100

    Fix computation of address in pthread_thread_alloc.

commit 407cc827ddcd59522296e8af9e60f21755411a55
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 37301512b580bc131a4594c1eb2223c509414df5
Author: Neal H. Walfield <address@hidden>
Date:   Sat Feb 21 21:14:41 2009 +0100

    Add sleep and time support.

commit 0c6574a4a13b0318cc706d3fb49a1f4305b3f195
Author: Neal H. Walfield <address@hidden>
Date:   Thu Feb 19 19:15:59 2009 +0100

    Fix signal handling.

commit 5647d117d2db70ae8febf0d8eb988aa54d5ebf24
Author: Neal H. Walfield <address@hidden>
Date:   Fri Feb 13 04:24:42 2009 +0100

    Almost the status quo.

commit 53d4278cd7e283c7dc58c1c80f8d72cbca4ab9da
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 ac1f4a2050677f9780a2472a1d5d58cb21bab60c
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 8b500af19d3e703473e3b5655ec87a096eeaf37e
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 fbb03ee294d438ea0680a50e17f93df5e19fefad
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 2aa9a9cd10bb4351e66d3b9c534a44814eb0a77a
Author: Neal H. Walfield <address@hidden>
Date:   Fri Jan 16 22:30:14 2009 +0100

    Add initial support for x86-64 to run-time libraries.
    
    libc-parts/
    
    2009-01-16  Neal H. Walfield  <address@hidden>
    
        * Makefile.am (ARCH_COMMON_SOURCES) [ARCH_X86_64]: Define.
        (ARCH_USER_SOURCES) [ARCH_X86_64]: Likewise.
        (ARCH_KERNEL_SOURCES) [ARCH_X86_64]: Likewise.
        * x86-64-crt0.S: New file.
    
        * loader.c (loader_elf_load): Add support for ELF 64 and x86-64.
    
    libhurd-mm/
    
    2009-01-16  Neal H. Walfield  <address@hidden>
    
        * Makefile.am (ARCH_SOURCES) [ARCH_X86_64]: Define.
        (libhurd_mm_a_CFLAGS): Set preferred stack boundary to 2^4, not
        2^2.
        (libas_kernel_a_CFLAGS): Don't set a preferred stack boundary.
        (libas_check_a_CFLAGS): Likewise.
        * x86-64-exception-entry.S: New stub file.
    
    libpthread/
    
    2009-01-16  Neal H. Walfield  <address@hidden>
    
        * Makefile.am (arch) [ARCH_X86_64]: Define.
        * sysdeps/x86_64/pt-machdep.h: New stub file.
        * sysdeps/viengoos/x86_64/pt-machdep.c: Likewise.
        * sysdeps/viengoos/x86_64/signal-dispatch-lowlevel.c: Likewise.
        * sysdeps/viengoos/x86_64/pt-setup.c: Likewise.

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


hooks/post-receive
--
POSIX threading library




reply via email to

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