Fix typos, trailing whitespace
This commit is contained in:
parent
1e901a7573
commit
34c44600fe
1 changed files with 42 additions and 42 deletions
12
ChangeLog
12
ChangeLog
|
@ -100,7 +100,7 @@
|
|||
|
||||
2008-11-29 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* disk/ata.c (grub_ata_pciinit): Handle errors rised by
|
||||
* disk/ata.c (grub_ata_pciinit): Handle errors raised by
|
||||
grub_ata_device_initialize() calls.
|
||||
|
||||
2008-11-28 Krzysztof Smiechowicz <deadwood@wp.pl>
|
||||
|
@ -132,13 +132,13 @@
|
|||
|
||||
2008-11-22 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
Fix breakage on coreboot due to declaration missmatch.
|
||||
Fix breakage on coreboot due to declaration mismatch.
|
||||
* term/i386/pc/vga_text.c (grub_vga_text_init_fini): New function.
|
||||
(grub_vga_text_term): Use grub_vga_text_init_fini() instead of
|
||||
grub_vga_text_cls().
|
||||
|
||||
* kern/i386/loader.S (grub_multiboot_backward_relocator): Improve
|
||||
comments. Avoid copiing one more byte than necessary (just in case).
|
||||
comments. Avoid copying one more byte than necessary (just in case).
|
||||
|
||||
* conf/powerpc-ieee1275.rmk (kernel_elf_LDFLAGS): Change link address
|
||||
to 0x200000 (avoids trouble with some OFW implementations, and matches
|
||||
|
@ -207,7 +207,7 @@
|
|||
loader.
|
||||
|
||||
* loader/i386/linux.c (allocate_pages): Allocate `real_mode_mem' in
|
||||
an appropiate place in lower memory, between 0x10000 and 0x90000,
|
||||
an appropriate place in lower memory, between 0x10000 and 0x90000,
|
||||
like loader/i386/efi/linux.c does. Linux often panics if real_mode_mem
|
||||
is in our heap (probably as a result of it being corrupted during
|
||||
decompression). Add #error instance with comment to explain why this
|
||||
|
@ -216,7 +216,7 @@
|
|||
2008-11-14 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* term/i386/pc/serial.c [! GRUB_MACHINE_PCBIOS]
|
||||
(GRUB_SERIAL_PORT_NUM): Fix misscalculation.
|
||||
(GRUB_SERIAL_PORT_NUM): Fix miscalculation.
|
||||
|
||||
2008-11-12 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
|
@ -2550,7 +2550,7 @@
|
|||
looking for (often causing expensive probes of non-existent drives).
|
||||
|
||||
Some callers relied on previous buggy behaviour, since they would
|
||||
rise an error when their own hooks caused early abortion of its
|
||||
raise an error when their own hooks caused early abortion of its
|
||||
iteration.
|
||||
|
||||
* kern/device.c (grub_device_open): Improve error message.
|
||||
|
|
Loading…
Reference in a new issue