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.8-167-g8615635


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-167-g8615635
Date: Sun, 29 Mar 2020 07:23:48 -0400 (EDT)

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  86156357706b3c741c6b5feda1d36d8687c660de (commit)
      from  1e90662dd80c64de27b432c9d6911fad937da804 (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 86156357706b3c741c6b5feda1d36d8687c660de
Author: Samuel Thibault <address@hidden>
Date:   Sun Mar 29 13:17:46 2020 +0200

    64bit: fix warnings
    
    * device/net_io.h (net_set_filter, ethernet_priority): Add prototypes.
    * device/subrs.h: Include <device/if_hdr.h>.
    (if_init_queues): Add prototype.
    * i386/i386/model_dep.h (machine_relax): Add prototype.
    * i386/i386/trap.c (i386_astintr): Move mycpu variable definition to
    where it is used.
    * i386/i386at/model_dep.c (i386at_init): Likewise for nb_direct, addr,
    delta.
    * i386/xen/xen.c (return_to_iret): Change type to char[].
    * xen/console.c: Include <i386at/kd.h>.
    * xen/evt.c (hyp_evt_handler): Cast NEVNT to int.
    * xen/grant.c: Include <model_dep.h>.
    (hyp_grant_takeback, hyp_grant_init): Fix print format.
    * xen/net.c: Include <device/subrs.h>.
    (paranoia): Remove variable.
    (hyp_net_init, device_close, device_open): Cast nd - vif_data to int.
    Fix print format.
    * xen/store.c (store_put): Cast sizeof to int.
    * xen/time.c: Include "xen.h".
    * xen/xen.h (hypclock_machine_intr): Add prototype.

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

Summary of changes:
 device/net_io.h         | 10 ++++++++++
 device/subrs.h          |  3 +++
 i386/i386/model_dep.h   |  5 +++++
 i386/i386/trap.c        |  4 ++--
 i386/i386at/model_dep.c |  9 +++++----
 i386/xen/xen.c          |  2 +-
 xen/console.c           |  1 +
 xen/evt.c               |  2 +-
 xen/grant.c             |  5 +++--
 xen/net.c               | 16 +++++++---------
 xen/store.c             |  2 +-
 xen/time.c              |  1 +
 xen/xen.h               |  2 ++
 13 files changed, 42 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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