]>
git.ipfire.org Git - thirdparty/grub.git/log 
Vladimir 'phcoder' Serbinenko  [Sun, 23 Oct 2011 21:34:30 +0000  (23:34 +0200)]  
	* grub-core/lib/setjmp.S [__ia64__]: Include ./ia64/longjmp.S.
Vladimir 'phcoder' Serbinenko  [Sun, 23 Oct 2011 21:32:06 +0000  (23:32 +0200)]  
	Fine grainely disable warnings on lexer. Remove Wno-error on it.
Vladimir 'phcoder' Serbinenko  [Sun, 23 Oct 2011 21:28:23 +0000  (23:28 +0200)]  
	* grub-core/lib/posix_wrap/string.h (memcpy) [GRUB_UTIL]:
Vladimir 'phcoder' Serbinenko  [Sun, 23 Oct 2011 21:25:06 +0000  (23:25 +0200)]  
	* include/grub/misc.h (grub_memcpy): Declare grub_memcpy with static
Vladimir 'phcoder' Serbinenko  [Sun, 23 Oct 2011 21:22:38 +0000  (23:22 +0200)]  
	* util/grub-setup.c: Add missing include.
Vladimir 'phcoder' Serbinenko  [Sun, 23 Oct 2011 21:20:11 +0000  (23:20 +0200)]  
	* util/ieee1275/grub-ofpathname.c: Add missing include.
Vladimir 'phcoder' Serbinenko  [Sun, 23 Oct 2011 21:04:57 +0000  (23:04 +0200)]  
	* grub-core/kern/i386/pc/startup.S (grub_exit): Add missing zeroing-out.
Vladimir 'phcoder' Serbinenko  [Sun, 23 Oct 2011 20:55:32 +0000  (22:55 +0200)]  
	* grub-core/io/lzopio.c (test_header): Fix incorrect memcmp instead of
Vladimir 'phcoder' Serbinenko  [Sun, 23 Oct 2011 20:53:21 +0000  (22:53 +0200)]  
	* util/grub-install.in: Add datarootdir as per automake manual
Vladimir 'phcoder' Serbinenko  [Sun, 23 Oct 2011 20:40:26 +0000  (22:40 +0200)]  
	* util/grub.d/10_hurd.in: Add datarootdir as per automake manual
Vladimir 'phcoder' Serbinenko  [Thu, 20 Oct 2011 06:13:00 +0000  (08:13 +0200)]  
	Remove redundant grub_kernel_image_size.
Szymon Janc  [Wed, 19 Oct 2011 21:11:48 +0000  (23:11 +0200)]  
* grub-core/bus/usb/uhci.c (grub_uhci_setup_transfer): Fix possible
Vladimir 'phcoder' Serbinenko  [Wed, 19 Oct 2011 21:01:44 +0000  (23:01 +0200)]  
	Removed unused GRUB_BOOT_VERSION. Check for kernel version is better
Vladimir 'phcoder' Serbinenko  [Wed, 19 Oct 2011 18:35:41 +0000  (20:35 +0200)]  
	* util/grub-install.in: Declare IEEE1275 as able to find out the disk
Vladimir 'phcoder' Serbinenko  [Wed, 19 Oct 2011 18:30:06 +0000  (20:30 +0200)]  
	* grub-core/kern/main.c (grub_set_prefix_and_root): Init prefix.
Vladimir 'phcoder' Serbinenko  [Wed, 19 Oct 2011 18:28:09 +0000  (20:28 +0200)]  
	* grub-core/kern/ieee1275/openfw.c (grub_ieee1275_encode_devname):
Vladimir 'phcoder' Serbinenko  [Wed, 19 Oct 2011 18:19:25 +0000  (20:19 +0200)]  
	ExFAT support.
Vladimir 'phcoder' Serbinenko  [Wed, 19 Oct 2011 14:53:18 +0000  (16:53 +0200)]  
	Move grub_reboot out of the kernel.
Vladimir 'phcoder' Serbinenko  [Tue, 18 Oct 2011 13:21:51 +0000  (15:21 +0200)]  
	Make grub_prefix into module to fix the arbitrary limit and save
Vladimir 'phcoder' Serbinenko  [Sun, 16 Oct 2011 13:23:29 +0000  (15:23 +0200)]  
	Replace grub_module_iterate with FOR_MODULES.
Vladimir 'phcoder' Serbinenko  [Sun, 16 Oct 2011 13:15:35 +0000  (15:15 +0200)]  
	* configure.ac: Check for __ctzdi2 and __ctzsi2.
Vladimir 'phcoder' Serbinenko  [Sun, 16 Oct 2011 09:57:48 +0000  (11:57 +0200)]  
	Fix few obvious type discrepancies.
