Rebase to upstream, fix a pile of bugs. The usual.

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2013-06-12 15:24:37 -04:00
parent 6c7b1edb29
commit f74b50e380
483 changed files with 982 additions and 475 deletions

View File

@ -1,7 +1,7 @@
From 8c5886df17cdfb148d4e17bddf38143ed65fe674 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Thu, 28 Jun 2012 15:27:54 +0200
Subject: [PATCH 001/471] Add monochrome text support (mda_text, aka
Subject: [PATCH 001/482] Add monochrome text support (mda_text, aka
`hercules' in grub-legacy).
* grub-core/Makefile.core.def (mda_text): New module.

View File

@ -1,7 +1,7 @@
From d72015266eb5f1cf712db5edec3aa6926447f668 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Thu, 28 Jun 2012 15:36:48 +0200
Subject: [PATCH 002/471] missing file from last commit
Subject: [PATCH 002/482] missing file from last commit
---
grub-core/term/i386/pc/mda_text.c | 3 +++

View File

@ -1,7 +1,7 @@
From ec6a8c449294b215a2c4019f42110a0c1f770ac2 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Mon, 2 Jul 2012 11:14:37 +0200
Subject: [PATCH 003/471] * grub-core/loader/i386/linux.c
Subject: [PATCH 003/482] * grub-core/loader/i386/linux.c
(find_efi_mmap_size): Don't decrease efi_mmap_size. Reported by: Stuart
Hayes.

View File

@ -1,7 +1,7 @@
From d2ccb3209c62de4292107df4207c02ee59dc11a9 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Mon, 2 Jul 2012 11:19:22 +0200
Subject: [PATCH 004/471] * include/grub/list.h
Subject: [PATCH 004/482] * include/grub/list.h
(FOR_LIST_ELEMENTS_SAFE): New macro. * include/grub/command.h
(FOR_COMMANDS_SAFE): Likewise. * grub-core/commands/help.c
(grub_cmd_help): Use FOR_COMMANDS_SAFE.

View File

@ -1,7 +1,7 @@
From 21c2f856cbdf4a98d015ed05bb6b9b16c021af9c Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Mon, 2 Jul 2012 11:20:51 +0200
Subject: [PATCH 005/471] * gentpl.py: Make mans depend on
Subject: [PATCH 005/482] * gentpl.py: Make mans depend on
grub-mkconfig_lib.
---

View File

@ -1,7 +1,7 @@
From 8ec34c46a3cc4cacce65e3a2a671e08548c6a95e Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Mon, 2 Jul 2012 11:22:50 +0200
Subject: [PATCH 006/471] * grub-core/net/tftp.c (ack): Fix endianness
Subject: [PATCH 006/482] * grub-core/net/tftp.c (ack): Fix endianness
problem. (tftp_receive): Likewise. Reported by: Michael
Davidsaver.

View File

@ -1,7 +1,7 @@
From c545d0bb2fe87b5a8ea6a903e4e9c113595ccfff Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Mon, 2 Jul 2012 11:28:42 +0200
Subject: [PATCH 007/471] * grub-core/fs/ext2.c: Experimental support
Subject: [PATCH 007/482] * grub-core/fs/ext2.c: Experimental support
for 64-bit.
---

View File

@ -1,7 +1,7 @@
From 2cce795e46cef6c5f057d46bae9a845621ca4a95 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Mon, 2 Jul 2012 11:30:04 +0200
Subject: [PATCH 008/471] * grub-core/term/efi/serial.c: Support 1.5
Subject: [PATCH 008/482] * grub-core/term/efi/serial.c: Support 1.5
stop bits.
---

View File

@ -1,7 +1,7 @@
From 134e4df1335b0498684d093b55332f87c2e8a301 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Mon, 2 Jul 2012 11:31:31 +0200
Subject: [PATCH 009/471] * grub-core/lib/legacy_parse.c: Support clear
Subject: [PATCH 009/482] * grub-core/lib/legacy_parse.c: Support clear
and testload.
---

View File

@ -1,7 +1,7 @@
From f1c2b05162cc583ec64ae0b3cdf5ef128d2ca05c Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sat, 7 Jul 2012 14:29:01 +0200
Subject: [PATCH 010/471] * grub-core/Makefile.am: Fix path to
Subject: [PATCH 010/482] * grub-core/Makefile.am: Fix path to
boot/i386/pc/startup_raw.S.
---

View File

@ -1,7 +1,7 @@
From a7fa3c8e8c7b2dab5a704493b7965bbc60f84bed Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sun, 22 Jul 2012 16:21:24 +0200
Subject: [PATCH 011/471] Fix coreboot compilation.
Subject: [PATCH 011/482] Fix coreboot compilation.
* grub-core/term/i386/pc/vga_text.c (grub_vga_text_init): Rename to ...
(grub_vga_text_init_real): ... this.

View File

@ -1,7 +1,7 @@
From 1f75c529d5309defb33c8c216422003eee1248a5 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sun, 22 Jul 2012 16:23:46 +0200
Subject: [PATCH 012/471] * grub-core/normal/autofs.c
Subject: [PATCH 012/482] * grub-core/normal/autofs.c
(autoload_fs_module): Save and restore filter state.
---

View File

@ -1,7 +1,7 @@
From 4942f9b133e52828d2441309beea0e9278e8b80c Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sun, 22 Jul 2012 16:27:03 +0200
Subject: [PATCH 013/471] * grub-core/lib/xzembed/xz_dec_stream.c
Subject: [PATCH 013/482] * grub-core/lib/xzembed/xz_dec_stream.c
(hash_validate): Fix behaviour if hash function is unavailable.
(dec_stream_header): Likewise.

View File

@ -1,7 +1,7 @@
From 6a6140eac9a2d0889dcf6d118979d4af242b8060 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sun, 22 Jul 2012 16:30:48 +0200
Subject: [PATCH 014/471] * grub-core/loader/i386/bsd.c
Subject: [PATCH 014/482] * grub-core/loader/i386/bsd.c
(grub_bsd_elf32_size_hook): Fix mask. (grub_bsd_elf32_hook): Likewise.
(grub_bsd_elf64_size_hook): Likewise. (grub_bsd_elf64_hook): Likewise.
(grub_bsd_load_elf): Likewise.

View File

@ -1,7 +1,7 @@
From c0be2c2099805c621f27d5b3ced224db437a582c Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sun, 22 Jul 2012 19:59:06 +0200
Subject: [PATCH 015/471] New command `lsefi'.
Subject: [PATCH 015/482] New command `lsefi'.
* grub-core/Makefile.core.def (lsefi): New module.
* grub-core/commands/efi/lsefi.c: New file.

View File

@ -1,7 +1,7 @@
From 14589a819717d1d6614687202159a0070bba1f8f Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sun, 22 Jul 2012 20:02:17 +0200
Subject: [PATCH 016/471] * util/grub-mkconfig_lib.in (grub_quote):
Subject: [PATCH 016/482] * util/grub-mkconfig_lib.in (grub_quote):
Remove extra layer of escape. * util/grub.d/10_hurd.in: Add missing quoting.
* util/grub.d/10_illumos.in: Likewise. * util/grub.d/10_kfreebsd.in:
Likewise. * util/grub.d/10_linux.in: Likewise. *

View File

@ -1,7 +1,7 @@
From 6054ac4ca1ce5f3e4589bfead3c9c05af89f9ace Mon Sep 17 00:00:00 2001
From: starous <starous@pracovna>
Date: Sun, 22 Jul 2012 21:09:30 +0200
Subject: [PATCH 017/471] EHCI and OHCI PCI bus master
Subject: [PATCH 017/482] EHCI and OHCI PCI bus master
---
ChangeLog | 5 +++++

View File

@ -1,7 +1,7 @@
From 8d7ed36e113b21de18a1b4a2bf81d218d79114d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Sutre?= <gregoire.sutre@gmail.com>
Date: Wed, 1 Aug 2012 00:18:57 +0200
Subject: [PATCH 018/471] Update manual NetBSD-wise.
Subject: [PATCH 018/482] Update manual NetBSD-wise.
---
ChangeLog | 5 +++++

View File

@ -1,7 +1,7 @@
From 8b2ef54da3e28cf66637a09c2a2afad9ee56a535 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Sutre?= <gregoire.sutre@gmail.com>
Date: Wed, 1 Aug 2012 01:06:53 +0200
Subject: [PATCH 019/471] Regenerate po/POTFILES.in with the following commmand
Subject: [PATCH 019/482] Regenerate po/POTFILES.in with the following commmand
in a clean tree:
export LC_ALL=en_US.UTF-8

View File

@ -1,7 +1,7 @@
From cb6d50b03d383cae32b0fbe308acc76c9d041fc6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Sutre?= <gregoire.sutre@gmail.com>
Date: Sun, 5 Aug 2012 16:49:03 +0200
Subject: [PATCH 020/471] Strengthen the configure test for working -nostdinc
Subject: [PATCH 020/482] Strengthen the configure test for working -nostdinc
-isystem.
---

View File

@ -1,7 +1,7 @@
From 96aea00a1794415ecc4f01d3e05569927df19420 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Tue, 4 Sep 2012 18:33:33 +0100
Subject: [PATCH 021/471] * .bzrignore: Add grub-bios-setup, grub-ofpathname,
Subject: [PATCH 021/482] * .bzrignore: Add grub-bios-setup, grub-ofpathname,
and grub-sparc64-setup.
---

View File

@ -1,7 +1,7 @@
From cec2f4441396afd4c6abad10e51e5f0fe1dad686 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Tue, 4 Sep 2012 18:39:40 +0100
Subject: [PATCH 022/471] * docs/man/grub-mkdevicemap.h2m: Remove, since
Subject: [PATCH 022/482] * docs/man/grub-mkdevicemap.h2m: Remove, since
grub-mkdevicemap is gone.
---

View File

@ -1,7 +1,7 @@
From 9023fdb4b0f75d3c8e1d0e1b0199ecd416a18c59 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Tue, 4 Sep 2012 18:56:13 +0100
Subject: [PATCH 023/471] * grub-core/mmap/mips/loongson: Remove empty
Subject: [PATCH 023/482] * grub-core/mmap/mips/loongson: Remove empty
directory.
---

View File

@ -1,7 +1,7 @@
From 75887218d652d578af29494dd54cd8733643653b Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Tue, 4 Sep 2012 18:59:41 +0100
Subject: [PATCH 024/471] * Makefile.am (EXTRA_DIST): Add
Subject: [PATCH 024/482] * Makefile.am (EXTRA_DIST): Add
grub-core/tests/boot/linux.init-mips.S,
grub-core/tests/boot/linux.init-ppc.S, and
grub-core/tests/boot/linux-ppc.cfg.

View File

@ -1,7 +1,7 @@
From e8ec492c1f16328149e2e2c1eed6c300529bcb7a Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Tue, 4 Sep 2012 23:35:38 +0100
Subject: [PATCH 025/471] * Makefile.am (EXTRA_DIST): Add linguas.sh. It's
Subject: [PATCH 025/482] * Makefile.am (EXTRA_DIST): Add linguas.sh. It's
only strictly required for checkouts from bzr, but it may be useful for users
or distributors wishing to update translations against a tarball
distribution, and it can be helpful for the tarball to be a superset of

View File

@ -1,7 +1,7 @@
From 981361e1db432371d895ac1339cc4a940cd6830e Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Wed, 5 Sep 2012 08:45:07 +0200
Subject: [PATCH 026/471] * grub-core/fs/xfs.c (grub_xfs_read_block):
Subject: [PATCH 026/482] * grub-core/fs/xfs.c (grub_xfs_read_block):
Make keys a const pointer.
---

View File

@ -1,7 +1,7 @@
From 33437c4676de37bf30679b5874813af38e5c00c2 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Wed, 5 Sep 2012 08:47:39 +0200
Subject: [PATCH 027/471] * grub-core/partmap/dvh.c (grub_dvh_is_valid):
Subject: [PATCH 027/482] * grub-core/partmap/dvh.c (grub_dvh_is_valid):
Add missing byteswap.
---

View File

@ -1,7 +1,7 @@
From b7ae222dae310111f17da6e1fc072237977ac417 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Wed, 5 Sep 2012 08:51:31 +0200
Subject: [PATCH 028/471] * grub-core/script/yylex.l: Ignore
Subject: [PATCH 028/482] * grub-core/script/yylex.l: Ignore
unused-function and sign-compare warnings.
---

View File

@ -1,7 +1,7 @@
From 41596a656df83fe0bd72944b711c127c68d28a94 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Wed, 5 Sep 2012 08:56:08 +0200
Subject: [PATCH 029/471] * grub-core/disk/ieee1275/ofdisk.c (scan):
Subject: [PATCH 029/482] * grub-core/disk/ieee1275/ofdisk.c (scan):
Check function return value. * grub-core/lib/ieee1275/datetime.c
(grub_get_datetime): Likewise. (grub_set_datetime): Likewise.

View File

@ -1,7 +1,7 @@
From 53a8f5760591b14160bc07ef10f083882516ad27 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Wed, 5 Sep 2012 09:00:39 +0100
Subject: [PATCH 030/471] * util/import_gcry.py: Sort cipher_files, to make
Subject: [PATCH 030/482] * util/import_gcry.py: Sort cipher_files, to make
build system generation more deterministic.
---

View File

@ -1,7 +1,7 @@
From f333a71c6c02232151d9af98a8beae3b5e23e102 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Wed, 5 Sep 2012 13:55:54 +0100
Subject: [PATCH 031/471] * NEWS: Fix typo.
Subject: [PATCH 031/482] * NEWS: Fix typo.
---
ChangeLog | 4 ++++

View File

@ -1,7 +1,7 @@
From 4b13dd6c2fe6f75027c51f4b2616509040a5ea33 Mon Sep 17 00:00:00 2001
From: Jiri Slaby <jslaby@suse.cz>
Date: Wed, 5 Sep 2012 16:09:41 +0200
Subject: [PATCH 032/471] * configure.ac: Add SuSe path.
Subject: [PATCH 032/482] * configure.ac: Add SuSe path.
---
ChangeLog | 4 ++++

View File

@ -1,7 +1,7 @@
From 9e9382ece3511ff530cfb3e1c1e7a7dbaa3416b6 Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@redhat.com>
Date: Sat, 8 Sep 2012 09:40:24 +0200
Subject: [PATCH 033/471] * grub-core/Makefile.core.def (efifwsetup):
Subject: [PATCH 033/482] * grub-core/Makefile.core.def (efifwsetup):
New module. * grub-core/commands/efi/efifwsetup.c: New file. *
grub-core/kern/efi/efi.c (grub_efi_set_variable): New function *
include/grub/efi/api.h (GRUB_EFI_OS_INDICATIONS_BOOT_TO_FW_UI): New

View File

@ -1,7 +1,7 @@
From 8f779ade959a72267dcc045ad71012bf37cb96e0 Mon Sep 17 00:00:00 2001
From: Benoit Gschwind <gschwind>
Date: Mon, 10 Sep 2012 09:34:29 +0200
Subject: [PATCH 034/471] * grub-core/loader/efi/appleloader.c
Subject: [PATCH 034/482] * grub-core/loader/efi/appleloader.c
(devpath_8): New var. (devs): Add devpath_8.
---

View File

@ -1,7 +1,7 @@
From 56348e90bcc1076de7b2aba73b52fa1bafee4478 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Tue, 11 Sep 2012 07:53:26 +0200
Subject: [PATCH 035/471] * grub-core/disk/diskfilter.c (free_array)
Subject: [PATCH 035/482] * grub-core/disk/diskfilter.c (free_array)
[GRUB_UTIL]: Fix memory leak. * util/getroot.c (grub_find_device): Likewise.
(get_mdadm_uuid): Likewise. (grub_util_is_imsm): Likewise.
(grub_util_pull_device): Likewise. * util/grub-probe.c (probe): Likewise.

View File

@ -1,7 +1,7 @@
From c7d45a90490c5f3337a6412a6ebe500e3a41a63b Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Wed, 12 Sep 2012 08:27:26 +0200
Subject: [PATCH 036/471] Don't require grub-mkconfig_lib to generate
Subject: [PATCH 036/482] Don't require grub-mkconfig_lib to generate
manpages for programs.
* gentpl.py (manpage): Additional argument adddeps. Add adddeps to

View File

@ -1,7 +1,7 @@
From 085ef74104c8f1a5d2cc68a0d1a2e0569827d6f4 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Wed, 12 Sep 2012 08:31:05 +0200
Subject: [PATCH 037/471] * include/grub/efi/api.h
Subject: [PATCH 037/482] * include/grub/efi/api.h
(grub_efi_runtime_services): Make vendor_guid a const pointer. *
grub-core/efiemu/runtime/efiemu.c (efiemu_memcpy): Make from a const
pointer. (efiemu_set_variable): Make vendor_guid a const pointer.

View File

@ -1,7 +1,7 @@
From 5ba7247c064336767ee6b0ad9465b547ac90322a Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Fri, 14 Sep 2012 11:23:36 +0100
Subject: [PATCH 038/471] * grub-core/term/terminfo.c: Only fix up powerpc key
Subject: [PATCH 038/482] * grub-core/term/terminfo.c: Only fix up powerpc key
repeat on IEEE1275 machines. Fixes powerpc-emu compilation. *
include/grub/terminfo.h: Likewise.

View File

@ -1,7 +1,7 @@
From 7efa81764aa812d1f44ff53fb42472befea19f0b Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Mon, 17 Sep 2012 16:58:50 +0100
Subject: [PATCH 039/471] * util/grub-mkconfig_lib.in (grub_quote): Remove
Subject: [PATCH 039/482] * util/grub-mkconfig_lib.in (grub_quote): Remove
outdated sentence from comment.
---

View File

@ -1,7 +1,7 @@
From 1f5027bb0ec48851cc2f9c54552a6ec1f1145930 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Tue, 18 Sep 2012 11:44:29 +0200
Subject: [PATCH 040/471] * grub-core/loader/i386/linux.c
Subject: [PATCH 040/482] * grub-core/loader/i386/linux.c
(grub_cmd_linux): Fix incorrect le-conversion. Reported by: BURETTE,
Bernard.

View File

@ -1,7 +1,7 @@
From 731ae0c1c7c0458a257e75c55b7739881dc2d5ed Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Tue, 18 Sep 2012 11:52:19 +0200
Subject: [PATCH 041/471] * grub-core/kern/ieee1275/cmain.c
Subject: [PATCH 041/482] * grub-core/kern/ieee1275/cmain.c
(grub_ieee1275_find_options): Set
GRUB_IEEE1275_FLAG_CURSORONOFF_ANSI_BROKEN on mac. *
grub-core/term/ieee1275/console.c (grub_console_init_lately): Use

View File

@ -1,7 +1,7 @@
From f46ac5e6c44d2fed8dcd8451196e6141d89cd90d Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Tue, 18 Sep 2012 13:04:06 +0200
Subject: [PATCH 042/471] * util/grub-mkconfig_lib.in (grub_tab): New
Subject: [PATCH 042/482] * util/grub-mkconfig_lib.in (grub_tab): New
variable. (grub_add_tab): New function. * util/grub.d/10_hurd.in:
Replace \t with $grub_tab orgrub_add_tab. * util/grub.d/10_illumos.in:
Likewise. * util/grub.d/10_kfreebsd.in: Likewise. *

View File

@ -1,7 +1,7 @@
From fc8c72d6ad43b3fd7a960e67bbacd6fe8d68e48a Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Wed, 19 Sep 2012 02:41:51 +0100
Subject: [PATCH 043/471] * util/grub-setup.c (write_rootdev): Remove unused
Subject: [PATCH 043/482] * util/grub-setup.c (write_rootdev): Remove unused
core_img parameter. Update all callers. (setup): Define core_sectors only if
GRUB_SETUP_BIOS, to appease 'gcc -Wunused-but-set-variable'. Remove
unnecessary nested #ifdef GRUB_SETUP_BIOS.

View File

@ -1,7 +1,7 @@
From fbc6f5faf45f489125f98a11f3593cd43b4d6b76 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Wed, 19 Sep 2012 02:44:54 +0100
Subject: [PATCH 044/471] * grub-core/partmap/msdos.c (pc_partition_map_embed):
Subject: [PATCH 044/482] * grub-core/partmap/msdos.c (pc_partition_map_embed):
Revert incorrect off-by-one fix from 2011-02-12. A 62-sector core image
should fit before end == 63.

View File

@ -1,7 +1,7 @@
From b37a32bb89c476b0ead4c40900de29fe8d73d27e Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Sat, 22 Sep 2012 21:19:58 +0100
Subject: [PATCH 045/471] Fix grub-emu build on FreeBSD.
Subject: [PATCH 045/482] Fix grub-emu build on FreeBSD.
* Makefile.util.def (grub-mount): Add LIBGEOM to ldadd.
* grub-core/net/drivers/emu/emunet.c: Only include Linux-specific

View File

@ -1,7 +1,7 @@
From e6f215afa8ff4d586f71276fc12ea14eb1e6cd8b Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Mon, 24 Sep 2012 18:50:35 +0100
Subject: [PATCH 046/471] * util/grub-install.in: Make the error message if
Subject: [PATCH 046/482] * util/grub-install.in: Make the error message if
$source_dir doesn't exist more useful.
---

View File

@ -1,7 +1,7 @@
From d36c4c3115977beb5f9247c6c6f0a2a209389f45 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Wed, 26 Sep 2012 09:33:41 +0200
Subject: [PATCH 047/471] * grub-core/fs/affs.c (grub_affs_mount):
Subject: [PATCH 047/482] * grub-core/fs/affs.c (grub_affs_mount):
Support AFFS bootblock in sector 1.
---

View File

@ -1,7 +1,7 @@
From 9196249442d3d9b360b77a5bd35ffb6c49935c78 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Wed, 26 Sep 2012 13:12:20 +0100
Subject: [PATCH 048/471] * util/grub-mkconfig_lib.in
Subject: [PATCH 048/482] * util/grub-mkconfig_lib.in
(is_path_readable_by_grub): Redirect errors from grub-probe to /dev/null, not
stdout.

View File

@ -1,7 +1,7 @@
From 42593e7230fad9f87732c1687cb5daff918f2fa1 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Wed, 26 Sep 2012 13:51:13 +0100
Subject: [PATCH 049/471] * Makefile.util.def (grub-mknetdir): Move to
Subject: [PATCH 049/482] * Makefile.util.def (grub-mknetdir): Move to
$prefix/bin. Reported by: Daniel Kahn Gillmor. Fixes Debian bug #688799.
---

View File

@ -1,7 +1,7 @@
From 8c38cb1283a0cf1c8eae465bff26e0ca966ac43a Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Fri, 5 Oct 2012 13:09:19 +0100
Subject: [PATCH 050/471] * grub-core/loader/i386/linux.c (allocate_pages): Fix
Subject: [PATCH 050/482] * grub-core/loader/i386/linux.c (allocate_pages): Fix
spelling of preferred_address. (grub_cmd_linux): Likewise. *
grub-core/net/icmp6.c (struct prefix_option): Fix spelling of
preferred_lifetime. Update all users.

View File

@ -1,7 +1,7 @@
From a940b1492cc0c066725e5e49882602fb0e5c7399 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Fri, 12 Oct 2012 15:34:33 +0100
Subject: [PATCH 051/471] * grub-core/commands/configfile.c (GRUB_MOD_INIT):
Subject: [PATCH 051/482] * grub-core/commands/configfile.c (GRUB_MOD_INIT):
Correct description of extract_entries_configfile.
---

View File

@ -1,7 +1,7 @@
From bcc11ed025a0e09e2c79cb0a4a60d7f4d574f24f Mon Sep 17 00:00:00 2001
From: Christoph Junghans <ottxor@gentoo.org>
Date: Fri, 12 Oct 2012 15:04:02 +0200
Subject: [PATCH 052/471] * grub-core/Makefile.am (moddep.lst): Use $(AWK)
Subject: [PATCH 052/482] * grub-core/Makefile.am (moddep.lst): Use $(AWK)
instead of awk
---

View File

@ -1,7 +1,7 @@
From 3fdb3a7b38a0cd0179a48790eb1272f9c8e60cd1 Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@redhat.com>
Date: Mon, 3 Jun 2013 14:12:46 -0400
Subject: [PATCH 053/471] Add missing ChangeLog
Subject: [PATCH 053/482] Add missing ChangeLog
---
ChangeLog | 5 +++++

View File

@ -1,7 +1,7 @@
From 8109764f605afbc888760e323d19110ccef84e7b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Sutre?= <gregoire.sutre@gmail.com>
Date: Sun, 28 Oct 2012 11:55:22 +0100
Subject: [PATCH 054/471] Fix ordering and tab indentation of NetBSD boot menu
Subject: [PATCH 054/482] Fix ordering and tab indentation of NetBSD boot menu
entries.
---

View File

@ -1,7 +1,7 @@
From e64acf0c9e709e2f2fc4908f2123ad908371839b Mon Sep 17 00:00:00 2001
From: Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
Date: Wed, 28 Nov 2012 14:14:20 +0100
Subject: [PATCH 055/471] * grub-core/net/bootp.c (parse_dhcp_vendor):
Subject: [PATCH 055/482] * grub-core/net/bootp.c (parse_dhcp_vendor):
Fix double increment.
---

View File

@ -1,7 +1,7 @@
From e2638674dca6e5c31624057734bff69f3bba2e80 Mon Sep 17 00:00:00 2001
From: Leif Lindholm <leif.lindholm@arm.com>
Date: Wed, 28 Nov 2012 14:18:45 +0100
Subject: [PATCH 056/471] * include/grub/types.h: Fix functionality
Subject: [PATCH 056/482] * include/grub/types.h: Fix functionality
unaffecting typo in GRUB_TARGET_WORDSIZE conditional macro.
---

View File

@ -1,7 +1,7 @@
From f507bf51532d6523dc7ef142058149a17fec5db7 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sat, 8 Dec 2012 20:56:58 +0100
Subject: [PATCH 057/471] Support big-endian UFS1.
Subject: [PATCH 057/482] Support big-endian UFS1.
* Makefile.util.def (libgrubmods): Add ufs_be.c
* grub-core/Makefile.core.def (ufs1_be): New module.

View File

@ -1,7 +1,7 @@
From 10519a65aaf196c32e687a681b9565a763d772dc Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sat, 8 Dec 2012 21:14:08 +0100
Subject: [PATCH 058/471] Fix big-endian mtime.
Subject: [PATCH 058/482] Fix big-endian mtime.
* grub-core/fs/ufs.c (grub_ufs_inode): Split improperly attached
together sec and usec.

View File

@ -1,7 +1,7 @@
From 64ab320166410339edd8ae49b19780f1a793f450 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Mon, 10 Dec 2012 09:22:40 +0100
Subject: [PATCH 059/471] * grub-core/fs/ufs.c (grub_ufs_dir): Stop if
Subject: [PATCH 059/482] * grub-core/fs/ufs.c (grub_ufs_dir): Stop if
direntlen is 0 to avoid infinite loop on corrupted FS.
---

View File

@ -1,7 +1,7 @@
From 62bded903da0a8a30155a757f0a89c3e39b7238c Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Mon, 10 Dec 2012 11:12:38 +0100
Subject: [PATCH 060/471] * util/getroot.c
Subject: [PATCH 060/482] * util/getroot.c
(convert_system_partition_to_system_disk): Support nbd disks.
---

View File

@ -1,7 +1,7 @@
From 601e4870ed17abe682d5581c8ece9adc61184713 Mon Sep 17 00:00:00 2001
From: Vladimir Testov <vladimir.testov@rosalab.ru>
Date: Mon, 10 Dec 2012 11:45:00 +0100
Subject: [PATCH 061/471] * util/grub-mkfont.c (argp_parser): Fix a typo
Subject: [PATCH 061/482] * util/grub-mkfont.c (argp_parser): Fix a typo
which prevented --asce from working.
---

View File

@ -1,7 +1,7 @@
From ce0e3665b2afdab0e43cf7c0a0aa55149af42a6e Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Mon, 10 Dec 2012 16:07:33 +0100
Subject: [PATCH 062/471] * grub-core/term/gfxterm.c
Subject: [PATCH 062/482] * grub-core/term/gfxterm.c
(grub_virtual_screen_setup): Get font as argument rather than font
name. All users updated. (grub_gfxterm_set_window): Likewise.

View File

@ -1,7 +1,7 @@
From 92e7e2d5571844ef1604386f442eaf1e4085ed64 Mon Sep 17 00:00:00 2001
From: "Dr. Tilmann Bubeck" <t.bubeck@reinform.de>
Date: Mon, 10 Dec 2012 16:14:12 +0100
Subject: [PATCH 063/471] * grub-core/gfxmenu/view.c (init_terminal):
Subject: [PATCH 063/482] * grub-core/gfxmenu/view.c (init_terminal):
Avoid making terminal window too small.
---

View File

@ -1,7 +1,7 @@
From 188fddf6f99533505a0f8c7c4f8223ba19d8ef6a Mon Sep 17 00:00:00 2001
From: Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
Date: Mon, 10 Dec 2012 16:23:16 +0100
Subject: [PATCH 064/471] * grub-core/kern/ieee1275/init.c
Subject: [PATCH 064/482] * grub-core/kern/ieee1275/init.c
(grub_machine_get_bootlocation): Use dynamic allocation for the bootpath
buffer.

View File

@ -1,7 +1,7 @@
From 5ed1ee18ef11a1aa0922ce35f56e44cc0cab5da5 Mon Sep 17 00:00:00 2001
From: Andrey Borzenkov <arvidjaar@gmail.com>
Date: Mon, 10 Dec 2012 17:00:56 +0100
Subject: [PATCH 065/471] * util/grub-install.in: Remove stale TODO.
Subject: [PATCH 065/482] * util/grub-install.in: Remove stale TODO.
---
ChangeLog | 4 ++++

View File

@ -1,7 +1,7 @@
From 421249fda0ae1b6138ccf14b34fa4c58fd3296d4 Mon Sep 17 00:00:00 2001
From: Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
Date: Mon, 10 Dec 2012 17:07:01 +0100
Subject: [PATCH 066/471] * util/grub-install.in: Follow the symbolic
Subject: [PATCH 066/482] * util/grub-install.in: Follow the symbolic
link parameter added to the file command.
---

View File

@ -1,7 +1,7 @@
From dc089e5e9c9bf5ba1fa00cf8166f9628804741d9 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Mon, 10 Dec 2012 19:15:51 +0100
Subject: [PATCH 067/471] * grub-core/disk/cryptodisk.c
Subject: [PATCH 067/482] * grub-core/disk/cryptodisk.c
(grub_cmd_cryptomount): Strip brackets around device name if
necessarry.

View File

@ -1,7 +1,7 @@
From 3db2aa0adc7c356df7baff39b53212c735fff042 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Mon, 10 Dec 2012 22:22:23 +0100
Subject: [PATCH 068/471] * docs/grub.texi (Network): Update
Subject: [PATCH 068/482] * docs/grub.texi (Network): Update
instructions on generating netboot image.
---

View File

@ -1,7 +1,7 @@
From bd049427e99ec99447426c2264a432f08b156e4c Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Tue, 11 Dec 2012 17:40:35 +0100
Subject: [PATCH 069/471] * util/grub.d/20_linux_xen.in: Addmissing
Subject: [PATCH 069/482] * util/grub.d/20_linux_xen.in: Addmissing
assignment to machine. Reported by: Eriks Latosheks <foresterlv>.
---

View File

@ -1,7 +1,7 @@
From 44fc4a3f10e315aecc593f0642e1fbccbb466bc9 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Fri, 28 Dec 2012 06:43:35 +0000
Subject: [PATCH 070/471] Backport gnulib fixes for C11. Fixes Savannah bug
Subject: [PATCH 070/482] Backport gnulib fixes for C11. Fixes Savannah bug
#37738.
* grub-core/gnulib/stdio.in.h (gets): Warn on use only if

View File

@ -1,7 +1,7 @@
From 899f59e4357a2a3bfb5a2e58ad83700f16d347a7 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Fri, 28 Dec 2012 06:57:17 +0000
Subject: [PATCH 071/471] Apply program name transformations at build-time
Subject: [PATCH 071/482] Apply program name transformations at build-time
rather than at run-time. Fixes Debian bug #696465.
* acinclude.m4 (grub_TRANSFORM): New macro.

View File

@ -1,7 +1,7 @@
From e933ab46a2f423c4c0f62283404a7d7787efd30f Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Fri, 28 Dec 2012 07:13:34 +0000
Subject: [PATCH 072/471] neater gnulib backport
Subject: [PATCH 072/482] neater gnulib backport
---
m4/stdio_h.m4 | 2 +-

View File

@ -1,7 +1,7 @@
From 66f89845c04cc5cc358c6bb2cd9c4ac512136698 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Fri, 28 Dec 2012 07:21:17 +0000
Subject: [PATCH 073/471] * util/grub-mkconfig.in: Accept
Subject: [PATCH 073/482] * util/grub-mkconfig.in: Accept
GRUB_TERMINAL_OUTPUT=vga_text. Fixes Savannah bug #37821.
---

View File

@ -1,7 +1,7 @@
From 97478894ed1ee9cad7e40ff8d9cd12247747b899 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Sun, 30 Dec 2012 09:57:58 +0000
Subject: [PATCH 074/471] * grub-core/bus/usb/ehci.c (grub_ehci_pci_iter):
Subject: [PATCH 074/482] * grub-core/bus/usb/ehci.c (grub_ehci_pci_iter):
Remove incorrect __attribute__ ((unused)). * grub-core/video/bochs.c
(find_card): Likewise. * grub-core/video/cirrus.c (find_card): Likewise. *
grub-core/video/radeon_fuloong2e.c (find_card): Likewise. *

View File

@ -1,7 +1,7 @@
From 78def2574a02429cb43d5f6a44a607315cdcee68 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Mon, 31 Dec 2012 17:31:38 +0000
Subject: [PATCH 075/471] Remove several trivially-unnecessary uses of nested
Subject: [PATCH 075/482] Remove several trivially-unnecessary uses of nested
functions.
* grub-core/commands/i386/pc/sendkey.c

View File

@ -1,7 +1,7 @@
From ea42a4554351f4a695bf24f208ec0ad769f05e5c Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Wed, 2 Jan 2013 09:29:48 +0000
Subject: [PATCH 076/471] * docs/grub.texi (configfile): Explain environment
Subject: [PATCH 076/482] * docs/grub.texi (configfile): Explain environment
variable handling. (source): New section. Reported by: Arbiel Perlacremaz.
Fixes Savannah bug #35564.

View File

@ -1,7 +1,7 @@
From 36cf49ba9881811dec77be5564bf001b2667220b Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Wed, 2 Jan 2013 12:48:31 +0000
Subject: [PATCH 077/471] Fix failing printf test.
Subject: [PATCH 077/482] Fix failing printf test.
* grub-core/kern/misc.c (grub_vsnprintf_real): Parse '-', '.', and
'$' in the correct order when collecting type information.

View File

@ -1,7 +1,7 @@
From a87f3af8a497842210564db7fa5d922c4a2be9c8 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Wed, 2 Jan 2013 16:42:48 +0000
Subject: [PATCH 078/471] * grub-core/tests/lib/test.c (grub_test_run): Return
Subject: [PATCH 078/482] * grub-core/tests/lib/test.c (grub_test_run): Return
non-zero on test failures, so that a failing unit test correctly causes 'make
check' to fail.

View File

@ -1,7 +1,7 @@
From d964d1d7d0a8805e9a2cdf63b5124846e5301897 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Thu, 3 Jan 2013 10:32:57 +0000
Subject: [PATCH 079/471] * docs/grub.texi (Invoking grub-mount): New section.
Subject: [PATCH 079/482] * docs/grub.texi (Invoking grub-mount): New section.
Reported by: Filipus Klutiero. Fixes Debian bug #666427.
---

View File

@ -1,7 +1,7 @@
From 24c95595badc668ca9444155261d67b290b87c84 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Thu, 3 Jan 2013 10:53:53 +0000
Subject: [PATCH 080/471] * docs/grub.texi (Invoking grub-mkrelpath): New
Subject: [PATCH 080/482] * docs/grub.texi (Invoking grub-mkrelpath): New
section. (Invoking grub-script-check): Likewise.
---

View File

@ -1,7 +1,7 @@
From d814e848e1800f4571addb7ca2c548d67c470b30 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Thu, 3 Jan 2013 21:27:00 +0100
Subject: [PATCH 081/471] * grub-core/fs/iso9660.c
Subject: [PATCH 081/482] * grub-core/fs/iso9660.c
(grub_iso9660_susp_iterate): Avoid hang if entry->len = 0.
---

View File

@ -1,7 +1,7 @@
From 496d8726590f4ad432d40ed8e3aad7e92bb3147c Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Thu, 3 Jan 2013 21:34:34 +0100
Subject: [PATCH 082/471] * configure.ac: Extend -Wno-trampolines to
Subject: [PATCH 082/482] * configure.ac: Extend -Wno-trampolines to
host.
---

View File

@ -1,7 +1,7 @@
From ce13f1ebba58c7d78dea2b63843eb77818baf566 Mon Sep 17 00:00:00 2001
From: Yuta Satoh <nigoro>
Date: Thu, 3 Jan 2013 23:06:07 +0100
Subject: [PATCH 083/471] * util/grub.d/10_kfreebsd.in: Fix improper
Subject: [PATCH 083/482] * util/grub.d/10_kfreebsd.in: Fix improper
references to grub-probe by ${grub_probe}
---

View File

@ -1,7 +1,7 @@
From aaf55113bb7174787ffe8aa6878086943238a63e Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Thu, 3 Jan 2013 23:19:19 +0100
Subject: [PATCH 084/471] * util/grub.d/10_kfreebsd.in: Correct the
Subject: [PATCH 084/482] * util/grub.d/10_kfreebsd.in: Correct the
patch to zpool.cache as it's always in /boot/zfs. Reported by: Yuta
Satoh.

View File

@ -1,7 +1,7 @@
From ba8109f7402ff763cbed5607841d438aab56e2cf Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sat, 5 Jan 2013 15:10:46 +0100
Subject: [PATCH 085/471] * grub-core/disk/diskfilter.c
Subject: [PATCH 085/482] * grub-core/disk/diskfilter.c
(grub_diskfilter_write): Call grub_error properly. *
grub-core/disk/ieee1275/nand.c (grub_nand_write): Likewise. *
grub-core/disk/loopback.c (grub_loopback_write): Likewise.

View File

@ -1,7 +1,7 @@
From 7c6640d26459b059d1f6854907351e90070e643e Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sat, 5 Jan 2013 16:53:04 +0100
Subject: [PATCH 086/471] * grub-core/fs/nilfs2.c
Subject: [PATCH 086/482] * grub-core/fs/nilfs2.c
(-grub_nilfs2_palloc_groups_per_desc_block): Rename to ...
(grub_nilfs2_palloc_log_groups_per_desc_block): ... this. Return log of
groups_per_block. All users updated.

View File

@ -1,7 +1,7 @@
From e92606660e0fa6a9cf85eaf62677187965094506 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sat, 5 Jan 2013 17:36:04 +0100
Subject: [PATCH 087/471] * grub-core/fs/ntfs.c: Eliminate useless
Subject: [PATCH 087/482] * grub-core/fs/ntfs.c: Eliminate useless
divisions in favor of shifts. * grub-core/fs/ntfscomp.c: Likewise. *
include/grub/ntfs.h (grub_ntfs_data): Replace spc with log_spc.
(grub_ntfs_comp): Likewise.

View File

@ -1,7 +1,7 @@
From 40eeced3fb25780be27799b2a72a2264ef64163b Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sat, 5 Jan 2013 18:37:34 +0100
Subject: [PATCH 088/471] * grub-core/fs/ext2.c (grub_ext2_read_block):
Subject: [PATCH 088/482] * grub-core/fs/ext2.c (grub_ext2_read_block):
Use shifts rather than divisions.
---

View File

@ -1,7 +1,7 @@
From 55a1c78a484d48c96291f0f2891745d8b60c2201 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Mon, 7 Jan 2013 11:27:18 +0100
Subject: [PATCH 089/471] * grub-core/fs/minix.c (grub_minix_read_file):
Subject: [PATCH 089/482] * grub-core/fs/minix.c (grub_minix_read_file):
Simplify arithmetics.
---

View File

@ -1,7 +1,7 @@
From 53580ba03c453b315d716fdf6539c4150d0089c3 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Mon, 7 Jan 2013 10:43:00 +0000
Subject: [PATCH 090/471] * docs/grub.texi (grub_cpu): New subsection.
Subject: [PATCH 090/482] * docs/grub.texi (grub_cpu): New subsection.
(grub_platform): Likewise.
---

View File

@ -1,7 +1,7 @@
From 00e72549c724d80285041e5dac8adc310dd2c746 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Mon, 7 Jan 2013 10:45:05 +0000
Subject: [PATCH 091/471] * grub-core/io/bufio.c (grub_bufio_open): Use
Subject: [PATCH 091/482] * grub-core/io/bufio.c (grub_bufio_open): Use
grub_zalloc instead of explicitly zeroing elements. * grub-core/io/gzio.c
(grub_gzio_open): Likewise. * grub-core/io/lzopio.c (grub_lzopio_open):
Remove explicit zeroing of elements in a structure already allocated using

View File

@ -1,7 +1,7 @@
From 2aa6a4fce53d2a43cc00fde2362eb39d1fdb9f4d Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Thu, 10 Jan 2013 08:09:26 +0100
Subject: [PATCH 092/471] * grub-core/kern/disk.c (grub_disk_write): Fix
Subject: [PATCH 092/482] * grub-core/kern/disk.c (grub_disk_write): Fix
sector number on 4K sector devices.
---

View File

@ -1,7 +1,7 @@
From 9b1eeacef1a590c4bb1cd99f24b7038e77c3de33 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Thu, 10 Jan 2013 12:50:01 +0100
Subject: [PATCH 093/471] Support Apple FAT binaries on non-Apple
Subject: [PATCH 093/482] Support Apple FAT binaries on non-Apple
platforms.
* include/grub/macho.h (GRUB_MACHO_FAT_EFI_MAGIC): New define.

View File

@ -1,7 +1,7 @@
From 6ec699808b2c156f52ec3867b2cc20c8a66116d3 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Fri, 11 Jan 2013 07:41:05 +0100
Subject: [PATCH 094/471] * grub-core/fs/ntfs.c: Ue more appropriate
Subject: [PATCH 094/482] * grub-core/fs/ntfs.c: Ue more appropriate
types. * grub-core/fs/ntfscomp.c: Likewise. * include/grub/ntfs.h:
Likewise.

View File

@ -1,7 +1,7 @@
From e64d71f2706db5a3a99c174a3ee7bf3885fb6e35 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Fri, 11 Jan 2013 21:32:42 +0100
Subject: [PATCH 095/471] Import gcrypt public-key cryptography and
Subject: [PATCH 095/482] Import gcrypt public-key cryptography and
implement signature checking.
---

View File

@ -1,7 +1,7 @@
From d1a9a3ec88483b5f1aa1e4a6c8bc38d47efa73af Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Sat, 12 Jan 2013 13:30:37 +0000
Subject: [PATCH 096/471] Clean up dangling references to grub-setup. Fixes
Subject: [PATCH 096/482] Clean up dangling references to grub-setup. Fixes
Ubuntu bug #1082045.
* docs/grub.texi (Images): Refer generally to grub-install rather

View File

@ -1,7 +1,7 @@
From babdc8b1ff0e83bb9c03fa7b28240adbdd8bba34 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sat, 12 Jan 2013 16:14:09 +0100
Subject: [PATCH 097/471] * autogen.sh: Do not try to delete nonexistant
Subject: [PATCH 097/482] * autogen.sh: Do not try to delete nonexistant
files. * util/import_gcrypth.sed: Add some missing header removals.
---

View File

@ -1,7 +1,7 @@
From 4f807b753f72016b58e78342cf218ac14ff5204a Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sat, 12 Jan 2013 16:17:31 +0100
Subject: [PATCH 098/471] Remove autogenerated files from VCS
Subject: [PATCH 098/482] Remove autogenerated files from VCS
---
.bzrignore | 2 +

View File

@ -1,7 +1,7 @@
From 9042354c7f7656b6d21cc99241dc637e702e1962 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sat, 12 Jan 2013 16:21:06 +0100
Subject: [PATCH 099/471] * grub-core/lib/libgcrypt_wrap/mem.c
Subject: [PATCH 099/482] * grub-core/lib/libgcrypt_wrap/mem.c
(_gcry_log_bug): Make gcrypt bugs fatal.
---

View File

@ -1,7 +1,7 @@
From 4cdf790013d4c087da018961e5081562df307bbf Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sat, 12 Jan 2013 16:27:37 +0100
Subject: [PATCH 100/471] * grub-core/lib/libgcrypt_wrap/mem.c
Subject: [PATCH 100/482] * grub-core/lib/libgcrypt_wrap/mem.c
(gcry_x*alloc): Make out of memory fatal.
---

Some files were not shown because too many files have changed in this diff Show More