Fix spacing, typos
This commit is contained in:
parent
bbee0f2b56
commit
7dd4a573a9
1 changed files with 59 additions and 59 deletions
24
ChangeLog
24
ChangeLog
|
@ -46,7 +46,7 @@
|
|||
* util/i386/pc/grub-install.in: add efiemu??.o to the list of
|
||||
files to copy
|
||||
* include/grub/autoefi.h: new file
|
||||
* nclude/grub/i386/efiemu.h: likewise
|
||||
* include/grub/i386/efiemu.h: likewise
|
||||
* include/grub/i386/pc/efiemu.h: likewise
|
||||
* include/grub/efi/api.h: add LL suffix when necessary
|
||||
new definitions relating to tables
|
||||
|
@ -278,8 +278,8 @@
|
|||
grub_register_rescue_parser and grub_register_rescue_reader, use
|
||||
grub_reader_loop to enter input loop.
|
||||
|
||||
* kern/parser.c (grub_parser_spli_cmdline): Change type of getline
|
||||
parameter.
|
||||
* kern/parser.c (grub_parser_split_cmdline): Change type of
|
||||
getline parameter.
|
||||
(grub_parser_class): New variable.
|
||||
(grub_parser_execute): New function.
|
||||
|
||||
|
@ -414,10 +414,10 @@
|
|||
|
||||
2009-04-24 David S. Miller <davem@davemloft.net>
|
||||
|
||||
Avoiding openning same device multiple times in device iterator.
|
||||
Avoiding opening same device multiple times in device iterator.
|
||||
|
||||
* kern/device.c: (grub_device_iterate): Define struct part_ent,
|
||||
and use it to build a list of partitions in interate_disk() and
|
||||
and use it to build a list of partitions in iterate_disk() and
|
||||
iterate_partition().
|
||||
|
||||
* disk/fs_uuid.c (grub_fs_uuid_close): Call grub_disk_close()
|
||||
|
@ -560,7 +560,7 @@
|
|||
(grub_emu_SOURCES): likewise
|
||||
* conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): likewise
|
||||
(grub_emu_SOURCES): likewise
|
||||
* conf/sparcs64-ieee1275.rmk (kernel_elf_SOURCES): likewise
|
||||
* conf/sparc64-ieee1275.rmk (kernel_elf_SOURCES): likewise
|
||||
(grub_emu_SOURCES): likewise
|
||||
* conf/x86_64-efi.rmk (kernel_elf_SOURCES): likewise
|
||||
(grub_emu_SOURCES): likewise
|
||||
|
@ -679,7 +679,7 @@
|
|||
2009-04-13 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* util/grub.d/10_freebsd.in: Detect Debian GNU/kFreeBSD and use
|
||||
that name for menuentries when appropiate.
|
||||
that name for menuentries when appropriate.
|
||||
|
||||
2009-04-13 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
|
@ -693,7 +693,7 @@
|
|||
2009-04-13 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
* util/grub.d/10_freebsd.in: Don't exit if /boot/devices.hints
|
||||
doestn't exist. Check also for /boot/kernel/kernel.gz. Print
|
||||
doesn't exist. Check also for /boot/kernel/kernel.gz. Print
|
||||
`freebsd_loadenv' only when devices.hints exist.
|
||||
|
||||
2009-04-13 Pavel Roskin <proski@gnu.org>
|
||||
|
@ -888,7 +888,7 @@
|
|||
(memrw_mod_CFLAGS): Likewise.
|
||||
(memrw_mod_LDFLAGS): Likewise.
|
||||
|
||||
* conf/i386-efi.rmk (pkglig_MODULES): New module loadbios.mod and
|
||||
* conf/i386-efi.rmk (pkglib_MODULES): New module loadbios.mod and
|
||||
fixvideo.mod.
|
||||
(loadbios_mod_SOURCE): New macro.
|
||||
(loadbios_mod_CFLAGS): Likewise.
|
||||
|
@ -897,7 +897,7 @@
|
|||
(fixvideo_mod_CFLAGS): Likewise.
|
||||
(fixvideo_mod_LDFLAGS): Likewise.
|
||||
|
||||
* conf/x86_64.rmk (pkglig_MODULES): New module loadbios.mod and
|
||||
* conf/x86_64.rmk (pkglib_MODULES): New module loadbios.mod and
|
||||
fixvideo.mod.
|
||||
(loadbios_mod_SOURCE): New macro.
|
||||
(loadbios_mod_CFLAGS): Likewise.
|
||||
|
@ -961,7 +961,7 @@
|
|||
* include/grub/lib/datetime.h: moved to ...
|
||||
* include/grub/datetime.h: ... moved here and added
|
||||
declaration of grub_unixtime2datetime. All users updated
|
||||
* include/grub/fs.h: new syntax for dir and mtime functionin
|
||||
* include/grub/fs.h: new syntax for dir and mtime functions in
|
||||
struct grub_fs
|
||||
* include/grub/fshelp.h: new declarations of GRUB_FSHELP_TYPE_MASK
|
||||
and GRUB_FSHELP_FLAGS_MASK
|
||||
|
@ -995,7 +995,7 @@
|
|||
* normal/datetime.c: ... moved here
|
||||
(grub_unixtime2datetime): new function
|
||||
* kern/rescue.c (grub_rescue_print_files): use new dir syntax
|
||||
* normal/completition.c (iterate_dir): use new dir syntax
|
||||
* normal/completion.c (iterate_dir): use new dir syntax
|
||||
* normal/misc.c (grub_normal_print_device_info): tell the
|
||||
last modification time of a volume
|
||||
* kern/fs.c (grub_fs_probe): updated dummy function to use new syntax
|
||||
|
|
Loading…
Reference in a new issue