Vladimir 'phcoder' Serbinenko  [Sun, 16 Oct 2011 09:53:27 +0000  (11:53 +0200)]  
	Fix python 3.x incompatibilities.
Vladimir 'phcoder' Serbinenko  [Sun, 16 Oct 2011 09:48:54 +0000  (11:48 +0200)]  
	* grub-core/fs/xfs.c (grub_xfs_inode): New field fork_offset.
Robert Millan  [Sat, 15 Oct 2011 16:37:55 +0000  (18:37 +0200)]  
2011-10-15  Robert Millan  <rmh@gnu.org>
Robert Millan  [Sat, 15 Oct 2011 11:33:41 +0000  (13:33 +0200)]  
2011-10-15  Robert Millan  <rmh@gnu.org>
Vladimir 'phcoder' Serbinenko  [Fri, 14 Oct 2011 20:41:21 +0000  (22:41 +0200)]  
	Fix overflow with >2GiB file on HFS+. >4GiB wasn't tested.
Vladimir 'phcoder' Serbinenko  [Fri, 14 Oct 2011 17:20:44 +0000  (19:20 +0200)]  
	* grub-core/kern/emu/hostdisk.c
Vladimir 'phcoder' Serbinenko  [Fri, 14 Oct 2011 17:16:37 +0000  (19:16 +0200)]  
	* grub-core/lib/posix_wrap/ctype.h (isxdigit): Use grub_isxdigit.
Robert Millan  [Sun, 9 Oct 2011 19:13:00 +0000  (21:13 +0200)]  
2011-10-09  Robert Millan  <rmh@gnu.org>
Szymon Janc  [Thu, 6 Oct 2011 18:45:14 +0000  (20:45 +0200)]  
Add support for LZO compression in GRUB:
Szymon Janc  [Thu, 6 Oct 2011 17:00:10 +0000  (19:00 +0200)]  
merge trunk
Vladimir 'phcoder' Serbinenko  [Wed, 5 Oct 2011 09:53:36 +0000  (11:53 +0200)]  
	* grub-core/Makefile.core.def: Eliminate rarely used emu_condition. This
Szymon Janc  [Tue, 4 Oct 2011 19:10:21 +0000  (21:10 +0200)]  
* grub-core/io/lzopio.c (calculate_uncompressed_size): Fix return code.
Szymon Janc  [Tue, 4 Oct 2011 18:21:12 +0000  (20:21 +0200)]  
merge trunk
Szymon Janc  [Mon, 3 Oct 2011 21:01:14 +0000  (23:01 +0200)]  
* grub-core/Makefile.core.def (btrfs): Remove minilzo.c from common.
Szymon Janc  [Mon, 3 Oct 2011 20:25:06 +0000  (22:25 +0200)]  
* grub-core/fs/btrfs.c: Include <minilzo.h> instead of "minilzo.h".
Szymon Janc  [Mon, 3 Oct 2011 20:06:10 +0000  (22:06 +0200)]  
* grub-core/io/lzopio.c: Improve crypt context alignment.
Szymon Janc  [Mon, 3 Oct 2011 19:50:32 +0000  (21:50 +0200)]  
* grub-core/fs/btrfs.c: Fix code style regressions.
starous  [Sat, 1 Oct 2011 19:27:29 +0000  (21:27 +0200)]  
@Rock changes - fixed coreboot problem
BVK Chaitanya  [Sat, 1 Oct 2011 01:49:37 +0000  (18:49 -0700)]  
	* gentpl.py: Use Autogen macros so that the output template file
Mads Kiilerich  [Thu, 29 Sep 2011 08:50:25 +0000  (10:50 +0200)]  
	* grub-core/Makefile.core.def (kernel): Add kern/i386/int.S to
Mario Limonciello  [Thu, 29 Sep 2011 08:39:44 +0000  (10:39 +0200)]  
	* util/misc.c (grub_util_get_disk_size) [__MINGW32__]: Strip trailing
Mario Limonciello  [Thu, 29 Sep 2011 08:36:55 +0000  (10:36 +0200)]  
	* grub-core/kern/emu/misc.c (canonicalize_file_name) [__MINGW32__]: Use
Mario Limonciello  [Thu, 29 Sep 2011 08:32:24 +0000  (10:32 +0200)]  
	Remove extra declaration of sleep for mingw32.
Grégoire Sutre  [Wed, 28 Sep 2011 21:45:57 +0000  (23:45 +0200)]  
Make knetbsd pass bootinfo bootdisk and bootwedge.
Thomas Haller  [Wed, 28 Sep 2011 14:43:00 +0000  (16:43 +0200)]  
	* grub-core/loader/multiboot_elfxx.c (Elf_Shdr): Set according to
Andreas Born  [Wed, 28 Sep 2011 12:19:21 +0000  (14:19 +0200)]  
	Fix incorrect identifiers in bash-completion.
