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.4-325-ge16248d


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.4-325-ge16248d
Date: Tue, 10 Dec 2013 23:11:02 +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  e16248d97c0775476947b8dfd24ff5e1ac822128 (commit)
       via  2b46d3fc3f7749b0dc2c0749c0ebf096d0147e45 (commit)
       via  f167a7b8c8aaa0f5522303566a5b48d4d89782ef (commit)
      from  af0c711a68e0ca4b8aa4e3e25fdf1f2206ec0911 (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 e16248d97c0775476947b8dfd24ff5e1ac822128
Author: Marin Ramesa <address@hidden>
Date:   Wed Dec 11 00:01:36 2013 +0100

    ipc/mach_debug.c (mach_port_kernel_object): remove unnecessary cast
    
    Member ip_kobject is of type vm_offset_t.
    
    * ipc/mach_debug.c (mach_port_kernel_object) (ip_kobject): Remove 
unnecessary cast.

commit 2b46d3fc3f7749b0dc2c0749c0ebf096d0147e45
Author: Marin Ramesa <address@hidden>
Date:   Wed Dec 11 00:01:35 2013 +0100

    ipc/mach_debug.c (mach_port_kernel_object): remove unnecessary cast
    
    Return value from ip_kotype is an unsigned int.
    
    * ipc/mach_debug.c (mach_port_kernel_object) (ip_kotype): Remove 
unnecessary cast.

commit f167a7b8c8aaa0f5522303566a5b48d4d89782ef
Author: Marin Ramesa <address@hidden>
Date:   Wed Dec 11 00:01:34 2013 +0100

    Cleanup of the memcpy(), memmove(), memcmp() and memset() calls
    
    Addresses were cast to (void *). Pointers uncasted.
    
    * device/ds_routines.c (ds_read_done) (memset) (start_sent): Cast to (void 
*) instead to (char *). Argument is an address.
    (ds_read_done) (memset) (end_data): Likewise.
    * i386/i386/pcb.c (thread_getstatus) (memcpy) (pm): Don't cast. Argument is 
a pointer.
    (thread_getstatus) (memcpy) (iopb): Likewise.
    * i386/i386at/immc.c (immc_cnputc) (memmove): Cast first argument to (void 
*). Argument is an address.
    (immc_cnputc) (memmove): Cast second argument to (void *). Argument is an 
address.
    (immc_cnputc) (memset): Cast first argument to (void *). Argument is an 
address.
    * i386/i386at/model_dep.c (i386at_init) (memcpy) (phystokv): Cast to (void 
*) instead to (char *). Argument is an address.
    * i386/intel/pmap.c (pmap_init) (memset) (addr): Likewise.
    * ipc/mach_debug.c (mach_port_space_info) (memset) (table_addr + 
size_used): Likewise.
    (mach_port_space_info) (memset) (tree_addr + size_used): Likewise.
    * kern/host.c (host_processor_sets) (memcpy) (newaddr): Likewise.
    (host_processor_sets) (memcpy) (addr): Likewise.
    * kern/xpr.c (xprbootstrap) (memset) (addr): Likewise.
    * vm/vm_debug.c (mach_vm_object_pages) (memset) (addr + size_used): 
Likewise.

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

Summary of changes:
 device/ds_routines.c    |    4 ++--
 i386/i386/pcb.c         |    4 ++--
 i386/i386at/immc.c      |    4 ++--
 i386/i386at/model_dep.c |    2 +-
 i386/intel/pmap.c       |    2 +-
 ipc/mach_debug.c        |    8 ++++----
 kern/host.c             |    2 +-
 kern/xpr.c              |    2 +-
 vm/vm_debug.c           |    2 +-
 9 files changed, 15 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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