commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 6e85ad01411dbea60718c97b28887f64


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 6e85ad01411dbea60718c97b28887f644d937862
Date: Wed, 21 Oct 2009 11:18:27 +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 "GNU Mach".

The branch, master has been updated
       via  6e85ad01411dbea60718c97b28887f644d937862 (commit)
       via  ea2b5b8f72c56bde682593e783552eb13b7412ad (commit)
       via  a6f1c3969da8040f1f7306308d0154858276cc51 (commit)
       via  54553d88a0126e5ff68f12a5f734c635748db53d (commit)
       via  b339b72d52830486985a51e0b933ad5f4e9b55c4 (commit)
       via  213d08b57534aef3c37250335926c5d7e6d825e1 (commit)
       via  d2c4e5c657b471fb69b224137ccb0a5339ce5252 (commit)
       via  974fb49ada3787b06531ccb4437ee245b6cfe8c1 (commit)
       via  4c06eab356ff4a0e528bf27e09dfbe9a9b4b9556 (commit)
       via  2f58373a59815b46a19355f18227f2304bd651ef (commit)
       via  e13b42aeee93f1662da5f5e83f93304972a3fa6d (commit)
      from  de00e82b8c4491a4ff3320c0ddd80ac91ed0977b (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 6e85ad01411dbea60718c97b28887f644d937862
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 22:01:11 2009 +0200

    Fix warnings
    
    * devices/io_reqs.h (io_req): Set type of io_alloc_size field to
    vm_size_t.
    * device/ds_routines.c (device_write_dealloc): Remove cast of
    io_alloc_size field.
    * device/subrs.c (brelse): Likewise.

commit ea2b5b8f72c56bde682593e783552eb13b7412ad
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 21:46:20 2009 +0200

    Fix warnings
    
    * device/chario.c (ttypush): Set parameter type to void * instead of
    struct tty *, and implicitly cast the former into the latter instead.
    * i386/i386at/com.c: Include <kern/mach_clock.h>.
    (timeout, ttrstrt): Remove declarations.
    (comtimer): Add unused void * parameter.
    (comopen): Pass NULL to comtimer function.
    * i386/i386at/kd.h (kd_belloff): Add unused void * parameter.
    * i386/i386at/kd.c (timeout): Remove declaration.
    (kd_belloff): Add unused void * parameter.
    (feep, kdsetbell): Pass NULL to kd_belloff function.
    * i386/i386at/lpr.c: Include <mach_clock.h>.
    (timeout, ttrstrt): Remove declarations.
    * kern/mach_clock.c (softclock, timeout, untimeout): Set parameter
    type of fcn function pointer to void * instead of char *. Set type
    of param to void * instead of char *.
    * kern/mach_clock.h (timer_elt): Set parameter type of fcn member
    to void * instead of char *. Set time of param member to void * instead
    of char *.
    (timeout): Set parameter type of fcn function pointer parameter to void
    * instead of char *.
    (untimeout): Likewise, set type of param parameter to void * instead of
    char *.
    * kern/sched_prim.c (sched_init): Remove cast of recompute_priorities.
    Replace (char *)0 with NULL.
    (thread_timeout): Set parameter type to void * instead of thread_t, and
    implicitly cast the former into the latter instead.
    (thread_timeout_setup): Remove cast of thread_timeout, cast
    thread_depress_timeout into (void (*) (void*)). Remove cast of thread.
    (thread_recompute_priorities): Add unused void * parameter.

commit a6f1c3969da8040f1f7306308d0154858276cc51
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 21:39:31 2009 +0200

    Fix warnings
    
    * device/tty.h (tty): Set type of t_ispeed and t_ospeed members to
    unsigned char instead of (potentially signed) char.

commit 54553d88a0126e5ff68f12a5f734c635748db53d
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 18:25:04 2009 +0100

    Fix warnings
    
    * vm/vm_resident.c (vm_page_grab_contiguous_pages): Remove unused
    count_zeroes and not_found_em labels.

commit b339b72d52830486985a51e0b933ad5f4e9b55c4
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 18:23:40 2009 +0100

    Fix warning
    
    * vm/vm_pageout.c (vm_pageout_scan): Remove unused Restart label.

commit 213d08b57534aef3c37250335926c5d7e6d825e1
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 18:22:15 2009 +0100

    Fix warning
    
    * vm/vm_map.c (vm_map_lookup): Add braces to fix readability.

commit d2c4e5c657b471fb69b224137ccb0a5339ce5252
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 18:20:40 2009 +0100

    Fix warning
    
    * kern/thread.c (_s_): Remove unused variable.

commit 974fb49ada3787b06531ccb4437ee245b6cfe8c1
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 19:15:33 2009 +0200

    Fix warnings
    
    * kern/bootstrap.c (task_insert_send_right): Remove spurious cast of
    port into ipc_object_t.
    (load_protect_text, load_fault_in_text, boot_map,
    load_bootstrap_symbols): Comment out unused variables and function.
    (read_exec): Comment out unused user_map variable.

commit 4c06eab356ff4a0e528bf27e09dfbe9a9b4b9556
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 17:51:07 2009 +0100

    Fix boot from grub2 with more than 800MiB memory
    
    * i386/i386at/model_dep.c (init_alloc_aligned): Add declaration.
    (i386at_init): Use init_alloc_aligned to allocate memory to save the
    content pointed by boot_info: cmdline, mods_addr, mod_start, and string.
    Set kernel_cmdline to the newly allocated string.
    (c_boot_entry): Do not set kernel_cmdline.

commit 2f58373a59815b46a19355f18227f2304bd651ef
Author: Samuel Thibault <address@hidden>
Date:   Tue Oct 20 17:48:58 2009 +0100

    Better estimate avail_remaining
    
    * i386/i386at/model_dep.c (mem_size_init): Move avail_remaining computation 
to
    after all phys_last_addr corrections.

commit e13b42aeee93f1662da5f5e83f93304972a3fa6d
Author: Samuel Thibault <address@hidden>
Date:   Sun Oct 18 16:22:45 2009 +0200

    Revert "Fix multiboot compliancy concerning x86 D flag"
    
    This reverts commit de00e82b8c4491a4ff3320c0ddd80ac91ed0977b.
    
    Flags already get cleared using push/pop a few instructions later.

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

Summary of changes:
 device/chario.c         |    3 +-
 device/ds_routines.c    |    2 +-
 device/io_req.h         |    2 +-
 device/subrs.c          |    2 +-
 device/tty.h            |    4 +-
 i386/i386at/boothdr.S   |    1 -
 i386/i386at/com.c       |    7 ++---
 i386/i386at/kd.c        |    8 ++----
 i386/i386at/kd.h        |    2 +-
 i386/i386at/lpr.c       |    3 +-
 i386/i386at/model_dep.c |   50 ++++++++++++++++++++++++++++++++++++++++------
 kern/bootstrap.c        |    6 +++-
 kern/mach_clock.c       |   10 ++++----
 kern/mach_clock.h       |    8 +++---
 kern/sched_prim.c       |   17 ++++++++-------
 kern/thread.c           |    2 +-
 vm/vm_map.c             |    3 +-
 vm/vm_pageout.c         |    1 -
 vm/vm_resident.c        |    2 -
 19 files changed, 83 insertions(+), 50 deletions(-)


hooks/post-receive
-- 
GNU Mach




reply via email to

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