commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. v1.6-80-ga7f248b


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.6-80-ga7f248b
Date: Wed, 18 May 2016 00:35:21 +0000 (UTC)

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  a7f248bf76dc0cabd1581143e9f4aa6454c91655 (commit)
      from  6af1500b30bfdb343bbf1efe432f797cb2c03cdf (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 a7f248bf76dc0cabd1581143e9f4aa6454c91655
Author: Samuel Thibault <address@hidden>
Date:   Wed May 18 02:25:28 2016 +0200

    Fix gcc-6 warnings
    
    * ddb/db_elf.c (elf_db_sym_init): Turn `i' into unsigned.
    * device/ds_routines.c (ds_device_open, device_writev_trap): Likewise.
    * i386/i386/user_ldt.c (i386_set_ldt): Likewise for `i', `min_selector', and
    `first_desc'.
    (i386_get_ldt): Likewise for `ldt_count'.
    (user_ldt_free): Likewise for `i'.
    * i386/i386/xen.h (hyp_set_ldt): Turn `count' into unsigned long.
    * i386/intel/pmap.c (pmap_bootstrap): Turn `i', `j' and 'n' into unsigned.
    (pmap_clear_bootstrap_pagetable): Likewise for `i' and `j'.
    * ipc/ipc_kmsg.c (ipc_msg_print): Turn `i' and `numwords' into unsigned.
    * kern/boot_script.c (boot_script_parse_line): Likewise for `i'.
    * kern/bootstrap.c (bootstrap_create): Likewise for `n' and `i'.
    * kern/host.c (host_processors): Likewise for `i'.
    * kern/ipc_tt.c (mach_ports_register): Likewise.
    * kern/mach_clock.c (tickadj, bigadj): turn into unsigned.
    * kern/processor.c (processor_set_things): Turn `i' into unsigned.
    * kern/task.c (task_threads): Likewise.
    * kern/thread.c (consider_thread_collect, stack_init): Likewise.
    * kern/strings.c (memset): Turn `i' into size_t.
    * vm/memory_object.c (memory_object_lock_request): Turn `i' into unsigned.
    * xen/block.c (hyp_block_init): Use %u format for evt.
    (device_open): Drop unused err variable.
    (device_write): Turn `copy_npages', `i', `nbpages', and `j' into unsigned.
    * xen/console.c (hypcnread, hypcnwrite, hypcnclose): Turn dev to dev_t.
    (hypcnclose): Return void.
    * xen/console.h (hypcnread, hypcnwrite, hypcnclose): Fix prototypes
    accordingly.
    * xen/evt.c (form_int_mask): Turn `i' into int.
    * xen/net.c (hyp_net_init): Use %u format for evt.
    (device_open): Remove unused `err' variable.

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

Summary of changes:
 ddb/db_elf.c         |    2 +-
 device/ds_routines.c |    4 ++--
 i386/i386/user_ldt.c |   11 +++++------
 i386/i386/xen.h      |    2 +-
 i386/intel/pmap.c    |    8 ++++----
 ipc/ipc_kmsg.c       |    2 +-
 kern/boot_script.c   |    3 ++-
 kern/bootstrap.c     |    5 +++--
 kern/host.c          |    2 +-
 kern/ipc_tt.c        |    2 +-
 kern/mach_clock.c    |    6 +++---
 kern/processor.c     |    2 +-
 kern/strings.c       |    2 +-
 kern/task.c          |    2 +-
 kern/thread.c        |    4 ++--
 vm/memory_object.c   |    2 +-
 xen/block.c          |    8 ++++----
 xen/console.c        |    7 +++----
 xen/console.h        |    6 +++---
 xen/evt.c            |    3 ++-
 xen/net.c            |    4 ++--
 21 files changed, 44 insertions(+), 43 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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