Vladimir 'phcoder' Serbinenko  [Wed, 28 Sep 2011 12:07:53 +0000  (14:07 +0200)]  
	* grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_is_floppy):
Grégoire Sutre  [Sat, 17 Sep 2011 21:40:10 +0000  (23:40 +0200)]  
Add LIBUTIL for grub-mkrelpath and grub-fstest.  Fixes build on NetBSD.
Grégoire Sutre  [Sat, 17 Sep 2011 21:01:48 +0000  (23:01 +0200)]  
Get sector size from disk label for NetBSD.
Szymon Janc  [Tue, 6 Sep 2011 19:21:13 +0000  (21:21 +0200)]  
* grub-core/io/lzopio.c (test_header): Some cleanups.
Colin Watson  [Mon, 5 Sep 2011 12:58:33 +0000  (13:58 +0100)]  
* util/grub-mkconfig_lib.in (grub_file_is_not_garbage): Return 1 for
Szymon Janc  [Wed, 24 Aug 2011 09:24:10 +0000  (11:24 +0200)]  
* grub-core/fs/btrfs.c: Some minor cleanups.
Szymon Janc  [Tue, 23 Aug 2011 17:53:49 +0000  (19:53 +0200)]  
* Makefile.util.def (libgrubmods.a): Add grub-core/io/lzopio.c to
Szymon Janc  [Tue, 23 Aug 2011 17:49:01 +0000  (19:49 +0200)]  
* grub-core/fs/btrfs.c (grub_btrfs_lzo_decompress): Random fixes and some
Vladimir 'phcoder' Serbinenko  [Tue, 23 Aug 2011 09:20:56 +0000  (11:20 +0200)]  
	* grub-core/kern/mips/loongson/init.c (grub_machine_init): Handle the
Vladimir 'phcoder' Serbinenko  [Tue, 23 Aug 2011 09:19:26 +0000  (11:19 +0200)]  
	* grub-core/commands/wildcard.c (make_regex): Handle @.
Vladimir 'phcoder' Serbinenko  [Tue, 23 Aug 2011 09:18:00 +0000  (11:18 +0200)]  
	* util/grub-install.in: Move cryptodisk logic to appropriate place.
Szymon Janc  [Mon, 22 Aug 2011 07:18:22 +0000  (09:18 +0200)]  
* include/grub/file.h (grub_file_filter_id): Set
Szymon Janc  [Sun, 21 Aug 2011 16:48:19 +0000  (18:48 +0200)]  
Various bug fixes and improvements in lzopio. Should properly handle more
Szymon Janc  [Sun, 21 Aug 2011 12:49:07 +0000  (14:49 +0200)]  
Return correct adler32 value in read() call.
Szymon Janc  [Sat, 20 Aug 2011 19:10:00 +0000  (21:10 +0200)]  
* acinclude.m4: Use AC_LANG_PROGRAM macro to generate source code for
Szymon Janc  [Sat, 20 Aug 2011 18:21:36 +0000  (20:21 +0200)]  
merge trunk
Szymon Janc  [Sat, 20 Aug 2011 16:24:54 +0000  (18:24 +0200)]  
Add support for adler32 checksuming.
Szymon Janc  [Sat, 20 Aug 2011 11:04:38 +0000  (13:04 +0200)]  
Add grub-fstest option to uncompress data for commands.
Szymon Janc  [Sat, 20 Aug 2011 10:02:35 +0000  (12:02 +0200)]  
merge trunk
Szymon Janc  [Sat, 20 Aug 2011 09:58:41 +0000  (11:58 +0200)]  
* grub-core/loader/i386/linux.c (grub_linux_setup_video): Add
Szymon Janc  [Sat, 20 Aug 2011 09:48:46 +0000  (11:48 +0200)]  
* grub-core/io/gzio.c (grub_gzio_open): Always return original io if
Szymon Janc  [Sat, 20 Aug 2011 07:49:15 +0000  (09:49 +0200)]  
merge trunk
Szymon Janc  [Sat, 20 Aug 2011 00:05:08 +0000  (02:05  +0200)]  
More work on LZO for btrfs support. Some fixes and code refactoring.
Vladimir 'phcoder' Serbinenko  [Fri, 19 Aug 2011 21:11:09 +0000  (23:11 +0200)]  
	* grub-core/kern/mips/loongson/init.c (grub_reboot): Reboot Fuloong.
Vladimir 'phcoder' Serbinenko  [Fri, 19 Aug 2011 21:08:36 +0000  (23:08 +0200)]  
	* grub-core/Makefile.core.def (kernel): Add video/radeon_fuloong2e.c on
Vladimir 'phcoder' Serbinenko  [Fri, 19 Aug 2011 21:04:18 +0000  (23:04 +0200)]  
	* include/grub/mips/loongson.h (GRUB_CPU_LOONGSON_COP0_PRID): New
