Commit graph

  • 8530b00aa9 Fix compilation on 64-bit targets Vladimir 'phcoder' Serbinenko 2011-10-05 23:19:11 +02:00
  • 140674be60 Remove leftover variabel Vladimir 'phcoder' Serbinenko 2011-10-05 23:18:44 +02:00
  • faba379c96 put license on priority_queue Vladimir 'phcoder' Serbinenko 2011-10-05 23:18:22 +02:00
  • 9aad3cd91d IPv6 support. Several fixes and unifications Vladimir 'phcoder' Serbinenko 2011-10-05 22:15:30 +02:00
  • 96bd62413f Don't set RST in response to empty packets Vladimir 'phcoder' Serbinenko 2011-10-05 17:50:52 +02:00
  • 4f71e077b9 HTTP seek support. Various bugfixes. Vladimir 'phcoder' Serbinenko 2011-10-05 17:39:13 +02:00
  • aa6b91afe9 merge mainline into net Vladimir 'phcoder' Serbinenko 2011-10-05 13:32:40 +02:00
  • fe942b7dbb * grub-core/Makefile.core.def: Eliminate rarely used emu_condition. This in perspective decreases the complexity of build system and fixes compilation right now. Vladimir 'phcoder' Serbinenko 2011-10-05 11:53:36 +02:00
  • 5c62099a8f Fix warning on i386-pc Vladimir 'phcoder' Serbinenko 2011-10-05 10:22:23 +02:00
  • 805448e987 Add network functions for grub-menulst2cfg Vladimir 'phcoder' Serbinenko 2011-10-05 10:21:32 +02:00
  • bc4d3f4809 * grub-core/io/lzopio.c (calculate_uncompressed_size): Fix return code. Szymon Janc 2011-10-04 21:10:21 +02:00
  • 709e61a55f merge trunk Szymon Janc 2011-10-04 20:21:12 +02:00
  • b871e8ebcc * grub-core/Makefile.core.def (btrfs): Remove minilzo.c from common. Szymon Janc 2011-10-03 23:01:14 +02:00
  • 0e2b7e39f2 * grub-core/fs/btrfs.c: Include <minilzo.h> instead of "minilzo.h". * grub-core/io/lzopio.c: Likewise. Szymon Janc 2011-10-03 22:25:06 +02:00
  • c5ed9266fc * grub-core/io/lzopio.c: Improve crypt context alignment. Szymon Janc 2011-10-03 22:06:10 +02:00
  • 139d67a82f * grub-core/fs/btrfs.c: Fix code style regressions. Szymon Janc 2011-10-03 21:50:32 +02:00
  • 9305dd1a82 Some CS5536 code Vladimir 'phcoder' Serbinenko 2011-10-01 22:51:12 +02:00
  • 1333929060 Disable SMI on OS ownership failure Vladimir 'phcoder' Serbinenko 2011-10-01 22:01:31 +02:00
  • 81dbdc1d0a Several small fixes Vladimir 'phcoder' Serbinenko 2011-10-01 21:53:43 +02:00
  • 2d523c70e5 Use map range Vladimir 'phcoder' Serbinenko 2011-10-01 21:42:44 +02:00
  • 0a213f4cdb Move p2v and v2p to pci.h Vladimir 'phcoder' Serbinenko 2011-10-01 21:37:02 +02:00
  • e5c0534f0b Fix p2v and v2p Vladimir 'phcoder' Serbinenko 2011-10-01 21:31:53 +02:00
  • ce79cc99d5 @Rock changes - fixed coreboot problem starous 2011-10-01 21:27:29 +02:00
  • 4fbface043 Remove packed attribute. Vladimir 'phcoder' Serbinenko 2011-10-01 21:14:03 +02:00
  • 2877805fb0 Fix link_td to use grub_uint32_t and not the pointer type Vladimir 'phcoder' Serbinenko 2011-10-01 21:13:29 +02:00
  • 0e7ebb0569 run indent on ehci.c Vladimir 'phcoder' Serbinenko 2011-10-01 21:04:17 +02:00
  • 679cbb4020 Replace #define with enum Vladimir 'phcoder' Serbinenko 2011-10-01 21:03:03 +02:00
  • 2f82ea948d EHCI implementation by Aleš Nesrsta. Aleš Nesrsta 2011-10-01 20:18:47 +02:00
  • 8667a314ba * gentpl.py: Use Autogen macros so that the output template file (Makefile.tpl) size is reduced. BVK Chaitanya 2011-09-30 18:49:37 -07:00
  • fc5efcc083 * grub-core/Makefile.core.def (kernel): Add kern/i386/int.S to extra_dist. Mads Kiilerich 2011-09-29 10:50:25 +02:00
  • d1ab689de8 * util/misc.c (grub_util_get_disk_size) [__MINGW32__]: Strip trailing slashes on PHYSICALDRIVE%d paths when making Windows CreateFile calls. Mario Limonciello 2011-09-29 10:39:44 +02:00
  • c05de0329b * grub-core/kern/emu/misc.c (canonicalize_file_name) [__MINGW32__]: Use _fullpath. Mario Limonciello 2011-09-29 10:36:55 +02:00
  • cca7ccd8ff Remove extra declaration of sleep for mingw32. Mario Limonciello 2011-09-29 10:32:24 +02:00
  • e0b0dc837b Make knetbsd pass bootinfo bootdisk and bootwedge. Grégoire Sutre 2011-09-28 23:45:57 +02:00
  • 91a1a164d6 * grub-core/loader/multiboot_elfxx.c (Elf_Shdr): Set according to loader. Thomas Haller 2011-09-28 16:43:00 +02:00
  • 2ded951ef7 Fix incorrect identifiers in bash-completion. Andreas Born 2011-09-28 14:19:21 +02:00
  • 6991503094 * grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_is_floppy): Return 0 if disk isn't biosdisk. Vladimir 'phcoder' Serbinenko 2011-09-28 14:07:53 +02:00
  • 20fd15f9db Add LIBUTIL for grub-mkrelpath and grub-fstest. Fixes build on NetBSD. Grégoire Sutre 2011-09-17 23:40:10 +02:00
  • 1a7d7db97f Get sector size from disk label for NetBSD. Grégoire Sutre 2011-09-17 23:01:48 +02:00
  • 9c4f9ca010 * grub-core/io/lzopio.c (test_header): Some cleanups. Szymon Janc 2011-09-06 21:21:13 +02:00
  • 2221ab6c62 * util/grub-mkconfig_lib.in (grub_file_is_not_garbage): Return 1 for */README* as well as README*. Reported by: Axel Beckert. Colin Watson 2011-09-05 13:58:33 +01:00
  • 579c12fbb4 * grub-core/fs/btrfs.c: Some minor cleanups. Szymon Janc 2011-08-24 11:24:10 +02:00
  • ec543969bf * Makefile.util.def (libgrubmods.a): Add grub-core/io/lzopio.c to common. Szymon Janc 2011-08-23 19:53:49 +02:00
  • 00b98c9b2e * grub-core/fs/btrfs.c (grub_btrfs_lzo_decompress): Random fixes and some cleanup. Szymon Janc 2011-08-23 19:49:01 +02:00
  • ca51c4a04f * grub-core/kern/mips/loongson/init.c (grub_machine_init): Handle the case of less than 256 MiB of RAM. Vladimir 'phcoder' Serbinenko 2011-08-23 11:20:56 +02:00
  • ab80f326f4 * grub-core/commands/wildcard.c (make_regex): Handle @. Vladimir 'phcoder' Serbinenko 2011-08-23 11:19:26 +02:00
  • 4155e6974a * util/grub-install.in: Move cryptodisk logic to appropriate place. Vladimir 'phcoder' Serbinenko 2011-08-23 11:18:00 +02:00
  • 1f0e4eed6b * include/grub/file.h (grub_file_filter_id): Set GRUB_FILE_FILTER_LZOPIO as GRUB_FILE_FILTER_COMPRESSION_LAST. Szymon Janc 2011-08-22 09:18:22 +02:00
  • 90b0a05579 Various bug fixes and improvements in lzopio. Should properly handle more files now. Also added support for lzop checksums verification. Szymon Janc 2011-08-21 18:48:19 +02:00
  • 6401c37058 Return correct adler32 value in read() call. Szymon Janc 2011-08-21 14:49:07 +02:00
  • ab178c084a * acinclude.m4: Use AC_LANG_PROGRAM macro to generate source code for AC_LANG_CONFTEST macros. Szymon Janc 2011-08-20 21:10:00 +02:00
  • 9e07f21128 merge trunk Szymon Janc 2011-08-20 20:21:36 +02:00
  • 9a8d32a24f Add support for adler32 checksuming. Szymon Janc 2011-08-20 18:24:54 +02:00
  • 7dc3c6863e Add grub-fstest option to uncompress data for commands. Szymon Janc 2011-08-20 13:04:38 +02:00
  • b3e9c48799 merge trunk Szymon Janc 2011-08-20 12:02:35 +02:00
  • fe8d4a7bc2 * grub-core/loader/i386/linux.c (grub_linux_setup_video): Add GRUB_VIDEO_DRIVER_RADEON_FULOONG2E to switch case statement. Szymon Janc 2011-08-20 11:58:41 +02:00
  • a5219af189 * grub-core/io/gzio.c (grub_gzio_open): Always return original io if file type was not recognized correctly (not gzip or corrupted). Szymon Janc 2011-08-20 11:48:46 +02:00
  • 540c000f0d merge trunk Szymon Janc 2011-08-20 09:49:15 +02:00
  • 4334690fbf More work on LZO for btrfs support. Some fixes and code refactoring. Szymon Janc 2011-08-20 02:05:08 +02:00
  • f87abff538 * grub-core/kern/mips/loongson/init.c (grub_reboot): Reboot Fuloong. * include/grub/cs5536.h (GRUB_CS5536_MSR_DIVIL_RESET): New definition. Vladimir 'phcoder' Serbinenko 2011-08-19 23:11:09 +02:00
  • d94497eaca * grub-core/Makefile.core.def (kernel): Add video/radeon_fuloong2e.c on loongson. * grub-core/kern/mips/loongson/init.c (grub_machine_init): Init video_radeon_fuloong2e. * grub-core/video/radeon_fuloong2e.c: New file. * include/grub/video.h (grub_video_id_t): Add new ID GRUB_VIDEO_DRIVER_RADEON_FULOONG2E. Vladimir 'phcoder' Serbinenko 2011-08-19 23:08:36 +02:00
  • 0d1fd0113b * include/grub/mips/loongson.h (GRUB_CPU_LOONGSON_COP0_PRID): New define. * grub-core/kern/mips/loongson/init.c (grub_machine_init): Check that PRID matches the detected subplatform and reset the subplatform if it doesn't. Vladimir 'phcoder' Serbinenko 2011-08-19 23:04:18 +02:00
  • 84beb0eeb9 * grub-core/kern/misc.c (grub_vprintf): Fix a bug on malloc failure. Vladimir 'phcoder' Serbinenko 2011-08-19 22:59:24 +02:00
  • 1227c13390 Fix PCI iterating on functions >= 4. Vladimir 'phcoder' Serbinenko 2011-08-19 22:56:49 +02:00
  • 9594c6897e * configure.ac: Don't impose march=loongson2f on loongson platform. (It can still be specified in TARGET_CFLAGS) Vladimir 'phcoder' Serbinenko 2011-08-19 22:49:48 +02:00
  • 14a2562cf7 Rename Fuloong into Fuloong 2F. Add new ID for Fuloong2E. Vladimir 'phcoder' Serbinenko 2011-08-19 22:46:11 +02:00
  • b526cbb6fa Make enable of disk cache statistics code configurable. Szymon Janc 2011-08-19 21:28:09 +02:00
  • fb739ccd79 * Makefile.am (AUTOMAKE_OPTIONS): = Added -Wno-portability flag. * grub-core/Makefile.am: Likewise. Szymon Janc 2011-08-19 20:06:42 +02:00
  • 055e2b8b4f * configure.ac: Fixed typo in --enable-cache-stats description. Szymon Janc 2011-08-19 17:24:18 +02:00
  • d6beefcfc9 Add initial support for lzop files decompression. Szymon Janc 2011-08-17 19:40:25 +02:00
  • 2bba8cfd55 * grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_iterate): Skip with non-zero pull. Vladimir 'phcoder' Serbinenko 2011-08-16 23:12:20 +02:00
  • 43526629e5 * grub-core/fs/jfs.c (grub_jfs_read_file): New parameter ino. All users updated. (grub_jfs_lookup_symlink): Use correct starting inode. Vladimir 'phcoder' Serbinenko 2011-08-16 23:10:38 +02:00
  • 5c144cc8b2 * util/grub-setup.c (main): Add missing gcry initialisation. Vladimir 'phcoder' Serbinenko 2011-08-16 16:19:06 +02:00
  • b1257f6533 Don't accept text modes on EFI when booting Linux. Vladimir 'phcoder' Serbinenko 2011-08-16 16:11:10 +02:00
  • 828bc390d8 * util/grub-probe.c (probe): Canonicalise the path argument, fixing use of "/path/.." as in grub-install for EFI as well as handling symlinks correctly. Fixes Debian bug #637768. Mario Limonciello 2011-08-15 23:30:11 +01:00
  • 5f60ccac6f * util/grub-probe.c: Remove duplicate #include. Colin Watson 2011-08-15 23:21:29 +01:00
  • 095f077e6d Add support for LZO compression in btrfs. Szymon Janc 2011-08-14 11:46:05 +02:00
  • b6085f3236 * grub-core/fs/btrfs.c: Some code style fixes. Szymon Janc 2011-08-14 11:42:53 +02:00
  • b2d7e331e2 Add helper functions for easier unaligned memory access. Szymon Janc 2011-08-14 11:41:19 +02:00
  • 1f1a380be9 Import minilzo library for LZO decompression support. Szymon Janc 2011-08-14 11:39:31 +02:00
  • 99cecb4fc7 merge trunk Szymon Janc 2011-08-13 15:00:48 +02:00
  • 6dc212f953 2011-08-10 Robert Millan <rmh@gnu.org> Robert Millan 2011-08-10 22:24:02 +02:00
  • 66816d8556 2011-08-03 Robert Millan <rmh@gnu.org> Robert Millan 2011-08-03 13:30:46 +02:00
  • 20168fcafe * configure.ac: The Loongson port requires grub-mkfont due to its use of -DUSE_ASCII_FAILBACK. Raise an error if it is not going to be built. Colin Watson 2011-07-26 16:19:47 +01:00
  • 303b6246a3 * util/grub-install.in: Don't source grub-mkconfig_lib until after processing arguments (otherwise help2man fails when GRUB has not yet been installed). Colin Watson 2011-07-26 11:59:47 +01:00
  • 41aa28ea2a New script grub-mkstandalone. Vladimir 'phcoder' Serbinenko 2011-07-25 08:19:30 +02:00
  • 6795300e7f Support ATA disks with 4K sectors. Vladimir 'phcoder' Serbinenko 2011-07-25 08:14:34 +02:00
  • 9222759765 * util/grub-install.in: Don't use uhci outside of x86. Vladimir 'phcoder' Serbinenko 2011-07-25 08:06:20 +02:00
  • c77069f5ae * util/grub-mkrescue.in: Add missing quotes. Vladimir 'phcoder' Serbinenko 2011-07-25 07:57:29 +02:00
  • b70e4cb08d * grub-core/normal/menu.c (grub_menu_execute_entry): Fix NULL dereference. Vladimir 'phcoder' Serbinenko 2011-07-25 07:48:19 +02:00
  • 583168a216 * grub-core/disk/pata.c (grub_pata_readwrite): Add missing wait. Vladimir 'phcoder' Serbinenko 2011-07-23 18:18:14 +02:00
  • 6be1c01fd7 * include/grub/video.h: add missing EXPORT_FUND on grub_video_edid_checksum and grub_video_edid_preferred_mode. Vladimir 'phcoder' Serbinenko 2011-07-23 17:18:31 +02:00
  • a116743910 * include/grub/mips/kernel.h: Fix define conflict. Vladimir 'phcoder' Serbinenko 2011-07-23 17:14:38 +02:00
  • bf66054fb3 * grub-core/kern/mips/cache_flush.S [GRUB_MACHINE_MIPS_LOONGSON]: Flush all four ways. Vladimir 'phcoder' Serbinenko 2011-07-23 16:44:40 +02:00
  • 80e722366d First attempt at http Vladimir 'phcoder' Serbinenko 2011-07-23 03:49:02 +02:00
  • 440694e3d3 Fix TCP retransmission Vladimir 'phcoder' Serbinenko 2011-07-23 03:48:10 +02:00
  • 4ebb4c616f Remove useless include in tftp Vladimir 'phcoder' Serbinenko 2011-07-23 03:47:10 +02:00
  • 8fc4fa45c5 Preferred resolution detection for VBE. Colin Watson 2011-07-21 19:46:44 +01:00
  • c410299b05 TCP listening support Vladimir 'phcoder' Serbinenko 2011-07-10 23:37:28 +02:00
  • ca5572a9ad * util/grub-install.in: Recognize ESP mounted at /boot/EFI. Vladimir 'phcoder' Serbinenko 2011-07-10 16:06:31 +02:00