- 11 Apr, 2011 2 commits
-
-
Vladimir 'phcoder' Serbinenko authored
guidelines. * grub-core/kern/dl.c (grub_dl_check_license): New function. (grub_dl_load_core): Use grub_dl_check_license. * include/grub/dl.h (GRUB_MOD_SECTION): New macro. (GRUB_MOD_LICENSE): Likewise. (GRUB_MOD_DUAL_LICENSE): Likewise. All modules updated.
-
Colin Watson authored
reserved_first_sector to 1. btrfs reserves plenty of space for boot loaders. Reported by: Gene Cumm. Fixes Ubuntu bug #757446.
-
- 10 Apr, 2011 10 commits
-
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
failed.
-
Vladimir 'phcoder' Serbinenko authored
parenthesis in the middle of the filename.
-
Vladimir 'phcoder' Serbinenko authored
rather than trying to put initrd way too high. Reported by: Ryan Lortie <desrt@desrt.ca>
-
Vladimir 'phcoder' Serbinenko authored
improperly removed string.
-
Vladimir 'phcoder' Serbinenko authored
is_disk. (grub_util_biosdisk_open): Don't apply ioctl on non-disk devices. (open_device) Likewise. (grub_util_biosdisk_close): Likewise. Reported by: Mark Korenberger.
-
Alexander Kurtz authored
-
Colin Watson authored
is NULL.
-
Vladimir 'phcoder' Serbinenko authored
* grub-core/normal/menu_entry.c (per_term_screen): New member num_entries. (print_down): Use num_entries. (update_screen): Likewise. (grub_menu_entry_run): Set num_entries. * grub-core/normal/menu_text.c (menu_viewer_data): New member num_entries. (grub_print_message_indented): Move real part to ... (grub_print_message_indented_real): ... here. Additional argument dry_run. (draw_border): Additional argument num_entries. (print_message): Additional argument dry_run. (print_entries): Receive menu viewer data. (grub_menu_init_page): New argment num_entries. (menu_text_set_chosen_entry): Use num_entries. (grub_menu_try_text): Likewise. * grub-core/normal/term.c (print_ucs4_terminal): New argument dry_run. All users updated. (grub_ucs4_count_lines): New function. * include/grub/term.h (grub_term_cursor_x): Moved from here .. * grub-core/normal/menu_text.c (grub_term_cursor_x): ... to here. * include/grub/term.h (GRUB_TERM_MESSAGE_HEIGHT): Removed. (grub_term_border_height): Likewise. (grub_term_num_entries): Likewise.
-
Vladimir 'phcoder' Serbinenko authored
Remove now unused string.
-
- 08 Apr, 2011 20 commits
-
-
Colin Watson authored
build system. (Getting started): GRUB is developed in Bazaar now, not Subversion. (Comment): Fix typo. (Getting started): General copy-editing. (Typical Development Experience): Likewise. (Error Handling): Likewise. (Video API): Likewise.
-
Colin Watson authored
throughout.
-
Vladimir 'phcoder' Serbinenko authored
directory.
-
Colin Watson authored
* grub-core/fs/i386/pc/pxe.c (parse_dhcp_vendor): Fix spelling of "development".
-
Vladimir 'phcoder' Serbinenko authored
grub_strcpy since the lines aren't necessarily 0-terminated.
-
Vladimir 'phcoder' Serbinenko authored
root on legacy.
-
Vladimir 'phcoder' Serbinenko authored
(GRUB_MOD_INIT): DEVICE isn't optional.
-
Vladimir 'phcoder' Serbinenko authored
word on new line if it's too long anyway. Fixes a hang.
-
Vladimir 'phcoder' Serbinenko authored
const. * util/grub-setup.c (main): Reuse md device name if available. * util/raid.c (grub_util_raid_getmembers): Receive device name and not GRUB name as argument. Based on patch by: Florian Wagner <fwagner>.
-
Vladimir 'phcoder' Serbinenko authored
Place mbi on low memory for better compatibility.
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir Serbinenko authored
* conf/Makefile.common: Likeiwise. Also-By:
Colin Watson <cjwatson@ubuntu.com>
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
Fixes Estonian locale. Reported by: Leho Kraav.
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
-
Martin Zuther authored
-
Vladimir 'phcoder' Serbinenko authored
on open. (grub_util_biosdisk_close): Likewise.
-
Vladimir 'phcoder' Serbinenko authored
const attribute and use grub_isdigit.
-
- 06 Apr, 2011 8 commits
-
-
Andrey authored
gcc warning.
-
Vladimir 'phcoder' Serbinenko authored
useful grub_dprintf's.
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
* grub-core/gfxmenu/gfxmenu.c (grub_gfxmenu_try): Move the call to grub_gfxterm_fullscreen on error paths to ... * grub-core/normal/menu.c (menu_init): ...here. Wait after showing theme loading error.
-
Vladimir 'phcoder' Serbinenko authored
space for older compilers. (GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART): Likewise.
-
Vladimir 'phcoder' Serbinenko authored
and report them as not RAID members since they are useless for GRUB. * grub-core/disk/mdraid_linux.c (grub_mdraid_detect): Likewise.
-
Vladimir 'phcoder' Serbinenko authored
-