Vladimir 'phcoder' Serbinenko  [Fri, 19 Aug 2011 20:59:24 +0000  (22:59 +0200)]  
	* grub-core/kern/misc.c (grub_vprintf): Fix a bug on malloc failure.
Vladimir 'phcoder' Serbinenko  [Fri, 19 Aug 2011 20:56:49 +0000  (22:56 +0200)]  
	Fix PCI iterating on functions >= 4.
Vladimir 'phcoder' Serbinenko  [Fri, 19 Aug 2011 20:49:48 +0000  (22:49 +0200)]  
	* configure.ac: Don't impose march=loongson2f on loongson platform. (It
Vladimir 'phcoder' Serbinenko  [Fri, 19 Aug 2011 20:46:11 +0000  (22:46 +0200)]  
	Rename Fuloong into Fuloong 2F. Add new ID for Fuloong2E.
Szymon Janc  [Fri, 19 Aug 2011 19:28:09 +0000  (21:28 +0200)]  
Make enable of disk cache statistics code configurable.
Szymon Janc  [Fri, 19 Aug 2011 18:06:42 +0000  (20:06 +0200)]  
* Makefile.am (AUTOMAKE_OPTIONS): = Added -Wno-portability flag.
Szymon Janc  [Fri, 19 Aug 2011 15:24:18 +0000  (17:24 +0200)]  
* configure.ac: Fixed typo in --enable-cache-stats description.
Szymon Janc  [Wed, 17 Aug 2011 17:40:25 +0000  (19:40 +0200)]  
Add initial support for lzop files decompression.
Vladimir 'phcoder' Serbinenko  [Tue, 16 Aug 2011 21:12:20 +0000  (23:12 +0200)]  
	* grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_iterate): Skip with
Vladimir 'phcoder' Serbinenko  [Tue, 16 Aug 2011 21:10:38 +0000  (23:10 +0200)]  
	* grub-core/fs/jfs.c (grub_jfs_read_file): New parameter ino.
Vladimir 'phcoder' Serbinenko  [Tue, 16 Aug 2011 14:19:06 +0000  (16:19 +0200)]  
	* util/grub-setup.c (main): Add missing gcry initialisation.
Vladimir 'phcoder' Serbinenko  [Tue, 16 Aug 2011 14:11:10 +0000  (16:11 +0200)]  
	Don't accept text modes on EFI when booting Linux.
Mario Limonciello  [Mon, 15 Aug 2011 22:30:11 +0000  (23:30 +0100)]  
* util/grub-probe.c (probe): Canonicalise the path argument, fixing
Colin Watson  [Mon, 15 Aug 2011 22:21:29 +0000  (23:21 +0100)]  
* util/grub-probe.c: Remove duplicate #include.
Szymon Janc  [Sun, 14 Aug 2011 09:46:05 +0000  (11:46 +0200)]  
Add support for LZO compression in btrfs.
Szymon Janc  [Sun, 14 Aug 2011 09:42:53 +0000  (11:42 +0200)]  
* grub-core/fs/btrfs.c: Some code style fixes.
Szymon Janc  [Sun, 14 Aug 2011 09:41:19 +0000  (11:41 +0200)]  
Add helper functions for easier unaligned memory access.
Szymon Janc  [Sun, 14 Aug 2011 09:39:31 +0000  (11:39 +0200)]  
Import minilzo library for LZO decompression support.
Szymon Janc  [Sat, 13 Aug 2011 13:00:48 +0000  (15:00 +0200)]  
merge trunk
Robert Millan  [Wed, 10 Aug 2011 20:24:02 +0000  (22:24 +0200)]  
2011-08-10  Robert Millan  <rmh@gnu.org>
Robert Millan  [Wed, 3 Aug 2011 11:30:46 +0000  (13:30 +0200)]  
2011-08-03  Robert Millan  <rmh@gnu.org>
Colin Watson  [Tue, 26 Jul 2011 15:19:47 +0000  (16:19 +0100)]  
* configure.ac: The Loongson port requires grub-mkfont due to its
Colin Watson  [Tue, 26 Jul 2011 10:59:47 +0000  (11:59 +0100)]  
* util/grub-install.in: Don't source grub-mkconfig_lib until after
Vladimir 'phcoder' Serbinenko  [Mon, 25 Jul 2011 06:19:30 +0000  (08:19 +0200)]  
	New script grub-mkstandalone.
Vladimir 'phcoder' Serbinenko  [Mon, 25 Jul 2011 06:14:34 +0000  (08:14 +0200)]  
	Support ATA disks with 4K sectors.
Vladimir 'phcoder' Serbinenko  [Mon, 25 Jul 2011 06:06:20 +0000  (08:06 +0200)]  
	* util/grub-install.in: Don't use uhci outside of x86.