commit-hurd
[Top][All Lists]
Advanced

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

[gnumach] branch master updated (c117b2d -> e882eb3)


From: Samuel Thibault
Subject: [gnumach] branch master updated (c117b2d -> e882eb3)
Date: Tue, 15 Nov 2016 01:01:09 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a change to branch master
in repository gnumach.

      from  c117b2d   Fix boot hang in bad-luck module loads from grub
       new  397f56a   New upstream version 1.7+git20161115
       new  b0221eb   Merge tag 'upstream/1.7+git20161115'
       new  79f915a   copyright: Add missing licence terms
       new  b9f7383   {git-LDFLAGS,git-unregister-boot-data.patch}: Drop
       new  9fde251   patches/{71,72}_dde.patch: DDE fixes from Richard Braun
       new  e882eb3   upload

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                     |  90 +++++
 Makefile.am                                   |   6 +-
 Makefile.in                                   |  48 +--
 configure                                     |  20 +-
 debian/changelog                              |  10 +
 debian/copyright                              |  81 +++-
 debian/patches/71_dde.patch                   | 157 ++++++++
 debian/patches/72_dde.patch                   |  18 +
 debian/patches/git-LDFLAGS                    |  52 ---
 debian/patches/git-unregister-boot-data.patch |  62 ---
 debian/patches/series                         |   4 +-
 doc/mach.info                                 |   2 +-
 doc/mach.info-1                               |   4 +-
 doc/mach.info-2                               |   2 +-
 doc/stamp-vti                                 |   4 +-
 doc/version.texi                              |   4 +-
 i386/Makefrag.am                              |  19 -
 i386/grub/acpi.h                              | 220 -----------
 i386/grub/compiler.h                          |  51 ---
 i386/grub/cpu/io.h                            |  72 ----
 i386/grub/cpu/time.h                          |  29 --
 i386/grub/cpu/types.h                         |  33 --
 i386/grub/err.h                               |  96 -----
 i386/grub/glue.h                              |  33 --
 i386/grub/i18n.h                              |  25 --
 i386/grub/misc.h                              | 517 --------------------------
 i386/grub/mm.h                                |  77 ----
 i386/grub/symbol.h                            |  72 ----
 i386/grub/time.h                              |  46 ---
 i386/grub/types.h                             | 325 ----------------
 i386/i386/xen.h                               |   2 +-
 i386/i386at/acpi.c                            |  82 ----
 i386/i386at/acpihalt.c                        | 409 --------------------
 i386/i386at/acpihalt.h                        |  23 --
 i386/i386at/grub_glue.c                       |  67 ----
 i386/i386at/model_dep.c                       |  33 +-
 i386/intel/pmap.c                             | 304 +++++++++------
 i386/intel/pmap.h                             |  14 +-
 include/mach/task_notify.defs                 |   7 +-
 kern/gsync.c                                  |  24 +-
 kern/gsync.h                                  |   2 +-
 version.m4                                    |   2 +-
 vm/vm_map.c                                   |   4 +-
 43 files changed, 623 insertions(+), 2529 deletions(-)
 create mode 100644 debian/patches/71_dde.patch
 create mode 100644 debian/patches/72_dde.patch
 delete mode 100644 debian/patches/git-LDFLAGS
 delete mode 100644 debian/patches/git-unregister-boot-data.patch
 delete mode 100644 i386/grub/acpi.h
 delete mode 100644 i386/grub/compiler.h
 delete mode 100644 i386/grub/cpu/io.h
 delete mode 100644 i386/grub/cpu/time.h
 delete mode 100644 i386/grub/cpu/types.h
 delete mode 100644 i386/grub/err.h
 delete mode 100644 i386/grub/glue.h
 delete mode 100644 i386/grub/i18n.h
 delete mode 100644 i386/grub/misc.h
 delete mode 100644 i386/grub/mm.h
 delete mode 100644 i386/grub/symbol.h
 delete mode 100644 i386/grub/time.h
 delete mode 100644 i386/grub/types.h
 delete mode 100644 i386/i386at/acpi.c
 delete mode 100644 i386/i386at/acpihalt.c
 delete mode 100644 i386/i386at/acpihalt.h
 delete mode 100644 i386/i386at/grub_glue.c

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/gnumach.git



reply via email to

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