grub:phcoder/file_types

Last commit made on 2013-11-20
Get this branch:
git clone -b phcoder/file_types https://git.launchpad.net/grub

Branch merges

Branch information

Name:
phcoder/file_types
Repository:
lp:grub

Recent commits

371bc1c... by phcoder

PE signatures. Doesn't work yet

8128bd0... by phcoder

File type for fine-grained signature-verification controlling

48eb35c... by phcoder

 * coreboot.cfg: Add missing file.

7f20dbb... by phcoder

 * Makefile.am: Allow STRIP to be empty when creating windowszip.

55e706c... by Axel Kellermann

 * util/grub.d/30_os-prober.in: Add GRUB_OS_PROBER_SKIP_LIST to
 selectively skipping systems.

4e7d433... by Colin Watson

* Makefile.util.def (grub-mkimage): Add
grub-core/osdep/aros/config.c to extra_dist.
* conf/Makefile.extra-dist (EXTRA_DIST): Add docs/autoiso.cfg,
docs/osdetect.cfg, grub-core/gnulib-fix-null-deref.diff,
grub-core/gnulib-fix-width.diff, grub-core/gnulib-no-abort.diff, and
grub-core/gnulib-no-gets.diff.

7d44ff7... by phcoder

 Add automated filesystem checking based on scripts I've used now for
 quite some time locally. Most of the test require root so they are
 skipped when run without necessarry privelegies.

a8c3e5e... by Colin Watson

* util/grub-install.c (main): Adjust info messages to match
installed paths of grub-bios-setup and grub-sparc64-setup.

4402db3... by Colin Watson

* util/grub-install-common.c (copy_locales): Consistently use
grub_util_get_localedir () rather than LOCALEDIR.
(grub_install_copy_files): Likewise.

7960d3e... by Josh Triplett

 * grub-core/kern/x86_64/efi/startup.S (_start): Align the stack to a
 16-byte boundary, as required by the x86-64 ABI, before calling
 grub_main. In some cases, GCC emits code that assumes this
 alignment, which crashes if not aligned. The EFI firmware is also
 entitled to assume that stack alignment without checking.