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-63-gb036b05


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-63-gb036b05
Date: Sat, 28 Jul 2018 13:06:26 -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  b036b05d9ad0ba367b6c99a046364ec912416f85 (commit)
       via  cc0dffd12bbf19cc2f7f3480db4987b2dd9039b9 (commit)
       via  4962b90a59b550525856a8eaa31104493407dc84 (commit)
      from  62b63be0090ebcb6e733955ce8f9081b3e2669bf (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 b036b05d9ad0ba367b6c99a046364ec912416f85
Author: Samuel Thibault <address@hidden>
Date:   Sat Jul 28 19:01:17 2018 +0200

    device: Fix d_mmap type
    
    * device/conf.h (dev_ops): Make d_mmap return vm_offset_t instead of
    int.
    (nomap): Update accordingly.
    * device/blkio.c (block_io_mmap): Likewise.
    * device/blkio.h (block_io_mmap): Likewise.
    * device/dev_name.c (nomap): Likewise.
    * i386/i386at/kd.c (kdmmap): Likewise.
    * i386/i386at/kd.h (kdmmap): Likewise.
    * i386/i386at/mem.c (memmmap): Likewise.
    * i386/i386at/mem.h (memmmap): Likewise.
    * i386/i386at/model_dep.c (timemmap): Likewise.
    * i386/i386at/model_dep.h (timemmap): Likewise.

commit cc0dffd12bbf19cc2f7f3480db4987b2dd9039b9
Author: Samuel Thibault <address@hidden>
Date:   Sat Jul 28 18:41:00 2018 +0200

    Fix dev_ops types
    
    * device/conf.h: Include <device/device_types.h>.
    (dev_ops): Make d_getstat and d_setstat fields use dev_flavor_t,
    dev_status_t, and mach_msg_type_number_t types.
    * device/tty.h: (t_getstat, t_setstat): Likewise.
    
    * device/conf.h (nulldev_getstat, nulldev_setstat): Fix parameter types
    accordingly.
    * device/dev_name.c (nulldev_getstat, nulldev_setstat): Likewise.
    * device/kmsg.c (kmsggetstat): Likewise.
    * device/kmsg.h (kmsggetstat): Likewise.
    * device/net_io.c (net_getstat): Likewise.
    * device/net_io.h (net_getstat): Likewise.
    * i386/i386at/com.c (comgetstat, comsetstat): Likewise.
    * i386/i386at/com.h (comgetstat, comsetstat): Likewise.
    * i386/i386at/kd.c (kdgetstat, kdsetstat): Likewise.
    * i386/i386at/kd.h (kdgetstat, kdsetstat): Likewise.
    * i386/i386at/kd_event.c (kbdgetstat, kbdsetstat): Likewise.
    * i386/i386at/kd_event.h (kbdgetstat, kbdsetstat): Likewise.
    * i386/i386at/kd_mouse.c (mousegetstat): Likewise.
    * i386/i386at/kd_mouse.h (mousegetstat): Likewise.
    * i386/i386at/lpr.c (lprgetstat, lprsetstat): Likewise.
    * i386/i386at/lpr.h (lprgetstat, lprsetstat): Likewise.
    * xen/console.c (hypcngetstat, hypcnsetstat): Likewise.
    * xen/console.h (hypcngetstat, hypcnsetstat): Likewise.
    
    * device/dev_hdr.h: Forward-declare struct dev_ops and dev_ops_t type
    instead of including <device/conf.h>.
    * device/dev_pager.c: Include <device/conf.h>
    * i386/i386/pcb.h: Include <machine/io_perm.h>
    * i386/i386/thread.h: Do not include <i386/tss.h>

commit 4962b90a59b550525856a8eaa31104493407dc84
Author: Samuel Thibault <address@hidden>
Date:   Sat Jul 28 18:39:54 2018 +0200

    Fix warning
    
    * i386/intel/pmap.c (pmap_enter): Fix panic format.

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

Summary of changes:
 device/blkio.c          |  2 +-
 device/blkio.h          |  2 +-
 device/conf.h           | 13 +++++++------
 device/dev_hdr.h        |  2 +-
 device/dev_name.c       |  8 ++++----
 device/dev_pager.c      |  1 +
 device/kmsg.c           |  2 +-
 device/kmsg.h           |  4 ++--
 device/net_io.c         |  2 +-
 device/net_io.h         |  2 +-
 device/tty.h            |  4 ++--
 i386/i386/pcb.h         |  1 +
 i386/i386/thread.h      |  1 -
 i386/i386at/com.c       | 12 ++++++------
 i386/i386at/com.h       | 12 ++++++------
 i386/i386at/kd.c        | 14 +++++++-------
 i386/i386at/kd.h        | 14 +++++++-------
 i386/i386at/kd_event.c  | 12 ++++++------
 i386/i386at/kd_event.h  | 12 ++++++------
 i386/i386at/kd_mouse.c  |  6 +++---
 i386/i386at/kd_mouse.h  |  6 +++---
 i386/i386at/lpr.c       | 12 ++++++------
 i386/i386at/lpr.h       | 12 ++++++------
 i386/i386at/mem.c       |  2 +-
 i386/i386at/mem.h       |  2 +-
 i386/i386at/model_dep.c |  2 +-
 i386/i386at/model_dep.h |  2 +-
 i386/intel/pmap.c       |  2 +-
 xen/console.c           |  4 ++--
 xen/console.h           |  4 ++--
 30 files changed, 88 insertions(+), 86 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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