Fix spacing, typos
This commit is contained in:
parent
bbee0f2b56
commit
7dd4a573a9
1 changed files with 59 additions and 59 deletions
50
ChangeLog
50
ChangeLog
|
@ -46,7 +46,7 @@
|
||||||
* util/i386/pc/grub-install.in: add efiemu??.o to the list of
|
* util/i386/pc/grub-install.in: add efiemu??.o to the list of
|
||||||
files to copy
|
files to copy
|
||||||
* include/grub/autoefi.h: new file
|
* 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/i386/pc/efiemu.h: likewise
|
||||||
* include/grub/efi/api.h: add LL suffix when necessary
|
* include/grub/efi/api.h: add LL suffix when necessary
|
||||||
new definitions relating to tables
|
new definitions relating to tables
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
* efiemu/mm.c: likewise
|
* efiemu/mm.c: likewise
|
||||||
* efiemu/loadcore32.c: likewise
|
* efiemu/loadcore32.c: likewise
|
||||||
|
|
||||||
2009-05-02 Vladimir Serbinenko <phcoder@gmail.com>
|
2009-05-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
ACPI spoofing
|
ACPI spoofing
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
* conf/i386-efi.rmk: likewise
|
* conf/i386-efi.rmk: likewise
|
||||||
* conf/x86_64-efi.rmk: likewise
|
* conf/x86_64-efi.rmk: likewise
|
||||||
|
|
||||||
2009-05-02 Vladimir Serbinenko <phcoder@gmail.com>
|
2009-05-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Missing part from mmap patch
|
Missing part from mmap patch
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
(grub_mmap_unregister)
|
(grub_mmap_unregister)
|
||||||
(grub_mmap_free_and_unregister): use grub_mmap_register
|
(grub_mmap_free_and_unregister): use grub_mmap_register
|
||||||
|
|
||||||
2009-05-02 Vladimir Serbinenko <phcoder@gmail.com>
|
2009-05-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Mmap services
|
Mmap services
|
||||||
|
|
||||||
|
@ -278,8 +278,8 @@
|
||||||
grub_register_rescue_parser and grub_register_rescue_reader, use
|
grub_register_rescue_parser and grub_register_rescue_reader, use
|
||||||
grub_reader_loop to enter input loop.
|
grub_reader_loop to enter input loop.
|
||||||
|
|
||||||
* kern/parser.c (grub_parser_spli_cmdline): Change type of getline
|
* kern/parser.c (grub_parser_split_cmdline): Change type of
|
||||||
parameter.
|
getline parameter.
|
||||||
(grub_parser_class): New variable.
|
(grub_parser_class): New variable.
|
||||||
(grub_parser_execute): New function.
|
(grub_parser_execute): New function.
|
||||||
|
|
||||||
|
@ -349,7 +349,7 @@
|
||||||
parent's partition, don't copy it by reference, as it gets freed
|
parent's partition, don't copy it by reference, as it gets freed
|
||||||
on close.
|
on close.
|
||||||
|
|
||||||
2009-04-27 Vladimir Serbinenko <phcoder@gmail.com>
|
2009-04-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Preboot hooks support
|
Preboot hooks support
|
||||||
|
|
||||||
|
@ -414,10 +414,10 @@
|
||||||
|
|
||||||
2009-04-24 David S. Miller <davem@davemloft.net>
|
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,
|
* 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().
|
iterate_partition().
|
||||||
|
|
||||||
* disk/fs_uuid.c (grub_fs_uuid_close): Call grub_disk_close()
|
* disk/fs_uuid.c (grub_fs_uuid_close): Call grub_disk_close()
|
||||||
|
@ -476,7 +476,7 @@
|
||||||
images and installation utilities. Build kernel as image
|
images and installation utilities. Build kernel as image
|
||||||
instead of as elf binary. Use common rules as much as possible.
|
instead of as elf binary. Use common rules as much as possible.
|
||||||
|
|
||||||
2009-04-19 Vladimir Serbinenko <phcoder@gmail.com>
|
2009-04-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Correct GPT definition
|
Correct GPT definition
|
||||||
|
|
||||||
|
@ -535,7 +535,7 @@
|
||||||
that no multiple data or metadata areas are supported and `Unknown
|
that no multiple data or metadata areas are supported and `Unknown
|
||||||
metadata header'.
|
metadata header'.
|
||||||
|
|
||||||
2009-04-15 Vladimir Serbinenko <phcoder@gmail.com>
|
2009-04-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Move loader out of the kernel
|
Move loader out of the kernel
|
||||||
|
|
||||||
|
@ -560,12 +560,12 @@
|
||||||
(grub_emu_SOURCES): likewise
|
(grub_emu_SOURCES): likewise
|
||||||
* conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): likewise
|
* conf/powerpc-ieee1275.rmk (kernel_elf_SOURCES): likewise
|
||||||
(grub_emu_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
|
(grub_emu_SOURCES): likewise
|
||||||
* conf/x86_64-efi.rmk (kernel_elf_SOURCES): likewise
|
* conf/x86_64-efi.rmk (kernel_elf_SOURCES): likewise
|
||||||
(grub_emu_SOURCES): likewise
|
(grub_emu_SOURCES): likewise
|
||||||
|
|
||||||
2009-04-15 Vladimir Serbinenko <phcoder@gmail.com>
|
2009-04-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
use grub_lltoa instead of grub_itoa and grub_ltoa for all purposes
|
use grub_lltoa instead of grub_itoa and grub_ltoa for all purposes
|
||||||
|
|
||||||
|
@ -573,7 +573,7 @@
|
||||||
(grub_ltoa): likewise
|
(grub_ltoa): likewise
|
||||||
(grub_vsprintf): use grub_lltoa
|
(grub_vsprintf): use grub_lltoa
|
||||||
|
|
||||||
2009-04-15 Vladimir Serbinenko <phcoder@gmail.com>
|
2009-04-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Restore grub-emu
|
Restore grub-emu
|
||||||
|
|
||||||
|
@ -657,7 +657,7 @@
|
||||||
* INSTALL: Remove the sentence that Ruby and autoconf are only required if you
|
* INSTALL: Remove the sentence that Ruby and autoconf are only required if you
|
||||||
develop on GRUB.
|
develop on GRUB.
|
||||||
|
|
||||||
2009-04-14 John Stanley <jpsinthemix@verizon.net>
|
2009-04-14 John Stanley <jpsinthemix@verizon.net>
|
||||||
David S. Miller <davem@davemloft.net>
|
David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
* util/hostdisk.c (make_device_name): Fix buffer length
|
* util/hostdisk.c (make_device_name): Fix buffer length
|
||||||
|
@ -679,7 +679,7 @@
|
||||||
2009-04-13 Robert Millan <rmh@aybabtu.com>
|
2009-04-13 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
* util/grub.d/10_freebsd.in: Detect Debian GNU/kFreeBSD and use
|
* 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>
|
2009-04-13 Felix Zielcke <fzielcke@z-51.de>
|
||||||
|
|
||||||
|
@ -693,7 +693,7 @@
|
||||||
2009-04-13 Felix Zielcke <fzielcke@z-51.de>
|
2009-04-13 Felix Zielcke <fzielcke@z-51.de>
|
||||||
|
|
||||||
* util/grub.d/10_freebsd.in: Don't exit if /boot/devices.hints
|
* 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.
|
`freebsd_loadenv' only when devices.hints exist.
|
||||||
|
|
||||||
2009-04-13 Pavel Roskin <proski@gnu.org>
|
2009-04-13 Pavel Roskin <proski@gnu.org>
|
||||||
|
@ -761,9 +761,9 @@
|
||||||
|
|
||||||
2009-04-12 Pavel Roskin <proski@gnu.org>
|
2009-04-12 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* configure.ac: Change the logic when we check for target tools.
|
* configure.ac: Change the logic when we check for target tools.
|
||||||
Do it when the target is specified and it's different from the
|
Do it when the target is specified and it's different from the
|
||||||
specified value of the host.
|
specified value of the host.
|
||||||
|
|
||||||
2009-04-11 Felix Zielcke <fzielcke@z-51.de>
|
2009-04-11 Felix Zielcke <fzielcke@z-51.de>
|
||||||
|
|
||||||
|
@ -846,7 +846,7 @@
|
||||||
* kern/ieee1275/openfw.c (grub_children_iterate): Likewise.
|
* kern/ieee1275/openfw.c (grub_children_iterate): Likewise.
|
||||||
(grub_devalias_iterate): Likewise.
|
(grub_devalias_iterate): Likewise.
|
||||||
|
|
||||||
2009-04-10 Vladimir Serbinenko <phcoder@gmail.com>
|
2009-04-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
UFS improvements
|
UFS improvements
|
||||||
|
|
||||||
|
@ -888,7 +888,7 @@
|
||||||
(memrw_mod_CFLAGS): Likewise.
|
(memrw_mod_CFLAGS): Likewise.
|
||||||
(memrw_mod_LDFLAGS): 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.
|
fixvideo.mod.
|
||||||
(loadbios_mod_SOURCE): New macro.
|
(loadbios_mod_SOURCE): New macro.
|
||||||
(loadbios_mod_CFLAGS): Likewise.
|
(loadbios_mod_CFLAGS): Likewise.
|
||||||
|
@ -897,7 +897,7 @@
|
||||||
(fixvideo_mod_CFLAGS): Likewise.
|
(fixvideo_mod_CFLAGS): Likewise.
|
||||||
(fixvideo_mod_LDFLAGS): 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.
|
fixvideo.mod.
|
||||||
(loadbios_mod_SOURCE): New macro.
|
(loadbios_mod_SOURCE): New macro.
|
||||||
(loadbios_mod_CFLAGS): Likewise.
|
(loadbios_mod_CFLAGS): Likewise.
|
||||||
|
@ -961,7 +961,7 @@
|
||||||
* include/grub/lib/datetime.h: moved to ...
|
* include/grub/lib/datetime.h: moved to ...
|
||||||
* include/grub/datetime.h: ... moved here and added
|
* include/grub/datetime.h: ... moved here and added
|
||||||
declaration of grub_unixtime2datetime. All users updated
|
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
|
struct grub_fs
|
||||||
* include/grub/fshelp.h: new declarations of GRUB_FSHELP_TYPE_MASK
|
* include/grub/fshelp.h: new declarations of GRUB_FSHELP_TYPE_MASK
|
||||||
and GRUB_FSHELP_FLAGS_MASK
|
and GRUB_FSHELP_FLAGS_MASK
|
||||||
|
@ -995,7 +995,7 @@
|
||||||
* normal/datetime.c: ... moved here
|
* normal/datetime.c: ... moved here
|
||||||
(grub_unixtime2datetime): new function
|
(grub_unixtime2datetime): new function
|
||||||
* kern/rescue.c (grub_rescue_print_files): use new dir syntax
|
* 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
|
* normal/misc.c (grub_normal_print_device_info): tell the
|
||||||
last modification time of a volume
|
last modification time of a volume
|
||||||
* kern/fs.c (grub_fs_probe): updated dummy function to use new syntax
|
* kern/fs.c (grub_fs_probe): updated dummy function to use new syntax
|
||||||
|
|
Loading…
Add table
Reference in a new issue