Fix typos, spacing
This commit is contained in:
parent
6b787c4fc4
commit
473d1e458b
1 changed files with 39 additions and 39 deletions
26
ChangeLog
26
ChangeLog
|
@ -10,20 +10,20 @@
|
|||
2009-06-09 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
* util/i386/pc/grub-install.in: Change the error message if UUIDs
|
||||
aren't avaible if ata.mod gets used.
|
||||
aren't available if ata.mod gets used.
|
||||
|
||||
2009-06-09 Oliver Henshaw <oliver.henshaw@gmail.com>
|
||||
2009-06-09 Oliver Henshaw <oliver.henshaw@gmail.com>
|
||||
|
||||
* bus/usb/ohci.c (grub_ohci_pci_iter): Link struct only after
|
||||
* bus/usb/ohci.c (grub_ohci_pci_iter): Link struct only after
|
||||
initialising controller.
|
||||
* bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
|
||||
* bus/usb/uhci.c (grub_uhci_pci_iter): Likewise.
|
||||
|
||||
2009-06-08 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
* util/i386/pc/grub-install.in: Add a parameter --disk-module
|
||||
to choose between ata and biosdisk module on i386-pc.
|
||||
|
||||
2009-06-08 Oliver Henshaw <oliver.henshaw@gmail.com>
|
||||
2009-06-08 Oliver Henshaw <oliver.henshaw@gmail.com>
|
||||
|
||||
* bus/usb/ohci.c (grub_ohci_pci_iter): Define the Class,
|
||||
Subclass and Programming Interface fields in terms of the 3 byte
|
||||
|
@ -113,7 +113,7 @@
|
|||
|
||||
2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/term.h (GRUB_TERM_BACKSPACE): explicitely define as 8
|
||||
* include/grub/term.h (GRUB_TERM_BACKSPACE): explicitly define as 8
|
||||
instead of '\b'
|
||||
|
||||
2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
@ -151,7 +151,7 @@
|
|||
* kern/misc.c [APPLE_CC] (memcpy): new function
|
||||
[APPLE_CC] (memmove): likewise
|
||||
[APPLE_CC && !GRUB_UTIL] (grub_err_printf): likewise
|
||||
(memcpy): define alias conditionaly on !APPLE_CC
|
||||
(memcpy): define alias conditionally on !APPLE_CC
|
||||
(memset): likewise
|
||||
(abort): likewise
|
||||
* include/grub/misc.h (memove): don't define when both GRUB_UTIL and
|
||||
|
@ -284,7 +284,7 @@
|
|||
|
||||
Fix wrong assumptions with grub-mkimage on EFI
|
||||
|
||||
* i386/efi/grub-mkimage.c (read_kernel_module): don't write prefox here
|
||||
* i386/efi/grub-mkimage.c (read_kernel_module): don't write prefix here
|
||||
(relocate_addresses): consider both r_addend and value at offset
|
||||
(make_mods_section): zerofill modinfo and header
|
||||
(convert_elf): write prefix here
|
||||
|
@ -350,7 +350,7 @@
|
|||
(grub_script_execute_cmdline): use new format
|
||||
* script/sh/function.c (grub_script_function_create): make functionname
|
||||
grub_script_arg. All callers updated
|
||||
* script/sh/lexer.c (grub_script_lexer_init): initilaize tokenonhold
|
||||
* script/sh/lexer.c (grub_script_lexer_init): initialize tokenonhold
|
||||
(grub_script_yylex): remove
|
||||
(grub_script_yylex2): renamed to ...
|
||||
(grub_script_yylex): ...renamed
|
||||
|
@ -489,7 +489,7 @@
|
|||
2009-05-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* conf/x86_64-efi.rmk (linux_mod_ASFLAGS): Add missing variable
|
||||
* loader/i386/linux_trampoline.S: Fix identation
|
||||
* loader/i386/linux_trampoline.S: Fix indentation
|
||||
* loader/i386/xnu_helper.S: Likewise
|
||||
|
||||
2009-05-18 Colin D Bennett <colin@gibibit.com>
|
||||
|
@ -517,7 +517,7 @@
|
|||
* conf/x86_64-efi.rmk (linux_mod_SOURCES): added
|
||||
loader/i386/efi/linux_trampoline.S
|
||||
* include/grub/x86_64/efi/loader.h (grub_linux_real_boot): removed
|
||||
declration
|
||||
declaration
|
||||
* kern/x86_64/efi/startup.S (grub_linux_real_boot): moved from
|
||||
here
|
||||
* loader/i386/linux_trampoline.S: moved here
|
||||
|
@ -770,7 +770,7 @@
|
|||
2009-05-06 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
* util/i386/pc/grub-setup.c (setup): Fix check for embed region
|
||||
existance.
|
||||
existence.
|
||||
|
||||
2009-05-05 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
|
@ -944,7 +944,7 @@
|
|||
|
||||
2009-05-04 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
* util/misc.c (grub_util_warn): New function. Emmits a warning
|
||||
* util/misc.c (grub_util_warn): New function. Emits a warning
|
||||
unconditionally.
|
||||
* include/grub/util/misc.h (grub_util_warn): New declaration.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue