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.7-67-gc387012


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.7-67-gc387012
Date: Sun, 6 Nov 2016 12:08:31 +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  c387012395ec83dbdad5e9a1e31f3a214337d064 (commit)
      from  92476c17e0a4067a5702bb5a4914ed7bceafb3b2 (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 c387012395ec83dbdad5e9a1e31f3a214337d064
Author: Justus Winter <address@hidden>
Date:   Sun Nov 6 12:45:34 2016 +0100

    Revert "i386: use ACPI to power off the machine"
    
    This reverts commit c031b41b783cc99c0bd5aac7d14c1d6e34520397.
    
    Adding the ACPI parser from GRUB was a mistake as its license
    conflicts with the one used by the legacy Linux drivers.  Furthermore,
    adding support for ACPI to the kernel violates the minimality
    principle.

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

Summary of changes:
 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/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 |    2 -
 19 files changed, 2198 deletions(-)
 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


hooks/post-receive
-- 
GNU Mach



reply via email to

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