Commit graph

  • 30d6b1b290 * grub-core/Makefile.core.def (vga): Disable on coreboot and multiboot platforms. Vladimir 'phcoder' Serbinenko 2013-03-24 14:01:51 +01:00
  • 6ccd0b31c1 * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Fix handling of multi-device filesystems. Vladimir 'phcoder' Serbinenko 2013-03-24 13:11:19 +01:00
  • 23c9cc0490 * grub-core/Makefile.core.def (vbe): Disable on coreboot and multiboot platforms. Vladimir 'phcoder' Serbinenko 2013-03-24 13:07:51 +01:00
  • ce50dbd746 Add new 'proc' filesystem framework and put luks_script into it. Vladimir 'phcoder' Serbinenko 2013-03-24 13:05:59 +01:00
  • d975e8d59c * grub-core/term/at_keyboard.c: Increase robustness on coreboot and qemu. Vladimir 'phcoder' Serbinenko 2013-03-23 16:54:36 +01:00
  • e73ba5e8ca * grub-core/fs/zfs/zfs.c: Fix incorrect handling of special volumes. Vladimir 'phcoder' Serbinenko 2013-03-22 22:18:38 +01:00
  • 92750e4c60 Add ability to generate newc additions on runtime. Vladimir 'phcoder' Serbinenko 2013-03-22 21:01:28 +01:00
  • 0ec45a682c * grub-core/commands/i386/coreboot/cbls.c: Fix typos and wrong description. Vladimir 'phcoder' Serbinenko 2013-03-22 14:06:48 +01:00
  • 320abd4348 * po/POTFILES.in: Regenerate. Vladimir 'phcoder' Serbinenko 2013-03-21 21:54:31 +01:00
  • d7a6506e30 * grub-core/commands/verify.c (hashes): Add several hashes from the spec. Vladimir 'phcoder' Serbinenko 2013-03-20 17:24:39 +01:00
  • 8fe05def12 Slight improve in USB-related boot-time checkpoints. Vladimir 'phcoder' Serbinenko 2013-03-20 17:21:13 +01:00
  • 524e2766d8 * grub-core/commands/boottime.c: Fix copyright header. Vladimir 'phcoder' Serbinenko 2013-03-20 17:16:35 +01:00
  • cc19857a2a New commands cbmemc, lscoreboot, coreboot_boottime to inspect coreboot tables content. Support for cbmemc. Vladimir 'phcoder' Serbinenko 2013-03-20 17:13:31 +01:00
  • ef8810e9f3 Fix a conflict between ports structures with 2 controllers of same kind. Vladimir 'phcoder' Serbinenko 2013-03-20 17:07:08 +01:00
  • e9dabdfad8 * include/grub/boottime.h: Add missing file. Vladimir 'phcoder' Serbinenko 2013-03-20 16:58:07 +01:00
  • f6df57d216 Initialize USB ports in parallel to speed-up boot. Vladimir 'phcoder' Serbinenko 2013-03-19 23:06:44 +01:00
  • d745dda77e Fix USB devices not being detected when requested due to delayed attach. Vladimir 'phcoder' Serbinenko 2013-03-19 20:35:21 +01:00
  • e744219bb6 Implement boot time analysis framework. Vladimir 'phcoder' Serbinenko 2013-03-19 20:25:09 +01:00
  • e5a2dd7b55 remove get_endpoint_descriptor and change all functions needing descriptor to just receive it as argument rather than endpoint address. Vladimir 'phcoder' Serbinenko 2013-03-19 11:19:36 +01:00
  • 5dd6f58789 Better estimate the maximum USB transfer size. Vladimir 'phcoder' Serbinenko 2013-03-19 08:17:51 +01:00
  • 2f1071d57e Resend a packet if we got the wrong buffer in status. Vladimir 'phcoder' Serbinenko 2013-03-17 13:33:16 +01:00
  • 46ecfc49b6 * grub-core/loader/i386/bsdXX.c (grub_openbsd_find_ramdisk): Use multiplication rather than division. Vladimir 'phcoder' Serbinenko 2013-03-10 20:37:41 +01:00
  • ea811130ea * grub-core/lib/arg.c (grub_arg_list_alloc): Use shifts rather than divisions. Vladimir 'phcoder' Serbinenko 2013-03-10 20:08:15 +01:00
  • d2789cf0b8 * grub-core/commands/verify.c (grub_verify_signature): Use unsigned operations to have intended shifts and not divisions. Vladimir 'phcoder' Serbinenko 2013-03-10 19:39:14 +01:00
  • a9c94590dd * grub-core/loader/i386/pc/plan9.c (fill_disk): Fix types to use intended shifts rather than division. Vladimir 'phcoder' Serbinenko 2013-03-10 19:27:50 +01:00
  • 84cfe81b1d * include/grub/datetime.h (grub_datetime2unixtime): Fix unixtime computation for some years before epoch. Avode confusing division while on it. Vladimir 'phcoder' Serbinenko 2013-03-10 19:19:21 +01:00
  • 21344ef620 * grub-core/video/i386/pc/vbe.c (grub_video_vbe_print_adapter_specific_info): Replace division by shifts. Vladimir 'phcoder' Serbinenko 2013-03-10 18:49:05 +01:00
  • 3f2b4d1a81 Adjust types in gdb module to have intended unsigned shifts rather than signed divisions. Vladimir 'phcoder' Serbinenko 2013-03-10 18:36:39 +01:00
  • 3dac5878ec * grub-core/fs/hfs.c (grub_hfs_read_file): Avoid divmod64 since the maximum size is 4G - 1 on hfs Vladimir 'phcoder' Serbinenko 2013-03-10 18:27:53 +01:00
  • 5341c0fbfc Avoid costly 64-bit division in grub_get_time_ms on most platforms. Vladimir 'phcoder' Serbinenko 2013-03-10 17:45:38 +01:00
  • fc3ff2a2ad * grub-core/fs/fshelp.c (grub_fshelp_log2blksize): Remove now unused function. Vladimir 'phcoder' Serbinenko 2013-03-10 14:27:04 +01:00
  • 81455e8e7a * grub-core/fs/iso9660.c (add_part): Remove always_inline attribute causing gcc error with gcc 4.7.1. Andrey Borzenkov 2013-03-07 09:11:36 +01:00
  • efd4f11754 * grub-core/commands/acpi.c (grub_acpi_create_ebda): Don't dereference null pointer. While the code is technically correct, gcc may eliminate a null check if pointer is already dereferenced. Nickolai Zeldovich 2013-03-07 08:52:29 +01:00
  • e11645f434 * grub-core/normal/crypto.c (read_crypto_list): Fix incorrect OOM check. * grub-core/normal/term.c (read_terminal_list): Likewise. Nickolai Zeldovich 2013-03-07 08:41:27 +01:00
  • 774683685f Lift up core size limits on some platforms. Fix potential memory corruption with big core on small memory systems. Document remaining limits. Vladimir 'phcoder' Serbinenko 2013-03-07 08:17:24 +01:00
  • f6b58fe538 * grub-core/term/terminfo.c (grub_terminfo_cls): Issue an explicit gotoxy to 0,0. Vladimir 'phcoder' Serbinenko 2013-03-05 20:00:51 +01:00
  • 19ce697dfd Remove all trampoline support. Add -Wtrampolines when present. Remove symbols used for trampolines to make link fail if trampolines are present. Vladimir 'phcoder' Serbinenko 2013-03-03 15:57:30 +01:00
  • 73b5d90fe2 * grub-core/script/execute.c (grub_script_arglist_to_argv): Move append out of its parent. Vladimir 'phcoder' Serbinenko 2013-03-03 15:26:29 +01:00
  • cb758e96cc * grub-core/commands/regexp.c (set_matches): Move setvar out of its parent. Vladimir 'phcoder' Serbinenko 2013-03-03 15:24:02 +01:00
  • 3188131f72 * grub-core/kern/env.c, include/grub/env.h: Change iterator through all vars to a macro. All users updated. Vladimir 'phcoder' Serbinenko 2013-03-03 01:34:27 +01:00
  • e42b251403 * grub-core/disk/ieee1275/nand.c: Fix compilation on i386-ieee1275. Vladimir 'phcoder' Serbinenko 2013-03-03 01:30:55 +01:00
  • 83e1a1a137 * include/grub/cmos.h: Handle high CMOS addresses on sparc64. Vladimir 'phcoder' Serbinenko 2013-03-02 23:59:05 +01:00
  • 1d5a880fe4 * include/grub/mips/loongson/cmos.h: Fix high CMOS addresses. Vladimir 'phcoder' Serbinenko 2013-03-02 23:57:34 +01:00
  • 6e4146c41e Move to more hookless approach in IEEE1275 devices handling. Vladimir 'phcoder' Serbinenko 2013-03-02 23:51:19 +01:00
  • 99fcda8a7b * grub-core/kern/term.c (grub_term_normal_color), (grub_term_highlight_color): Add back lost defaults. Vladimir 'phcoder' Serbinenko 2013-03-02 23:23:51 +01:00
  • 73bf57e2c8 Make elfload not use hooks. Opt for flags and iterators instead. Vladimir 'phcoder' Serbinenko 2013-03-02 16:45:57 +01:00
  • 7f8c105f61 * grub-core/lib/ia64/longjmp.S: Fix the name of longjmp function. * grub-core/lib/ia64/setjmp.S: Fix the name of setjmp function. Vladimir 'phcoder' Serbinenko 2013-03-02 15:31:17 +01:00
  • 396d4091e7 * grub-core/script/execute.c (gettext_append): Remove nested functions. Vladimir 'phcoder' Serbinenko 2013-03-02 12:17:52 +01:00
  • 19e29ee1a9 * grub-core/normal/charset.c (grub_bidi_logical_to_visual): Add hook pass-through parameter. All users updated and unnested. Vladimir 'phcoder' Serbinenko 2013-03-02 11:47:59 +01:00
  • 74a2742144 * grub-core/commands/loadenv.c (grub_cmd_list_env): Move print_var out of its parent. Vladimir 'phcoder' Serbinenko 2013-03-02 11:45:01 +01:00
  • b46d4213d5 * grub-core/fs/hfs.c: Remove nested functions. Vladimir 'phcoder' Serbinenko 2013-03-02 11:31:00 +01:00
  • e114c3cc54 * grub-core/fs/hfsplus.c (grub_hfsplus_btree_iterate_node): Pass the context through. (grub_hfsplus_iterate_dir): Move nested function out of its parent. Vladimir 'phcoder' Serbinenko 2013-03-01 14:02:27 +01:00
  • f9b7d78007 * util/grub-editenv.c (list_variables): Move print_var out of its parent. Vladimir 'phcoder' Serbinenko 2013-03-01 13:52:05 +01:00
  • ca9c260868 * grub-core/kern/emu/hostdisk.c (read_device_map): Remove nested function. Vladimir 'phcoder' Serbinenko 2013-03-01 13:46:24 +01:00
  • 5d983f5fc2 * grub-core/gentrigtables.c: Make tables const. Vladimir 'phcoder' Serbinenko 2013-03-01 11:15:09 +01:00
  • 3056d3e752 Remove nested functions from videoinfo iterators. Vladimir 'phcoder' Serbinenko 2013-03-01 11:11:36 +01:00
  • e230377407 * grub-core/loader/i386/pc/linux.c (grub_cmd_linux): Fix compilation for 64-bit platforms. Vladimir 'phcoder' Serbinenko 2013-03-01 10:39:41 +01:00
  • f42e3a2f67 * grub-core/disk/efi/efidisk.c: Transform iterate_child_devices into a FOR_CHILDREN macro. Vladimir 'phcoder' Serbinenko 2013-03-01 10:37:11 +01:00
  • be174e5ef3 * grub-core/kern/main.c (grub_set_prefix_and_root): Strip trailing platform from firmware path. Vladimir 'phcoder' Serbinenko 2013-03-01 10:35:51 +01:00
  • 0789b67232 Enable linux16 on non-BIOS systems for i.a. memtest. Vladimir 'phcoder' Serbinenko 2013-02-28 22:48:41 +01:00
  • 005a9c32df * grub-core/kern/i386/coreboot/mmap.c (grub_linuxbios_table_iterate): Fix end of table condition. Vladimir 'phcoder' Serbinenko 2013-02-28 13:16:39 +01:00
  • ff2b3cd928 * grub-core/lib/arg.c (grub_arg_show_help): Move showargs out of its parent. Vladimir 'phcoder' Serbinenko 2013-02-28 11:00:59 +01:00
  • 4fc40ff8f3 * grub-core/fs/jfs.c: Remove nested functions. Vladimir 'phcoder' Serbinenko 2013-02-28 10:51:32 +01:00
  • be42d97a79 * grub-core/fs/minix.c: Remove nested functions. Vladimir 'phcoder' Serbinenko 2013-02-28 10:50:01 +01:00
  • 99373ce472 * grub-core/fs/iso9660.c: Remove nested functions. Vladimir 'phcoder' Serbinenko 2013-02-28 10:30:35 +01:00
  • 5aec2afe2f * grub-core/commands/parttool.c (grub_cmd_parttool): Move show_help out of parent function. Vladimir 'phcoder' Serbinenko 2013-02-28 09:43:25 +01:00
  • 6c69e691ca * util/grub-fstest.c: Remove nested functions. Vladimir 'phcoder' Serbinenko 2013-02-28 09:36:55 +01:00
  • 43c918828d * grub-core/loader/machoXX.c: Remove nested functions. Vladimir 'phcoder' Serbinenko 2013-02-27 20:56:23 +01:00
  • 4eb8b75659 Remove nested functions from disk and file read hooks. Colin Watson 2013-02-27 17:19:15 +01:00
  • df6da5a52d * grub-core/partmap/msdos.c (grub_partition_msdos_iterate): Fix off by one error in enumerating extended partitions. Andrey Borzenkov 2013-02-27 10:02:39 +01:00
  • 21aecde5f6 * grub-core/disk/efi/efidisk.c(grub_efidisk_get_device_name): Fix memory leak if device name is not found. Andrey Borzenkov 2013-02-26 22:45:00 +01:00
  • f1a19118e5 * grub-core/normal/menu_entry.c (update_screen): remove unused variable `off' which caused scroll down arrow to be always shown. Andrey Borzenkov 2013-02-25 22:53:40 +01:00
  • 958bfd2067 * grub-core/normal/menu_entry.c (insert_string): fix off by one access to unallocated memory. Andrey Borzenkov 2013-02-25 22:42:25 +01:00
  • b7b78edb1c * Makefile.util.def: Add partmap/msdos.c to common library. * include/grub/msdos_partition.h: Add GRUB_PC_PARTITION_TYPE_LDM * grub-core/disk/ldm.c: Check for existence of GRUB_PC_PARTITION_TYPE_LDM. Andrey Borzenkov 2013-02-25 22:11:06 +01:00
  • 28d468d6f2 * grub-core/normal/misc.c (grub_normal_print_device_info): Use KiB to display sizes and display sector size. Vladimir 'phcoder' Serbinenko 2013-02-25 10:45:19 +01:00
  • d55ffb0249 Implement new command cmosdump. Vladimir 'phcoder' Serbinenko 2013-02-24 19:44:17 +01:00
  • b5ea6ce03a Support Openfirmware disks with non-512B sectors. Vladimir 'phcoder' Serbinenko 2013-02-19 09:10:26 +01:00
  • cc0e476fe8 * grub-core/commands/lsacpi.c: Fix types on 64-bit platform. Vladimir 'phcoder' Serbinenko 2013-02-06 17:37:29 +01:00
  • c5dbdc3357 * grub-core/disk/cryptodisk.c (grub_cryptodisk_scan_device): Don't stop on first error. Vladimir 'phcoder' Serbinenko 2013-02-04 15:36:03 +01:00
  • 3f078c0fca * grub-core/fs/fshelp.c (find_file): Set oldnode to zero after freeing it. Vladimir 'phcoder' Serbinenko 2013-02-01 21:51:09 +01:00
  • 66a93674b2 Implement USBDebug (full USB stack variant). Vladimir 'phcoder' Serbinenko 2013-02-01 21:49:29 +01:00
  • 0d5b9c9031 Missing part of last commit Vladimir 'phcoder' Serbinenko 2013-02-01 21:48:01 +01:00
  • c9f0c1346e * grub-core/commands/lsacpi.c: Show more info. Hide some boring parts unless they have unexpected values. Vladimir 'phcoder' Serbinenko 2013-02-01 21:45:39 +01:00
  • cfe1288b8d * grub-core/bus/usb/usb.c (grub_usb_device_attach): Add missing grub_print_error. Vladimir 'phcoder' Serbinenko 2013-02-01 21:43:49 +01:00
  • e42b99698c * grub-core/bus/usb/serial/common.c (grub_usbserial_attach): Fix missing zero-out of port structure. Vladimir 'phcoder' Serbinenko 2013-02-01 21:32:17 +01:00
  • cf94fd6209 * grub-core/fs/xfs.c (grub_xfs_read_block): Fix computation in presence of extended attributes. Vladimir 'phcoder' Serbinenko 2013-01-30 09:22:43 +01:00
  • f81ef4b580 * util/grub-install.in: change misleading comment about device.map creation Andrey Borzenkov 2013-01-27 16:17:21 +01:00
  • af18fdb4df * grub-core/normal/menu_text.c (grub_menu_init_page): Fix behaviour when menu highlight color isn't set. Vladimir 'phcoder' Serbinenko 2013-01-27 16:12:05 +01:00
  • 08bcec5020 Improve FreeDOS direct loading support compatibility. C. Masloch 2013-01-27 16:07:25 +01:00
  • 7782b8a62f * util/grub-reboot.in (usage): Document the need for GRUB_DEFAULT=saved. * util/grub-set-default.in (usage): Likewise. Reported by: Brian Candler. Fixes Ubuntu bug #1102925. Colin Watson 2013-01-22 14:28:32 +00:00
  • e661c180ea * grub-core/lib/libgcrypt_wrap/cipher_wrap.h: Include sys/types.h rather than defining WORDS_BIGENDIAN manually. Vladimir 'phcoder' Serbinenko 2013-01-22 07:46:29 +01:00
  • 1c22ca9a69 * include/grub/kernel.h (FOR_MODULES): Adjust to preserve alignment invariants. Vladimir 'phcoder' Serbinenko 2013-01-21 22:44:20 +01:00
  • d44892fed9 * grub-core/font/font.c (blit_comb: do_blit): Make static instead of nested. (blit_comb: add_device_width): Likewise. Colin Watson 2013-01-21 21:03:26 +00:00
  • 5fdbaed168 Remove nested functions from USB iterators. Colin Watson 2013-01-21 21:02:24 +00:00
  • 18288f17ac Improve spkmodem reliability by adding a separator between bytes. Vladimir 'phcoder' Serbinenko 2013-01-21 21:05:33 +01:00
  • 4250985ae8 * grub-core/normal/term.c (print_ucs4_terminal): Don't output right margin when not needed. Vladimir 'phcoder' Serbinenko 2013-01-21 20:33:38 +01:00
  • ec5010a3eb Improve spkmomdem reliability by adding a separator between bytes. Vladimir 'phcoder' Serbinenko 2013-01-21 20:03:15 +01:00
  • bc1369732f Make color variables global instead of it being per-terminal. Vladimir 'phcoder' Serbinenko 2013-01-21 17:53:41 +01:00
  • 7d8848f363 * grub-core/commands/ls.c (grub_ls_print_devices): Add missing asterisk. Vladimir 'phcoder' Serbinenko 2013-01-21 17:46:24 +01:00
  • ed12a00309 Fix powerpc and sparc64 build failures caused by un-nesting memory map iterators. Colin Watson 2013-01-21 14:41:06 +00:00